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

Balló György bgyorgy at archlinux.org
Mon Jul 3 09:28:03 UTC 2017


    Date: Monday, July 3, 2017 @ 09:28:02
  Author: bgyorgy
Revision: 242137

upgpkg: arc-gtk-theme 20170302-3

Make gtk2 theme dependencies optional

Modified:
  arc-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-03 09:27:39 UTC (rev 242136)
+++ PKGBUILD	2017-07-03 09:28:02 UTC (rev 242137)
@@ -8,12 +8,14 @@
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgver=20170302
-pkgrel=2
+pkgrel=3
 arch=('any')
 url="https://github.com/horst3180/${_pkgname}"
 license=('GPL3')
-depends=('gtk3' 'gtk-engine-murrine' 'gnome-themes-standard')
-optdepends=('arc-icon-theme')
+makedepends=('gtk3')
+optdepends=('arc-icon-theme: recommended icon theme'
+            'gtk-engine-murrine: for gtk2 themes'
+            'gnome-themes-standard: for gtk2 themes')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz"
         "${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc")
 validpgpkeys=('A46FD8E741A2A075898462CDC57DFF0D28DAAE97')



More information about the arch-commits mailing list