[arch-commits] Commit in turpial/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Sat Apr 6 18:56:26 UTC 2013


    Date: Saturday, April 6, 2013 @ 20:56:26
  Author: bgyorgy
Revision: 87795

archrelease: copy trunk to community-any

Added:
  turpial/repos/community-any/PKGBUILD
    (from rev 87794, turpial/trunk/PKGBUILD)
Deleted:
  turpial/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-06 18:56:21 UTC (rev 87794)
+++ PKGBUILD	2013-04-06 18:56:26 UTC (rev 87795)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org> 
-# Contributor: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Miguel Useche <migueluseche(dot)skatox.com>
-
-pkgname=turpial
-pkgver=1.6.9
-pkgrel=3
-pkgdesc="A multi-interface Twitter client written in Python"
-arch=('any')
-url="http://turpial.org.ve/"
-license=('GPL3')
-depends=('python2' 'python2-distribute' 'python2-simplejson' 'pygtk' 'python2-notify' 'notification-daemon' 'gstreamer0.10-python' 'python2-babel' 'pywebkitgtk')
-optdepends=('python2-gtkspell' 'gnome-spell' 'aspell')
-source=(http://files.turpial.org.ve/sources/stable/$pkgname-$pkgver.tar.gz)
-sha256sums=('cf059ef3010c400fd57e30081cd2d54daa0a062817c0ab4b08b7c6c7deac0177')
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver//_/-}
-  
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: turpial/repos/community-any/PKGBUILD (from rev 87794, turpial/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-06 18:56:26 UTC (rev 87795)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org> 
+# Contributor: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Miguel Useche <migueluseche(dot)skatox.com>
+
+pkgname=turpial
+pkgver=1.6.9
+pkgrel=4
+pkgdesc="A multi-interface Twitter client written in Python"
+arch=('any')
+url="http://turpial.org.ve/"
+license=('GPL3')
+depends=('gstreamer0.10-python' 'python2-distribute' 'python2-notify' 'pywebkitgtk')
+makedepends=('python2-babel')
+optdepends=('python2-gtkspell: Spell checking support')
+source=(http://files.turpial.org.ve/sources/stable/$pkgname-$pkgver.tar.gz)
+sha256sums=('cf059ef3010c400fd57e30081cd2d54daa0a062817c0ab4b08b7c6c7deac0177')
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver//_/-}
+  
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Remove files from non-standard location
+  rm $pkgdir/usr/{AUTHORS,TRANSLATORS}
+}




More information about the arch-commits mailing list