|
@@ -4,17 +4,27 @@
|
|
|
|
|
|
pkgbase=adwaita-icon-theme
|
|
|
pkgname=(adwaita-icon-theme adwaita-cursors)
|
|
|
-pkgver=43
|
|
|
-pkgrel=2
|
|
|
+pkgver=44.0
|
|
|
+pkgrel=1
|
|
|
pkgdesc="GNOME standard icons"
|
|
|
url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
|
|
|
arch=(any)
|
|
|
-license=(LGPL3 CCPL:by-sa)
|
|
|
-depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
|
|
|
-makedepends=(git gtk3)
|
|
|
-_commit=3ea65342a846b2b29fe6feedcd13e2ecc5b5c2b2 # tags/43^0
|
|
|
+license=(
|
|
|
+ CCPL:by-sa
|
|
|
+ LGPL3
|
|
|
+)
|
|
|
+depends=(
|
|
|
+ hicolor-icon-theme
|
|
|
+ gtk-update-icon-cache
|
|
|
+ librsvg
|
|
|
+)
|
|
|
+makedepends=(
|
|
|
+ git
|
|
|
+ gtk3
|
|
|
+)
|
|
|
+_commit=a5a52e09d26ccbb28e60a253e5b6e7eb18247e16 # tags/44.0^0
|
|
|
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
|
|
|
-sha256sums=('SKIP')
|
|
|
+b2sums=('SKIP')
|
|
|
|
|
|
pkgver() {
|
|
|
cd $pkgname
|