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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Feb 2 11:37:13 UTC 2013


    Date: Saturday, February 2, 2013 @ 12:37:12
  Author: jlichtblau
Revision: 83510

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 11:36:50 UTC (rev 83509)
+++ PKGBUILD	2013-02-02 11:37:12 UTC (rev 83510)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Miguel Useche <migueluseche(dot)skatox.com>
-pkgname=turpial
-pkgver=1.6.9
-pkgrel=2
-pkgdesc="A multi-interface Twitter client written in Python."
-arch=(any)
-url="http://turpial.org.ve/"
-license=('GPL3')
-depends=('python2' 'python2-distribute' 'python2-simplejson>=1.9.2' 
-'pygtk>=2.12' 'python2-notify>=0.1.1' 'notification-daemon' 
-'gstreamer0.10-python' 'python2-babel>=0.9.1' 'pywebkitgtk' 
-)
-optdepends=('python2-gtkspell>=2.25.3' 'gnome-spell' 'aspell')
-conflicts=('turpial')
-source=(http://files.turpial.org.ve/sources/stable/$pkgname-$pkgver.tar.gz)
-md5sums=('83303f5781d3f33b79d42d35a898f954')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver//_/-}
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: turpial/repos/community-any/PKGBUILD (from rev 83509, turpial/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-02 11:37:12 UTC (rev 83510)
@@ -0,0 +1,22 @@
+# $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
+}




More information about the arch-commits mailing list