[arch-commits] Commit in man-pages/repos (core-any)

2010-10-23 Thread andyrtr
Date: Saturday, October 23, 2010 @ 04:33:28
  Author: andyrtr
Revision: 96644

db-move: man-pages removed by andyrtr for move to [core] (any)

Deleted:
  man-pages/repos/core-any/



[arch-commits] Commit in man-pages/repos (core-any testing-any)

2010-10-23 Thread andyrtr
Date: Saturday, October 23, 2010 @ 04:33:28
  Author: andyrtr
Revision: 96645

db-move: moved man-pages from [testing] to [core] (any)

Added:
  man-pages/repos/core-any/
Deleted:
  man-pages/repos/testing-any/



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

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:39:10
  Author: andrea
Revision: 96646

upgpkg: sip 4.11.2-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-23 08:33:28 UTC (rev 96645)
+++ PKGBUILD2010-10-23 10:39:10 UTC (rev 96646)
@@ -4,15 +4,15 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.11.1
-pkgrel=2
+pkgver=4.11.2
+pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 depends=('python2' 'gcc-libs')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d32ae4dfea42ebf37419a0ec28b597de')
+md5sums=('d799804ca0a88bd76c6c2cdf8935c3cb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in sip/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:39:22
  Author: andrea
Revision: 96647

archrelease: remove extra-i686

Deleted:
  sip/repos/extra-i686/



[arch-commits] Commit in sip/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:40:25
  Author: andrea
Revision: 96650

archrelease: copy trunk to extra-x86_64

Added:
  sip/repos/extra-x86_64/



[arch-commits] Commit in pyqt/trunk (PKGBUILD fix-kdebindings-4.5.2.patch)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:41:02
  Author: andrea
Revision: 96651

upgpkg: pyqt 4.8.0-1
upstream release

Modified:
  pyqt/trunk/PKGBUILD
Deleted:
  pyqt/trunk/fix-kdebindings-4.5.2.patch

-+
 PKGBUILD|   17 +++--
 fix-kdebindings-4.5.2.patch |   17 -
 2 files changed, 7 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-23 10:40:25 UTC (rev 96650)
+++ PKGBUILD2010-10-23 10:41:02 UTC (rev 96651)
@@ -4,8 +4,9 @@
 # Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
 
 pkgname=pyqt
-pkgver=4.7.7
-pkgrel=2
+pkgver=4.8.0
+_pkgver=4.8
+pkgrel=1
 pkgdesc=A set of Python bindings for the Qt toolkit
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
@@ -19,16 +20,12 @@
 provides=('pyqt4')
 replaces=('pyqt4')
 conflicts=('pyqt4')
-source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;
-   'fix-kdebindings-4.5.2.patch')
-md5sums=('b7b30ab25ee976407b37052f2f724bce'
-   '8484f787214d55d23bc3b790fc80b450')
+source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${_pkgver}.tar.gz;)
+md5sums=('003d195498eb42ca2daf7615fa01488d')
 
 build() {
-  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
 
-  patch -Np0 -i ${srcdir}/fix-kdebindings-4.5.2.patch
-  
   python2 configure.py \
 --confirm-license \
 -v /usr/share/sip \
@@ -41,7 +38,7 @@
 }
 
 package(){
-  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
   make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
 }

Deleted: fix-kdebindings-4.5.2.patch
===
--- fix-kdebindings-4.5.2.patch 2010-10-23 10:40:25 UTC (rev 96650)
+++ fix-kdebindings-4.5.2.patch 2010-10-23 10:41:02 UTC (rev 96651)
@@ -1,17 +0,0 @@
 sip/QtCore/qglobal.sip~2010-09-20 15:10:28.0 +0200
-+++ sip/QtCore/qglobal.sip 2010-09-30 15:00:13.804577344 +0200
-@@ -312,12 +312,12 @@ public:
- // Qt.Alignment class.
- QFlags operator|(int f);
- %MethodCode
--sipRes = new QFlags(*a0 | (ENUM(a1)));
-+sipRes = new QFlags(*a0 | a1);
- %End
- 
- QFlags operator^(int f);
- %MethodCode
--sipRes = new QFlags(*a0 ^ (ENUM(a1)));
-+sipRes = new QFlags(*a0 ^ a1);
- %End
- 
- // These are necessary to prevent Python comparing object IDs.



[arch-commits] Commit in pyqt/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:41:58
  Author: andrea
Revision: 96652

archrelease: remove extra-i686

Deleted:
  pyqt/repos/extra-i686/



[arch-commits] Commit in pyqt/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:42:19
  Author: andrea
Revision: 96653

archrelease: copy trunk to extra-i686

Added:
  pyqt/repos/extra-i686/



