summaryrefslogtreecommitdiff
path: root/elements/privileges-management
diff options
context:
space:
mode:
Diffstat (limited to 'elements/privileges-management')
-rw-r--r--elements/privileges-management/mozjs17.bst26
-rw-r--r--elements/privileges-management/polkit.bst24
2 files changed, 50 insertions, 0 deletions
diff --git a/elements/privileges-management/mozjs17.bst b/elements/privileges-management/mozjs17.bst
new file mode 100644
index 00000000..66ca6405
--- /dev/null
+++ b/elements/privileges-management/mozjs17.bst
@@ -0,0 +1,26 @@
+kind: manual
+depends:
+- foundation.bst
+- glib-common.bst
+- network-security.bst
+- python2-core.bst
+sources:
+- kind: git
+ url: upstream:mozilla/mozjs17
+ track: baserock/gnome
+ ref: 1c1080f592d4a0005c1765c870f314b3475825ae
+config:
+ 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="%{install-root}" install
diff --git a/elements/privileges-management/polkit.bst b/elements/privileges-management/polkit.bst
new file mode 100644
index 00000000..45426819
--- /dev/null
+++ b/elements/privileges-management/polkit.bst
@@ -0,0 +1,24 @@
+kind: autotools
+depends:
+- foundation.bst
+- glib-common.bst
+- network-security.bst
+- python2-core.bst
+- privileges-management/mozjs17.bst
+sources:
+- kind: git
+ url: upstream:polkit
+ track: master
+ ref: 5a7e3b76aa45eea43e4bdc403ddd4c6e1a4c6542
+variables:
+ notparallel: true
+config:
+ configure-commands:
+ - ./autogen.sh --prefix="%{prefix}" --sysconfdir=/etc --disable-man-pages --disable-gtk-doc
+ --enable-libsystemd-login=yes
+public:
+ bst:
+ integration-commands:
+ - groupadd -fg 27 polkitd
+ - useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 -g polkitd -s /bin/false
+ polkitd