diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 22:27:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 22:27:45 +0000 |
commit | fe0076c0a308d63c32bec17513b8c24b4ec40233 (patch) | |
tree | 12db9b0e9d0cd09b4ab265c18c86688f746e2358 /x11/libXcursor | |
parent | bf86f92de08c4c6ef17b310f81e247adc3f29046 (diff) | |
download | pkgsrc-fe0076c0a308d63c32bec17513b8c24b4ec40233.tar.gz |
Import libXcursor-1.1.8 from pkgsrc-wip:
This package, libXcursor, provides the client-side cursor loading
library for X. This cursor management library is a simple library
designed to help locate and load cursors (from files or memory).
This is from the modular X.org project.
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/DESCR | 5 | ||||
-rw-r--r-- | x11/libXcursor/Makefile | 29 | ||||
-rw-r--r-- | x11/libXcursor/PLIST | 7 | ||||
-rw-r--r-- | x11/libXcursor/buildlink3.mk | 24 | ||||
-rw-r--r-- | x11/libXcursor/distinfo | 5 |
5 files changed, 70 insertions, 0 deletions
diff --git a/x11/libXcursor/DESCR b/x11/libXcursor/DESCR new file mode 100644 index 00000000000..e1ff3c8675c --- /dev/null +++ b/x11/libXcursor/DESCR @@ -0,0 +1,5 @@ +This package, libXcursor, provides the client-side cursor loading +library for X. This cursor management library is a simple library +designed to help locate and load cursors (from files or memory). + +This is from the modular X.org project. diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile new file mode 100644 index 00000000000..e6ffb481e32 --- /dev/null +++ b/x11/libXcursor/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 22:27:45 joerg Exp $ +# + +DISTNAME= libXcursor-1.1.8 +CATEGORIES= x11 devel +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Client-side cursor loading library for X + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS+= xcursor-[0-9]* + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= xcursor.pc.in + +.include "../../x11/fixesproto/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXfixes/buildlink3.mk" +.include "../../x11/libXrender/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/libXcursor/PLIST b/x11/libXcursor/PLIST new file mode 100644 index 00000000000..15a0e716a82 --- /dev/null +++ b/x11/libXcursor/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 22:27:45 joerg Exp $ +include/X11/Xcursor/Xcursor.h +lib/libXcursor.la +lib/pkgconfig/xcursor.pc +man/man3/Xcursor.3 +@dirrm include/X11/Xcursor +@comment @dirrm include/X11 diff --git a/x11/libXcursor/buildlink3.mk b/x11/libXcursor/buildlink3.mk new file mode 100644 index 00000000000..d181889afd9 --- /dev/null +++ b/x11/libXcursor/buildlink3.mk @@ -0,0 +1,24 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 22:27:45 joerg Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBXCURSOR_BUILDLINK3_MK:= ${LIBXCURSOR_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= libXcursor +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXcursor} +BUILDLINK_PACKAGES+= libXcursor +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXcursor + +.if ${LIBXCURSOR_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.libXcursor+= libXcursor>=1.1.1 +BUILDLINK_PKGSRCDIR.libXcursor?= ../../x11/libXcursor +.endif # LIBXCURSOR_BUILDLINK3_MK + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXfixes/buildlink3.mk" +.include "../../x11/libXrender/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/x11/libXcursor/distinfo b/x11/libXcursor/distinfo new file mode 100644 index 00000000000..3a22f87ccf6 --- /dev/null +++ b/x11/libXcursor/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/03 22:27:45 joerg Exp $ + +SHA1 (libXcursor-1.1.8.tar.bz2) = 4600627d4d8a0edb7c10de17c67d8c082d12ddd7 +RMD160 (libXcursor-1.1.8.tar.bz2) = 836f58793d44125bcd95cdd0b0c03012b699dcc9 +Size (libXcursor-1.1.8.tar.bz2) = 251641 bytes |