summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2015-07-08 16:07:54 +0200
committerChristian Hesse2015-07-08 16:07:54 +0200
commit1b004e6844bfa03403879d8de1945099200375a0 (patch)
tree09a637e2b2a02595e6f688535b6b23b28083e400
downloadaur-1b004e6844bfa03403879d8de1945099200375a0.tar.gz
initial import of gnome-colors-icon-theme 5.5.1-3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD23
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b771c0da1d24
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = gnome-colors-icon-theme
+ pkgdesc = GNOME-Colors icon theme
+ pkgver = 5.5.1
+ pkgrel = 3
+ url = http://gnome-colors.googlecode.com
+ arch = any
+ license = GPL2
+ source = http://gnome-colors.googlecode.com/files/gnome-colors-5.5.1.tar.gz
+ md5sums = 8ec81b556bac351817bd56a1701dbbfb
+
+pkgname = gnome-colors-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d4e73def85ce
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Christian Hesse <arch@eworm.de>
+# Contributor: BlackICE <manfredi at gmail.com>
+# Contributor: jsteel <jsteel at aur.archlinux.org>
+# Contributor: Arkham <arkham at archlinux dot us>
+# Contributor: Artyom Smirnov <smirnoffjr@gmail.com>
+# Contributor: 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
+}
+