summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPival812015-11-01 15:50:44 +0100
committerPival812015-11-01 15:50:44 +0100
commit9ff258041b0dd90feb2a02c68b714ee3044c60df (patch)
tree59ebc4ebf14cc38382b1da07df12c3745e6f710c
downloadaur-9ff258041b0dd90feb2a02c68b714ee3044c60df.tar.gz
A flat icon theme composed from many open source icon projects
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD19
-rw-r--r--update-icon-cache.install14
3 files changed, 53 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e12fcbef281b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+# Generated by makepkg 4.2.1
+# Sun Nov 1 14:01:47 UTC 2015
+pkgbase = vibrantly-colors
+ pkgdesc = A flat icon theme composed from many open source icon projects
+ pkgver = 1.2.2
+ pkgrel = 1
+ url = http://www.ravefinity.com/p/vibrantly-simple-gtk-icon-theme.html
+ install = update-icon-cache.install
+ arch = any
+ license = custom:cc-by-sa-3.0
+ license = GPL2
+ options = !strip
+ options = !zipman
+ options = libtool
+ options = staticlibs
+ source = vibrantly-colors-1.2.2.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QAcEpheTFBWVBDd3c
+ md5sums = 88a6d980b8142d9aefaed506ea55b244
+
+pkgname = vibrantly-colors
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..930b33601d72
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+pkgname=vibrantly-colors
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A flat icon theme composed from many open source icon projects"
+arch=('any')
+url="http://www.ravefinity.com/p/vibrantly-simple-gtk-icon-theme.html"
+license=('custom:cc-by-sa-3.0' 'GPL2')
+options=('!strip' '!zipman' 'libtool' 'staticlibs')
+install=update-icon-cache.install
+source=($pkgname-$pkgver.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QAcEpheTFBWVBDd3c)
+md5sums=('88a6d980b8142d9aefaed506ea55b244')
+
+package() {
+ mkdir -p $pkgdir/usr/share/icons/
+ cp -r $srcdir/* $pkgdir/usr/share/icons/
+ mkdir -p $pkgdir/usr/share/licenses/vibrantly-colors/
+ mv "$pkgdir/usr/share/icons/Copyrights&Licenses.txt" "$pkgdir/usr/share/licenses/vibrantly-colors/"
+ rm "$pkgdir/usr/share/icons/README-Manual.txt" "$pkgdir/usr/share/icons/$pkgname-$pkgver.tar.gz"
+}
diff --git a/update-icon-cache.install b/update-icon-cache.install
new file mode 100644
index 000000000000..a8e03a9af49b
--- /dev/null
+++ b/update-icon-cache.install
@@ -0,0 +1,14 @@
+post_install() {
+ for dir in usr/share/icons/Vibrantly*; do
+ gtk-update-icon-cache -ftq $dir
+ done
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+