summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2016-11-04 20:52:55 +0100
committerMichael Straube2016-11-04 20:52:55 +0100
commita41bdaf18cd7ecf5ef431606bfa002efc17d2260 (patch)
tree864065f1097bbb8ead88b61e5f14d0a923262d25
parentca4757ba0d574a8e36d4b67e3205aa9a1e33df24 (diff)
downloadaur-a41bdaf18cd7ecf5ef431606bfa002efc17d2260.tar.gz
Use Fedora package as source
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
-rw-r--r--update-icon-cache.install14
3 files changed, 11 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 997a07f48d69..009f9a2cfddd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Apr 16 19:34:45 UTC 2016
pkgbase = vibrancy-colors
pkgdesc = A flat icon theme composed from many open source icon projects
pkgver = 2.7
- pkgrel = 1
+ pkgrel = 2
url = http://www.ravefinity.com/p/vibrancy-colors-gtk-icon-theme.html
- install = update-icon-cache.install
arch = any
- license = custom:cc-by-sa-3.0
+ license = CCPL:by-sa
license = GPL2
options = !strip
- options = !zipman
- options = libtool
- options = staticlibs
- source = vibrancy-colors-2.7.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QASHBrcTR4SnV2aVU
- md5sums = a12afc46247f6ad672ef1a672fa17090
+ source = http://download.opensuse.org/repositories/home:/Pival81/Fedora_23/noarch/vibrancy-colors-icon-theme-2.7-3.1.noarch.rpm
+ sha1sums = b499f48c74660e6bf2aa6210531a094e79e277b7
pkgname = vibrancy-colors
diff --git a/PKGBUILD b/PKGBUILD
index a3eaa677c5d5..43ff296f8ecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,16 @@
# Contributor: deadsurgeon42 <deadsurgeon42 at gmail dot com>
pkgname=vibrancy-colors
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc="A flat icon theme composed from many open source icon projects"
arch=('any')
url="http://www.ravefinity.com/p/vibrancy-colors-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/0B7iDWdwgu9QASHBrcTR4SnV2aVU)
-md5sums=('a12afc46247f6ad672ef1a672fa17090')
+license=('CCPL:by-sa' 'GPL2')
+options=('!strip')
+source=("http://download.opensuse.org/repositories/home:/Pival81/Fedora_23/noarch/$pkgname-icon-theme-$pkgver-3.1.noarch.rpm")
+sha1sums=('b499f48c74660e6bf2aa6210531a094e79e277b7')
package() {
- mkdir -p $pkgdir/usr/share/icons/
- cp -r $srcdir/* $pkgdir/usr/share/icons/
- mkdir -p $pkgdir/usr/share/licenses/vibrancy-colors/
- mv "$pkgdir/usr/share/icons/Copyrights&Licenses.txt" "$pkgdir/usr/share/licenses/vibrancy-colors/"
- rm "$pkgdir/usr/share/icons/README-Manual.txt" "$pkgdir/usr/share/icons/$pkgname-$pkgver.tar.gz"
+ install -d "$pkgdir"/usr/share/icons
+ cp -r usr/share/icons/* "$pkgdir"/usr/share/icons
}
diff --git a/update-icon-cache.install b/update-icon-cache.install
deleted file mode 100644
index d576acaab137..000000000000
--- a/update-icon-cache.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- for dir in usr/share/icons/Vibrancy*; do
- gtk-update-icon-cache -ftq $dir
- done
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-