xrestop: update to 0.5.
Alan Coopersmith (3): Update configure.ac bug URL for gitlab migration Fix -Wsign-compare warning in recurse_win_tree() Fix -Wsign-compare warnings in xrestop_client_get_stats Ben Byer (1): fixed typo in output of xrestop -b Gaetan Nadon (5): config: upgrade Autoconf initialization section config: use standard xorg autogen.sh config: use standard xorg .gitignore file config: upgrade to util-macros 1.8 for additional man page support config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 James Cloos (2): Replace static ChangeLog with dist-hook to generate from git log Fix commit 08c9daab3a0b3ef37723c007858fa949cb91bbd8 Keith Packard (1): Use XResQueryClientIds to get pid instead of window property Kevin Ryde (1): In xrestop_client_get_info() show xrestop's own pid. Matthieu Herrb (7): Update README for gitlab migration Fix version for development. More fixes for README.md + modern packaging Remove unused function window_get_pid() Fix character buffer sizes to hold full formatted strings Fix EXTRA_DIST and MAINTAINERCLEANFILES Release xrestop 0.5 Paulo Cesar Pereira de Andrade (1): Correct make distcheck and sparse warnings. Peter Harris (1): Display ShmSeg resource count Søren Sandmann Pedersen (2): man page: Change -dt to -t More man page fixes Walter Harms (4): FIX: warning: initialization discards `const' qualifier from pointer target type no need-to-check argument for XFree remove unused debug code FIX: malloc+memset=calloc
This commit is contained in:
parent
5626f026c9
commit
09b24c4934
2 changed files with 9 additions and 10 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.12 2020/01/18 23:36:12 rillig Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.13 2021/08/03 10:06:03 wiz Exp $
|
||||
|
||||
DISTNAME= xrestop-0.4
|
||||
PKGREVISION= 2
|
||||
DISTNAME= xrestop-0.5
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://labs.o-hand.com/sources/xrestop/
|
||||
MASTER_SITES= https://xorg.freedesktop.org/archive/individual/app/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= reed@reedmedia.net
|
||||
HOMEPAGE= https://www.freedesktop.org/wiki/Software/xrestop
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2015/11/04 03:29:11 agc Exp $
|
||||
$NetBSD: distinfo,v 1.4 2021/08/03 10:06:03 wiz Exp $
|
||||
|
||||
SHA1 (xrestop-0.4.tar.gz) = 040b0ac561f4de0a04e9db42a2cfab918801c452
|
||||
RMD160 (xrestop-0.4.tar.gz) = 13113e1de0d2206106a274917fd9a0decd301837
|
||||
SHA512 (xrestop-0.4.tar.gz) = eb7bf2f3ab7b73708c96d56fd466cb362d711242dd46992fa3e693af2d26995e9baa91075eb445ef227e1342deec5e0e22b37139e80399e4051c9f5cad8fd9b6
|
||||
Size (xrestop-0.4.tar.gz) = 92308 bytes
|
||||
SHA1 (xrestop-0.5.tar.bz2) = a8c7a115864678058eecacdfcdfb4faf131ef104
|
||||
RMD160 (xrestop-0.5.tar.bz2) = efa9477b06bc1b56fcd512b1906df18b05927747
|
||||
SHA512 (xrestop-0.5.tar.bz2) = f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d
|
||||
Size (xrestop-0.5.tar.bz2) = 135537 bytes
|
||||
|
|
Loading…
Reference in a new issue