summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2014-12-30 20:46:39 +0100
committerChris Warrick2014-12-30 20:46:39 +0100
commiteb495b815f3a9f2248c3e3e9252cf319565fd7c0 (patch)
treea4347998ac4118a95f0a2cf5a513b24cb6e431c3
downloadaur-eb495b815f3a9f2248c3e3e9252cf319565fd7c0.tar.gz
init faenza-cupertino-icon-theme
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD25
2 files changed, 41 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..14cc2e2f7315
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = faenza-cupertino-icon-theme
+ pkgdesc = Icon theme designed for Equinox GTK theme, recolored
+ pkgver = 9
+ pkgrel = 3
+ epoch = 1
+ url = http://gnome-look.org/content/show.php/Faenza-Cupertino?content=129008
+ arch = any
+ license = GPL3
+ depends = faenza-icon-theme
+ source = http://gnome-look.org/CONTENT/content-files/129008-Faenza-Cupertino.tar.gz
+ source = http://gnome-look.org/CONTENT/content-files/133677-Faenza-Cupertino-Dark.tar.gz
+ sha1sums = a691e8489a857f7e3891d7f02cbcda14f7c81a45
+ sha1sums = ff1854636fcee20ab10ada5fc60a87dfb6e7e01f
+
+pkgname = faenza-cupertino-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a2ed4215db8e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Chris Warrick <aur@chriswarrick.com>
+# Submitter/Contributor: KosmosElohim <bdsjunior@live.com>
+
+pkgname=faenza-cupertino-icon-theme
+epoch=1
+pkgver=9
+pkgrel=3
+pkgdesc="Icon theme designed for Equinox GTK theme, recolored"
+url="http://gnome-look.org/content/show.php/Faenza-Cupertino?content=129008"
+license=('GPL3')
+arch=('any')
+makedepends=()
+depends=('faenza-icon-theme')
+optdepends=()
+source=("http://gnome-look.org/CONTENT/content-files/129008-Faenza-Cupertino.tar.gz"
+ "http://gnome-look.org/CONTENT/content-files/133677-Faenza-Cupertino-Dark.tar.gz")
+
+sha1sums=('a691e8489a857f7e3891d7f02cbcda14f7c81a45'
+ 'ff1854636fcee20ab10ada5fc60a87dfb6e7e01f')
+
+package() {
+ mkdir -p ${pkgdir}/usr/share/icons
+ cp -raf ${srcdir}/Faenza-Cupertino* ${pkgdir}/usr/share/icons/
+ chown -R root:root "${pkgdir}"/usr
+}