pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xcb-util-xrm: Import xcb-util-xrm-1.0 as wip/xcb-util-xrm



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Sun May 8 17:46:23 2016 +0200
Changeset:	0e30fa7f373f968187dec873393572761e8a6603

Modified Files:
	Makefile
Added Files:
	xcb-util-xrm/DESCR
	xcb-util-xrm/Makefile
	xcb-util-xrm/PLIST
	xcb-util-xrm/buildlink3.mk
	xcb-util-xrm/distinfo

Log Message:
xcb-util-xrm: Import xcb-util-xrm-1.0 as wip/xcb-util-xrm

XCB util-xrm module provides the following libraries:
  - xrm: utility functions for the X resource manager

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0e30fa7f373f968187dec873393572761e8a6603

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                   |  1 +
 xcb-util-xrm/DESCR         |  3 +++
 xcb-util-xrm/Makefile      | 27 +++++++++++++++++++++++++++
 xcb-util-xrm/PLIST         |  4 ++++
 xcb-util-xrm/buildlink3.mk | 13 +++++++++++++
 xcb-util-xrm/distinfo      |  1 +
 6 files changed, 49 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 0b220cf..80f16eb 100644
--- a/Makefile
+++ b/Makefile
@@ -4252,6 +4252,7 @@ SUBDIR+=	xbelmark
 SUBDIR+=	xbmc
 SUBDIR+=	xbnbt
 SUBDIR+=	xbsql
+SUBDIR+=	xcb-util-xrm
 SUBDIR+=	xchat2-tcl
 SUBDIR+=	xcursor-themes
 SUBDIR+=	xdebug
diff --git a/xcb-util-xrm/DESCR b/xcb-util-xrm/DESCR
new file mode 100644
index 0000000..50f4318
--- /dev/null
+++ b/xcb-util-xrm/DESCR
@@ -0,0 +1,3 @@
+XCB util-xrm module provides the following libraries:
+
+  - xrm: utility functions for the X resource manager
diff --git a/xcb-util-xrm/Makefile b/xcb-util-xrm/Makefile
new file mode 100644
index 0000000..4ee0510
--- /dev/null
+++ b/xcb-util-xrm/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	xcb-util-xrm-1.0
+CATEGORIES=	x11
+EXTRACT_SUFX=	.tar.bz2
+
+GIT_REPOSITORIES=	xcb-util-xrm
+GIT_REPO.xcb-util-xrm=	https://github.com/Airblader/xcb-util-xrm.git
+WRKSRC=			${WRKDIR}/xcb-util-xrm
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/Airblader/xcb-util-xrm/
+COMMENT=	XCB utility functions for the X resource manager
+LICENSE=	x11
+
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	autoconf automake pkg-config
+
+PKGCONFIG_OVERRIDE=	xcb-xrm.pc.in
+#PKGCONFIG_OVERRIDE+=	xcb_xrm_intro.in
+
+pre-configure:
+	cd ${WRKSRC} && ${SH} autogen.sh
+
+.include "../../x11/xcb-util/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xcb-util-xrm/PLIST b/xcb-util-xrm/PLIST
new file mode 100644
index 0000000..cecc658
--- /dev/null
+++ b/xcb-util-xrm/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+include/xcb/xcb_xrm.h
+lib/libxcb-xrm.la
+lib/pkgconfig/xcb-xrm.pc
diff --git a/xcb-util-xrm/buildlink3.mk b/xcb-util-xrm/buildlink3.mk
new file mode 100644
index 0000000..8ae216c
--- /dev/null
+++ b/xcb-util-xrm/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	xcb-util-xrm
+
+.if !defined(XCB_UTIL_XRM_BUILDLINK3_MK)
+XCB_UTIL_XRM_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.xcb-util-xrm+=	xcb-util-xrm>=1.0
+BUILDLINK_PKGSRCDIR.xcb-util-xrm?=	../../wip/xcb-util-xrm
+
+.endif	# XCB_UTIL_XRM_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-xcb-util-xrm
diff --git a/xcb-util-xrm/distinfo b/xcb-util-xrm/distinfo
new file mode 100644
index 0000000..c641c55
--- /dev/null
+++ b/xcb-util-xrm/distinfo
@@ -0,0 +1 @@
+$NetBSD$


Home | Main Index | Thread Index | Old Index