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 <[email protected]> +# Maintainer: Angel Velasquez <[email protected]> +# Contributor: Hugo Doria <[email protected]> # Contributor: Andrew Wright <[email protected]> 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
