summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-10-11 14:23:17 +0800
committerTing-Wei Lan2015-10-11 18:08:00 +0800
commitb699121f43f2aeddbe1a9455028e04ae1d9022b6 (patch)
treeb46eecb7b72b77e7830bcf06db229a4c88f73ebb
parent535299d6dac0abfbdb9b5df85afc583a3a070d91 (diff)
downloadaur-b699121f43f2aeddbe1a9455028e04ae1d9022b6.tar.gz
mingw-w64-adwaita-icon-theme: 3.16.2.2 -> 3.18.0
gtk-encode-symbolic-svg and librsvg are required.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef6bbe0bbf80..974201cd9946 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = mingw-w64-adwaita-icon-theme
pkgdesc = Adwaita icon theme (mingw-w64)
- pkgver = 3.16.2.2
+ pkgver = 3.18.0
pkgrel = 1
url = http://www.gnome.org
arch = any
license = GPL
makedepends = mingw-w64-configure
+ makedepends = gtk3
makedepends = intltool
+ makedepends = librsvg
depends = mingw-w64-hicolor-icon-theme
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/adwaita-icon-theme/3.16/adwaita-icon-theme-3.16.2.2.tar.xz
- sha256sums = 3149a815ad165abdd20165891fa72b533b909d7844e3fd41b8d0a0f9d9a99066
+ source = https://download.gnome.org/sources/adwaita-icon-theme/3.18/adwaita-icon-theme-3.18.0.tar.xz
+ sha256sums = 5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58
pkgname = mingw-w64-adwaita-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index b98c04fd810c..77bdbd238a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-adwaita-icon-theme
-pkgver=3.16.2.2
+pkgver=3.18.0
pkgrel=1
pkgdesc="Adwaita icon theme (mingw-w64)"
arch=(any)
@@ -9,11 +9,13 @@ url="http://www.gnome.org"
license=('GPL')
makedepends=(
'mingw-w64-configure'
- 'intltool')
+ 'gtk3'
+ 'intltool'
+ 'librsvg')
depends=('mingw-w64-hicolor-icon-theme')
options=(!strip !buildflags staticlibs)
-source=("https://download.gnome.org/sources/adwaita-icon-theme/${pkgver%.*.*}/adwaita-icon-theme-${pkgver}.tar.xz")
-sha256sums=('3149a815ad165abdd20165891fa72b533b909d7844e3fd41b8d0a0f9d9a99066')
+source=("https://download.gnome.org/sources/adwaita-icon-theme/${pkgver%.*}/adwaita-icon-theme-${pkgver}.tar.xz")
+sha256sums=('5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -36,7 +38,7 @@ package() {
find "$pkgdir/usr/${_arch}" -name '*.exe' -o -name '*.bat' -o -name '*.def' -o -name '*.exp' -o -name '*.manifest' | xargs -rtl1 rm
find "$pkgdir/usr/${_arch}" -name '*.dll' | xargs -rtl1 ${_arch}-strip --strip-unneeded
find "$pkgdir/usr/${_arch}" -name '*.a' | xargs -rtl1 ${_arch}-strip -g
- find "$pkgdir/usr/${_arch}/locale" -type d -empty -delete
+ find "$pkgdir/usr/${_arch}/share/locale" -type d -empty -delete
cd ..
done
}