summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd>2016-06-27 22:17:23 +0000
committermarkd <markd>2016-06-27 22:17:23 +0000
commitc1942cd1a66dcfc60ac6dff83e56fcd1b195f845 (patch)
tree2f4fe14379695834c0eaa415570779d580e7f5b2 /x11
parentb9142675804a18d6dd8add2121560013757bcb5d (diff)
downloadpkgsrc-c1942cd1a66dcfc60ac6dff83e56fcd1b195f845.tar.gz
Add kdm unprivileged user.
Fixes PR pkg/51249.
Diffstat (limited to 'x11')
-rw-r--r--x11/kde-workspace4/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/x11/kde-workspace4/Makefile b/x11/kde-workspace4/Makefile
index eacaedb07c5..6e5587072a0 100644
--- a/x11/kde-workspace4/Makefile
+++ b/x11/kde-workspace4/Makefile
@@ -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/kde4-dbus/org.kde.kcontrol.kcmkdm.conf \
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 \