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

Jelle van der Waa jelle at archlinux.org
Sat Aug 22 10:17:46 UTC 2015


    Date: Saturday, August 22, 2015 @ 12:17:46
  Author: jelle
Revision: 138630

Fix FS#46052

Install icon also to /usr/share/icons/hicolor/scalable/apps/volwheel.svg
To make it the 'help' icon work.

Modified:
  volwheel/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-22 06:41:20 UTC (rev 138629)
+++ PKGBUILD	2015-08-22 10:17:46 UTC (rev 138630)
@@ -5,7 +5,7 @@
 
 pkgname=volwheel
 pkgver=0.2.8
-pkgrel=4
+pkgrel=5
 pkgdesc="Tray icon to change volume with the mouse"
 arch=('any')
 url="http://oliwer.net/b/volwheel.html"
@@ -37,6 +37,7 @@
         cp -r  icons/* $pkgdir/usr/share/$pkgname/icons/
 
         install -Dm644 icons/volwheel.svg $pkgdir/usr/share/icons/scalable/apps/$pkgname.svg
+        install -Dm644 icons/volwheel.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg
 
         install -Dm644 volwheel.desktop  $pkgdir/usr/share/applications/volwheel.desktop
 



More information about the arch-commits mailing list