[arch-commits] Commit in python-qscintilla/trunk (ChangeLog PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Feb 10 06:01:56 UTC 2010


    Date: Wednesday, February 10, 2010 @ 01:01:56
  Author: andrea
Revision: 67978

upgpkg: python-qscintilla 2.4.2-1
    upstream release

Modified:
  python-qscintilla/trunk/PKGBUILD
Deleted:
  python-qscintilla/trunk/ChangeLog

-----------+
 ChangeLog |   21 ---------------------
 PKGBUILD  |   22 +++++++++++++---------
 2 files changed, 13 insertions(+), 30 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2010-02-10 05:50:24 UTC (rev 67977)
+++ ChangeLog	2010-02-10 06:01:56 UTC (rev 67978)
@@ -1,21 +0,0 @@
-
-2009-08-05  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated: 2.4
-
-2008-11-22  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updating for i686: 2.3.2
-
-2008-10-22  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Rebuilding for python 2.6
-
-2008-10-15  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updating for i686: 2.3
-
-2008-07-06  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updating for i686: 2.2
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-10 05:50:24 UTC (rev 67977)
+++ PKGBUILD	2010-02-10 06:01:56 UTC (rev 67978)
@@ -1,25 +1,29 @@
 # $Id$
-# Maintainer:
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 # Contributor: Eric Belanger <eric at archlinux.org>
 # Contributor: Michal Krenek <mikos at sg1.cz>
 
 pkgname=python-qscintilla
-pkgver=2.4
-pkgrel=3
+pkgver=2.4.2
+pkgrel=1
 pkgdesc="Python bindings for QScintilla2"
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.com"
 license=('GPL')
-depends=('pyqt' 'qscintilla')
+depends=('pyqt' "qscintilla=${pkgver}")
 conflicts=('python-qscintilla2')
 replaces=('python-qscintilla2')
 source=("http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-$pkgver.tar.gz")
-md5sums=('dd69520ec91f1acb97a4eb74ddde37c9')
+md5sums=('316dc8b53ec02548cae1c0d5acfa8ace')
 
 build() {
-    cd $srcdir/QScintilla-gpl-$pkgver/Python
-    python configure.py || return 1
-    make || return 1
-    make DESTDIR=$pkgdir install
+  cd $srcdir/QScintilla-gpl-${pkgver}/Python
+  python configure.py || return 1
+  make || return 1
 }
+
+package() {
+  cd $srcdir/QScintilla-gpl-${pkgver}/Python
+  make DESTDIR=${pkgdir} install || return 1
+}




More information about the arch-commits mailing list