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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Nov 7 05:13:54 UTC 2017


    Date: Tuesday, November 7, 2017 @ 05:13:53
  Author: svenstaro
Revision: 265638

upgpkg: supertuxkart 0.9.3rc1-2

Fix icon name in .desktop file

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-07 05:00:32 UTC (rev 265637)
+++ PKGBUILD	2017-11-07 05:13:53 UTC (rev 265638)
@@ -7,7 +7,7 @@
 pkgname=supertuxkart
 pkgver=0.9.3rc1
 _pkgver=0.9.3-rc1
-pkgrel=1
+pkgrel=2
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
@@ -23,7 +23,7 @@
   _fn="data/${pkgname}.desktop"
   setconf "$_fn" Exec "$pkgname"
   setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"_128
+  setconf "$_fn" Icon "$pkgname"
 
   [[ -d build ]] && rm -r build
   mkdir build && cd build



More information about the arch-commits mailing list