pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-session



Module Name:    pkgsrc
Committed By:   martin
Date:           Sun Jun 25 12:39:09 UTC 2017

Modified Files:
        pkgsrc/x11/xfce4-session: Makefile PLIST

Log Message:
Make it support the -polkit option again


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/x11/xfce4-session/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/xfce4-session/PLIST

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-session/Makefile
diff -u pkgsrc/x11/xfce4-session/Makefile:1.61 pkgsrc/x11/xfce4-session/Makefile:1.62
--- pkgsrc/x11/xfce4-session/Makefile:1.61      Fri Jun 23 21:27:09 2017
+++ pkgsrc/x11/xfce4-session/Makefile   Sun Jun 25 12:39:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2017/06/23 21:27:09 youri Exp $
+# $NetBSD: Makefile,v 1.62 2017/06/25 12:39:09 martin Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -44,9 +44,10 @@ CONF_FILES+= ${EGDIR}/xinitrc \
 .include "../../sysutils/consolekit/buildlink3.mk"
 .endif
 
+.include "options.mk"
+
 .include "../../devel/libglade/buildlink3.mk"
 .include "../../devel/libwnck3/buildlink3.mk"
-.include "../../security/polkit/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/libxfce4ui/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

Index: pkgsrc/x11/xfce4-session/PLIST
diff -u pkgsrc/x11/xfce4-session/PLIST:1.20 pkgsrc/x11/xfce4-session/PLIST:1.21
--- pkgsrc/x11/xfce4-session/PLIST:1.20 Fri Jun 23 21:54:14 2017
+++ pkgsrc/x11/xfce4-session/PLIST      Sun Jun 25 12:39:09 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2017/06/23 21:54:14 youri Exp $
+@comment $NetBSD: PLIST,v 1.21 2017/06/25 12:39:09 martin Exp $
 bin/startxfce4
 bin/xfce4-session
 bin/xfce4-session-logout
@@ -97,6 +97,6 @@ share/locale/vi/LC_MESSAGES/xfce4-sessio
 share/locale/zh_CN/LC_MESSAGES/xfce4-session.mo
 share/locale/zh_HK/LC_MESSAGES/xfce4-session.mo
 share/locale/zh_TW/LC_MESSAGES/xfce4-session.mo
-share/polkit-1/actions/org.xfce.session.policy
+${PLIST.polkit}share/polkit-1/actions/org.xfce.session.policy
 share/themes/Default/balou/logo.png
 share/themes/Default/balou/themerc



Home | Main Index | Thread Index | Old Index