[arch-commits] Commit in pyqt/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:43:25
  Author: andrea
Revision: 96654

archrelease: remove extra-x86_64

Deleted:
  pyqt/repos/extra-x86_64/



[arch-commits] Commit in pyqt/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:43:48
  Author: andrea
Revision: 96655

archrelease: copy trunk to extra-x86_64

Added:
  pyqt/repos/extra-x86_64/



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

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:53:38
  Author: andrea
Revision: 96656

pyqt 4.8 rebuild

Modified:
  kdebindings/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-23 10:43:48 UTC (rev 96655)
+++ PKGBUILD2010-10-23 10:53:38 UTC (rev 96656)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-smoke')
 pkgver=4.5.2
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')



[arch-commits] Commit in kdebindings/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 07:27:27
  Author: andrea
Revision: 96657

archrelease: remove extra-i686

Deleted:
  kdebindings/repos/extra-i686/



[arch-commits] Commit in kdebindings/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 07:27:49
  Author: andrea
Revision: 96658

archrelease: copy trunk to extra-i686

Added:
  kdebindings/repos/extra-i686/



[arch-commits] Commit in kdebindings/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 07:31:13
  Author: andrea
Revision: 96659

archrelease: remove extra-x86_64

Deleted:
  kdebindings/repos/extra-x86_64/



[arch-commits] Commit in kdebindings/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 07:31:35
  Author: andrea
Revision: 96660

archrelease: copy trunk to extra-x86_64

Added:
  kdebindings/repos/extra-x86_64/



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

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 08:09:10
  Author: andrea
Revision: 96661

