diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-05-23 14:59:24 +0100 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-05-23 14:59:24 +0100 |
commit | 9b874110e45b9af3a3bb0a7481bec8918a1c3adb (patch) | |
tree | a619d13d5c3e0913a41c54d352049d7d2efa1385 /old/strata/gtk3 | |
parent | 63224e2233280204626b58fcbe5224d3582c8627 (diff) | |
download | definitions-9b874110e45b9af3a3bb0a7481bec8918a1c3adb.tar.gz |
Move existing Baserock definitions into old/ subdirectory
This will be removed in due course.
Diffstat (limited to 'old/strata/gtk3')
-rw-r--r-- | old/strata/gtk3/gtk3.morph | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/strata/gtk3/gtk3.morph b/old/strata/gtk3/gtk3.morph new file mode 100644 index 00000000..86e15e89 --- /dev/null +++ b/old/strata/gtk3/gtk3.morph @@ -0,0 +1,15 @@ +name: gtk3 +kind: chunk +build-system: autotools +configure-commands: +- gdk-pixbuf-query-loaders > loader.cache +- NOCONFIGURE=1 ./autogen.sh +- ./configure --prefix="$PREFIX" --sysconfdir=/etc +build-commands: +- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make +install-commands: +- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install DESTDIR="$DESTDIR" +system-integration: + gtk3-misc: + 00-update-im3-cache: + - gtk-query-immodules-3.0 --update-cache |