summaryrefslogtreecommitdiff
path: root/pcr/gnome-colors-icon-theme
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-03 17:54:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-04 15:59:34 -0300
commitef29ffe40b44f36dde4ff9be467581e01fce964a (patch)
tree856df13fe187ed0df463d15e9a8f209276e11e78 /pcr/gnome-colors-icon-theme
parent7441a2b78e1d9c023e9733d4d26a4851a8a2314c (diff)
gnome-colors-icon-theme: add new package to [pcr]
Diffstat (limited to 'pcr/gnome-colors-icon-theme')
-rw-r--r--pcr/gnome-colors-icon-theme/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/pcr/gnome-colors-icon-theme/PKGBUILD b/pcr/gnome-colors-icon-theme/PKGBUILD
new file mode 100644
index 000000000..e3e481437
--- /dev/null
+++ b/pcr/gnome-colors-icon-theme/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer (Arch): Christian Hesse <arch@eworm.de>
+# Contributor (Arch): BlackICE <manfredi at gmail.com>
+# Contributor (Arch): jsteel <jsteel at aur.archlinux.org>
+# Contributor (Arch): Arkham <arkham at archlinux dot us>
+# Contributor (Arch): Artyom Smirnov <smirnoffjr@gmail.com>
+# Contributor (Arch): Marius <marius at matamare dot ro>
+
+pkgname=gnome-colors-icon-theme
+pkgver=5.5.1
+pkgrel=3
+pkgdesc='GNOME-Colors icon theme'
+arch=('any')
+url='http://gnome-colors.googlecode.com'
+license=('GPL2')
+source=(http://gnome-colors.googlecode.com/files/gnome-colors-$pkgver.tar.gz)
+md5sums=('8ec81b556bac351817bd56a1701dbbfb')
+
+package() {
+ cd "${srcdir}"
+
+ make DESTDIR="${pkgdir}"/ install
+}
+