pkgsrc-WIP-changes archive

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

Add dbus support and buildlink3.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Tue Apr 5 14:30:22 2016 +0200
Changeset:	96c02020e86c112934c6b903326617e4d7fabbec

Modified Files:
	lxappearance/Makefile
Added Files:
	lxappearance/buildlink3.mk

Log Message:
Add dbus support and buildlink3.

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

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

diffstat:
 lxappearance/Makefile      |  4 ++++
 lxappearance/buildlink3.mk | 13 +++++++++++++
 2 files changed, 17 insertions(+)

diffs:
diff --git a/lxappearance/Makefile b/lxappearance/Makefile
index e4e3d70..eaf6aae 100644
--- a/lxappearance/Makefile
+++ b/lxappearance/Makefile
@@ -13,12 +13,16 @@ LICENSE=	gnu-gpl-v2
 
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	XSLTPROC=${PREFIX}/bin/xsltproc
+CONFIGURE_ARGS+=	--disable-static
+CONFIGURE_ARGS+=	--enable-dbus
 USE_LIBTOOL=		yes
 USE_TOOLS+=		intltool pkg-config
 
 BUILD_DEPENDS+=	docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 BUILD_DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt
 
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/lxappearance/buildlink3.mk b/lxappearance/buildlink3.mk
new file mode 100644
index 0000000..095a79c
--- /dev/null
+++ b/lxappearance/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	lxappearance
+
+.if !defined(LXAPPEARANCE_BUILDLINK3_MK)
+LXAPPEARANCE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.lxappearance+=	lxappearance>=0.6.2
+BUILDLINK_PKGSRCDIR.lxappearance?=	../../wip/lxappearance
+
+.endif	# LXAPPEARANCE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-lxappearance


Home | Main Index | Thread Index | Old Index