pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kde-workspace4 Add kdm unprivileged user.
details: https://anonhg.NetBSD.org/pkgsrc/rev/93ca401769d4
branches: trunk
changeset: 349089:93ca401769d4
user: markd <markd%pkgsrc.org@localhost>
date: Mon Jun 27 22:17:23 2016 +0000
description:
Add kdm unprivileged user.
Fixes PR pkg/51249.
diffstat:
x11/kde-workspace4/Makefile | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r bc507efdb2f7 -r 93ca401769d4 x11/kde-workspace4/Makefile
--- a/x11/kde-workspace4/Makefile Mon Jun 27 21:40:13 2016 +0000
+++ b/x11/kde-workspace4/Makefile Mon Jun 27 22:17:23 2016 +0000
@@ -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 @@
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