summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-02-04 13:42:59 +0100
committerPhilip Goto2022-02-04 13:42:59 +0100
commit6b6eb0bb9387c10adaa424468441749450ef9694 (patch)
tree04801f5d3f497b89c60e3ee1a7491e8e2de66f48
parent7d9bd926fc166f6465150ba60f322ffd98bc2072 (diff)
downloadaur-6b6eb0bb9387c10adaa424468441749450ef9694.tar.gz
Fix settings icons revert
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dc804975fa2..39da5098266d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adwaita-icon-theme-git
pkgdesc = GNOME standard icons
- pkgver = 41.0.r150.gb667445fe
+ pkgver = 41.0.r150.gace47b4dd
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/adwaita-icon-theme
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e6596c0e9a1c..8c316675971b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=adwaita-icon-theme-git
-pkgver=41.0.r150.gb667445fe
+pkgver=41.0.r150.gace47b4dd
pkgrel=1
pkgdesc='GNOME standard icons'
arch=(any)
@@ -21,7 +21,11 @@ pkgver() {
prepare() {
cd adwaita-icon-theme
- git revert --no-edit 1b528b4c1b876381e2a8274cb87408ab4860a9c1
+
+ # Revert settings icons removal to keep compatibility with GNOME 41
+ git revert -n 1b528b4c1b876381e2a8274cb87408ab4860a9c1 || true
+ git checkout master -- src/symbolic/core.svg
+
autoreconf -fvi
}