summaryrefslogtreecommitdiff
path: root/xfce
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:16:20 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:16:20 +0000
commit2deabedb6e998d3bd96fd910617461a24a11d73b (patch)
treec61c71fda6768404ccfde568d9fcb36c2e787f52 /xfce
parent895bd79b3fa5178a6e2bf0d190ea7b5e660d8859 (diff)
downloaddefinitions-2deabedb6e998d3bd96fd910617461a24a11d73b.tar.gz
Move chunk morphologies into the definitions repositorybaserock/adamcoldrick/chunks-in-definitions
Actually move all the chunk morphologies into the subdirectory for the stratum containing each chunk. Also add a repo and ref field to the chunk morphologies. Any chunks which did not previously have chunk morphologies have now had a morphology generated.
Diffstat (limited to 'xfce')
-rw-r--r--xfce/elementary-xfce.morph12
-rw-r--r--xfce/exo.morph14
-rw-r--r--xfce/garcon.morph12
-rw-r--r--xfce/gtk-xfce-engine-2.morph12
-rw-r--r--xfce/iceauth.morph5
-rw-r--r--xfce/libwnck.morph13
-rw-r--r--xfce/libxfce4ui.morph14
-rw-r--r--xfce/libxfce4util.morph12
-rw-r--r--xfce/perl-uri.morph5
-rw-r--r--xfce/thunar.morph16
-rw-r--r--xfce/tumbler.morph12
-rw-r--r--xfce/xfce-dev-tools.morph5
-rw-r--r--xfce/xfce4-appfinder.morph14
-rw-r--r--xfce/xfce4-panel.morph15
-rw-r--r--xfce/xfce4-session.morph17
-rw-r--r--xfce/xfce4-settings.morph16
-rw-r--r--xfce/xfconf.morph13
-rw-r--r--xfce/xfdesktop.morph15
-rw-r--r--xfce/xfwm4.morph19
19 files changed, 241 insertions, 0 deletions
diff --git a/xfce/elementary-xfce.morph b/xfce/elementary-xfce.morph
new file mode 100644
index 00000000..48f6303e
--- /dev/null
+++ b/xfce/elementary-xfce.morph
@@ -0,0 +1,12 @@
+name: xfce/elementary-xfce.morph
+kind: chunk
+repo: upstream:elementary-xfce
+ref: 81e683bb46f8ba58c49c60ed75124951b7ba0779
+install-commands:
+- mkdir -p $DESTDIR/usr/share/icons/
+- cp -R elementary-xfce $DESTDIR/usr/share/icons/
+- cp -R elementary-xfce-* $DESTDIR/usr/share/icons/
+- gtk-update-icon-cache -t -f $DESTDIR/usr/share/icons/elementary-xfce
+- gtk-update-icon-cache -t -f $DESTDIR/usr/share/icons/elementary-xfce-dark
+- gtk-update-icon-cache -t -f $DESTDIR/usr/share/icons/elementary-xfce-darker
+- gtk-update-icon-cache -t -f $DESTDIR/usr/share/icons/elementary-xfce-darkest
diff --git a/xfce/exo.morph b/xfce/exo.morph
new file mode 100644
index 00000000..50673fe4
--- /dev/null
+++ b/xfce/exo.morph
@@ -0,0 +1,14 @@
+name: xfce/exo.morph
+kind: chunk
+repo: upstream:xfce/exo
+ref: b985c4b5c72ef116d55bbf746c16a05f26afc045
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/libxfce4util.morph
+- xfce/libxfce4ui.morph
+- xfce/perl-uri.morph
diff --git a/xfce/garcon.morph b/xfce/garcon.morph
new file mode 100644
index 00000000..8f112d90
--- /dev/null
+++ b/xfce/garcon.morph
@@ -0,0 +1,12 @@
+name: xfce/garcon.morph
+kind: chunk
+repo: upstream:xfce/garcon
+ref: febd4136365714556f6afbccf4302e8f4550e5d1
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/libxfce4util.morph
diff --git a/xfce/gtk-xfce-engine-2.morph b/xfce/gtk-xfce-engine-2.morph
new file mode 100644
index 00000000..e17013a4
--- /dev/null
+++ b/xfce/gtk-xfce-engine-2.morph
@@ -0,0 +1,12 @@
+name: xfce/gtk-xfce-engine-2.morph
+kind: chunk
+repo: upstream:xfce/gtk-xfce-engine
+ref: ed44a71f1a4d76ae850483ece41638bb9a3e7781
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/xfce-dev-tools.morph
diff --git a/xfce/iceauth.morph b/xfce/iceauth.morph
new file mode 100644
index 00000000..73fca255
--- /dev/null
+++ b/xfce/iceauth.morph
@@ -0,0 +1,5 @@
+name: xfce/iceauth.morph
+kind: chunk
+repo: upstream:iceauth
+ref: c07d443d43e53cfe21b53a9a0eafcd6189432867
+build-system: autotools
diff --git a/xfce/libwnck.morph b/xfce/libwnck.morph
new file mode 100644
index 00000000..66b5ee93
--- /dev/null
+++ b/xfce/libwnck.morph
@@ -0,0 +1,13 @@
+name: xfce/libwnck.morph
+kind: chunk
+repo: upstream:libwnck
+ref: 6792abcdf27aceba1012406d51606e84b065a526
+build-system: autotools
+configure-commands:
+- gdk-pixbuf-query-loaders > loader.cache
+- NOCONFIGURE=1 ./autogen.sh
+- ./configure --prefix="$PREFIX"
+build-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
+install-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install DESTDIR="$DESTDIR"
diff --git a/xfce/libxfce4ui.morph b/xfce/libxfce4ui.morph
new file mode 100644
index 00000000..afff85e4
--- /dev/null
+++ b/xfce/libxfce4ui.morph
@@ -0,0 +1,14 @@
+name: xfce/libxfce4ui.morph
+kind: chunk
+repo: upstream:xfce/libxfce4ui
+ref: a9c2a379709915dfda255d3ca9181fac3f8484d8
+configure-commands:
+- ./autogen.sh --prefix=${PREFIX}
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/xfce-dev-tools.morph
+- xfce/libxfce4util.morph
+- xfce/xfconf.morph
diff --git a/xfce/libxfce4util.morph b/xfce/libxfce4util.morph
new file mode 100644
index 00000000..fcfec354
--- /dev/null
+++ b/xfce/libxfce4util.morph
@@ -0,0 +1,12 @@
+name: xfce/libxfce4util.morph
+kind: chunk
+repo: upstream:xfce/libxfce4util
+ref: fc0437fe503c3eaa5ccd4fa68f098bc428f27cad
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/xfce-dev-tools.morph
diff --git a/xfce/perl-uri.morph b/xfce/perl-uri.morph
new file mode 100644
index 00000000..c5f7a2f6
--- /dev/null
+++ b/xfce/perl-uri.morph
@@ -0,0 +1,5 @@
+name: xfce/perl-uri.morph
+kind: chunk
+repo: upstream:libwww-perl/uri
+ref: 3dd72ded7f043a4f6973781fe594722e2e95f491
+build-system: cpan
diff --git a/xfce/thunar.morph b/xfce/thunar.morph
new file mode 100644
index 00000000..a99c1051
--- /dev/null
+++ b/xfce/thunar.morph
@@ -0,0 +1,16 @@
+name: xfce/thunar.morph
+kind: chunk
+repo: upstream:xfce/thunar
+ref: 8289f48c200b91cc1e9932e13defb8e6a4765054
+configure-commands:
+- gdk-pixbuf-query-loaders > loader.cache
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
+install-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install
+build_depends:
+- xfce/libxfce4ui.morph
+- xfce/exo.morph
+- xfce/garcon.morph
+- xfce/libwnck.morph
diff --git a/xfce/tumbler.morph b/xfce/tumbler.morph
new file mode 100644
index 00000000..b83f2ac6
--- /dev/null
+++ b/xfce/tumbler.morph
@@ -0,0 +1,12 @@
+name: xfce/tumbler.morph
+kind: chunk
+repo: upstream:xfce/tumbler
+ref: f8191f286227a045fbdabd7684c9da81ade518c8
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/xfce-dev-tools.morph
diff --git a/xfce/xfce-dev-tools.morph b/xfce/xfce-dev-tools.morph
new file mode 100644
index 00000000..a0ee5287
--- /dev/null
+++ b/xfce/xfce-dev-tools.morph
@@ -0,0 +1,5 @@
+name: xfce/xfce-dev-tools.morph
+kind: chunk
+repo: upstream:xfce/xfce4-dev-tools
+ref: 9244250ac0c15ba160688758c5dccf97f3f160ef
+build-system: autotools
diff --git a/xfce/xfce4-appfinder.morph b/xfce/xfce4-appfinder.morph
new file mode 100644
index 00000000..67bfb22e
--- /dev/null
+++ b/xfce/xfce4-appfinder.morph
@@ -0,0 +1,14 @@
+name: xfce/xfce4-appfinder.morph
+kind: chunk
+repo: upstream:xfce/xfce4-appfinder
+ref: 5c069f13fde648913a59f022957b2c83b5764f39
+configure-commands:
+- ./autogen.sh --prefix=${PREFIX}
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/exo.morph
+- xfce/libxfce4ui.morph
+- xfce/garcon.morph
diff --git a/xfce/xfce4-panel.morph b/xfce/xfce4-panel.morph
new file mode 100644
index 00000000..b6082255
--- /dev/null
+++ b/xfce/xfce4-panel.morph
@@ -0,0 +1,15 @@
+name: xfce/xfce4-panel.morph
+kind: chunk
+repo: upstream:xfce/xfce4-panel
+ref: 6ac8bfcb481781e8e23b101f5c5fdd70cf6d083b
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/libxfce4ui.morph
+- xfce/garcon.morph
+- xfce/exo.morph
+- xfce/libwnck.morph
diff --git a/xfce/xfce4-session.morph b/xfce/xfce4-session.morph
new file mode 100644
index 00000000..8f7a11f6
--- /dev/null
+++ b/xfce/xfce4-session.morph
@@ -0,0 +1,17 @@
+name: xfce/xfce4-session.morph
+kind: chunk
+repo: upstream:xfce/xfce4-session
+ref: 2c89b2f12409ca617fc094e2942cb0d69318c7b5
+configure-commands:
+- gdk-pixbuf-query-loaders > loader.cache
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
+install-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install
+build_depends:
+- xfce/iceauth.morph
+- xfce/exo.morph
+- xfce/xfce-dev-tools.morph
+- xfce/libxfce4ui.morph
+- xfce/libwnck.morph
diff --git a/xfce/xfce4-settings.morph b/xfce/xfce4-settings.morph
new file mode 100644
index 00000000..272a60f7
--- /dev/null
+++ b/xfce/xfce4-settings.morph
@@ -0,0 +1,16 @@
+name: xfce/xfce4-settings.morph
+kind: chunk
+repo: upstream:xfce/xfce4-settings
+ref: 697ce5cd4bf4860a0a20c27b557be296c9adf469
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/xfce-dev-tools.morph
+- xfce/xfconf.morph
+- xfce/exo.morph
+- xfce/libxfce4ui.morph
+- xfce/garcon.morph
diff --git a/xfce/xfconf.morph b/xfce/xfconf.morph
new file mode 100644
index 00000000..0b73235e
--- /dev/null
+++ b/xfce/xfconf.morph
@@ -0,0 +1,13 @@
+name: xfce/xfconf.morph
+kind: chunk
+repo: upstream:xfce/xfconf
+ref: ed6ed2f7656a0d5d8cb453cb643061c9a157f2ae
+configure-commands:
+- ./autogen.sh --prefix=${PREFIX}
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/xfce-dev-tools.morph
+- xfce/libxfce4util.morph
diff --git a/xfce/xfdesktop.morph b/xfce/xfdesktop.morph
new file mode 100644
index 00000000..7aab808c
--- /dev/null
+++ b/xfce/xfdesktop.morph
@@ -0,0 +1,15 @@
+name: xfce/xfdesktop.morph
+kind: chunk
+repo: upstream:xfce/xfdesktop
+ref: d2f7404da32f29cfec4a704389112fe7183edda5
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- make
+install-commands:
+- make install
+build_depends:
+- xfce/exo.morph
+- xfce/libxfce4ui.morph
+- xfce/xfconf.morph
+- xfce/libwnck.morph
diff --git a/xfce/xfwm4.morph b/xfce/xfwm4.morph
new file mode 100644
index 00000000..008bf5a1
--- /dev/null
+++ b/xfce/xfwm4.morph
@@ -0,0 +1,19 @@
+name: xfce/xfwm4.morph
+kind: chunk
+repo: upstream:xfce/xfwm4
+ref: 523ef8a6861af772be3468cd700ad14172c86768
+configure-commands:
+- gdk-pixbuf-query-loaders > loader.cache
+- ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
+install-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install
+- install -m 0644 index.theme $DESTDIR/usr/share/icons/hicolor
+- gtk-update-icon-cache $DESTDIR/usr/share/icons/hicolor
+build_depends:
+- xfce/exo.morph
+- xfce/libxfce4util.morph
+- xfce/libxfce4ui.morph
+- xfce/xfconf.morph
+- xfce/libwnck.morph