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

Jiachen Yang farseerfc at archlinux.org
Wed Jan 27 13:56:30 UTC 2016


    Date: Wednesday, January 27, 2016 @ 14:56:29
  Author: farseerfc
Revision: 159171

upgpkg: qtox 1.2.4-2

rename icon file to fix FS#47910

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-27 13:46:35 UTC (rev 159170)
+++ PKGBUILD	2016-01-27 13:56:29 UTC (rev 159171)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines'
 arch=('i686' 'x86_64')
 url='https://github.com/tux3/qTox'
@@ -46,7 +46,7 @@
   cd img/icons
   for _icon in *.png; do
     _size=$(sed 's|^[^-]*-||;s|\.png||' <<< "$_icon")
-    install -Dm644 "$_icon" "$pkgdir/usr/share/icons/hicolor/$_size/apps/$pkgname.png"
+    install -Dm644 "$_icon" "$pkgdir/usr/share/icons/hicolor/$_size/apps/qTox.png"
   done
-  install -Dm644 $pkgname.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
+  install -Dm644 $pkgname.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/qTox.svg"
 }



More information about the arch-commits mailing list