pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kde5: Add some support files for kde packages
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Mon May 9 22:57:42 2016 +1200
Changeset: c74e637e894e6551dbb8fa708454811f1cfea2e1
Added Files:
kde5/Makefile.common
kde5/applications.mk
kde5/plasma.mk
Log Message:
kde5: Add some support files for kde packages
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c74e637e894e6551dbb8fa708454811f1cfea2e1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
kde5/Makefile.common | 22 ++++++++++++++++++++++
kde5/applications.mk | 8 ++++++++
kde5/plasma.mk | 8 ++++++++
3 files changed, 38 insertions(+)
diffs:
diff --git a/kde5/Makefile.common b/kde5/Makefile.common
new file mode 100644
index 0000000..ffb5045
--- /dev/null
+++ b/kde5/Makefile.common
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+MAINTAINER?= markd%NetBSD.org@localhost
+
+BUILD_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+CMAKE_ARG_PATH= ..
+CONFIGURE_DIRS= _KDE_build
+
+CMAKE_ARGS+= -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+CMAKE_ARGS+= -DKDE_INSTALL_LIBEXECDIR=libexec
+CMAKE_ARGS+= -DKDE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
+
+CMAKE_ARGS+= -DKDE_INSTALL_XDG_EX_DIR=${PREFIX}/share/examples/kde-xdg
+CMAKE_ARGS+= -DKDE_INSTALL_AUTOSTARTEXDIR=${PREFIX}/share/examples/kde-xdg/autostart
+
+pre-configure: mk-kde-dir
+
+mk-kde-dir:
+ ${MKDIR} ${WRKSRC}/_KDE_build
diff --git a/kde5/applications.mk b/kde5/applications.mk
new file mode 100644
index 0000000..34c99b5
--- /dev/null
+++ b/kde5/applications.mk
@@ -0,0 +1,8 @@
+# $NetBSD$
+
+KAPPSVER?= 16.04.0
+CATEGORIES+= kde
+MASTER_SITES= ${MASTER_SITE_KDE:=applications/${KAPPSVER}/src/}
+EXTRACT_SUFX= .tar.xz
+
+.include "../../wip/kde5/Makefile.common"
diff --git a/kde5/plasma.mk b/kde5/plasma.mk
new file mode 100644
index 0000000..da92d0a
--- /dev/null
+++ b/kde5/plasma.mk
@@ -0,0 +1,8 @@
+# $NetBSD$
+
+PLASMAVER?= 5.6.3
+CATEGORIES+= kde
+MASTER_SITES= ${MASTER_SITE_KDE:=plasma/${PLASMAVER}/}
+EXTRACT_SUFX= .tar.xz
+
+.include "../../wip/kde5/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index