|
@@ -2,16 +2,16 @@
|
|
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
|
|
|
|
|
pkgname=adwaita-icon-theme
|
|
|
-pkgver=3.24.0
|
|
|
+pkgver=3.25.91+3+gc6e82e74
|
|
|
pkgrel=1
|
|
|
pkgdesc="GNOME standard icons"
|
|
|
url="https://git.gnome.org/browse/adwaita-icon-theme"
|
|
|
arch=(any)
|
|
|
license=(LGPL3 CCPL:cc-by-sa)
|
|
|
depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
|
|
|
-makedepends=(intltool git gtk3)
|
|
|
+makedepends=(intltool git gtk3 gnome-common)
|
|
|
groups=(gnome)
|
|
|
-_commit=a4fc30b28c60d1dbb40ab3e81c4eee588fb2116b # tags/3.24.0^0
|
|
|
+_commit=c6e82e74e0508e8769f2259bf10111cbf1ad1dd4 # master
|
|
|
source=("git+https://git.gnome.org/browse/adwaita-icon-theme#commit=$_commit")
|
|
|
sha256sums=('SKIP')
|
|
|
|
|
@@ -22,6 +22,10 @@ pkgver() {
|
|
|
|
|
|
prepare() {
|
|
|
cd $pkgname
|
|
|
+
|
|
|
+ # Fix up missing tag
|
|
|
+ git tag -f 3.25.91 948a38e4d4eae2fec50a52cf7aace6b20fa053c8
|
|
|
+
|
|
|
autoreconf -fvi
|
|
|
}
|
|
|
|