summaryrefslogtreecommitdiff
path: root/gnome/strata/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/strata/gnome')
-rw-r--r--gnome/strata/gnome/autoconf-archive.morph3
-rw-r--r--gnome/strata/gnome/network-manager-applet.morph5
2 files changed, 8 insertions, 0 deletions
diff --git a/gnome/strata/gnome/autoconf-archive.morph b/gnome/strata/gnome/autoconf-archive.morph
index de05f0aa..5420b68a 100644
--- a/gnome/strata/gnome/autoconf-archive.morph
+++ b/gnome/strata/gnome/autoconf-archive.morph
@@ -1,5 +1,8 @@
name: autoconf-archive
kind: chunk
build-system: autotools
+
pre-configure-commands:
+# Disable documentation, as it requires texinfo
+- sed -e '/^SUBDIRS\s\+=\s\+doc.*$/d' Makefile.am -i
- ./bootstrap.sh
diff --git a/gnome/strata/gnome/network-manager-applet.morph b/gnome/strata/gnome/network-manager-applet.morph
new file mode 100644
index 00000000..8b144ed8
--- /dev/null
+++ b/gnome/strata/gnome/network-manager-applet.morph
@@ -0,0 +1,5 @@
+name: network-manager-applet
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --without-selinux --without-team