summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2019-06-06 13:25:59 +0200
committerSteffen Weber2019-06-06 13:25:59 +0200
commit184e83db9881b7984a1ed066c7383f1e800d7eed (patch)
treebbe1c38fef8072a4b33b39626fc624fc222f309d
parent094aade115f5531f1d3b8502347319a63c12243a (diff)
downloadaur-184e83db9881b7984a1ed066c7383f1e800d7eed.tar.gz
Update to 0.5.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2dbbcfce952..be47a705349f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Jun 8 06:56:46 UTC 2018
pkgbase = clarity-icon-theme
pkgdesc = Vector icons in 9 colourthemes for GTK
- pkgver = 0.4.7
- pkgrel = 3
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://www.gnome-look.org/p/1012535
arch = any
license = CCPL:by-sa
@@ -11,8 +9,9 @@ pkgbase = clarity-icon-theme
makedepends = librsvg
options = !strip
options = !zipman
- source = clarity-icon-theme-0.4.7.tar.gz::https://github.com/jcubic/Clarity/releases/download/0.4.7/clarity-icon-theme_0.4.7.tar.gz
- md5sums = 530abb6a7dee6a3cc389dfe0279a5b8d
+ options = !makeflags
+ source = clarity-icon-theme-0.5.1.tar.gz::https://github.com/jcubic/Clarity/archive/0.5.1.tar.gz
+ md5sums = 08c0c5d7062c6423765195132b4ceeb1
pkgname = clarity-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 46c0f9aaa94e..4185aa19d146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Anonymo <meowdib at gmail dot com>
pkgname=clarity-icon-theme
-pkgver=0.4.7
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
pkgdesc="Vector icons in 9 colourthemes for GTK"
arch=('any')
makedepends=('imagemagick' 'librsvg')
url="https://www.gnome-look.org/p/1012535"
license=('CCPL:by-sa')
-options=(!strip !zipman)
-source=($pkgname-$pkgver.tar.gz::https://github.com/jcubic/Clarity/releases/download/$pkgver/${pkgname}_${pkgver}.tar.gz)
-md5sums=('530abb6a7dee6a3cc389dfe0279a5b8d')
+options=(!strip !zipman !makeflags)
+source=($pkgname-$pkgver.tar.gz::https://github.com/jcubic/Clarity/archive/$pkgver.tar.gz)
+md5sums=('08c0c5d7062c6423765195132b4ceeb1')
##############################################################
#Put the themes you want to build in _buildtheme array below.#
@@ -33,7 +33,7 @@ _buildtheme=(violaceus lux_violaceus canus dark_canus caeruleus lux_caeruleus vi
build() {
for _theme in ${_buildtheme[*]}; do
- cd "${srcdir}/Clarity"
+ cd "${srcdir}/Clarity-${pkgver}"
make ${_theme}
make arch
install -d themes/${_theme}
@@ -45,7 +45,7 @@ build() {
package() {
for _theme in ${_buildtheme[*]}; do
install -d "${pkgdir}/usr/share/icons/clarity-${_theme}"
- cp -r "${srcdir}/Clarity/themes/${_theme}/"{scalable,16x16,index.theme} \
+ cp -r "${srcdir}/Clarity-${pkgver}/themes/${_theme}/"{scalable,16x16,index.theme} \
"${pkgdir}/usr/share/icons/clarity-${_theme}"
cd "${pkgdir}/usr/share/icons/clarity-${_theme}"