summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2015-07-06 15:47:20 +0200
committerSteffen Weber2015-07-06 15:47:20 +0200
commitb26f3af206f6be0f4327c6e868c3d3118d4940cd (patch)
tree5e801f7ee10d54fb0824c40f88c5d4915bb4d7ca
parent4c1f6b1805144a5c5ec8ab71cda60bcff4bac163 (diff)
downloadaur-b26f3af206f6be0f4327c6e868c3d3118d4940cd.tar.gz
Update to 0.4.1-1
-rw-r--r--.SRCINFO12
-rwxr-xr-xPKGBUILD18
2 files changed, 8 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fde3293eb03d..48a2179282ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clarity-icon-theme
pkgdesc = Vector icons in 8 colourthemes for GTK
- pkgver = 0.4.0
- pkgrel = 3
+ pkgver = 0.4.1
+ pkgrel = 1
url = http://gnome-look.org/content/show.php/Clarity?content=135654
arch = any
license = GPL3
@@ -9,12 +9,8 @@ pkgbase = clarity-icon-theme
makedepends = librsvg
options = !strip
options = !zipman
- source = http://load.boenki.org/clarity-icon-theme_0.4.0.tar.gz
- source = clarity-icon-theme-rsvg.patch::https://github.com/jcubic/Clarity/commit/eec45bfefd0874b059aaf7926d134cc31ad7fd31.patch
- source = clarity-icon-theme-huge-icons.patch::https://github.com/jcubic/Clarity/commit/63d2a085b11c5315c10fc115d4bbc4610ba6ed24.patch
- md5sums = 4f843a762272967b177ebfa18b54fd6e
- md5sums = ce4559e558d4f19577cfd72bb2aabeb8
- md5sums = 27161dd28fc51bfa0da84aa193444811
+ source = http://load.boenki.org/clarity-icon-theme_0.4.1.tar.gz
+ md5sums = f697ed1b0e18a63c5c99db877749a913
pkgname = clarity-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 02669b706164..9c90f3a6a92f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,16 @@
# Contributor: Anonymo <meowdib at gmail dot com>
pkgname=clarity-icon-theme
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.4.1
+pkgrel=1
pkgdesc="Vector icons in 8 colourthemes for GTK"
arch=('any')
makedepends=('imagemagick' 'librsvg')
url="http://gnome-look.org/content/show.php/Clarity?content=135654"
license=('GPL3')
options=(!strip !zipman)
-source=(http://load.boenki.org/${pkgname}_${pkgver}.tar.gz
- $pkgname-rsvg.patch::https://github.com/jcubic/Clarity/commit/eec45bfefd0874b059aaf7926d134cc31ad7fd31.patch
- $pkgname-huge-icons.patch::https://github.com/jcubic/Clarity/commit/63d2a085b11c5315c10fc115d4bbc4610ba6ed24.patch)
-md5sums=('4f843a762272967b177ebfa18b54fd6e'
- 'ce4559e558d4f19577cfd72bb2aabeb8'
- '27161dd28fc51bfa0da84aa193444811')
+source=(http://load.boenki.org/${pkgname}_${pkgver}.tar.gz)
+md5sums=('f697ed1b0e18a63c5c99db877749a913')
##############################################################
#Put the themes you want to build in _buildtheme array below.#
@@ -34,12 +30,6 @@ md5sums=('4f843a762272967b177ebfa18b54fd6e'
_buildtheme=(violaceus lux_violaceus canus dark_canus caeruleus lux_caeruleus viridis luteus)
-prepare() {
- cd "${srcdir}/${pkgname}_${pkgver}"
- patch -p1 -i ../$pkgname-rsvg.patch
- patch -p1 -i ../$pkgname-huge-icons.patch
-}
-
build() {
for _theme in ${_buildtheme[*]}; do
cd "${srcdir}/${pkgname}_${pkgver}"