pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kde-workspace4



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Jun 27 22:17:23 UTC 2016

Modified Files:
        pkgsrc/x11/kde-workspace4: Makefile

Log Message:
Add kdm unprivileged user.
Fixes PR pkg/51249.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/kde-workspace4/Makefile

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

Modified files:

Index: pkgsrc/x11/kde-workspace4/Makefile
diff -u pkgsrc/x11/kde-workspace4/Makefile:1.54 pkgsrc/x11/kde-workspace4/Makefile:1.55
--- pkgsrc/x11/kde-workspace4/Makefile:1.54     Sun May  8 11:01:38 2016
+++ pkgsrc/x11/kde-workspace4/Makefile  Mon Jun 27 22:17:23 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2016/05/08 11:01:38 markd Exp $
+# $NetBSD: Makefile,v 1.55 2016/06/27 22:17:23 markd Exp $
 
 DISTNAME=      kde-workspace-4.11.22
 PKGNAME=       ${DISTNAME:S/-4/4-4/}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    x11
 COMMENT=       Base workspace for the KDE 4 integrated X11 desktop
 MASTER_SITES=  ${MASTER_SITE_KDE:=applications/15.08.0/src/}
@@ -52,6 +52,14 @@ CONF_FILES+=         ${PREFIX}/share/examples/k
 SPECIAL_PERMS+=                ${PREFIX}/lib/kde4/libexec/kcheckpass \
                        ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 6555
 
+KDM_USER?=             kdm
+KDM_GROUP?=            ${KDM_USER}
+PKG_USERS_VARS+=       KDM_USER
+PKG_GROUPS_VARS+=      KDM_GROUP
+PKG_GROUPS=            ${KDM_GROUP}
+PKG_USERS=             ${KDM_USER}:${KDM_GROUP}
+PKG_GECOS.${KDM_USER}= kdm unprivileged user
+
 REPLACE_PERL+= \
        kcontrol/keys/convertShortcuts.pl \
        kwin/clients/oxygen/data/update_oxygen.pl \



Home | Main Index | Thread Index | Old Index