pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xfce4-notifyd
Module Name: pkgsrc
Committed By: youri
Date: Tue May 29 14:21:58 UTC 2018
Modified Files:
pkgsrc/x11/xfce4-notifyd: Makefile
Added Files:
pkgsrc/x11/xfce4-notifyd/files: xfce4-notifyd.desktop
Log Message:
Install a desktop file so that notifyd can autostart on non-systemd systems.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xfce4-notifyd/files/xfce4-notifyd.desktop
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xfce4-notifyd/Makefile
diff -u pkgsrc/x11/xfce4-notifyd/Makefile:1.11 pkgsrc/x11/xfce4-notifyd/Makefile:1.12
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.11 Tue May 15 22:11:39 2018
+++ pkgsrc/x11/xfce4-notifyd/Makefile Tue May 29 14:21:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/05/15 22:11:39 youri Exp $
+# $NetBSD: Makefile,v 1.12 2018/05/29 14:21:58 youri Exp $
#
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -15,6 +15,17 @@ TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../.
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+DESKTOP_FILE= xfce4-notifyd.desktop
+
+CONF_FILES+= ${FILESDIR}/${DESKTOP_FILE} \
+ ${PKG_SYSCONFDIR}/xdg/autostart/${DESKTOP_FILE}
+
+SUBST_CLASSES= prefix
+SUBST_MESSAGE.prefix= Fixing path
+SUBST_STAGE.prefix= post-install
+SUBST_FILES.prefix= ${FILESDIR}/${DESKTOP_FILE}
+SUBST_SED.prefix= -e 's,@PREFIX@,${PREFIX},'
+
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/libxfce4ui/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
Added files:
Index: pkgsrc/x11/xfce4-notifyd/files/xfce4-notifyd.desktop
diff -u /dev/null pkgsrc/x11/xfce4-notifyd/files/xfce4-notifyd.desktop:1.1
--- /dev/null Tue May 29 14:21:58 2018
+++ pkgsrc/x11/xfce4-notifyd/files/xfce4-notifyd.desktop Tue May 29 14:21:58 2018
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Notification Daemon
+Comment=Launch notification daemon
+Icon=preferences-system-notifications
+Exec=/usr/pkg/lib/xfce4/notifyd/xfce4-notifyd
+OnlyShowIn=XFCE;
Home |
Main Index |
Thread Index |
Old Index