summaryrefslogtreecommitdiff
path: root/elements/gnome/gnome/adwaita-icon-theme.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/gnome/gnome/adwaita-icon-theme.bst')
-rw-r--r--elements/gnome/gnome/adwaita-icon-theme.bst37
1 files changed, 37 insertions, 0 deletions
diff --git a/elements/gnome/gnome/adwaita-icon-theme.bst b/elements/gnome/gnome/adwaita-icon-theme.bst
new file mode 100644
index 00000000..b5fbca9f
--- /dev/null
+++ b/elements/gnome/gnome/adwaita-icon-theme.bst
@@ -0,0 +1,37 @@
+kind: autotools
+depends:
+- bluetooth.bst
+- icu-common.bst
+- input-common.bst
+- data-indexing-management.bst
+- vala-common.bst
+- geolocation.bst
+- gtk2.bst
+- gtk3.bst
+- libsoup-common.bst
+- NetworkManager-common.bst
+- multimedia-gstreamer.bst
+- network-security.bst
+- privileges-management.bst
+- python3-gobject.bst
+- wayland-generic.bst
+- ruby.bst
+- samba.bst
+- secret-service.bst
+- sound-server-pulseaudio.bst
+- spell-checking.bst
+- cups.bst
+sources:
+- kind: git
+ url: upstream:gnome/adwaita-icon-theme
+ track: gnome-3-18
+ ref: 5e469ae6e664cb0808b6ce9fcfd7bd2ac6fc4216
+config:
+ 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="%{install-root}"