[arch-commits] Commit in python-qscintilla (3 files)

Douglas Soares de Andrade douglas at archlinux.org
Wed Jul 16 01:24:21 UTC 2008


    Date: Tuesday, July 15, 2008 @ 21:24:20
  Author: douglas
Revision: 5441

Merged revisions 2-5440 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/python-qscintilla/trunk

........
  r356 | aaron | 2008-04-18 19:56:27 -0300 (Sex, 18 Abr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........

Added:
  python-qscintilla/trunk/ChangeLog
Modified:
  python-qscintilla/repos/extra-i686/	(properties)
  python-qscintilla/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   23 ++++++++++++-----------
 2 files changed, 17 insertions(+), 11 deletions(-)


Property changes on: python-qscintilla/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /python-qscintilla/trunk:1
   + /python-qscintilla/trunk:1-5440

Added: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	                        (rev 0)
+++ trunk/ChangeLog	2008-07-16 01:24:20 UTC (rev 5441)
@@ -0,0 +1,5 @@
+
+2008-07-06  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updating for i686: 2.2
+

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2008-07-16 01:22:34 UTC (rev 5440)
+++ trunk/PKGBUILD	2008-07-16 01:24:20 UTC (rev 5441)
@@ -1,24 +1,25 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
+# Maintainer: 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.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
 pkgdesc="Python bindings for QScintilla2"
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.co.uk/qscintilla/index.php"
 license=('GPL')
-depends=('pyqt>=4.3.1' 'qscintilla>=2.1')
+depends=('pyqt>=4.4.2' 'qscintilla>=2.2')
 conflicts=('python-qscintilla2')
 replaces=('python-qscintilla2')
-source=(http://www.riverbankcomputing.com/Downloads/Snapshots/QScintilla2/QScintilla-1.73-gpl-$pkgver.tar.gz)
-md5sums=('13049717628391ca4db43f7ede0eeeb4')
-sha1sums=('ca9ac61cc3d537d7b53202ff5d8565365c3f8734')
+source=("http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-$pkgver.tar.gz")
 
+md5sums=('a6056c444494f3f849020d241f86c286')
+
 build() {
-  cd $startdir/src/QScintilla-1.73-gpl-$pkgver/Python
-  python configure.py || return 1
-  make || return 1
-  make DESTDIR=$startdir/pkg install
+    cd $startdir/src/QScintilla-gpl-$pkgver/Python
+    python configure.py || return 1
+    make || return 1
+    make DESTDIR=$startdir/pkg install
 }





More information about the arch-commits mailing list