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

NicoHood nicohood at archlinux.org
Mon Oct 22 15:21:35 UTC 2018


    Date: Monday, October 22, 2018 @ 15:21:33
  Author: nicohood
Revision: 398405

upgpkg: arc-gtk-theme 20181022-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-22 14:44:35 UTC (rev 398404)
+++ PKGBUILD	2018-10-22 15:21:33 UTC (rev 398405)
@@ -8,21 +8,21 @@
 _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=20180715
+pkgver=20181022
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
 # Now using soft fork: https://github.com/horst3180/arc-theme/issues/840
-url="https://github.com/nicohood/arc-theme"
+url="https://github.com/NicoHood/arc-theme"
 license=('GPL3')
 optdepends=('arc-icon-theme: recommended icon theme'
             'gtk-engine-murrine: for gtk2 themes'
             'gnome-themes-standard: for gtk2 themes')
-makedepends=('gtk3' 'sassc' 'optipng' 'inkscape')
+makedepends=('gtk3' 'sassc' 'optipng' 'inkscape' 'parallel')
 
 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=('854338c10305af45373f52b1fd7ec2e332731b07afa143138269ca768cc67b7eed7138583dee57663e1822554730555259690658b01a3f2dc4281c8a39c6b142'
+sha512sums=('0562a91740a08d799fb12749c8c3a1baccbfa0ed68b2fd4ced1965a929df395e83bf1ee336c5ed61e90701ac87e8d4f143622e0458f6eda26eeff43d7a811f1e'
             'SKIP')
 validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161') # NicoHood
 
@@ -32,10 +32,10 @@
 
 build() {
     cd ${_pkgname}-${pkgver}
-    ./autogen.sh --prefix=/usr
+    ./autogen.sh --prefix=/usr --with-gnome-shell=3.30
 
     cd ../${_pkgname}-${pkgver}-solid
-    ./autogen.sh --prefix=/usr --disable-transparency
+    ./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.30
 }
 
 package_arc-gtk-theme() {



More information about the arch-commits mailing list