summaryrefslogtreecommitdiff
path: root/manualPorts/gnome-icon-theme-symbolic/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
committerErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
commit14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch)
tree644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/gnome-icon-theme-symbolic/Pkgfile
downloadcrux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz
initial commit
Diffstat (limited to 'manualPorts/gnome-icon-theme-symbolic/Pkgfile')
-rw-r--r--manualPorts/gnome-icon-theme-symbolic/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/manualPorts/gnome-icon-theme-symbolic/Pkgfile b/manualPorts/gnome-icon-theme-symbolic/Pkgfile
new file mode 100644
index 0000000..b2d00b1
--- /dev/null
+++ b/manualPorts/gnome-icon-theme-symbolic/Pkgfile
@@ -0,0 +1,18 @@
+# Description: GNOME icon theme, symbolic icons.
+# URL: http://www.gnome.org/
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Packager: Danny Rawlins, crux at romster dot me
+# Depends on: intltool icon-naming-utils hicolor-icon-theme librsvg
+
+name=gnome-icon-theme-symbolic
+version=3.12.0
+release=2
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+
+ GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+}