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

Angel Velásquez angvp at archlinux.org
Sun Jan 30 22:14:16 UTC 2011


    Date: Sunday, January 30, 2011 @ 17:14:15
  Author: angvp
Revision: 108389

upgpkg: nicotine 1.2.16-2
Fixing bug on the .desktop file

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-30 22:12:01 UTC (rev 108388)
+++ PKGBUILD	2011-01-30 22:14:15 UTC (rev 108389)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
 # Contributor: Andrew Wright <andreww at photism.org>
 
 pkgname=nicotine
 pkgver=1.2.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Soulseek music-sharing client, written in python"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -19,6 +20,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}+-${pkgver}
+  sed -i -e "s/Icon=nicotine-plus/Icon=nicotine-plus-32px/" files/nicotine.desktop # Fixing FS#22476
   python2 setup.py install --root=${pkgdir}
   cd trayicon
   python2 autogen.py




More information about the arch-commits mailing list