|
@@ -3,7 +3,7 @@
|
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
|
|
|
|
|
pkgname=adwaita-icon-theme
|
|
pkgname=adwaita-icon-theme
|
|
-pkgver=3.34.1
|
|
|
|
|
|
+pkgver=3.34.2
|
|
pkgrel=1
|
|
pkgrel=1
|
|
pkgdesc="GNOME standard icons"
|
|
pkgdesc="GNOME standard icons"
|
|
url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
|
|
url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
|
|
@@ -11,7 +11,7 @@ arch=(any)
|
|
license=(LGPL3 CCPL:by-sa)
|
|
license=(LGPL3 CCPL:by-sa)
|
|
depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
|
|
depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
|
|
makedepends=(git gtk3)
|
|
makedepends=(git gtk3)
|
|
-_commit=dc6bfa1097cc34d6e86a9887b55aeda45b0f6a32 # tags/3.34.1^0
|
|
|
|
|
|
+_commit=5f415a930d6f830565d187242e6641b2c343b362 # master
|
|
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
|
|
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
|
|
sha256sums=('SKIP')
|
|
sha256sums=('SKIP')
|
|
|
|
|
|
@@ -22,6 +22,7 @@ pkgver() {
|
|
|
|
|
|
prepare() {
|
|
prepare() {
|
|
cd $pkgname
|
|
cd $pkgname
|
|
|
|
+ git tag -f 3.34.2 5f415a930d6f830565d187242e6641b2c343b362 # Fixup tag
|
|
autoreconf -fvi
|
|
autoreconf -fvi
|
|
}
|
|
}
|
|
|
|
|