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

NicoHood nicohood at archlinux.org
Tue Apr 13 15:57:31 UTC 2021


    Date: Tuesday, April 13, 2021 @ 15:57:31
  Author: nicohood
Revision: 917357

upgpkg: arc-gtk-theme 20210412-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-13 15:57:17 UTC (rev 917356)
+++ PKGBUILD	2021-04-13 15:57:31 UTC (rev 917357)
@@ -8,7 +8,7 @@
 _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=20210127
+pkgver=20210412
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
@@ -22,13 +22,13 @@
 
 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=('bb0554c96cf6c3c3891698d973e7d719931fc316ea6cd910f69d21440110690aeef0e734b5f940ad1c81bdff238477b6353de4ae074cd54fbed09c680377d594'
+sha512sums=('d3064546301e013a1e5a8db735346d74c73f37cbf808b7afeee6f88c820cea58ba6458fa63e1213377cdd33c8347167242e6f8f1eacf85ce212f3b2508c0bb80'
             'SKIP')
 validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
 
 # Latest stable Arch package versions
 _cinnamonver=4.8
-_gnomeshellver=3.38
+_gnomeshellver=40
 _gtk3ver=3.24
 
 build() {
@@ -35,6 +35,7 @@
     cd ${_pkgname}-${pkgver}
 
     meson --prefix=/usr build \
+      -Dgnome_shell_gresource=true \
       -Dcinnamon_version="${_cinnamonver}" \
       -Dgnome_shell_version="${_gnomeshellver}" \
       -Dgtk3_version="${_gtk3ver}"
@@ -42,6 +43,7 @@
 
     meson --prefix=/usr build-solid \
       -Dtransparency=false \
+      -Dgnome_shell_gresource=true \
       -Dcinnamon_version="${_cinnamonver}" \
       -Dgnome_shell_version="${_gnomeshellver}" \
       -Dgtk3_version="${_gtk3ver}"



More information about the arch-commits mailing list