diff options
author | tnn <tnn> | 2009-11-09 18:30:36 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-11-09 18:30:36 +0000 |
commit | cffebb405870757d383bfc4979d4c1ea91b4890b (patch) | |
tree | 49bd3d53c1e463e523c83bda2eecf5d9c40295f5 /x11 | |
parent | 29477bb84ae15868b2146939e3275aaa9fa8b66c (diff) | |
download | pkgsrc-cffebb405870757d383bfc4979d4c1ea91b4890b.tar.gz |
Update to xprop-1.1.0. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Add 'o' property type to man page for icon formats
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Exit cleanly when the target window is destroyed. (#19381)
Do not spew usage on connection error
-spy: flush output before waiting for more events
Bug#15069: Compile warning fixes.
Correct make distcheck and don't distribute autogen.sh.
The "visible bit" is called "urgency bit" in the ICCCM 2.0
Display _NET_WM_ICONs as ASCII art instead of as a big list of integers
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xprop/Makefile | 4 | ||||
-rw-r--r-- | x11/xprop/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile index 28ae5b5a87b..bc3576bd3a8 100644 --- a/x11/xprop/Makefile +++ b/x11/xprop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2008/08/09 20:03:35 bjs Exp $ +# $NetBSD: Makefile,v 1.8 2009/11/09 18:30:36 tnn Exp $ # -DISTNAME= xprop-1.0.4 +DISTNAME= xprop-1.1.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xprop/distinfo b/x11/xprop/distinfo index 3f04c8318b1..2a782443252 100644 --- a/x11/xprop/distinfo +++ b/x11/xprop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/08/09 20:03:35 bjs Exp $ +$NetBSD: distinfo,v 1.4 2009/11/09 18:30:36 tnn Exp $ -SHA1 (xprop-1.0.4.tar.bz2) = 7f2c5bc518564386a7e22855165b565b44270c2e -RMD160 (xprop-1.0.4.tar.bz2) = 8b4669af9bbcd0af9017b97fc964b3e0457a38df -Size (xprop-1.0.4.tar.bz2) = 109102 bytes +SHA1 (xprop-1.1.0.tar.bz2) = 16b377c76a4a010200063a056e7a5e244ab6ff00 +RMD160 (xprop-1.1.0.tar.bz2) = 95f2d39449d4cf625d38c58babddac4e75dda869 +Size (xprop-1.1.0.tar.bz2) = 117342 bytes |