diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-26 11:54:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-26 11:54:46 +0000 |
commit | 4d1de63e6a395b9f734c4a3295e8aee761a653b2 (patch) | |
tree | ebf19ddd754f97809098990af2bd4325fc766821 /x11/libXScrnSaver | |
parent | 2086e15b6921b408e1fdff1826f846f69bc754c5 (diff) | |
download | pkgsrc-4d1de63e6a395b9f734c4a3295e8aee761a653b2.tar.gz |
Update to 1.2.0:
A few long-waiting packaging fixes, one man page fix.
The screensaver.h header file was moved from the scrnsaverproto module to
here, clients should not be affected though.
Diffstat (limited to 'x11/libXScrnSaver')
-rw-r--r-- | x11/libXScrnSaver/Makefile | 7 | ||||
-rw-r--r-- | x11/libXScrnSaver/PLIST | 3 | ||||
-rw-r--r-- | x11/libXScrnSaver/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/x11/libXScrnSaver/Makefile b/x11/libXScrnSaver/Makefile index 5652e2033a0..0eb336ecd0e 100644 --- a/x11/libXScrnSaver/Makefile +++ b/x11/libXScrnSaver/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/05/24 21:45:15 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/26 11:54:46 wiz Exp $ # -DISTNAME= libXScrnSaver-1.1.3 +DISTNAME= libXScrnSaver-1.2.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 @@ -13,6 +13,8 @@ COMMENT= X11 Screen Saver Library PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +CONFLICTS+= scrnsaverproto<1.2.0 + USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config @@ -27,6 +29,7 @@ CONFIGURE_ARGS+= --disable-malloc0returnsnull .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" +BUILDLINK_API_DEPENDS.scrnsaverproto+= scrnsaverproto>=1.2.0 .include "../../x11/scrnsaverproto/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" diff --git a/x11/libXScrnSaver/PLIST b/x11/libXScrnSaver/PLIST index 2532e19242d..e7bad24044f 100644 --- a/x11/libXScrnSaver/PLIST +++ b/x11/libXScrnSaver/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/27 12:23:15 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/08/26 11:54:46 wiz Exp $ +include/X11/extensions/scrnsaver.h lib/libXss.la lib/pkgconfig/xscrnsaver.pc man/man3/XScreenSaverAllocInfo.3 diff --git a/x11/libXScrnSaver/distinfo b/x11/libXScrnSaver/distinfo index 73be45d42ba..b5e7e7f7b7f 100644 --- a/x11/libXScrnSaver/distinfo +++ b/x11/libXScrnSaver/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/04/17 21:21:58 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/08/26 11:54:46 wiz Exp $ -SHA1 (libXScrnSaver-1.1.3.tar.bz2) = c4589ca80623b7c87648cccf1591a8d42a4b4544 -RMD160 (libXScrnSaver-1.1.3.tar.bz2) = 7beecf684faad4948b139e71201a628cb60ce874 -Size (libXScrnSaver-1.1.3.tar.bz2) = 219568 bytes +SHA1 (libXScrnSaver-1.2.0.tar.bz2) = ea2935eb67efa77fd90372337f2d782a8ef74cea +RMD160 (libXScrnSaver-1.2.0.tar.bz2) = 7b749f61d77e4022fbe081fe4039b302c6b4b509 +Size (libXScrnSaver-1.2.0.tar.bz2) = 248744 bytes |