[arch-commits] Commit in nicotine/repos (4 files)

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


    Date: Tuesday, December 6, 2011 @ 01:35:08
  Author: angvp
Revision: 144457

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nicotine/repos/extra-i686/PKGBUILD
    (from rev 144456, nicotine/trunk/PKGBUILD)
  nicotine/repos/extra-x86_64/PKGBUILD
    (from rev 144456, nicotine/trunk/PKGBUILD)
Deleted:
  nicotine/repos/extra-i686/PKGBUILD
  nicotine/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   67 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   67 ++++++++++++++++++++++++++----------------------
 2 files changed, 74 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-12-06 06:34:16 UTC (rev 144456)
+++ extra-i686/PKGBUILD	2011-12-06 06:35:08 UTC (rev 144457)
@@ -1,30 +0,0 @@
-# $Id$
-# 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=2
-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')
-conflicts=(nicotine-plus)
-replaces=(nicotine-plus)
-url="http://sourceforge.net/projects/nicotine-plus/"
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-optdepends=('python-sexy: To enable spell checking'
-	    '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
-  python2 setup.py install --root=${pkgdir}
-  cd trayicon
-  python2 autogen.py
-  make 
-  make DESTDIR=${pkgdir} install 
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
-}

Copied: nicotine/repos/extra-i686/PKGBUILD (from rev 144456, nicotine/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-12-06 06:35:08 UTC (rev 144457)
@@ -0,0 +1,37 @@
+# $Id$
+# 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=3
+pkgdesc="Soulseek music-sharing client, written in python"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('pygtk>=2.14.1' 'mutagen')
+conflicts=(nicotine-plus)
+replaces=(nicotine-plus)
+url="http://sourceforge.net/projects/nicotine-plus/"
+source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
+optdepends=('python-sexy: To enable spell checking'
+	    '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
+  python2 setup.py install --root=${pkgdir}
+  cd trayicon
+  python2 autogen.py
+  make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
+  make DESTDIR=${pkgdir} install 
+  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-06 06:34:16 UTC (rev 144456)
+++ extra-x86_64/PKGBUILD	2011-12-06 06:35:08 UTC (rev 144457)
@@ -1,30 +0,0 @@
-# $Id$
-# 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=2
-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')
-conflicts=(nicotine-plus)
-replaces=(nicotine-plus)
-url="http://sourceforge.net/projects/nicotine-plus/"
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-optdepends=('python-sexy: To enable spell checking'
-	    '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
-  python2 setup.py install --root=${pkgdir}
-  cd trayicon
-  python2 autogen.py
-  make 
-  make DESTDIR=${pkgdir} install 
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
-}

Copied: nicotine/repos/extra-x86_64/PKGBUILD (from rev 144456, nicotine/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-06 06:35:08 UTC (rev 144457)
@@ -0,0 +1,37 @@
+# $Id$
+# 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=3
+pkgdesc="Soulseek music-sharing client, written in python"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('pygtk>=2.14.1' 'mutagen')
+conflicts=(nicotine-plus)
+replaces=(nicotine-plus)
+url="http://sourceforge.net/projects/nicotine-plus/"
+source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
+optdepends=('python-sexy: To enable spell checking'
+	    '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
+  python2 setup.py install --root=${pkgdir}
+  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