summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2017-10-12 11:31:29 +0200
committerSteffen Weber2017-10-12 11:31:29 +0200
commit5665f6311f0f4007e3cc74fcf5e4b51522dccf27 (patch)
treeeea60548f98906c5a460f61468c059c7b789f5cb
parent93ad728c4b89071933fec808885e2cfbc83ad509 (diff)
downloadaur-5665f6311f0f4007e3cc74fcf5e4b51522dccf27.tar.gz
Update to 0.4.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 734561bec5b9..d7c5de2badd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Mar 13 09:18:33 UTC 2017
+# Thu Oct 12 09:30:58 UTC 2017
pkgbase = clarity-icon-theme
pkgdesc = Vector icons in 9 colourthemes for GTK
- pkgver = 0.4.6
+ pkgver = 0.4.7
pkgrel = 1
url = https://www.gnome-look.org/p/1012535
arch = any
- license = GPL3
+ license = CCPL:by-sa
makedepends = imagemagick
makedepends = librsvg
options = !strip
options = !zipman
- source = https://dl.opendesktop.org/api/files/download/id/1482860647/clarity-icon-theme_0.4.6.tar.gz
- md5sums = 47543c02627673cf16657edbaa8a70f0
+ source = https://dl.opendesktop.org/api/files/download/id/1502786869/clarity-icon-theme_0.4.7.tar.gz
+ md5sums = 2d889963e20263a6fcfdc82ad0de4129
pkgname = clarity-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 1cd15be38d66..18e3e55b15e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Anonymo <meowdib at gmail dot com>
pkgname=clarity-icon-theme
-pkgver=0.4.6
+pkgver=0.4.7
pkgrel=1
pkgdesc="Vector icons in 9 colourthemes for GTK"
arch=('any')
makedepends=('imagemagick' 'librsvg')
url="https://www.gnome-look.org/p/1012535"
-license=('GPL3')
+license=('CCPL:by-sa')
options=(!strip !zipman)
-source=(https://dl.opendesktop.org/api/files/download/id/1482860647/${pkgname}_${pkgver}.tar.gz)
-md5sums=('47543c02627673cf16657edbaa8a70f0')
+source=(https://dl.opendesktop.org/api/files/download/id/1502786869/${pkgname}_${pkgver}.tar.gz)
+md5sums=('2d889963e20263a6fcfdc82ad0de4129')
##############################################################
#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}/${pkgname}_${pkgver}"
+ cd ${srcdir}/Clarity
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}/${pkgname}_${pkgver}/themes/${_theme}/{scalable,16x16,index.theme} \
+ cp -r ${srcdir}/Clarity/themes/${_theme}/{scalable,16x16,index.theme} \
"${pkgdir}/usr/share/icons/clarity-${_theme}"
cd "${pkgdir}/usr/share/icons/clarity-${_theme}"