diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:26:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:26:02 +0000 |
commit | 72486e55e0f6709bde05a0b6f092c05861b23152 (patch) | |
tree | 36db77c695dd5f19f75213db59f5395f62263be8 | |
parent | 7b88f2bc5ae4f878a332840f4fafb652aaabf6e8 (diff) | |
download | pkgsrc-72486e55e0f6709bde05a0b6f092c05861b23152.tar.gz |
Update to 1.1.0:
This release adds the ability to load an arbitrary ARGB cursor file via
the new -xcf command line flag. In Keith's words:
Instead of having to construct a whole cursor theme and play with the
environment variables in Xlib to set a random ARGB cursor, this lets
the user set whatever they like directly from a file.
-rw-r--r-- | x11/xsetroot/Makefile | 5 | ||||
-rw-r--r-- | x11/xsetroot/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11/xsetroot/Makefile b/x11/xsetroot/Makefile index ef82341b153..b765318f606 100644 --- a/x11/xsetroot/Makefile +++ b/x11/xsetroot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/11/09 18:17:41 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2012/06/03 18:26:02 wiz Exp $ # -DISTNAME= xsetroot-1.0.3 +DISTNAME= xsetroot-1.1.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -20,5 +20,6 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1 .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/xbitmaps/buildlink3.mk" +.include "../../x11/libXcursor/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xsetroot/distinfo b/x11/xsetroot/distinfo index 302364a5728..bdd0d8be06d 100644 --- a/x11/xsetroot/distinfo +++ b/x11/xsetroot/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/11/09 18:17:41 tnn Exp $ +$NetBSD: distinfo,v 1.4 2012/06/03 18:26:02 wiz Exp $ -SHA1 (xsetroot-1.0.3.tar.bz2) = 56ed1df9834627a107550475629df51275cd0c44 -RMD160 (xsetroot-1.0.3.tar.bz2) = 67018abf95d2d8f5795737b4ee0b20d21a475e56 -Size (xsetroot-1.0.3.tar.bz2) = 101384 bytes +SHA1 (xsetroot-1.1.0.tar.bz2) = 1ef9ddd80c7013dc6d33e5c421537eb8b0427da4 +RMD160 (xsetroot-1.1.0.tar.bz2) = 00af111d4a41ce4ffc87d7a0b79f417fc2348120 +Size (xsetroot-1.1.0.tar.bz2) = 108707 bytes |