summaryrefslogtreecommitdiff
path: root/strata/gnome
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-11 14:07:35 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-17 12:24:49 +0000
commit3f89fd531d5a8b933c2ba300587237a781261852 (patch)
treef28464aec072ec8424a7eecb9b00cb645415bb56 /strata/gnome
parentde1ff63cc2e89cdedf76611b96136fd7478628c8 (diff)
downloaddefinitions-3f89fd531d5a8b933c2ba300587237a781261852.tar.gz
Move polkit to 'privileges-management' stratum
Change-Id: I231453daa3e84b72af9eb4121596d6bb868cf009
Diffstat (limited to 'strata/gnome')
-rw-r--r--strata/gnome/mozjs17.morph18
-rw-r--r--strata/gnome/polkit.morph10
2 files changed, 0 insertions, 28 deletions
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