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

2016-10-28 Thread Antonio Rojas
Date: Friday, October 28, 2016 @ 12:00:35
  Author: arojas
Revision: 279383

Drop unused akonadi bindings

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-28 08:58:07 UTC (rev 279382)
+++ PKGBUILD2016-10-28 12:00:35 UTC (rev 279383)
@@ -6,13 +6,12 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.14.3
-pkgrel=6
+pkgrel=7
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs4'
- 'python-pyqt4' 'python2-sip' 'python-sip' 'mesa')
+makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'python-pyqt4' 
'python2-sip' 'python-sip' 'mesa' 'kdelibs')
 source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 pykde4-4.14.3-missing_symbols.patch)
 sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48'
@@ -56,7 +55,7 @@
 
 package_kdebindings-python() {
   pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
+  depends=('python-pyqt4' 'kdebindings-python-common' 'kdelibs')
 
   cd build
   make DESTDIR="${pkgdir}" install
@@ -69,7 +68,7 @@
 
 package_kdebindings-python2() {
   pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
+  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdelibs')
   conflicts=('kdebindings-python<4.8.1-2')
 
   cd build-python2


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

2016-09-21 Thread Antonio Rojas
Date: Wednesday, September 21, 2016 @ 08:51:09
  Author: arojas
Revision: 276789

Drop unused qscintilla dependency, move examples to py3 subpackage, fix 
dangling symlink

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 06:28:04 UTC (rev 276788)
+++ PKGBUILD2016-09-21 08:51:09 UTC (rev 276789)
@@ -6,13 +6,13 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.14.3
-pkgrel=5
+pkgrel=6
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs'
- 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs4'
+ 'python-pyqt4' 'python2-sip' 'python-sip' 'mesa')
 source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 pykde4-4.14.3-missing_symbols.patch)
 sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48'
