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

Angel Velásquez angvp at archlinux.org
Tue Dec 6 06:34:16 UTC 2011


    Date: Tuesday, December 6, 2011 @ 01:34:16
  Author: angvp
Revision: 144456

upgpkg: nicotine 1.2.16-3

Fixing FS#25962

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-06 03:46:24 UTC (rev 144455)
+++ PKGBUILD	2011-12-06 06:34:16 UTC (rev 144456)
@@ -5,11 +5,11 @@
 
 pkgname=nicotine
 pkgver=1.2.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Soulseek music-sharing client, written in python"
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('pygtk>=2.14.1' 'mutagen' 'python-geoip>=1.2.4')
+depends=('pygtk>=2.14.1' 'mutagen')
 conflicts=(nicotine-plus)
 replaces=(nicotine-plus)
 url="http://sourceforge.net/projects/nicotine-plus/"
@@ -18,6 +18,9 @@
 	    'python-geoip: to enable Geographical blocker')
 md5sums=('ac7433c21ef619a37e079a7ae68da94a')
 
+
+
+
 build() {
   cd ${srcdir}/${pkgname}+-${pkgver}
   sed -i -e "s/Icon=nicotine-plus/Icon=nicotine-plus-32px/" files/nicotine.desktop # Fixing FS#22476
@@ -25,6 +28,10 @@
   cd trayicon
   python2 autogen.py
   make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
   make DESTDIR=${pkgdir} install 
   ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
 }




More information about the arch-commits mailing list