summaryrefslogtreecommitdiff
path: root/pcr/gnome-colors-icon-theme-extras
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-03 17:56:29 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-04 15:59:34 -0300
commitc613df8d9f6a12ce22fdce24e01a1e6b8f442801 (patch)
treea6ed2e6cb526c17e78d7458fb0adff3d19e513c1 /pcr/gnome-colors-icon-theme-extras
parentef29ffe40b44f36dde4ff9be467581e01fce964a (diff)
add gnome-colors-icon-theme-extras to [pcr]
Diffstat (limited to 'pcr/gnome-colors-icon-theme-extras')
-rw-r--r--pcr/gnome-colors-icon-theme-extras/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/pcr/gnome-colors-icon-theme-extras/PKGBUILD b/pcr/gnome-colors-icon-theme-extras/PKGBUILD
new file mode 100644
index 000000000..a8f5df947
--- /dev/null
+++ b/pcr/gnome-colors-icon-theme-extras/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer (Arch): Christian Hesse <arch@eworm.de>
+# Contributor (Arch): mattia.b89 <mattia DOT b89 AT gmail DOT com>
+# Contributor (Arch): Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor (Arch): Shae Smittle <starfall87@gmail.com>
+
+pkgname=gnome-colors-icon-theme-extras
+pkgver=5.5.1
+pkgrel=3
+pkgdesc='Extra icons for GNOME-Colors icon theme'
+arch=('any')
+url='http://gnome-colors.googlecode.com/'
+license=('GPL2')
+depends=('gnome-colors-icon-theme')
+source=("http://gnome-colors.googlecode.com/files/gnome-colors-extras-${pkgver}.tar.gz")
+sha256sums=('5f9740b74f5069a05482798a3243ea66f934894ea9dcb288c610801f1f9411d9')
+
+package() {
+ cd "${srcdir}"
+
+ make DESTDIR="${pkgdir}"/ install
+}
+