@@ -56,29 +56,27 @@
 
 package_kdebindings-python() {
   pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
+  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
 
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 
   # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+  rm -r "${pkgdir}"/usr/share/sip
 
-  ln -s /usr/bin/pykdeuic4-3.4 "${pkgdir}"/usr/bin/pykdeuic4
+  ln -s /usr/bin/pykdeuic4-3.5 "${pkgdir}"/usr/bin/pykdeuic4
 }
 
 package_kdebindings-python2() {
   pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
+  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
   conflicts=('kdebindings-python<4.8.1-2')
 
-  cd "${srcdir}"/build-python2
+  cd build-python2
   make DESTDIR="${pkgdir}" install
 
   # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+  rm -r "${pkgdir}"/usr/share/
 
   # pykdeuic4 should point to the python3 version
   #rm "${pkgdir}"/usr/bin/pykdeuic4
@@ -89,11 +87,11 @@
 
 package_kdebindings-python-common() {
   pkgdesc="Common files shared between python2 and python3 kdebindings"
-  depends=('qscintilla')
+  depends=()
   conflicts=('kdebindings-python<4.8.1-2')
 
   cd build
   make DESTDIR="${pkgdir}" install
 
-  rm -r "${pkgdir}"/usr/{bin,lib}
+  rm -r "${pkgdir}"/usr/{bin,lib,share/apps}
 }


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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 15:51:03
  Author: fyan
Revision: 253931

C++11 ABI rebuild

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 14:38:57 UTC (rev 253930)
+++ PKGBUILD2015-12-08 14:51:03 UTC (rev 253931)
@@ -6,7 +6,7 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.14.3
-pkgrel=4
+pkgrel=5
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')


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

2015-09-20 Thread Antonio Rojas
Date: Sunday, September 20, 2015 @ 13:07:20
  Author: arojas
Revision: 247002

Python 3.5 rebuild

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:07:19 UTC (rev 247001)
+++ PKGBUILD2015-09-20 11:07:20 UTC (rev 247002)
@@ -6,7 +6,7 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.14.3
-pkgrel=3
+pkgrel=4
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -31,7 +31,7 @@
 -DKDE4_BUILD_TESTS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python3 \
--DPYTHON_LIBRARY=/usr/lib/libpython3.4m.so.1.0 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.5m.so.1.0 \
 -DPYKDEUIC4_ALTINSTALL=TRUE \
 -DWITH_Nepomuk=OFF \
 -DWITH_Soprano=OFF


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

2015-08-15 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 13:38:28
  Author: arojas
Revision: 243752

Remove kdepim-runtime dependency

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-15 11:26:30 UTC (rev 243751)
+++ PKGBUILD2015-08-15 11:38:28 UTC (rev 243752)
@@ -6,12 +6,12 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.14.3
-pkgrel=2
+pkgrel=3
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
+makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
 sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48')
@@ -53,7 +53,7 @@
 
 package_kdebindings-python() {
   pkgdesc=A set of Python 3.x bindings for KDE
-  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
+  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
 
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
@@ -67,7 +67,7 @@
 
 package_kdebindings-python2() {
   pkgdesc=A set of Python 2.x bindings for KDE
-  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
+  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
   conflicts=('kdebindings-python4.8.1-2')
 
   cd ${srcdir}/build-python2


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

2015-03-28 Thread Felix Yan
Date: Saturday, March 28, 2015 @ 11:00:40
  Author: fyan
Revision: 235206

upgpkg: kdebindings-python 4.14.3-2

rebuild against python 3.4.3-2 (fix missing symbols)

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-28 09:47:20 UTC (rev 235205)
+++ PKGBUILD2015-03-28 10:00:40 UTC (rev 235206)
@@ -6,7 +6,7 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.14.3
-pkgrel=1
+pkgrel=2
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')


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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 17:51:54
  Author: fyan
Revision: 226418

upgpkg: kdebindings-python 4.14.3-1

upstream new release

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-19 16:51:26 UTC (rev 226417)
+++ PKGBUILD2014-11-19 16:51:54 UTC (rev 226418)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.14.2
+pkgver=4.14.3
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('cbbc8ea5f11c5831f72f76f85f32b07aa673ffe4')
+sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48')
 
 prepare() {
   mkdir build


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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:16
  Author: svenstaro
Revision: 222195

upgpkg: kdebindings-python 4.14.1-1

kde 4.14.1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:08:13 UTC (rev 222194)
+++ PKGBUILD2014-09-20 16:08:16 UTC (rev 222195)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('e57d42ca4d6889877e56a24596d892f5b74a316e')
+sha1sums=('39e976e8857d9bc5cc58332ff194cb7042253665')
 
 prepare() {
   mkdir build



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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 15:01:25
  Author: svenstaro
Revision: 220272

upgpkg: kdebindings-python 4.14.0-1

kde 4.14.0

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 12:42:53 UTC (rev 220271)
+++ PKGBUILD2014-08-20 13:01:25 UTC (rev 220272)
@@ -13,16 +13,13 @@
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-'sip-4.15.5.patch')
-sha1sums=('e57d42ca4d6889877e56a24596d892f5b74a316e'
-  'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('e57d42ca4d6889877e56a24596d892f5b74a316e')
 
 prepare() {
   mkdir build
 
   cd pykde4-${pkgver}
-  patch -p1 -i ${srcdir}/sip-4.15.5.patch
 }
 
 build() {



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

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:01:31
  Author: svenstaro
Revision: 219809

upgpkg: kdebindings-python 4.14.0-1

kde 4.14.0

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-16 20:01:29 UTC (rev 219808)
+++ PKGBUILD2014-08-16 20:01:31 UTC (rev 219809)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.13.3
+pkgver=4.14.0
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'sip-4.15.5.patch')
-sha1sums=('63616a49d2fec3828741ae6e0db65eec04f9925a'
+sha1sums=('e57d42ca4d6889877e56a24596d892f5b74a316e'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



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

2014-07-21 Thread Sven-Hendrik Haase
Date: Monday, July 21, 2014 @ 22:08:59
  Author: svenstaro
Revision: 217541

upgpkg: kdebindings-python 4.13.3-1

upstream release 4.13.3

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-21 20:08:55 UTC (rev 217540)
+++ PKGBUILD2014-07-21 20:08:59 UTC (rev 217541)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'sip-4.15.5.patch')
-sha1sums=('d62f3d5f31c061a4e6454ee0aaf5ad329f8e8661'
+sha1sums=('63616a49d2fec3828741ae6e0db65eec04f9925a'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:27:14
  Author: svenstaro
Revision: 217072

upgpkg: kdebindings-python 4.13.3-1

upstream release 4.13.3

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:27:11 UTC (rev 217071)
+++ PKGBUILD2014-07-18 11:27:14 UTC (rev 217072)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'sip-4.15.5.patch')
-sha1sums=('d62f3d5f31c061a4e6454ee0aaf5ad329f8e8661'
+sha1sums=('63616a49d2fec3828741ae6e0db65eec04f9925a'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



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

2014-07-18 Thread Andrea Scarpino
Date: Friday, July 18, 2014 @ 20:35:18
  Author: andrea
Revision: 217477

Doesn't build with newer PyQt build system

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 18:34:16 UTC (rev 217476)
+++ PKGBUILD2014-07-18 18:35:18 UTC (rev 217477)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.13.3
+pkgver=4.13.2
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'sip-4.15.5.patch')
-sha1sums=('63616a49d2fec3828741ae6e0db65eec04f9925a'
+sha1sums=('d62f3d5f31c061a4e6454ee0aaf5ad329f8e8661'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:23
  Author: svenstaro
Revision: 214427

upgpkg: kdebindings-python 4.13.2-1

upstream release 4.12.2

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:03:18 UTC (rev 214426)
+++ PKGBUILD2014-06-09 03:03:23 UTC (rev 214427)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'sip-4.15.5.patch')
-sha1sums=('0b8916942f3f01855f5246bb13345ceb8907b972'
+sha1sums=('d62f3d5f31c061a4e6454ee0aaf5ad329f8e8661'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 21:52:24
  Author: svenstaro
Revision: 212452

upgpkg: kdebindings-python 4.13.1-1

upstream release 4.13.1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 19:52:21 UTC (rev 212451)
+++ PKGBUILD2014-05-14 19:52:24 UTC (rev 212452)
@@ -5,8 +5,8 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.13.0
-pkgrel=2
+pkgver=4.13.1
+pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -15,7 +15,7 @@
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'sip-4.15.5.patch')
-sha1sums=('2c47c3e642d0d38e8d8b9bb8fb22972d162d976e'
+sha1sums=('0b8916942f3f01855f5246bb13345ceb8907b972'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



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

2014-04-19 Thread Andrea Scarpino
Date: Saturday, April 19, 2014 @ 14:20:21
  Author: andrea
Revision: 211537

upgpkg: kdebindings-python 4.13.0-2

Drop soprano bindings

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-19 12:13:33 UTC (rev 211536)
+++ PKGBUILD2014-04-19 12:20:21 UTC (rev 211537)
@@ -6,7 +6,7 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.13.0
-pkgrel=1
+pkgrel=2
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -36,7 +36,8 @@
 -DPYTHON_EXECUTABLE=/usr/bin/python3 \
 -DPYTHON_LIBRARY=/usr/lib/libpython3.4m.so.1.0 \
 -DPYKDEUIC4_ALTINSTALL=TRUE \
--DWITH_Nepomuk=OFF
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
   make
   cd ..
 
@@ -48,7 +49,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \
 -DPYKDEUIC4_ALTINSTALL=TRUE \
--DWITH_Nepomuk=OFF
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
   make
 }
 



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

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 11:57:08
  Author: svenstaro
Revision: 209291

upgpkg: kdebindings-python 4.12.4-1

kde 4.12.4 release

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-31 09:57:07 UTC (rev 209290)
+++ PKGBUILD2014-03-31 09:57:08 UTC (rev 209291)
@@ -5,8 +5,8 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.12.3
-pkgrel=2
+pkgver=4.12.4
+pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -15,7 +15,7 @@
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 sip-4.15.5.patch)
-sha1sums=('6e5cab25aee404469d6875d067bf2ad3382e4a1a'
+sha1sums=('712971723af9b61d86d05adf6172108aabc5f2c8'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD sip-4.15.5.patch)

2014-03-20 Thread Felix Yan
Date: Thursday, March 20, 2014 @ 09:28:09
  Author: fyan
Revision: 208241

upgpkg: kdebindings-python 4.12.3-2

- python 3.4 rebuild
- add patch on upstream tracker to build against sip 4.15.5

Added:
  kdebindings-python/trunk/sip-4.15.5.patch
Modified:
  kdebindings-python/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 sip-4.15.5.patch |   12 
 2 files changed, 21 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-20 08:17:17 UTC (rev 208240)
+++ PKGBUILD2014-03-20 08:28:09 UTC (rev 208241)
@@ -6,7 +6,7 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.12.3
-pkgrel=1
+pkgrel=2
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -13,13 +13,17 @@
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('6e5cab25aee404469d6875d067bf2ad3382e4a1a')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
+sip-4.15.5.patch)
+sha1sums=('6e5cab25aee404469d6875d067bf2ad3382e4a1a'
+  'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {
   mkdir build
 
   cd pykde4-${pkgver}
+  # Fix build with sip 4.15.5 upstream: 
https://bugs.kde.org/show_bug.cgi?id=332223
+  patch -p1 -i $srcdir/sip-4.15.5.patch
 }
 
 build() {
@@ -31,7 +35,7 @@
 -DKDE4_BUILD_TESTS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python3 \
--DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.4m.so.1.0 \
 -DPYKDEUIC4_ALTINSTALL=TRUE
   make
   cd ..
@@ -58,7 +62,7 @@
   rm -r ${pkgdir}/usr/share/apps/pykde4/examples
   rm -r ${pkgdir}/usr/share/sip/PyKDE4
 
-  ln -s /usr/bin/pykdeuic4-3.3 ${pkgdir}/usr/bin/pykdeuic4
+  ln -s /usr/bin/pykdeuic4-3.4 ${pkgdir}/usr/bin/pykdeuic4
 }
 
 package_kdebindings-python2() {

Added: sip-4.15.5.patch
===
--- sip-4.15.5.patch(rev 0)
+++ sip-4.15.5.patch2014-03-20 08:28:09 UTC (rev 208241)
@@ -0,0 +1,12 @@
+diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 
pykde4-4.12.3/sip/phonon/backendcapabilities.sip
+--- pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5  2014-01-18 
13:18:35.0 -0600
 pykde4-4.12.3/sip/phonon/backendcapabilities.sip2014-03-16 
16:56:36.865132943 -0500
+@@ -26,7 +26,7 @@ namespace Phonon
+ {
+ namespace BackendCapabilities
+ {
+-class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/
++class Notifier : QObject /NoDefaultCtors,PyQtNoQMetaObject/
+ {
+ 
+ signals:



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:51:52
  Author: svenstaro
Revision: 205118

upgpkg: kdebindings-python 4.12.2-1

upstream release 4.12.2

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-04 13:51:50 UTC (rev 205117)
+++ PKGBUILD2014-02-04 13:51:52 UTC (rev 205118)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.12.1
+pkgver=4.12.2
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('daff69d17eb1a064b8cd660fcb19aeeb15e4a0d2')
+sha1sums=('11d0b3c11d02c3b0cb4006b2e004195697a2f598')
 
 prepare() {
   mkdir build



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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:36:02
  Author: svenstaro
Revision: 203706

upgpkg: kdebindings-python 4.12.1-1

upstream release 4.12.1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 07:36:00 UTC (rev 203705)
+++ PKGBUILD2014-01-14 07:36:02 UTC (rev 203706)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.12.0
+pkgver=4.12.1
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('64661b5fcce6b45cddf1f6ddfc17862c939a18af')
+sha1sums=('daff69d17eb1a064b8cd660fcb19aeeb15e4a0d2')
 
 prepare() {
   mkdir build



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

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:16:48
  Author: svenstaro
Revision: 200891

upgpkg: kdebindings-python 4.11.4-1

KDE 4.11.4

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-06 12:16:46 UTC (rev 200890)
+++ PKGBUILD2013-12-06 12:16:48 UTC (rev 200891)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.11.3
+pkgver=4.11.4
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('3a42c70bc994a1e74e777bad2e54478ae1d1da0c')
+sha1sums=('05bc9a28bd031d88dae9585f5a4e8c41eb3c040d')
 
 prepare() {
   mkdir build



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

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:14:47
  Author: svenstaro
Revision: 195513

upgpkg: kdebindings-python 4.11.2-1

kde 4.11.2 release

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-01 15:14:45 UTC (rev 195512)
+++ PKGBUILD2013-10-01 15:14:47 UTC (rev 195513)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.11.1
+pkgver=4.11.2
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -13,16 +13,13 @@
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-'pykde4.patch')
-sha1sums=('a86d7468d42eccf166877fe811a09c8d0c401f52'
-  '99034f595c289b78bd3178c30db2c9c33575c35e')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('5e7c43e224fa1db4ae2bbec1eb040dd2855e8c86')
 
 prepare() {
   mkdir build
 
   cd pykde4-${pkgver}
-  patch -p1 -i ${srcdir}/pykde4.patch
 }
 
 build() {



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

2013-06-18 Thread Andrea Scarpino
Date: Tuesday, June 18, 2013 @ 12:30:41
  Author: andrea
Revision: 188701

upgpkg: kdebindings-python 4.10.4-2

PyQt4 rebuild

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-18 09:44:02 UTC (rev 188700)
+++ PKGBUILD2013-06-18 10:30:41 UTC (rev 188701)
@@ -6,13 +6,13 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.10.4
-pkgrel=1
+pkgrel=2
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
- 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
+ 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
  
source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
 sha1sums=('4243f60d549b75ad734141ad2bfef884d12d014e')
 
@@ -44,7 +44,7 @@
 
 package_kdebindings-python() {
   pkgdesc=A set of Python 3.x bindings for KDE
-  depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common')
+  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
 
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
@@ -58,7 +58,7 @@
 
 package_kdebindings-python2() {
   pkgdesc=A set of Python 2.x bindings for KDE
-  depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common')
+  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
   conflicts=('kdebindings-python4.8.1-2')
  
   cd ${srcdir}/build-python2



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

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 15:26:48
  Author: andrea
Revision: 184478

KDE 4.10.3

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-07 13:26:47 UTC (rev 184477)
+++ PKGBUILD2013-05-07 13:26:48 UTC (rev 184478)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
  
source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('a17d533fca8126970ec8886f55297f1005df3eb5')
+sha1sums=('71dfb717cafc40331118b2b98c9b4075cd9b1c0d')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 05:54:07
  Author: svenstaro
Revision: 181427

upgpkg: kdebindings-python 4.10.2-1

upstream

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-04 03:54:00 UTC (rev 181426)
+++ PKGBUILD2013-04-04 03:54:07 UTC (rev 181427)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.10.1
+pkgver=4.10.2
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
  
source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('69a0562e3325508631fde4f24e01d2e3f8907b74')
+sha1sums=('a17d533fca8126970ec8886f55297f1005df3eb5')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:19
  Author: andrea
Revision: 179145

KDE 4.10.1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:16 UTC (rev 179144)
+++ PKGBUILD2013-03-04 11:09:19 UTC (rev 179145)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
  
source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('d587d16363d2184320faf3636ac92f9b50ef5720')
+sha1sums=('69a0562e3325508631fde4f24e01d2e3f8907b74')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2013-01-02 Thread Andrea Scarpino
Date: Wednesday, January 2, 2013 @ 06:00:17
  Author: andrea
Revision: 174043

KDE 4.9.5

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-02 11:00:13 UTC (rev 174042)
+++ PKGBUILD2013-01-02 11:00:17 UTC (rev 174043)
@@ -4,7 +4,7 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.9.4
+pkgver=4.9.5
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('d9c5fbbc79e95fca0ab2523a8de4e2291641bea3')
+sha1sums=('8a0cf08aa4747df05edae833139e5eea739adf45')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2012-12-01 Thread Andrea Scarpino
Date: Sunday, December 2, 2012 @ 02:42:34
  Author: andrea
Revision: 172206

KDE 4.9.4

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-02 07:42:30 UTC (rev 172205)
+++ PKGBUILD2012-12-02 07:42:34 UTC (rev 172206)
@@ -4,7 +4,7 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.9.3
+pkgver=4.9.4
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('4a72a307d5780f013e12607b9cddb425f81ffeef')
+sha1sums=('d9c5fbbc79e95fca0ab2523a8de4e2291641bea3')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD pyqt495.patch)

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:57:43
  Author: andrea
Revision: 170258

KDE 4.9.3

Modified:
  kdebindings-python/trunk/PKGBUILD
Deleted:
  kdebindings-python/trunk/pyqt495.patch

---+
 PKGBUILD  |   14 ++--
 pyqt495.patch |   95 
 2 files changed, 4 insertions(+), 105 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:56:18 UTC (rev 170257)
+++ PKGBUILD2012-11-06 12:57:43 UTC (rev 170258)
@@ -4,26 +4,20 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.9.2
-pkgrel=2
+pkgver=4.9.3
+pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-'pyqt495.patch')
-sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11'
-  '0935c32e55806873f2d088613594559285da7e9c')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('4a72a307d5780f013e12607b9cddb425f81ffeef')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE
 
-  cd pykde4-${pkgver}
-  patch -p1 -i ${srcdir}/pyqt495.patch
-  cd ../ 
-
   mkdir build
   cd build
   cmake ../pykde4-${pkgver} \

Deleted: pyqt495.patch
===
--- pyqt495.patch   2012-11-06 12:56:18 UTC (rev 170257)
+++ pyqt495.patch   2012-11-06 12:57:43 UTC (rev 170258)
@@ -1,95 +0,0 @@
-From: Luca Beltrame lbeltr...@kde.org
-Date: Mon, 01 Oct 2012 18:47:56 +
-Subject: Remove duplicated QVectorint definition, since it's in PyQt now.
-X-Git-Url: 
http://quickgit.kde.org/?p=pykde4.gitamp;a=commitdiffamp;h=017822bd0dfc83fe9a7a483ecc33f4aab839a3c6

-Remove duplicated QVectorint definition, since it's in PyQt now.
-Simon, if you have time, please review if everything is OK.
-
-CCMAIL: si...@simonzone.com

-
-
 a/sip/kdecore/typedefs.sip
-+++ b/sip/kdecore/typedefs.sip
-@@ -951,78 +951,4 @@
- %End
- };
- 
--%MappedType QVectorint
--{
--%TypeHeaderCode
--#include qvector.h
--%End
--
--%ConvertFromTypeCode
--// Create the list.
--PyObject *l;
--
--if ((l = PyList_New(sipCpp-size())) == NULL)
--return NULL;
--
--// Set the list elements.
--for (int i = 0; i  sipCpp-size(); ++i)
--{
--int t = (sipCpp-at(i));
--
--#if PY_MAJOR_VERSION = 3
--PyObject *tobj = PyLong_FromLong(t);
--#else
--PyObject *tobj = PyInt_FromLong(t);
--#endif
--
--PyList_SET_ITEM(l, i, tobj);
--}
--
--return l;
--%End
--
--%ConvertToTypeCode
--// Check the type if that is all that is required.
--if (sipIsErr == NULL)
--{
--if (!PyList_Check(sipPy))
--return 0;
--
--for (int i = 0; i  PyList_GET_SIZE(sipPy); ++i) {
--PyObject *tobj = PyList_GET_ITEM(sipPy, i);
--#if PY_MAJOR_VERSION = 3
--if (!PyNumber_Check(tobj))
--#else
--if (!PyInt_Check(tobj))
--#endif
--return 0;
--}
--return 1;
--}
--
--QVectorint *qv = new QVectorint;
-- 
--for (int i = 0; i  PyList_GET_SIZE(sipPy); ++i)
--{
--PyObject *tobj = PyList_GET_ITEM(sipPy, i);
-- #if PY_MAJOR_VERSION = 3
--int t = PyLong_AsLong (tobj);
--#else
--int t = PyInt_AS_LONG (tobj);
--#endif
--
--if (*sipIsErr)
--{
--delete qv;
--return 0;
--}
--
--qv-append(t);
--}
-- 
--*sipCppPtr = qv;
-- 
--return sipGetState(sipTransferObj);
--%End
--};
--
-+
-



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

2012-10-11 Thread Andrea Scarpino
Date: Thursday, October 11, 2012 @ 17:45:52
  Author: andrea
Revision: 168438

Fix checksum

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-11 21:32:47 UTC (rev 168437)
+++ PKGBUILD2012-10-11 21:45:52 UTC (rev 168438)
@@ -15,7 +15,7 @@
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'pyqt495.patch')
 sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11'
-  '17b699b9096d10e118ef49fbe5e4cd5687e676a5')
+  '0935c32e55806873f2d088613594559285da7e9c')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD pyqt495.patch)

2012-10-03 Thread Andrea Scarpino
Date: Wednesday, October 3, 2012 @ 09:19:09
  Author: andrea
Revision: 167737

upgpkg: kdebindings-python 4.9.2-2

Python rebuild

Added:
  kdebindings-python/trunk/pyqt495.patch
Modified:
  kdebindings-python/trunk/PKGBUILD

---+
 PKGBUILD  |   17 +++
 pyqt495.patch |   81 
 2 files changed, 92 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-03 13:17:03 UTC (rev 167736)
+++ PKGBUILD2012-10-03 13:19:09 UTC (rev 167737)
@@ -5,27 +5,32 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2')
 pkgver=4.9.2
-pkgrel=1
+pkgrel=2
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
+'pyqt495.patch')
+sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11'
+  '17b699b9096d10e118ef49fbe5e4cd5687e676a5')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE
 
-  cd ${srcdir}
+  cd pykde4-${pkgver}
+  patch -p0 -i ${srcdir}/pyqt495.patch
+  cd ../ 
+
   mkdir build
   cd build
   cmake ../pykde4-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python \
--DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
+-DPYTHON_EXECUTABLE=/usr/bin/python3 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0
   make
   cd ..
 

Added: pyqt495.patch
===
--- pyqt495.patch   (rev 0)
+++ pyqt495.patch   2012-10-03 13:19:09 UTC (rev 167737)
@@ -0,0 +1,81 @@
+--- sip/kdecore/typedefs.sip
 sip/kdecore/typedefs.sip
+@@ -950,78 +950,3 @@
+ return sipGetState(sipTransferObj);
+ %End
+ };
+-
+-%MappedType QVectorint
+-{
+-%TypeHeaderCode
+-#include qvector.h
+-%End
+-
+-%ConvertFromTypeCode
+-// Create the list.
+-PyObject *l;
+-
+-if ((l = PyList_New(sipCpp-size())) == NULL)
+-return NULL;
+-
+-// Set the list elements.
+-for (int i = 0; i  sipCpp-size(); ++i)
+-{
+-int t = (sipCpp-at(i));
+-
+-#if PY_MAJOR_VERSION = 3
+-PyObject *tobj = PyLong_FromLong(t);
+-#else
+-PyObject *tobj = PyInt_FromLong(t);
+-#endif
+-
+-PyList_SET_ITEM(l, i, tobj);
+-}
+-
+-return l;
+-%End
+-
+-%ConvertToTypeCode
+-// Check the type if that is all that is required.
+-if (sipIsErr == NULL)
+-{
+-if (!PyList_Check(sipPy))
+-return 0;
+-
+-for (int i = 0; i  PyList_GET_SIZE(sipPy); ++i) {
+-PyObject *tobj = PyList_GET_ITEM(sipPy, i);
+-#if PY_MAJOR_VERSION = 3
+-if (!PyNumber_Check(tobj))
+-#else
+-if (!PyInt_Check(tobj))
+-#endif
+-return 0;
+-}
+-return 1;
+-}
+-
+-QVectorint *qv = new QVectorint;
+- 
+-for (int i = 0; i  PyList_GET_SIZE(sipPy); ++i)
+-{
+-PyObject *tobj = PyList_GET_ITEM(sipPy, i);
+- #if PY_MAJOR_VERSION = 3
+-int t = PyLong_AsLong (tobj);
+-#else
+-int t = PyInt_AS_LONG (tobj);
+-#endif
+-
+-if (*sipIsErr)
+-{
+-delete qv;
+-return 0;
+-}
+-
+-qv-append(t);
+-}
+- 
+-*sipCppPtr = qv;
+- 
+-return sipGetState(sipTransferObj);
+-%End
+-};



[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD pyqt495.patch)

2012-10-03 Thread Andrea Scarpino
Date: Wednesday, October 3, 2012 @ 11:10:01
  Author: andrea
Revision: 167874

updated the patch with the description

Modified:
  kdebindings-python/trunk/PKGBUILD
  kdebindings-python/trunk/pyqt495.patch

---+
 PKGBUILD  |2 +-
 pyqt495.patch |   24 +++-
 2 files changed, 20 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-03 15:09:25 UTC (rev 167873)
+++ PKGBUILD2012-10-03 15:10:01 UTC (rev 167874)
@@ -21,7 +21,7 @@
   export PYTHONDONTWRITEBYTECODE=TRUE
 
   cd pykde4-${pkgver}
-  patch -p0 -i ${srcdir}/pyqt495.patch
+  patch -p1 -i ${srcdir}/pyqt495.patch
   cd ../ 
 
   mkdir build

Modified: pyqt495.patch
===
--- pyqt495.patch   2012-10-03 15:09:25 UTC (rev 167873)
+++ pyqt495.patch   2012-10-03 15:10:01 UTC (rev 167874)
@@ -1,10 +1,21 @@
 sip/kdecore/typedefs.sip
-+++ sip/kdecore/typedefs.sip
-@@ -950,78 +950,3 @@
- return sipGetState(sipTransferObj);
+From: Luca Beltrame lbeltr...@kde.org
+Date: Mon, 01 Oct 2012 18:47:56 +
+Subject: Remove duplicated QVectorint definition, since it's in PyQt now.
+X-Git-Url: 
http://quickgit.kde.org/?p=pykde4.gitamp;a=commitdiffamp;h=017822bd0dfc83fe9a7a483ecc33f4aab839a3c6
+---
+Remove duplicated QVectorint definition, since it's in PyQt now.
+Simon, if you have time, please review if everything is OK.
+
+CCMAIL: si...@simonzone.com
+---
+
+
+--- a/sip/kdecore/typedefs.sip
 b/sip/kdecore/typedefs.sip
+@@ -951,78 +951,4 @@
  %End
  };
--
+ 
 -%MappedType QVectorint
 -{
 -%TypeHeaderCode
@@ -79,3 +90,6 @@
 -return sipGetState(sipTransferObj);
 -%End
 -};
+-
++
+



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

2012-10-02 Thread Andrea Scarpino
Date: Tuesday, October 2, 2012 @ 05:09:53
  Author: andrea
Revision: 167438

KDE 4.9.2

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-02 09:09:50 UTC (rev 167437)
+++ PKGBUILD2012-10-02 09:09:53 UTC (rev 167438)
@@ -4,7 +4,7 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('b1066dc30d59ddfb16db3f7e1ee11a2f9895dfca')
+sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2012-09-03 Thread Andrea Scarpino
Date: Monday, September 3, 2012 @ 17:49:01
  Author: andrea
Revision: 165934

KDE 4.9.1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-03 21:48:55 UTC (rev 165933)
+++ PKGBUILD2012-09-03 21:49:01 UTC (rev 165934)
@@ -4,7 +4,7 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.9.0
+pkgver=4.9.1
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('eb51fcadd14a184895195be822e4ed704e74d3ed')
+sha1sums=('b1066dc30d59ddfb16db3f7e1ee11a2f9895dfca')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 17:52:44
  Author: andrea
Revision: 162677

upgpkg: kdebindings-python 4.8.4-2

PyQt rebuild

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 21:15:00 UTC (rev 162676)
+++ PKGBUILD2012-06-27 21:52:44 UTC (rev 162677)
@@ -5,12 +5,13 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2')
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 url='http://kde.org/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
+ 'pyqt' 'qscintilla' 'python-sip' 'python2-sip')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
 sha1sums=('e629d7a1d7d1aa1d1dd24769dc5412a60b6ac256')
 
@@ -23,6 +24,7 @@
   cmake ../pykde4-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
 -DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
   make
   cd ..



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

2012-06-06 Thread Andrea Scarpino
Date: Wednesday, June 6, 2012 @ 12:14:23
  Author: andrea
Revision: 160825

KDE 4.8.4

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-06 16:14:20 UTC (rev 160824)
+++ PKGBUILD2012-06-06 16:14:23 UTC (rev 160825)
@@ -4,7 +4,7 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 url='http://kde.org/'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('e88ef838b492802f401b0242205e87149c19d032')
+sha1sums=('e629d7a1d7d1aa1d1dd24769dc5412a60b6ac256')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 09:20:39
  Author: andrea
Revision: 158143

KDE 4.8.3

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-03 13:20:36 UTC (rev 158142)
+++ PKGBUILD2012-05-03 13:20:39 UTC (rev 158143)
@@ -4,7 +4,7 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 url='http://kde.org/'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('7d1a41e00794dba160ce8e2a3f750c9a4298ef15')
+sha1sums=('e88ef838b492802f401b0242205e87149c19d032')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2012-03-30 Thread Andrea Scarpino
Date: Friday, March 30, 2012 @ 12:12:27
  Author: andrea
Revision: 154666

KDE 4.8.2

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 16:12:24 UTC (rev 154665)
+++ PKGBUILD2012-03-30 16:12:27 UTC (rev 154666)
@@ -4,15 +4,15 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.8.1
-pkgrel=3
+pkgver=4.8.2
+pkgrel=1
 url='http://kde.org/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('b9ef35269d2e08578ba20d01822dbdbed72bffb8')
+sha1sums=('7d1a41e00794dba160ce8e2a3f750c9a4298ef15')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2012-03-16 Thread Andrea Scarpino
Date: Friday, March 16, 2012 @ 06:15:37
  Author: andrea
Revision: 153581

upgpkg: kdebindings-python 4.8.1-2

Provide python3 bindings (FS#28911); keep python2 bindings for compatibility

Modified:
  kdebindings-python/trunk/PKGBUILD

--+
 PKGBUILD |   48 +---
 1 file changed, 41 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-16 08:10:00 UTC (rev 153580)
+++ PKGBUILD2012-03-16 10:15:37 UTC (rev 153581)
@@ -1,34 +1,68 @@
 # $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
-pkgname=kdebindings-python
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2')
 pkgver=4.8.1
-pkgrel=1
-pkgdesc=KDE bindings for Python
-url=http://kde.org/;
+pkgrel=2
+url='http://kde.org/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
-makedepends=('cmake' 'automoc4' 'boost')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
 sha1sums=('b9ef35269d2e08578ba20d01822dbdbed72bffb8')
 
 build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
   cd ${srcdir}
   mkdir build
   cd build
   cmake ../pykde4-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python2
   make
 }
 
-package() {
+package_kdebindings-python() {
+  desc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
+
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
+}
 
+package_kdebindings-python2() {
+  desc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+ 
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm ${pkgdir}/usr/bin/pykdeuic4
+  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
+${pkgdir}/usr/bin/python2-pykdeuic4
+
+  mv ${pkgdir}/usr/share/apps/pykde4/examples \
+${pkgdir}/usr/share/apps/pykde4/python2-examples
+
+  mv ${pkgdir}/usr/share/sip/PyKDE4 \
+${pkgdir}/usr/share/sip/python2-PyKDE4
+
   # Use the python2 executable
   find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
 }



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

2012-03-16 Thread Andrea Scarpino
Date: Friday, March 16, 2012 @ 10:20:47
  Author: andrea
Revision: 153598

Fix description

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-16 13:00:51 UTC (rev 153597)
+++ PKGBUILD2012-03-16 14:20:47 UTC (rev 153598)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2')
 pkgver=4.8.1
-pkgrel=2
+pkgrel=3
 url='http://kde.org/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -37,7 +37,7 @@
 }
 
 package_kdebindings-python() {
-  desc=A set of Python 3.x bindings for KDE
+  pkgdesc=A set of Python 3.x bindings for KDE
   depends=('kdepim-runtime' 'pyqt' 'qscintilla')
 
   cd ${srcdir}/build
@@ -45,7 +45,7 @@
 }
 
 package_kdebindings-python2() {
-  desc=A set of Python 2.x bindings for KDE
+  pkgdesc=A set of Python 2.x bindings for KDE
   depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
   conflicts=('kdebindings-python4.8.1-2')
  



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

2012-03-06 Thread Andrea Scarpino
Date: Tuesday, March 6, 2012 @ 13:28:51
  Author: andrea
Revision: 152336

Path has been changed; new kdepim tarball

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-06 18:28:47 UTC (rev 152335)
+++ PKGBUILD2012-03-06 18:28:51 UTC (rev 152336)
@@ -11,7 +11,7 @@
 groups=('kdebindings')
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
 makedepends=('cmake' 'automoc4' 'boost')
-source=(http://download.kde.org/stable/${pkgver}/src/xz/pykde4-${pkgver}.tar.xz;)
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
 sha1sums=('b9ef35269d2e08578ba20d01822dbdbed72bffb8')
 
 build() {



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

2012-03-04 Thread Andrea Scarpino
Date: Sunday, March 4, 2012 @ 06:08:14
  Author: andrea
Revision: 151943

KDE 4.8.1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-04 11:08:11 UTC (rev 151942)
+++ PKGBUILD2012-03-04 11:08:14 UTC (rev 151943)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.8.0
-pkgrel=2
+pkgver=4.8.1
+pkgrel=1
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 groups=('kdebindings')
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
 makedepends=('cmake' 'automoc4' 'boost')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('cf204efebc1eda6de7f4405dbf5037bdaffd30e9')
+source=(http://download.kde.org/stable/${pkgver}/src/xz/pykde4-${pkgver}.tar.xz;)
+sha1sums=('b9ef35269d2e08578ba20d01822dbdbed72bffb8')
 
 build() {
   cd ${srcdir}



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

2012-02-13 Thread Andrea Scarpino
Date: Tuesday, February 14, 2012 @ 02:51:22
  Author: andrea
Revision: 150171

upgpkg: kdebindings-python 4.8.0-2

PyQt rebuild

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-14 07:26:39 UTC (rev 150170)
+++ PKGBUILD2012-02-14 07:51:22 UTC (rev 150171)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-python
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
 arch=('i686' 'x86_64')



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

2012-01-25 Thread Andrea Scarpino
Date: Wednesday, January 25, 2012 @ 15:34:13
  Author: andrea
Revision: 147287

KDE 4.8.0

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-25 20:34:10 UTC (rev 147286)
+++ PKGBUILD2012-01-25 20:34:13 UTC (rev 147287)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.7.97
+pkgver=4.8.0
 pkgrel=1
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
@@ -11,8 +11,8 @@
 groups=('kdebindings')
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
 makedepends=('cmake' 'automoc4' 'boost')
-source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('2d5c94f5e8d369d295a273ae0d2e4f7a13d2a055')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
+sha1sums=('cf204efebc1eda6de7f4405dbf5037bdaffd30e9')
 
 build() {
   cd ${srcdir}



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

2012-01-04 Thread Andrea Scarpino
Date: Wednesday, January 4, 2012 @ 08:16:30
  Author: andrea
Revision: 145960

KDE 4.8RC2

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-04 13:16:27 UTC (rev 145959)
+++ PKGBUILD2012-01-04 13:16:30 UTC (rev 145960)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.7.95
-pkgrel=2
+pkgver=4.7.97
+pkgrel=1
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('7c1d3c590e80b871ab21be45d4a57ab8aa420e22')
+sha1sums=('2d5c94f5e8d369d295a273ae0d2e4f7a13d2a055')
 
 build() {
   cd ${srcdir}



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

2011-12-23 Thread Andrea Scarpino
Date: Friday, December 23, 2011 @ 06:12:30
  Author: andrea
Revision: 145601

upgpkg: kdebindings-python 4.7.95-2

PyQt rebuild

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-23 10:58:52 UTC (rev 145600)
+++ PKGBUILD2011-12-23 11:12:30 UTC (rev 145601)
@@ -3,13 +3,13 @@
 
 pkgname=kdebindings-python
 pkgver=4.7.95
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
+depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
 sha1sums=('7c1d3c590e80b871ab21be45d4a57ab8aa420e22')



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

2011-12-22 Thread Andrea Scarpino
Date: Thursday, December 22, 2011 @ 05:25:42
  Author: andrea
Revision: 145443

KDE 4.8RC1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-22 10:22:23 UTC (rev 145442)
+++ PKGBUILD2011-12-22 10:25:42 UTC (rev 145443)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.7.90
+pkgver=4.7.95
 pkgrel=1
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('ada3862a46add5f0901d03a84c0c04759a944401')
+sha1sums=('7c1d3c590e80b871ab21be45d4a57ab8aa420e22')
 
 build() {
   cd ${srcdir}



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

2011-12-07 Thread Andrea Scarpino
Date: Wednesday, December 7, 2011 @ 03:22:35
  Author: andrea
Revision: 144504

KDE 4.8beta2

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-07 08:22:32 UTC (rev 144503)
+++ PKGBUILD2011-12-07 08:22:35 UTC (rev 144504)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.7.80
+pkgver=4.7.90
 pkgrel=1
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('b67905a73566ad99b3bf1238b87f333c3ebb1fc5')
+sha1sums=('ada3862a46add5f0901d03a84c0c04759a944401')
 
 build() {
   cd ${srcdir}



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

2011-10-30 Thread Andrea Scarpino
Date: Sunday, October 30, 2011 @ 07:17:10
  Author: andrea
Revision: 141401

KDE 4.7.3

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-30 11:17:06 UTC (rev 141400)
+++ PKGBUILD2011-10-30 11:17:10 UTC (rev 141401)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.7.2
+pkgver=4.7.3
 pkgrel=1
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('cc7844851110697f06da60cf4a1ee527eda76087')
+sha1sums=('16063793d39fdc9f5b9916cab49236103ce79da2')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:38
  Author: andrea
Revision: 139682

KDE 4.7.2

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:35 UTC (rev 139681)
+++ PKGBUILD2011-10-04 17:49:38 UTC (rev 139682)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('fd05f0c04586878c3c23e80bb1c59b316184d7ab')
+sha1sums=('cc7844851110697f06da60cf4a1ee527eda76087')
 
 build() {
   cd ${srcdir}



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

2011-09-06 Thread Andrea Scarpino
Date: Tuesday, September 6, 2011 @ 04:20:38
  Author: andrea
Revision: 137112

KDE 4.7.1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-06 08:20:35 UTC (rev 137111)
+++ PKGBUILD2011-09-06 08:20:38 UTC (rev 137112)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.7.0
-pkgrel=2
+pkgver=4.7.1
+pkgrel=1
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('8f4cf7c9a99ee5b0fb2c7284518a129dced31c94')
+sha1sums=('fd05f0c04586878c3c23e80bb1c59b316184d7ab')
 
 build() {
   cd ${srcdir}



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

2011-08-11 Thread Andrea Scarpino
Date: Thursday, August 11, 2011 @ 12:57:19
  Author: andrea
Revision: 135257

upgpkg: kdebindings-python 4.7.0-2
upstream release

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-11 16:56:52 UTC (rev 135256)
+++ PKGBUILD2011-08-11 16:57:19 UTC (rev 135257)
@@ -3,8 +3,8 @@
 
 pkgname=kdebindings-python
 pkgver=4.7.0
-pkgrel=1
-pkgdesc=KDE bindings for python
+pkgrel=2
+pkgdesc=KDE bindings for Python
 url=http://kde.org/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')



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

2011-07-24 Thread Andrea Scarpino
Date: Sunday, July 24, 2011 @ 20:12:30
  Author: andrea
Revision: 132576

move pkgbuilds to trunk; cleanup

Added:
  kdebindings-python/trunk/PKGBUILD
(from rev 132557, kdebindings-python/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: kdebindings-python/trunk/PKGBUILD (from rev 132557, 
kdebindings-python/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-07-25 00:12:30 UTC (rev 132576)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-python
+pkgver=4.7.0
+pkgrel=1
+pkgdesc=KDE bindings for python
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
+sha1sums=('8f4cf7c9a99ee5b0fb2c7284518a129dced31c94')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}