From 3f89fd531d5a8b933c2ba300587237a781261852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 11 Feb 2016 14:07:35 +0000 Subject: Move polkit to 'privileges-management' stratum Change-Id: I231453daa3e84b72af9eb4121596d6bb868cf009 --- strata/gnome/mozjs17.morph | 18 ------------------ strata/gnome/polkit.morph | 10 ---------- 2 files changed, 28 deletions(-) delete mode 100644 strata/gnome/mozjs17.morph delete mode 100644 strata/gnome/polkit.morph (limited to 'strata/gnome') diff --git a/strata/gnome/mozjs17.morph b/strata/gnome/mozjs17.morph deleted file mode 100644 index 9ef98854..00000000 --- a/strata/gnome/mozjs17.morph +++ /dev/null @@ -1,18 +0,0 @@ -name: mozjs17 -kind: chunk -build-system: manual -configure-commands: -- | - cd js/src; - ./configure --prefix="$PREFIX" \ - --sysconfdir=/etc \ - --with-system-nspr \ - --with-system-ffi \ - --enable-threadsafe -build-commands: -- | - cd js/src; - make -install-commands: -- cd js/src; - make DESTDIR="$DESTDIR" install diff --git a/strata/gnome/polkit.morph b/strata/gnome/polkit.morph deleted file mode 100644 index d903ae0f..00000000 --- a/strata/gnome/polkit.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: polkit -kind: chunk -build-system: autotools -configure-commands: -- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-man-pages --disable-gtk-doc --enable-libsystemd-login=yes -system-integration: - polkit-misc: - 00-add-polkitd-user: - - groupadd -fg 27 polkitd - - useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 -g polkitd -s /bin/false polkitd -- cgit v1.2.1