[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

NicoHood nicohood at gemini.archlinux.org
Tue Jan 4 08:46:02 UTC 2022


    Date: Tuesday, January 4, 2022 @ 08:46:02
  Author: nicohood
Revision: 1092771

upgpkg: arc-gtk-theme 20220102-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-04 08:20:30 UTC (rev 1092770)
+++ PKGBUILD	2022-01-04 08:46:02 UTC (rev 1092771)
@@ -7,8 +7,8 @@
 pkgbase=arc-gtk-theme
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell"
-pkgver=20211018
+pkgdesc="A flat theme with transparent elements for GTK 2,3,4 and Gnome-Shell"
+pkgver=20220102
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
@@ -18,20 +18,27 @@
 optdepends=('arc-icon-theme: recommended icon theme'
             'gtk-engine-murrine: for gtk2 themes'
             'gnome-themes-standard: for gtk2 themes')
-makedepends=('meson' 'sassc' 'inkscape')
+makedepends=('meson>=0.53.0' 'sassc' 'glib2' 'gdk-pixbuf2')
 
 source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
-        "${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('da46efc0e38efb7f1d0cd9a5d2c4e8f00f3b8d408ec50c54d89ef67fc3bb5ea253b5fb890b0cb8e82cafebd44a599d0de2369272ed88da73dd979052b130bd55'
-            'SKIP')
+        "${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc"
+        "fix.patch::https://github.com/jnsh/arc-theme/commit/0effc8f889718e941424d4b26e592aea2e68a2f8.patch")
+sha512sums=('6d9f97a6adf3dd21a4ca74efc4548cee57058584b3b58c7324690a4c9a4bd383d36d61122dd65e897e690f54ecb95c03b2aead0b12bdd664a76fadb5357c0b27'
+            'SKIP'
+            '61420b5642a3024b049d356dd8471d92dd92134b12e1b4d7151d031359f0a939a1ecacdfa2c614c74e5c13c91441761bd87a330c509881d2b363cb6ecafb681b')
 validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
 
 # Latest stable Arch package versions
 _cinnamonver=5.0
-_gnomeshellver=40
-_gtk3ver=3.24
-_gtk4ver=4.4
+_gnomeshellver=41
+_gtk4ver=4.6
 
+prepare() {
+    cd ${_pkgname}-${pkgver}
+
+    patch -p1 <"${srcdir}/fix.patch"
+}
+
 build() {
     cd ${_pkgname}-${pkgver}
 
@@ -39,7 +46,6 @@
       -Dgnome_shell_gresource=true \
       -Dcinnamon_version="${_cinnamonver}" \
       -Dgnome_shell_version="${_gnomeshellver}" \
-      -Dgtk3_version="${_gtk3ver}" \
       -Dgtk4_version="${_gtk4ver}"
     meson compile -C build
 
@@ -48,7 +54,6 @@
       -Dgnome_shell_gresource=true \
       -Dcinnamon_version="${_cinnamonver}" \
       -Dgnome_shell_version="${_gnomeshellver}" \
-      -Dgtk3_version="${_gtk3ver}" \
       -Dgtk4_version="${_gtk4ver}"
     meson compile -C build-solid
 }



More information about the arch-commits mailing list