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

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


    Date: Saturday, April 6, 2013 @ 20:56:21
  Author: bgyorgy
Revision: 87794

upgpkg: turpial 1.6.9-4

Cleanup dependencies

Modified:
  turpial/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-06 17:02:52 UTC (rev 87793)
+++ PKGBUILD	2013-04-06 18:56:21 UTC (rev 87794)
@@ -5,13 +5,14 @@
 
 pkgname=turpial
 pkgver=1.6.9
-pkgrel=3
+pkgrel=4
 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')
+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')
 
@@ -19,4 +20,7 @@
   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