pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libXcursor Import libXcursor-1.1.8 from pkgsrc-wip:
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd71e9551411
branches: trunk
changeset: 521045:dd71e9551411
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Nov 03 22:27:45 2006 +0000
description:
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:
x11/libXcursor/DESCR | 5 +++++
x11/libXcursor/Makefile | 29 +++++++++++++++++++++++++++++
x11/libXcursor/PLIST | 7 +++++++
x11/libXcursor/buildlink3.mk | 24 ++++++++++++++++++++++++
x11/libXcursor/distinfo | 5 +++++
5 files changed, 70 insertions(+), 0 deletions(-)
diffs (90 lines):
diff -r a72728e7476b -r dd71e9551411 x11/libXcursor/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXcursor/DESCR Fri Nov 03 22:27:45 2006 +0000
@@ -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 -r a72728e7476b -r dd71e9551411 x11/libXcursor/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXcursor/Makefile Fri Nov 03 22:27:45 2006 +0000
@@ -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@localhost
+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 -r a72728e7476b -r dd71e9551411 x11/libXcursor/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXcursor/PLIST Fri Nov 03 22:27:45 2006 +0000
@@ -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 -r a72728e7476b -r dd71e9551411 x11/libXcursor/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXcursor/buildlink3.mk Fri Nov 03 22:27:45 2006 +0000
@@ -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 -r a72728e7476b -r dd71e9551411 x11/libXcursor/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXcursor/distinfo Fri Nov 03 22:27:45 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index