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

Balló György bgyorgy at archlinux.org
Sat Dec 29 22:03:36 UTC 2018


    Date: Saturday, December 29, 2018 @ 22:03:35
  Author: bgyorgy
Revision: 418938

upgpkg: driconf 0.9.1-13

Use larger icon, remove invalid category

Modified:
  driconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 22:01:39 UTC (rev 418937)
+++ PKGBUILD	2018-12-29 22:03:35 UTC (rev 418938)
@@ -4,7 +4,7 @@
 
 pkgname=driconf
 pkgver=0.9.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Graphical configuration tool for the Direct Rendering Infrastructure"
 arch=('any')
 url="https://dri.freedesktop.org/wiki/DriConf/"
@@ -22,7 +22,9 @@
   patch -Np0 -i ../driconf_simpleui.patch
 
   # Install into /usr instead of /usr/local
-  sed -i 's|/usr/local|/usr|' *.py driconf driconf.desktop setup.cfg
+  sed -i 's|/usr/local|/usr|' *.py driconf setup.cfg
+  sed -i 's/^Icon=.*/Icon=drilogo/
+          s/AdvancedSettings;//' driconf.desktop
 }
 
 build() {



More information about the arch-commits mailing list