summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/gnome.morph8
-rw-r--r--strata/gnome/accountsservice.morph9
2 files changed, 17 insertions, 0 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index aa9fa1c9..450786c1 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -372,3 +372,11 @@ chunks:
build-depends:
- gcr
- udisks
+- name: accountsservice
+ morph: strata/gnome/accountsservice.morph
+ repo: upstream:accountsservice
+ ref: 36b424b4aad91aaf91eeb6b6285cf550b15fcfeb
+ unpetrify-ref: master
+ build-depends:
+ - polkit
+ build-system: autotools
diff --git a/strata/gnome/accountsservice.morph b/strata/gnome/accountsservice.morph
new file mode 100644
index 00000000..15ba434d
--- /dev/null
+++ b/strata/gnome/accountsservice.morph
@@ -0,0 +1,9 @@
+name: accountsservice
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-admin-group=adm
+system-integration:
+ accountsservice-misc:
+ 00-enable-accounts-daemon-unit:
+ - systemctl enable accounts-daemon