upgpkg: cfitsio 3.250-2
enable shared library (FS#21296)

Modified:
  cfitsio/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-23 11:31:35 UTC (rev 96660)
+++ PKGBUILD2010-10-23 12:09:10 UTC (rev 96661)
@@ -1,24 +1,24 @@
 # $Id$
-# Maintainer:
+# Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=cfitsio
 pkgver=3.250
 _pkgver=3250
-pkgrel=1
+pkgrel=2
 pkgdesc=A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format
 arch=('i686' 'x86_64')
 url=http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html;
 license=('GPL2')
 makedepends=('pkgconfig')
-options=('!libtool' 'force')
-source=(ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${_pkgver}.tar.gz)
-md5sums=('1e6e390f21fab4e04781156fddcd2f8b')
+options=('!libtool')
+source=(ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${_pkgver}.tar.gz;)
+md5sums=('da0ef76bb97f080aa46fa1dd43a8aac1')
 
 build() {
   cd ${srcdir}/${pkgname}
   ./configure --prefix=/usr
-  make
+  make shared
 }
 
 package() {



[arch-commits] Commit in cfitsio/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 08:09:31
  Author: andrea
Revision: 96662

archrelease: remove extra-i686

Deleted:
  cfitsio/repos/extra-i686/



[arch-commits] Commit in cfitsio/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 08:09:55
  Author: andrea
Revision: 96663

archrelease: copy trunk to extra-i686

Added:
  cfitsio/repos/extra-i686/



[arch-commits] Commit in cfitsio/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 08:10:17
  Author: andrea
Revision: 96664

archrelease: remove extra-x86_64

Deleted:
  cfitsio/repos/extra-x86_64/



[arch-commits] Commit in cfitsio/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 08:10:42
  Author: andrea
Revision: 96665

archrelease: copy trunk to extra-x86_64

Added:
  cfitsio/repos/extra-x86_64/



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

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 09:02:22
  Author: andrea
Revision: 9

upgpkg: xpdf 3.02_pl5-1
patchlevel bump - security fixes (FS#21259)

Modified:
  xpdf/trunk/PKGBUILD

--+
 PKGBUILD |   49 ++---
 1 file changed, 30 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-23 12:10:42 UTC (rev 96665)
+++ PKGBUILD2010-10-23 13:02:22 UTC (rev 9)
@@ -1,26 +1,27 @@
 # $Id$
+# Maintainer
 # Contributor: tobias tob...@archlinux.org
 # Contributor Sarah Hay sarah...@mb.sympatico.ca
 
 pkgname=xpdf
 _srcver=3.02
-_patchlevel=pl4
+_patchlevel=pl5
 pkgver=${_srcver}_${_patchlevel}
-pkgrel=2
-pkgdesc=A viewer for Portable Document Format (PDF) files.
-arch=(i686 x86_64)
+pkgrel=1
+pkgdesc=A viewer for Portable Document Format (PDF) files
+arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gcc-libs' 'lesstif' 't1lib' 'gsfonts' 'libxt' 'desktop-file-utils')
 optdepends=('poppler: pdf tools that used to be included in xpdf')
-backup=(etc/xpdfrc)
+backup=('etc/xpdfrc')
 url=http://www.foolabs.com/xpdf/;
-options=('force')
-install=xpdf.install
+install=${pkgname}.install
 source=(ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${_srcver}.tar.gz
 ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${_srcver}pl1.patch
 ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${_srcver}pl2.patch
 ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${_srcver}pl3.patch
-
ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${_srcver}${_patchlevel}.patch
+ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${_srcver}pl4.patch
+ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${_srcver}pl5.patch
 xpdf-3.00-xfont.patch
 xpdf.desktop)
 md5sums=('599dc4cc65a07ee868cf92a667a913d2'
@@ -28,38 +29,48 @@
  '3a5cb165ae66781e0b21e6219ae06795'
  '581963ede0fb5715e1a69f01b5b8ce63'
  '70b752716798dd341a4bf890df5f6fdc'
+ '504902ca5e9d66c67eed03636ec6b163'
  '6490de55687e0d2389212c1b5bbcf916'
  '93b9df5ebef3bc56133236ef3f176bb7')
 
 build() {
   cd ${srcdir}/${pkgname}-${_srcver}
-  patch -Np1 -i ${srcdir}/${pkgname}-${_srcver}pl1.patch || return 1
-  patch -Np1 -i ${srcdir}/${pkgname}-${_srcver}pl2.patch || return 1
-  patch -Np1 -i ${srcdir}/${pkgname}-${_srcver}pl3.patch || return 1
-  patch -Np1 -i ${srcdir}/${pkgname}-${_srcver}${_patchlevel}.patch || 
return 1
-  patch -Np1 -i ${srcdir}/xpdf-3.00-xfont.patch || return 1
-  sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' 
xpdf/GlobalParams.cc || return 1
+
+  patch -Np1 -i ${srcdir}/${pkgname}-${_srcver}pl1.patch
+  patch -Np1 -i ${srcdir}/${pkgname}-${_srcver}pl2.patch
+  patch -Np1 -i ${srcdir}/${pkgname}-${_srcver}pl3.patch
+  patch -Np1 -i ${srcdir}/${pkgname}-${_srcver}pl4.patch
+  patch -Np1 -i ${srcdir}/${pkgname}-${_srcver}pl5.patch
+  patch -Np1 -i ${srcdir}/xpdf-3.00-xfont.patch
+  sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' 
xpdf/GlobalParams.cc
+
   ./configure  \
 --prefix=/usr  \
 --sysconfdir=/etc  \
 --mandir=/usr/share/man\
---enable-multithreaded --enable-wordlist   \
+--enable-multithreaded \
+--enable-wordlist  \
 --with-freetype2-library=/usr/lib  \
 --with-freetype2-includes=/usr/include/freetype2   \
 --with-t1-library=/usr/lib \
 --with-t1-includes=/usr/include\
 --x-includes=/usr/include  \
 --with-Xm-library=/usr/lib \
---with-Xm-includes=/usr/include || return 1
-  make || return 1
+--with-Xm-includes=/usr/include
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_srcver}
   make DESTDIR=${pkgdir} install
+
   # remove some libs and manpages provided by poppler now
   for tool in pdffonts pdfimages pdfinfo pdftoppm pdftops pdftotext ; do
 rm -f ${pkgdir}/usr/bin/${tool}
 rm -f ${pkgdir}/usr/share/man/man1/${tool}.1
   done
   install -m755 -d ${pkgdir}/usr/share/applications
-  install -m644 ${srcdir}/xpdf.desktop ${pkgdir}/usr/share/applications/ 
|| return 1
+  install -m644 ${srcdir}/xpdf.desktop ${pkgdir}/usr/share/applications/
   install -m755 -d ${pkgdir}/usr/share/pixmaps
-  install -m644 xpdf/xpdfIcon.xpm ${pkgdir}/usr/share/pixmaps/xpdf.xpm || 
return 1
+  install -m644 xpdf/xpdfIcon.xpm ${pkgdir}/usr/share/pixmaps/xpdf.xpm
 }



[arch-commits] Commit in xpdf/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 09:02:40
  Author: andrea
Revision: 96667

archrelease: remove extra-i686

Deleted:
  xpdf/repos/extra-i686/



[arch-commits] Commit in xpdf/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 09:03:01
  Author: andrea
Revision: 96668

archrelease: copy trunk to extra-i686

Added:
  xpdf/repos/extra-i686/



[arch-commits] Commit in xpdf/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 09:03:18
  Author: andrea
Revision: 96669

archrelease: remove extra-x86_64

Deleted:
  xpdf/repos/extra-x86_64/



[arch-commits] Commit in xpdf/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 09:03:41
  Author: andrea
Revision: 96670

archrelease: copy trunk to extra-x86_64

Added:
  xpdf/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base-beta/trunk (ChangeLog PKGBUILD)

2010-10-23 Thread andyrtr
Date: Saturday, October 23, 2010 @ 15:41:34
  Author: andyrtr
Revision: 96671

upgpkg: openoffice-base-beta 3.3.0_ooo330_m12-1
new version OOO330_m12=RC2

Modified:
  openoffice-base-beta/trunk/ChangeLog
  openoffice-base-beta/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-10-23 13:03:41 UTC (rev 96670)
+++ ChangeLog   2010-10-23 19:41:34 UTC (rev 96671)
@@ -1,3 +1,8 @@
+2010-10-23 Andreas Radke andyrtr at archlinux.org
+
+* 3.3.0-OOO330_m12-1 :
+   - new snapshot; RC2
+
 2010-10-16 Andreas Radke andyrtr at archlinux.org
 
 * 3.3.0-OOO330_m11-1 :

Modified: PKGBUILD
===
--- PKGBUILD2010-10-23 13:03:41 UTC (rev 96670)
+++ PKGBUILD2010-10-23 19:41:34 UTC (rev 96671)
@@ -4,8 +4,8 @@
 
 pkgbase=openoffice-base-beta
 pkgname=('openoffice-base-beta' 'openoffice-sdk-beta')
-_OO_milestone=OOO330_m11
-pkgver=3.3.0_${_OO_milestone/OOO/ooo} # m11 = RC1
+_OO_milestone=OOO330_m12
+pkgver=3.3.0_${_OO_milestone/OOO/ooo} # m13 = RC2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
@@ -109,7 +109,7 @@

${_additional_source_url}/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz

${_additional_source_url}/cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2)
 options=('!distcc' '!ccache' '!makeflags')
-md5sums=('0a0c12ddf1b9d9b9c092337299e9fa84'
+md5sums=('89970d30a11c5f819ac076283f0219d1'
  'e3a0b76dcd876f3d721ee7183729153d'
  'aa65d79fe9023e982835c77227ead2b0'
  '71f136a31e296a04ab68932a31dd533e'



[arch-commits] Commit in openoffice-base-beta/repos (extra-i686)

2010-10-23 Thread andyrtr
Date: Saturday, October 23, 2010 @ 16:03:14
  Author: andyrtr
Revision: 96672

archrelease: remove extra-i686

Deleted:
  openoffice-base-beta/repos/extra-i686/



[arch-commits] Commit in openoffice-base-beta/repos (extra-i686)

2010-10-23 Thread andyrtr
Date: Saturday, October 23, 2010 @ 16:03:33
  Author: andyrtr
Revision: 96673

archrelease: copy trunk to extra-i686

Added:
  openoffice-base-beta/repos/extra-i686/



[arch-commits] Commit in openoffice-base-beta/repos (extra-x86_64)

2010-10-23 Thread andyrtr
Date: Saturday, October 23, 2010 @ 16:27:03
  Author: andyrtr
Revision: 96674

archrelease: remove extra-x86_64

Deleted:
  openoffice-base-beta/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base-beta/repos (extra-x86_64)

2010-10-23 Thread andyrtr
Date: Saturday, October 23, 2010 @ 16:27:22
  Author: andyrtr
Revision: 96675

archrelease: copy trunk to extra-x86_64

Added:
  openoffice-base-beta/repos/extra-x86_64/



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

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 20:37:21
  Author: andrea
Revision: 96676

upgpkg: qscintilla 2.4.5-4
pyqt rebuild

Modified:
  qscintilla/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-23 20:27:22 UTC (rev 96675)
+++ PKGBUILD2010-10-24 00:37:21 UTC (rev 96676)
@@ -7,11 +7,11 @@
 pkgbase=qscintilla
 pkgname=(qscintilla python-qscintilla)
 pkgver=2.4.5
-pkgrel=3
+pkgrel=4
 license=('GPL')
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
-makedepends=('qt' 'pyqt')
+makedepends=('pyqt' 'qscintilla')
 
source=(http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz
 configure.py-objdir-support.diff)
 md5sums=('8063f8f933513959432c27c5ffecf56b'



[arch-commits] Commit in qscintilla/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 20:37:50
  Author: andrea
Revision: 96677

archrelease: remove extra-i686

Deleted:
  qscintilla/repos/extra-i686/



[arch-commits] Commit in qscintilla/repos (extra-i686)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 20:38:12
  Author: andrea
Revision: 96678

archrelease: copy trunk to extra-i686

Added:
  qscintilla/repos/extra-i686/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 20:38:41
  Author: andrea
Revision: 96679

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 20:39:02
  Author: andrea
Revision: 96680

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/