[arch-commits] Commit in gtk3/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Apr 25 12:19:10 UTC 2022


    Date: Monday, April 25, 2022 @ 12:19:09
  Author: heftig
Revision: 443945

3.24.33-3: add missing icons

Modified:
  gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 11:10:50 UTC (rev 443944)
+++ PKGBUILD	2022-04-25 12:19:09 UTC (rev 443945)
@@ -4,7 +4,7 @@
 pkgbase=gtk3
 pkgname=(gtk3 gtk3-docs gtk3-demos)
 pkgver=3.24.33
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 url="https://www.gtk.org/"
@@ -31,6 +31,12 @@
 
 prepare() {
   cd gtk
+
+  # Add legacy icons
+  git cherry-pick -n 5a0ffbbb4568e39bdf26006e1bf18c1c1d0d597a
+
+  # Fix annotation
+  git cherry-pick -n 56ada2f01f3b522a42831aba158786e843fca817
 }
 
 build() {



More information about the arch-commits mailing list