pkgsrc-WIP-changes archive

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

kwrited: Add kwrited 5.6.3



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Fri May 13 09:08:46 2016 +1200
Changeset:	ce3f5f51ecce5f3f69b47997bae0dbb156d1c9c6

Added Files:
	kwrited/DESCR
	kwrited/Makefile
	kwrited/PLIST
	kwrited/distinfo
	kwrited/patches/patch-CMakeLists.txt

Log Message:
kwrited: Add kwrited 5.6.3

Plasma5 daemon listening for wall and write messages.

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

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

diffstat:
 kwrited/DESCR                        |  1 +
 kwrited/Makefile                     | 33 +++++++++++++++++++++++++++++++++
 kwrited/PLIST                        |  5 +++++
 kwrited/distinfo                     |  7 +++++++
 kwrited/patches/patch-CMakeLists.txt | 15 +++++++++++++++
 5 files changed, 61 insertions(+)

diffs:
diff --git a/kwrited/DESCR b/kwrited/DESCR
new file mode 100644
index 0000000..17ac4a8
--- /dev/null
+++ b/kwrited/DESCR
@@ -0,0 +1 @@
+Plasma5 daemon listening for wall and write messages.
diff --git a/kwrited/Makefile b/kwrited/Makefile
new file mode 100644
index 0000000..e3da933
--- /dev/null
+++ b/kwrited/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	kwrited-${PLASMAVER}
+CATEGORIES=	misc
+
+HOMEPAGE=	https://www.kde.org/workspaces/plasmadesktop/
+COMMENT=	Plasma5 daemon listening for wall and write messages
+LICENSE=	gnu-gpl-v2
+
+.include "../../wip/kde5/plasma.mk"
+
+BUILD_DEPENDS+=	kdoctools>=5.19.0:../../wip/kdoctools
+
+USE_TOOLS+=	msgmerge
+
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+=	utempter noutempter
+.if ${OPSYS} == "Linux" && exists(/usr/include/utempter.h)
+PLIST.utempter=		yes
+.elif ${OPSYS} == "FreeBSD" && exists(/usr/include/utempter.h)
+PLIST.utempter=		yes
+.else
+PLIST.noutempter=	yes
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/autostart/kwrited-autostart.desktop \
+		${PKG_SYSCONFDIR}/xdg/autostart/kwrited-autostart.desktop
+.endif
+
+.include "../../wip/kdbusaddons/buildlink3.mk"
+.include "../../wip/knotifications/buildlink3.mk"
+.include "../../wip/kpty/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kwrited/PLIST b/kwrited/PLIST
new file mode 100644
index 0000000..0b725ed
--- /dev/null
+++ b/kwrited/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PLIST.noutempter}bin/kwrited
+${PLIST.utempter}qt5/plugins/kf5/kded/kwrited.so
+${PLIST.noutempter}share/examples/kde-xdg/autostart/kwrited-autostart.desktop
+share/knotifications5/kwrited.notifyrc
diff --git a/kwrited/distinfo b/kwrited/distinfo
new file mode 100644
index 0000000..21969c6
--- /dev/null
+++ b/kwrited/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (kwrited-5.6.3.tar.xz) = 44b3353bd7025baa576aa60cefd4c7de53cdb7b6
+RMD160 (kwrited-5.6.3.tar.xz) = 2cf0e1faf37f123ba6feab7ffa141e7345b7b8eb
+SHA512 (kwrited-5.6.3.tar.xz) = 1963a9f6cf0c9547e8e561f7468dc90197628fb18cac41d6d3b079a26ffc35ba14cbaef6ef1ffe270b697ced4d4e7e1b39c8672b9db66f1132e9e63fd4615bf4
+Size (kwrited-5.6.3.tar.xz) = 20272 bytes
+SHA1 (patch-CMakeLists.txt) = 5b7cd708939b1f54bf5746690c4e4681c83da6bf
diff --git a/kwrited/patches/patch-CMakeLists.txt b/kwrited/patches/patch-CMakeLists.txt
new file mode 100644
index 0000000..ed25c38
--- /dev/null
+++ b/kwrited/patches/patch-CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- CMakeLists.txt.orig	2016-05-10 10:57:41.000000000 +0000
++++ CMakeLists.txt
+@@ -72,7 +72,7 @@ if (BUILD_AS_EXECUTABLE)
+                endif()
+            ")
+ 
+-    install(FILES kwrited-autostart.desktop DESTINATION ${AUTOSTART_INSTALL_DIR})
++    install(FILES kwrited-autostart.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTEXDIR})
+ else ()
+     kcoreaddons_add_plugin(kded_kwrited
+         SOURCES kwrited.cpp


Home | Main Index | Thread Index | Old Index