From b18ff4402d170afe057de964cde835dc8400b7af Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 29 Oct 2015 20:39:02 +0900 Subject: Adding gnome-control-center to GNOME strata Also including the samba strata which is required for the printer configuration (smbclient is needed). Change-Id: I0517dd345fffe64184bf5faf403c2a9ec70e6ca7 --- strata/gnome.morph | 25 +++++++++++++++++++++++++ strata/gnome/gnome-control-center.morph | 5 +++++ 2 files changed, 30 insertions(+) create mode 100644 strata/gnome/gnome-control-center.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index f8b41f37..fc2bcc81 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -584,3 +584,28 @@ chunks: build-depends: - libcanberra - libnotify +- name: gnome-control-center + morph: strata/gnome/gnome-control-center.morph + repo: upstream:gnome/gnome-control-center + ref: f00c05ba3b3c7aa328d7970b73a784739cef560a + unpetrify-ref: baserock/3.18 + build-depends: + - accountsservice + - clutter + - clutter-gtk + - colord + - colord-gtk + - gnome-bluetooth + - gnome-desktop + - gnome-online-accounts + - gnome-settings-daemon + - grilo + - gsettings-desktop-schemas + - ibus + - iso-codes + - krb5 + - libcanberra + - libgtop + - libpwquality + - libwacom + - network-manager-applet diff --git a/strata/gnome/gnome-control-center.morph b/strata/gnome/gnome-control-center.morph new file mode 100644 index 00000000..ec2b6409 --- /dev/null +++ b/strata/gnome/gnome-control-center.morph @@ -0,0 +1,5 @@ +name: gnome-control-center +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-documentation -- cgit v1.2.1