[arch-commits] Commit in nicotine/repos (extra-i686 extra-i686/PKGBUILD)
Hugo Doria
hugo at archlinux.org
Sun Jun 14 12:47:47 UTC 2009
Date: Sunday, June 14, 2009 @ 08:47:47
Author: hugo
Revision: 42441
Merged revisions 42440 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/nicotine/trunk
........
r42440 | hugo | 2009-06-14 09:47:26 -0300 (Sun, 14 Jun 2009) | 2 lines
upgpkg: nicotine 1.2.12-2
Adding mutagen to depends. Fixing FS#15098 and FS#14935
........
Modified:
nicotine/repos/extra-i686/ (properties)
nicotine/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Property changes on: nicotine/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /nicotine/trunk:1-40903
+ /nicotine/trunk:1-42440
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-06-14 12:47:26 UTC (rev 42440)
+++ extra-i686/PKGBUILD 2009-06-14 12:47:47 UTC (rev 42441)
@@ -4,11 +4,11 @@
pkgname=nicotine
pkgver=1.2.12
-pkgrel=1
+pkgrel=2
pkgdesc="Soulseek music-sharing client, written in python"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('pygtk>=2.14.1' 'pyvorbis>=1.4-3' 'python-geoip>=1.2.1-2')
+depends=('pygtk>=2.14.1' 'mutagen' 'python-geoip>=1.2.4')
conflicts=(nicotine-plus)
replaces=(nicotine-plus)
url="http://nicotine-plus.sourceforge.net"
@@ -22,5 +22,6 @@
python autogen.py
make || return 1
make DESTDIR=${pkgdir} install || return 1
+ ln -s nicotine.py ${pkgdir}/usr/bin/nicotine || return 1
}
More information about the arch-commits
mailing list