summaryrefslogtreecommitdiff
path: root/elements/privileges-management
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/privileges-management
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
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