summaryrefslogtreecommitdiff
path: root/strata/secret-service
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-15 21:10:52 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-18 15:45:21 +0000
commitf1e518fb9c85e76ad570ad31b753c397f40c0398 (patch)
treebf58caf6720b6e2f03187679228841369957dd2a /strata/secret-service
parentfca465232368bb50f1efd49063b4991073824370 (diff)
downloaddefinitions-f1e518fb9c85e76ad570ad31b753c397f40c0398.tar.gz
Create secret-service stratum
Move gnome-keyring (secret service) and the API to access it (libsecret) Change-Id: I576bd4e772250a7c496bedd06ae1a0eb5243db5b
Diffstat (limited to 'strata/secret-service')
-rw-r--r--strata/secret-service/gnome-keyring.morph5
-rw-r--r--strata/secret-service/libsecret.morph5
2 files changed, 10 insertions, 0 deletions
diff --git a/strata/secret-service/gnome-keyring.morph b/strata/secret-service/gnome-keyring.morph
new file mode 100644
index 00000000..73fe5298
--- /dev/null
+++ b/strata/secret-service/gnome-keyring.morph
@@ -0,0 +1,5 @@
+name: gnome-keyring
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-selinux --enable-pam --with-pam-dir=/lib/security --disable-doc
diff --git a/strata/secret-service/libsecret.morph b/strata/secret-service/libsecret.morph
new file mode 100644
index 00000000..b8af29b1
--- /dev/null
+++ b/strata/secret-service/libsecret.morph
@@ -0,0 +1,5 @@
+name: libsecret
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-manpages