pkgsrc-WIP-changes archive

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

frameworkintegration: add buildlink3.mk and fix location of oxygen-fonts



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Mon May 9 00:02:29 2016 +1200
Changeset:	a9045e54b7eda98a3049f2d995cd1be3d57c5c0f

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

Log Message:
frameworkintegration: add buildlink3.mk and fix location of oxygen-fonts

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

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

diffstat:
 frameworkintegration/Makefile      |  2 +-
 frameworkintegration/buildlink3.mk | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diffs:
diff --git a/frameworkintegration/Makefile b/frameworkintegration/Makefile
index a8b46c8..5fefcb7 100644
--- a/frameworkintegration/Makefile
+++ b/frameworkintegration/Makefile
@@ -10,7 +10,7 @@ LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1
 .include "../../wip/kf5/Makefile.common"
 
 DEPENDS+=	noto-ttf-[0-9]*:../../fonts/noto-ttf
-DEPENDS+=	oxygen-fonts-[0-9]*:../../wip/oxygen-fonts
+DEPENDS+=	oxygen-fonts-[0-9]*:../../fonts/oxygen-fonts
 
 USE_TOOLS+=	msgmerge pkg-config
 
diff --git a/frameworkintegration/buildlink3.mk b/frameworkintegration/buildlink3.mk
new file mode 100644
index 0000000..a93b88b
--- /dev/null
+++ b/frameworkintegration/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	frameworkintegration
+
+.if !defined(FRAMEWORKINTEGRATION_BUILDLINK3_MK)
+FRAMEWORKINTEGRATION_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.frameworkintegration+=	frameworkintegration>=5.21.0
+BUILDLINK_PKGSRCDIR.frameworkintegration?=	../../wip/frameworkintegration
+
+.include "../../wip/kio/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif	# FRAMEWORKINTEGRATION_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-frameworkintegration


Home | Main Index | Thread Index | Old Index