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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:17
  Author: andrea
Revision: 130254

KDE 4.6.5

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:12 UTC (rev 130253)
+++ PKGBUILD2011-07-04 19:27:17 UTC (rev 130254)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,7 +15,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-pyqt' 'kdepim-runtime' 
'mono'
 'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('ee5d85598e278bda76f7937c0a832723785ffe49')
+sha1sums=('e63a0b0eec92320df2c2c539b916c5ee9425a689')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono
@@ -31,7 +31,8 @@
-DBUILD_falcon=OFF \
-DBUILD_java=OFF \
-DBUILD_php=OFF \
-   -DWITH_PolkitQt=OFF
+   -DWITH_PolkitQt=OFF \
+-DWITH_Soprano=OFF
make
 }
 



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

2011-06-06 Thread Andrea Scarpino
Date: Monday, June 6, 2011 @ 02:06:07
  Author: andrea
Revision: 126532

KDE SC 4.6.4

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-06 06:06:03 UTC (rev 126531)
+++ PKGBUILD2011-06-06 06:06:07 UTC (rev 126532)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.6.3
+pkgver=4.6.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,7 +15,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-pyqt' 'kdepim-runtime' 
'mono'
 'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('4ecc6ac378c241472aa75680abfafd8d57672653')
+sha1sums=('ee5d85598e278bda76f7937c0a832723785ffe49')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2011-05-02 Thread Andrea Scarpino
Date: Monday, May 2, 2011 @ 13:57:11
  Author: andrea
Revision: 122185

adjust python2-pyqt dependence

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-02 17:55:15 UTC (rev 122184)
+++ PKGBUILD2011-05-02 17:57:11 UTC (rev 122185)
@@ -12,8 +12,8 @@
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-qt' 'kdepim-runtime' 
'mono'
-   'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-pyqt' 'kdepim-runtime' 
'mono'
+'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
 sha1sums=('4ecc6ac378c241472aa75680abfafd8d57672653')
 



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

2011-05-02 Thread Andrea Scarpino
Date: Monday, May 2, 2011 @ 13:58:58
  Author: andrea
Revision: 122187

adjust python2-pyqt dependence

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-02 17:58:19 UTC (rev 122186)
+++ PKGBUILD2011-05-02 17:58:58 UTC (rev 122187)
@@ -46,7 +46,7 @@
 
 package_kdebindings-python() {
pkgdesc='KDE bindings for python'
-   depends=('kdepim-runtime' 'python2-qt' 'qscintilla')
+   depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
cd $srcdir/build/python
make DESTDIR=$pkgdir install
 



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:36
  Author: andrea
Revision: 121094

KDE 4.6.3

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:32 UTC (rev 121093)
+++ PKGBUILD2011-04-29 00:27:36 UTC (rev 121094)
@@ -7,15 +7,15 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-qt' 'kdepim-runtime' 
'mono'
-   'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla' 'ruby')
+   'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('eff4b5785b09958fffe4e23583f5af75c796aa9e')
+sha1sums=('4ecc6ac378c241472aa75680abfafd8d57672653')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2011-04-05 Thread Andrea Scarpino
Date: Tuesday, April 5, 2011 @ 06:07:56
  Author: andrea
Revision: 118066

KDE 4.6.2

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-05 10:07:53 UTC (rev 118065)
+++ PKGBUILD2011-04-05 10:07:56 UTC (rev 118066)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,11 +15,12 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-qt' 'kdepim-runtime' 
'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('1a71e656df19a4b132546242aa344778554693ff')
+sha1sums=('eff4b5785b09958fffe4e23583f5af75c796aa9e')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR
+
cd ${srcdir}/build
 
cmake ../${pkgbase}-${pkgver} \



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

2011-02-28 Thread Andrea Scarpino
Date: Monday, February 28, 2011 @ 18:53:55
  Author: andrea
Revision: 111772

KDE 4.6.1

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-28 23:53:51 UTC (rev 111771)
+++ PKGBUILD2011-02-28 23:53:55 UTC (rev 111772)
@@ -7,15 +7,15 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.6.0
-pkgrel=2
+pkgver=4.6.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-qt' 'kdepim-runtime' 
'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('a2d641bbee7fddfbd76652fb41cd784d8c92288c')
+sha1sums=('1a71e656df19a4b132546242aa344778554693ff')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2011-02-24 Thread Andrea Scarpino
Date: Friday, February 25, 2011 @ 02:49:16
  Author: andrea
Revision: 111211

Install libsmoke libraries (FS#23026); remove ruby workaround and use proper 
cmake options

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-24 23:46:05 UTC (rev 111210)
+++ PKGBUILD2011-02-25 07:49:16 UTC (rev 111211)
@@ -8,7 +8,7 @@
  'kdebindings-ruby'
  'kdebindings-smoke')
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
@@ -18,13 +18,6 @@
 sha1sums=('a2d641bbee7fddfbd76652fb41cd784d8c92288c')
 
 build() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   # fix ruby
-   for f in `find ruby -name CMakeLists.txt`; do
- sed -i s|\${RUBY_INCLUDE_PATH}|\${RUBY_INCLUDE_PATH} 
/usr/include/ruby-1.9.1/${_ARCHITECTURE}-linux| ${f}
-   done
-   
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR
cd ${srcdir}/build
@@ -32,6 +25,8 @@
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+-DRUBY_SITE_LIB_DIR=/usr/lib/ruby/site_ruby/1.9.1 \
+-DRUBY_SITE_ARCH_DIR=/usr/lib/ruby/site_ruby/1.9.1/${CARCH}-linux \
-DBUILD_falcon=OFF \
-DBUILD_java=OFF \
-DBUILD_php=OFF \
@@ -70,4 +65,6 @@
depends=('qscintilla' 'kdegraphics-okular' 'kdepim-runtime')
cd $srcdir/build/smoke
make DESTDIR=$pkgdir install
+cd $srcdir/build/generator/smokebase
+make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in kdebindings/trunk (PKGBUILD sip4.11.2.patch sip4.12.patch)

2011-01-26 Thread Andrea Scarpino
Date: Wednesday, January 26, 2011 @ 14:56:49
  Author: andrea
Revision: 107561

KDE 4.6.0

Modified:
  kdebindings/trunk/PKGBUILD
Deleted:
  kdebindings/trunk/sip4.11.2.patch
  kdebindings/trunk/sip4.12.patch

-+
 PKGBUILD|   18 ++
 sip4.11.2.patch |   64 -
 sip4.12.patch   |   93 --
 3 files changed, 5 insertions(+), 170 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-26 19:56:46 UTC (rev 107560)
+++ PKGBUILD2011-01-26 19:56:49 UTC (rev 107561)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 59825 2009-11-28 01:40:17Z andrea $
+# $Id: PKGBUILD 107102 2011-01-21 11:16:03Z andrea $
 # Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
@@ -7,26 +7,19 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.5.5
-pkgrel=2
+pkgver=4.6.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-qt' 'kdepim-runtime' 
'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla' 'ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
-'sip4.11.2.patch'
-'sip4.12.patch')
-sha1sums=('5f754f0b6989df9557c5ccec18b4f96207fceb94'
-  '36b52d147fee24a65c756baaad00e3d1ac081d3d'
-  '59b3992de8def0e415a055246d2d3d0a2934d8d9')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('a2d641bbee7fddfbd76652fb41cd784d8c92288c')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
 
-   patch -Np0 -i ${srcdir}/sip4.11.2.patch
-   patch -Np1 -i ${srcdir}/sip4.12.patch
-
# fix ruby
for f in `find ruby -name CMakeLists.txt`; do
  sed -i s|\${RUBY_INCLUDE_PATH}|\${RUBY_INCLUDE_PATH} 
/usr/include/ruby-1.9.1/${_ARCHITECTURE}-linux| ${f}
@@ -41,7 +34,6 @@
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_falcon=OFF \
-DBUILD_java=OFF \
--DBUILD_perl=OFF \
-DBUILD_php=OFF \
-DWITH_PolkitQt=OFF
make

Deleted: sip4.11.2.patch
===
--- sip4.11.2.patch 2011-01-26 19:56:46 UTC (rev 107560)
+++ sip4.11.2.patch 2011-01-26 19:56:49 UTC (rev 107561)
@@ -1,64 +0,0 @@
 python/pykde4/sip/kdecore/typedefs.sip
-+++ python/pykde4/sip/kdecore/typedefs.sip
-@@ -733,61 +733,6 @@
- };
- 
- 
--%MappedType QListuint
--{
--%TypeHeaderCode
--#include qlist.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) {
--PyObject *pobj;
--
--#if PY_MAJOR_VERSION = 3
--if ((pobj = PyLong_FromLong(sipCpp-value(i))) == NULL) {
--#else
--if ((pobj = PyInt_FromLong(sipCpp-value(i))) == NULL) {
--#endif
--Py_DECREF(l);
--
--return NULL;
--}
--
--PyList_SET_ITEM(l, i, pobj);
--}
--
--return l;
--%End
--
--%ConvertToTypeCode
--// Check the type if that is all that is required.
--if (sipIsErr == NULL)
--return PyList_Check(sipPy);
--
--QListuint *ql = new QListuint;
-- 
--for (int i = 0; i  PyList_GET_SIZE(sipPy); ++i) {
--#if PY_MAJOR_VERSION = 3
--ql-append(PyLong_AsLong(PyList_GET_ITEM(sipPy, i)));
--#else
--ql-append(PyInt_AsLong(PyList_GET_ITEM(sipPy, i)));
--#endif
--}
--
--*sipCppPtr = ql;
-- 
--return sipGetState(sipTransferObj);
--%End
--};
--
--
- template TYPE*
- %MappedType QStackTYPE*
- {

Deleted: sip4.12.patch
===
--- sip4.12.patch   2011-01-26 19:56:46 UTC (rev 107560)
+++ sip4.12.patch   2011-01-26 19:56:49 UTC (rev 107561)
@@ -1,93 +0,0 @@
 pykde4-4.5.4/python/pykde4/sip/kdecore/typedefs.sip2010-12-26 
00:33:58.884995287 +0100
-+++ pykde4-4.5.4/python/pykde4/sip/kdecore/typedefs.sip2010-12-26 
00:34:36.146000281 +0100
-@@ -582,90 +582,6 @@ template TYPE1,TYPE2*
- %End
- };
- 
--template TYPE
--%MappedType QSetTYPE
--{
--%TypeHeaderCode
--#include qset.h
--%End
--
--%ConvertFromTypeCode
--// Create the list.
--PyObject *l;
--
--if ((l = PyList_New(sipCpp-size())) == NULL)
--return NULL;
--
--// Set the list elements.
--QSetTYPE set = *sipCpp;
--int i = 0;
--foreach (TYPE value, set)
--{
--PyObject *obj = sipConvertFromNewType(value, sipType_TYPE, 
sipTransferObj);
--if (obj == NULL || PyList_SET_ITEM (l, i, obj)  0)
--{
--Py_DECREF(l);
--
--if (obj)
--Py_DECREF(obj);
--
--

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

2011-01-19 Thread Andrea Scarpino
Date: Wednesday, January 19, 2011 @ 12:49:04
  Author: andrea
Revision: 106889

upgpkg: kdebindings 4.5.5-2
fix to depends on python2-qt

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 17:27:29 UTC (rev 106888)
+++ PKGBUILD2011-01-19 17:49:04 UTC (rev 106889)
@@ -8,11 +8,11 @@
  'kdebindings-ruby'
  'kdebindings-smoke')
 pkgver=4.5.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-qt' 'kdepim-runtime' 
'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'sip4.11.2.patch'
@@ -58,7 +58,7 @@
 
 package_kdebindings-python() {
pkgdesc='KDE bindings for python'
-   depends=('kdepim-runtime' 'pyqt' 'qscintilla')
+   depends=('kdepim-runtime' 'python2-qt' 'qscintilla')
cd $srcdir/build/python
make DESTDIR=$pkgdir install
 



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

2011-01-05 Thread Andrea Scarpino
Date: Wednesday, January 5, 2011 @ 11:16:27
  Author: andrea
Revision: 104958

KDE 4.5.5

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-05 16:16:24 UTC (rev 104957)
+++ PKGBUILD2011-01-05 16:16:27 UTC (rev 104958)
@@ -7,8 +7,8 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.5.4
-pkgrel=2
+pkgver=4.5.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
@@ -17,9 +17,9 @@
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'sip4.11.2.patch'
 'sip4.12.patch')
-sha1sums=('1562ca0e58450ed72bc18ed9a1c4c6ec62fd4a8f'
-'36b52d147fee24a65c756baaad00e3d1ac081d3d'
-'59b3992de8def0e415a055246d2d3d0a2934d8d9')
+sha1sums=('5f754f0b6989df9557c5ccec18b4f96207fceb94'
+  '36b52d147fee24a65c756baaad00e3d1ac081d3d'
+  '59b3992de8def0e415a055246d2d3d0a2934d8d9')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-12-02 Thread Andrea Scarpino
Date: Thursday, December 2, 2010 @ 06:28:38
  Author: andrea
Revision: 101818

new tarball

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-02 10:52:05 UTC (rev 101817)
+++ PKGBUILD2010-12-02 11:28:38 UTC (rev 101818)
@@ -16,7 +16,7 @@
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
'fix-pyqt4-build.patch')
-sha1sums=('1e638fd900fa2d3b89ada3187cb2e3d593e89221'
+sha1sums=('1562ca0e58450ed72bc18ed9a1c4c6ec62fd4a8f'
   '36b52d147fee24a65c756baaad00e3d1ac081d3d')
 
 build() {



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

2010-11-30 Thread Andrea Scarpino
Date: Tuesday, November 30, 2010 @ 04:45:21
  Author: andrea
Revision: 101666

disable perl bindings build

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-30 09:09:41 UTC (rev 101665)
+++ PKGBUILD2010-11-30 09:45:21 UTC (rev 101666)
@@ -38,6 +38,7 @@
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_falcon=OFF \
-DBUILD_java=OFF \
+-DBUILD_perl=OFF \
-DBUILD_php=OFF \
-DWITH_PolkitQt=OFF
make



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

2010-11-29 Thread Andrea Scarpino
Date: Monday, November 29, 2010 @ 08:44:06
  Author: andrea
Revision: 101558

KDE 4.5.4

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-29 13:44:00 UTC (rev 101557)
+++ PKGBUILD2010-11-29 13:44:06 UTC (rev 101558)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.5.3
+pkgver=4.5.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -16,7 +16,7 @@
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
'fix-pyqt4-build.patch')
-sha1sums=('84a86395cf0dfb328111a5492e78a1967f6a1146'
+sha1sums=('3e56a65c3c14674e97d3d8fd857a18256cedc17c'
   '36b52d147fee24a65c756baaad00e3d1ac081d3d')
 
 build() {



[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/trunk (PKGBUILD mono-2.8.patch)

2010-10-19 Thread Andrea Scarpino
Date: Tuesday, October 19, 2010 @ 09:13:04
  Author: andrea
Revision: 96238

fix build with mono 2.8 (FS#21319)

Added:
  kdebindings/trunk/mono-2.8.patch
Modified:
  kdebindings/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 mono-2.8.patch |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-19 13:03:53 UTC (rev 96237)
+++ PKGBUILD2010-10-19 13:13:04 UTC (rev 96238)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-smoke')
 pkgver=4.5.2
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
@@ -15,10 +15,12 @@
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
'fix-pyqt4-build.patch'
-   'fix-generator-segfaults.patch')
+   'fix-generator-segfaults.patch'
+   'mono-2.8.patch')
 sha1sums=('108fd6e3dbb341adc0e90487d1b681534968f1d2'
'36b52d147fee24a65c756baaad00e3d1ac081d3d'
-   'c0045f5b57fb62e6b0a9443548938f93af501b9d')
+   'c0045f5b57fb62e6b0a9443548938f93af501b9d'
+   '1e5e049bb18164c6fc43d120d024088b8dd1eea7')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
@@ -27,6 +29,7 @@

# Already fixed in 4.5.3
patch -Np4 -i ${srcdir}/fix-generator-segfaults.patch
+   patch -Np1 -i ${srcdir}/mono-2.8.patch
 
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR

Added: mono-2.8.patch
===
--- mono-2.8.patch  (rev 0)
+++ mono-2.8.patch  2010-10-19 13:13:04 UTC (rev 96238)
@@ -0,0 +1,11 @@
+--- kdebindings/csharp/kimono/CMakeLists.txt   2010/05/19 22:20:26 1128672
 kdebindings/csharp/kimono/CMakeLists.txt   2010/10/09 14:30:30 1184234
+@@ -22,7 +22,7 @@
+   ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
+ 
+ # write FindPackage modules for these
+-pkg_search_module(LIBMONO mono)
++pkg_search_module(LIBMONO mono-2 mono)
+ pkg_search_module(GLIB2 glib-2.0)
+ 
+ macro_log_feature(LIBMONO_FOUND libmono Mono library 
http://www.mono-project.com; FALSE  Required to compile 
kimonopluginfactory)



[arch-commits] Commit in kdebindings/trunk (PKGBUILD mono-2.8.patch)

2010-10-19 Thread Andrea Scarpino
Date: Tuesday, October 19, 2010 @ 14:57:18
  Author: andrea
Revision: 96286

mono-2.8.patch updated

Modified:
  kdebindings/trunk/PKGBUILD
  kdebindings/trunk/mono-2.8.patch

+
 PKGBUILD   |4 ++--
 mono-2.8.patch |   14 --
 2 files changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-19 18:42:36 UTC (rev 96285)
+++ PKGBUILD2010-10-19 18:57:18 UTC (rev 96286)
@@ -20,7 +20,7 @@
 sha1sums=('108fd6e3dbb341adc0e90487d1b681534968f1d2'
'36b52d147fee24a65c756baaad00e3d1ac081d3d'
'c0045f5b57fb62e6b0a9443548938f93af501b9d'
-   '1e5e049bb18164c6fc43d120d024088b8dd1eea7')
+   '9fdcab702f4e0ac8adec40a4a97208f18d5b826a')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
@@ -29,7 +29,7 @@

# Already fixed in 4.5.3
patch -Np4 -i ${srcdir}/fix-generator-segfaults.patch
-   patch -Np1 -i ${srcdir}/mono-2.8.patch
+   patch -Np3 -i ${srcdir}/mono-2.8.patch
 
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR

Modified: mono-2.8.patch
===
--- mono-2.8.patch  2010-10-19 18:42:36 UTC (rev 96285)
+++ mono-2.8.patch  2010-10-19 18:57:18 UTC (rev 96286)
@@ -1,5 +1,5 @@
 kdebindings/csharp/kimono/CMakeLists.txt   2010/05/19 22:20:26 1128672
-+++ kdebindings/csharp/kimono/CMakeLists.txt   2010/10/09 14:30:30 1184234
+--- trunk/KDE/kdebindings/csharp/kimono/CMakeLists.txt 2010/05/19 22:20:26 
1128672
 trunk/KDE/kdebindings/csharp/kimono/CMakeLists.txt 2010/10/09 14:30:30 
1184234
 @@ -22,7 +22,7 @@
${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
  
@@ -9,3 +9,13 @@
  pkg_search_module(GLIB2 glib-2.0)
  
  macro_log_feature(LIBMONO_FOUND libmono Mono library 
http://www.mono-project.com; FALSE  Required to compile 
kimonopluginfactory)
+--- trunk/KDE/kdebindings/csharp/kimono/src/kimonopluginfactory.cpp
2010/10/09 14:25:41 1184233
 trunk/KDE/kdebindings/csharp/kimono/src/kimonopluginfactory.cpp
2010/10/09 14:30:30 1184234
+@@ -42,6 +42,7 @@
+ #include mono/metadata/assembly.h
+ #include mono/metadata/debug-helpers.h
+ #include mono/metadata/mono-config.h
++#include glib.h
+ 
+ #include stdlib.h
+ #include stdio.h



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

2010-10-09 Thread Andrea Scarpino
Date: Saturday, October 9, 2010 @ 08:28:19
  Author: andrea
Revision: 94670

upgpkg: kdebindings 4.5.2-5
fix for generator segfaults

Added:
  kdebindings/trunk/fix-generator-segfaults.patch
Modified:
  kdebindings/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +-
 fix-generator-segfaults.patch |   63 
 2 files changed, 71 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-09 11:22:20 UTC (rev 94669)
+++ PKGBUILD2010-10-09 12:28:19 UTC (rev 94670)
@@ -7,21 +7,26 @@
  'kdebindings-python'
  'kdebindings-smoke')
 pkgver=4.5.2
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
-   'fix-pyqt4-build.patch')
+   'fix-pyqt4-build.patch'
+   'fix-generator-segfaults.patch')
 sha1sums=('108fd6e3dbb341adc0e90487d1b681534968f1d2'
-   '36b52d147fee24a65c756baaad00e3d1ac081d3d')
+   '36b52d147fee24a65c756baaad00e3d1ac081d3d'
+   'c0045f5b57fb62e6b0a9443548938f93af501b9d')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
 
patch -Np0 -i ${srcdir}/fix-pyqt4-build.patch
+   
+   # Already fixed in 4.5.3
+   patch -Np4 -i ${srcdir}/fix-generator-segfaults.patch
 
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR

Added: fix-generator-segfaults.patch
===
--- fix-generator-segfaults.patch   (rev 0)
+++ fix-generator-segfaults.patch   2010-10-09 12:28:19 UTC (rev 94670)
@@ -0,0 +1,63 @@
+--- branches/KDE/4.5/kdebindings/generator/generators/smoke/helpers.cpp
2010/10/09 06:54:13 1184023
 branches/KDE/4.5/kdebindings/generator/generators/smoke/helpers.cpp
2010/10/09 06:57:13 1184024
+@@ -131,10 +131,10 @@
+ // map this method to the function, so we can later retrieve the 
header it was defined in
+ globalFunctionMap[parent-methods().last()] = fn;
+ 
+-int methIndex = parent-methods().length() - 1;
++int methIndex = parent-methods().size() - 1;
+ addOverloads(meth);
+ // handle the methods appended by addOverloads()
+-for (int i = parent-methods().length() - 1; i  methIndex; --i)
++for (int i = parent-methods().size() - 1; i  methIndex; --i)
+ globalFunctionMap[parent-methods()[i]] = fn;
+ 
+ (*usedTypes)  meth.type();
+@@ -458,7 +458,11 @@
+ return munge(resolved);
+ }
+ 
+-if (type-pointerDepth()  1 || (type-getClass()  
type-getClass()-isTemplate()  (!Options::qtMode || (Options::qtMode  
type-getClass()-name() != QFlags))) ||
++if (type-name().contains(long long) || type-name() == size_t) {
++// Special case 'long long' types as '$'.
++// Hack: 'size_t' isn't being fully resolved for some reason.
++return '$';
++} else if (type-pointerDepth()  1 || (type-getClass()  
type-getClass()-isTemplate()  (!Options::qtMode || (Options::qtMode  
type-getClass()-name() != QFlags))) ||
+ (Options::voidpTypes.contains(type-name())  
!Options::scalarTypes.contains(type-name())) )
+ {
+ // QString and QStringList are both mapped to Smoke::t_voidp, but 
QString is a scalar as well
+--- branches/KDE/4.5/kdebindings/generator/type_compiler.cpp   2010/10/09 
06:54:13 1184023
 branches/KDE/4.5/kdebindings/generator/type_compiler.cpp   2010/10/09 
06:57:13 1184024
+@@ -182,7 +182,7 @@
+ TypeCompiler tc(m_session, m_visitor);
+ tc.run(node-type_specifier, node-declarator);
+ NameCompiler name_cc(m_session, m_visitor);
+-if (tc.type().isFunctionPointer())
++if (tc.type().isFunctionPointer()  node-declarator  
node-declarator-sub_declarator)
+ name_cc.run(node-declarator-sub_declarator-id);
+ else if (node-declarator)
+ name_cc.run(node-declarator-id);
+--- branches/KDE/4.5/kdebindings/generator/parser/rpp/pp-macro-expander.cpp
2010/10/09 06:54:13 1184023
 branches/KDE/4.5/kdebindings/generator/parser/rpp/pp-macro-expander.cpp
2010/10/09 06:57:13 1184024
+@@ -268,10 +268,10 @@
+ output  '\';
+ 
+ while (!is.atEnd()) {
+-  if (input == '') {
++  if (is == '') {
+ output  '\\'  is;
+ 
+-  } else if (input == '\n') {
++  } else if (is == '\n') {
+ output  ''  is  '';
+ 
+   } else {
+@@ -338,7 +338,7 @@
+ 
+ skip_blanks(input, devnull());
+ //Omit paste tokens behind empty used actuals, else we will merge 
with the previous text
+-   

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

2010-10-09 Thread Andrea Scarpino
Date: Saturday, October 9, 2010 @ 09:59:41
  Author: andrea
Revision: 94681

upgpkg: kdebindings 4.5.2-6
python 2.7 rebuild

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-09 13:24:02 UTC (rev 94680)
+++ PKGBUILD2010-10-09 13:59:41 UTC (rev 94681)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-smoke')
 pkgver=4.5.2
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')



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

2010-10-06 Thread Andrea Scarpino
Date: Wednesday, October 6, 2010 @ 17:03:56
  Author: andrea
Revision: 94370

pyqt rebuild

Added:
  kdebindings/trunk/fix-pyqt4-build.patch
Modified:
  kdebindings/trunk/PKGBUILD

---+
 PKGBUILD  |8 --
 fix-pyqt4-build.patch |   64 
 2 files changed, 70 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-06 20:59:11 UTC (rev 94369)
+++ PKGBUILD2010-10-06 21:03:56 UTC (rev 94370)
@@ -13,12 +13,16 @@
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('108fd6e3dbb341adc0e90487d1b681534968f1d2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
+   'fix-pyqt4-build.patch')
+sha1sums=('108fd6e3dbb341adc0e90487d1b681534968f1d2'
+   '36b52d147fee24a65c756baaad00e3d1ac081d3d')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
 
+   patch -Np0 -i ${srcdir}/fix-pyqt4-build.patch
+
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR
cd ${srcdir}/build

Added: fix-pyqt4-build.patch
===
--- fix-pyqt4-build.patch   (rev 0)
+++ fix-pyqt4-build.patch   2010-10-06 21:03:56 UTC (rev 94370)
@@ -0,0 +1,64 @@
+--- python/pykde4/sip/kdecore/typedefs.sip
 python/pykde4/sip/kdecore/typedefs.sip
+@@ -733,61 +733,6 @@
+ };
+ 
+ 
+-%MappedType QListuint
+-{
+-%TypeHeaderCode
+-#include qlist.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) {
+-PyObject *pobj;
+-
+-#if PY_MAJOR_VERSION = 3
+-if ((pobj = PyLong_FromLong(sipCpp-value(i))) == NULL) {
+-#else
+-if ((pobj = PyInt_FromLong(sipCpp-value(i))) == NULL) {
+-#endif
+-Py_DECREF(l);
+-
+-return NULL;
+-}
+-
+-PyList_SET_ITEM(l, i, pobj);
+-}
+-
+-return l;
+-%End
+-
+-%ConvertToTypeCode
+-// Check the type if that is all that is required.
+-if (sipIsErr == NULL)
+-return PyList_Check(sipPy);
+-
+-QListuint *ql = new QListuint;
+- 
+-for (int i = 0; i  PyList_GET_SIZE(sipPy); ++i) {
+-#if PY_MAJOR_VERSION = 3
+-ql-append(PyLong_AsLong(PyList_GET_ITEM(sipPy, i)));
+-#else
+-ql-append(PyInt_AsLong(PyList_GET_ITEM(sipPy, i)));
+-#endif
+-}
+-
+-*sipCppPtr = ql;
+- 
+-return sipGetState(sipTransferObj);
+-%End
+-};
+-
+-
+ template TYPE*
+ %MappedType QStackTYPE*
+ {



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

2010-10-06 Thread Andrea Scarpino
Date: Wednesday, October 6, 2010 @ 18:17:23
  Author: andrea
Revision: 94375

pyqt rebuild

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-06 21:41:51 UTC (rev 94374)
+++ PKGBUILD2010-10-06 22:17:23 UTC (rev 94375)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-smoke')
 pkgver=4.5.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')



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

2010-10-06 Thread Andrea Scarpino
Date: Wednesday, October 6, 2010 @ 19:51:57
  Author: andrea
Revision: 94398

python 2.7 rebuild

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-06 23:51:27 UTC (rev 94397)
+++ PKGBUILD2010-10-06 23:51:57 UTC (rev 94398)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-smoke')
 pkgver=4.5.2
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')



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

2010-10-04 Thread Andrea Scarpino
Date: Monday, October 4, 2010 @ 08:14:43
  Author: andrea
Revision: 94077

upgpkg: kdebindings 4.5.2-2
python 2.7 rebuild

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-04 11:03:50 UTC (rev 94076)
+++ PKGBUILD2010-10-04 12:14:43 UTC (rev 94077)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-smoke')
 pkgver=4.5.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')



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

2010-10-03 Thread Andrea Scarpino
Date: Sunday, October 3, 2010 @ 18:38:53
  Author: andrea
Revision: 93094

minor, minor fixes

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-03 15:40:35 UTC (rev 93093)
+++ PKGBUILD2010-10-03 22:38:53 UTC (rev 93094)
@@ -49,7 +49,7 @@
cd $srcdir/build/python
make DESTDIR=$pkgdir install
 
-   # fix python 2.7 path
+   # 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/trunk (PKGBUILD)

2010-10-01 Thread Andrea Scarpino
Date: Friday, October 1, 2010 @ 08:46:04
  Author: andrea
Revision: 92822

KDE 4.5.2

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-01 12:46:00 UTC (rev 92821)
+++ PKGBUILD2010-10-01 12:46:04 UTC (rev 92822)
@@ -6,15 +6,15 @@
 pkgname=('kdebindings-csharp'
  'kdebindings-python'
  'kdebindings-smoke')
-pkgver=4.5.1
-pkgrel=2
+pkgver=4.5.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('0f75b9b787fd58ff5e36ce6ac87329ea31ad66b6')
+sha1sums=('108fd6e3dbb341adc0e90487d1b681534968f1d2')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-09-11 Thread Andrea Scarpino
Date: Saturday, September 11, 2010 @ 03:14:45
  Author: andrea
Revision: 90387

python2 rebuild

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-11 06:44:25 UTC (rev 90386)
+++ PKGBUILD2010-09-11 07:14:45 UTC (rev 90387)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-smoke')
 pkgver=4.5.1
-pkgrel=1
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
@@ -48,6 +48,9 @@
depends=('kdepim-runtime' 'pyqt' 'qscintilla')
cd $srcdir/build/python
make DESTDIR=$pkgdir install
+
+   # fix python 2.7 path
+   find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
 }
 
 package_kdebindings-smoke() {



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

2010-09-11 Thread Andrea Scarpino
Date: Saturday, September 11, 2010 @ 03:15:34
  Author: andrea
Revision: 90388

no -2 release exists

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-11 07:14:45 UTC (rev 90387)
+++ PKGBUILD2010-09-11 07:15:34 UTC (rev 90388)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-smoke')
 pkgver=4.5.1
-pkgrel=3
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')



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

2010-08-30 Thread Andrea Scarpino
Date: Monday, August 30, 2010 @ 04:03:14
  Author: andrea
Revision: 89217

KDE 4.5.1

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-30 08:03:07 UTC (rev 89216)
+++ PKGBUILD2010-08-30 08:03:14 UTC (rev 89217)
@@ -6,7 +6,7 @@
 pkgname=('kdebindings-csharp'
  'kdebindings-python'
  'kdebindings-smoke')
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('167cdf551c3b39e4f642e3d8c6f3459a002b09be')
+sha1sums=('0f75b9b787fd58ff5e36ce6ac87329ea31ad66b6')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-08-10 Thread Ronald van Haren
Date: Tuesday, August 10, 2010 @ 14:55:34
  Author: ronald
Revision: 87092

update pkgbuilds

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-10 18:55:28 UTC (rev 87091)
+++ PKGBUILD2010-08-10 18:55:34 UTC (rev 87092)
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('6a98274deb8999ff5c51b7450745cb21ac75f4be')
+sha1sums=('167cdf551c3b39e4f642e3d8c6f3459a002b09be')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-07-29 Thread Andrea Scarpino
Date: Thursday, July 29, 2010 @ 09:24:44
  Author: andrea
Revision: 86340

KDE 4.5.0

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-29 13:24:37 UTC (rev 86339)
+++ PKGBUILD2010-07-29 13:24:44 UTC (rev 86340)
@@ -6,15 +6,15 @@
 pkgname=('kdebindings-csharp'
  'kdebindings-python'
  'kdebindings-smoke')
-pkgver=4.4.95
+pkgver=4.5.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('4e92f4e693943012e2456c1b9ce7f4b683671fb2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('6a98274deb8999ff5c51b7450745cb21ac75f4be')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:26
  Author: andrea
Revision: 86185

moved to [testing]

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

--+
 PKGBUILD |   43 +++
 pyqt-4.7.4-fix.patch |   15 ---
 2 files changed, 15 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:22 UTC (rev 86184)
+++ PKGBUILD2010-07-27 09:09:26 UTC (rev 86185)
@@ -1,44 +1,38 @@
 # $Id: PKGBUILD 59825 2009-11-28 01:40:17Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdebindings
 pkgname=('kdebindings-csharp'
  'kdebindings-python'
- 'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.4.5
-pkgrel=2
+pkgver=4.4.95
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
- 'ruby' 'mono' 'kdegraphics-okular' 'boost' 'qscintilla')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
-   'pyqt-4.7.4-fix.patch')
-sha1sums=('2f041c5b050da879e8f5d09f668b56881f9f1bb2'
-   '1f501de06c7f38fc8f7ceaf550f9c2dd9204ed75')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
+   'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('4e92f4e693943012e2456c1b9ce7f4b683671fb2')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
-   patch -Np0 -i ${srcdir}/pyqt-4.7.4-fix.patch
 
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR
-   cd $srcdir/build
+   cd ${srcdir}/build
 
-   # fix build with ruby 1.9
-   # see http://bugs.archlinux.org/task/16175
-   find ../$pkgbase-$pkgver/ruby -name CMakeLists.txt \
-   -exec sed -i s|\${RUBY_INCLUDE_PATH}|\${RUBY_INCLUDE_PATH} 
/usr/include/ruby-1.9.1/${CARCH}-linux| {} \;
-
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_falcon=OFF \
-DBUILD_java=OFF \
+   -DBUILD_ruby=OFF \
-DBUILD_php=OFF \
-   -DBUILD_falcon=OFF \
-   -DENABLE_KROSSRUBY=OFF \
-   -DWITH_PolkitQt=OFF
+   -DWITH_PolkitQt=OFF \
+   -DRUBY_LIBRARY=/usr/lib/ruby/1.9.1 \
+   -DRUBY_INCLUDE_PATH=/usr/lib/ruby/1.9.1/${CARCH}-linux
make
 }
 
@@ -58,16 +52,9 @@
make DESTDIR=$pkgdir install
 }
 
-package_kdebindings-ruby() {
-   pkgdesc='KDE bindings for ruby'
-   depends=('kdebindings-smoke' 'ruby')
-   cd $srcdir/build/ruby
-   make DESTDIR=$pkgdir install
-}
-
 package_kdebindings-smoke() {
pkgdesc='Language independent library for Qt and KDE bindings'
-   depends=('kdepimlibs' 'qscintilla' 'kdegraphics-okular' 
'kdepim-runtime')
+   depends=('qscintilla' 'kdegraphics-okular' 'kdepim-runtime')
cd $srcdir/build/smoke
make DESTDIR=$pkgdir install
 }

Deleted: pyqt-4.7.4-fix.patch
===
--- pyqt-4.7.4-fix.patch2010-07-27 09:09:22 UTC (rev 86184)
+++ pyqt-4.7.4-fix.patch2010-07-27 09:09:26 UTC (rev 86185)
@@ -1,15 +0,0 @@
-Index: python/pykde4/sip/akonadi/addressattribute.sip
-===
 python/pykde4/sip/akonadi/addressattribute.sip (revision 1150375)
-+++ python/pykde4/sip/akonadi/addressattribute.sip (revision 1150562)
-@@ -57,6 +57,10 @@
- else if (dynamic_castAkonadi::MessageThreadingAttribute*(sipCpp))
- sipType = sipType_Akonadi_MessageThreadingAttribute;
- %End
-+private:
-+//force
-+Akonadi::AddressAttribute operator = (const Akonadi::AddressAttribute);
-+//end
- };
- };
- %ModuleHeaderCode



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:11:18
  Author: andrea
Revision: 86200

useless

Modified:
  kdebindings/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:10:42 UTC (rev 86199)
+++ PKGBUILD2010-07-27 09:11:18 UTC (rev 86200)
@@ -30,9 +30,7 @@
-DBUILD_java=OFF \
-DBUILD_ruby=OFF \
-DBUILD_php=OFF \
-   -DWITH_PolkitQt=OFF \
-   -DRUBY_LIBRARY=/usr/lib/ruby/1.9.1 \
-   -DRUBY_INCLUDE_PATH=/usr/lib/ruby/1.9.1/${CARCH}-linux
+   -DWITH_PolkitQt=OFF
make
 }
 



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

2010-07-16 Thread Andrea Scarpino
Date: Friday, July 16, 2010 @ 04:55:05
  Author: andrea
Revision: 85600

pyqt patch

Added:
  kdebindings/trunk/pyqt-4.7.4-fix.patch
Modified:
  kdebindings/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 pyqt-4.7.4-fix.patch |   15 +++
 2 files changed, 22 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-16 08:47:29 UTC (rev 85599)
+++ PKGBUILD2010-07-16 08:55:05 UTC (rev 85600)
@@ -13,10 +13,15 @@
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular' 'boost')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('2f041c5b050da879e8f5d09f668b56881f9f1bb2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
+   'pyqt-4.7.4-fix.patch')
+sha1sums=('2f041c5b050da879e8f5d09f668b56881f9f1bb2'
+   '1f501de06c7f38fc8f7ceaf550f9c2dd9204ed75')
 
 build() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+   patch -Np0 -i ${srcdir}/pyqt-4.7.4-fix.patch
+
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR
cd $srcdir/build

Added: pyqt-4.7.4-fix.patch
===
--- pyqt-4.7.4-fix.patch(rev 0)
+++ pyqt-4.7.4-fix.patch2010-07-16 08:55:05 UTC (rev 85600)
@@ -0,0 +1,15 @@
+Index: python/pykde4/sip/akonadi/addressattribute.sip
+===
+--- python/pykde4/sip/akonadi/addressattribute.sip (revision 1150375)
 python/pykde4/sip/akonadi/addressattribute.sip (revision 1150562)
+@@ -57,6 +57,10 @@
+ else if (dynamic_castAkonadi::MessageThreadingAttribute*(sipCpp))
+ sipType = sipType_Akonadi_MessageThreadingAttribute;
+ %End
++private:
++//force
++Akonadi::AddressAttribute operator = (const Akonadi::AddressAttribute);
++//end
+ };
+ };
+ %ModuleHeaderCode



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

2010-07-07 Thread Andrea Scarpino
Date: Wednesday, July 7, 2010 @ 15:19:03
  Author: andrea
Revision: 85058

KDE 4.5RC2

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-07 19:18:57 UTC (rev 85057)
+++ PKGBUILD2010-07-07 19:19:03 UTC (rev 85058)
@@ -6,15 +6,15 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.4.5
+pkgver=4.4.92
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular' 'boost')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('2f041c5b050da879e8f5d09f668b56881f9f1bb2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('d067cc7a8f06f320c5b28cb7ff004d5837d60188')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-07-07 Thread Andrea Scarpino
Date: Wednesday, July 7, 2010 @ 16:22:41
  Author: andrea
Revision: 85098

undo

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-07 20:22:37 UTC (rev 85097)
+++ PKGBUILD2010-07-07 20:22:41 UTC (rev 85098)
@@ -6,15 +6,15 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.4.92
+pkgver=4.4.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular' 'boost')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('d067cc7a8f06f320c5b28cb7ff004d5837d60188')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('2f041c5b050da879e8f5d09f668b56881f9f1bb2')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-06-27 Thread Andrea Scarpino
Date: Sunday, June 27, 2010 @ 13:27:14
  Author: andrea
Revision: 84239

KDE 4.4.5

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-27 17:27:10 UTC (rev 84238)
+++ PKGBUILD2010-06-27 17:27:14 UTC (rev 84239)
@@ -6,7 +6,7 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.4.4
+pkgver=4.4.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular' 'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('db5afa2a70558e34838a0f9296f008035e03f064')
+sha1sums=('2f041c5b050da879e8f5d09f668b56881f9f1bb2')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-05-31 Thread Ronald van Haren
Date: Monday, May 31, 2010 @ 04:14:21
  Author: ronald
Revision: 81497

bump PKGBUILDs for 4.4.4 release

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-31 08:14:18 UTC (rev 81496)
+++ PKGBUILD2010-05-31 08:14:21 UTC (rev 81497)
@@ -6,7 +6,7 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.4.3
+pkgver=4.4.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



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

2010-05-31 Thread Ronald van Haren
Date: Monday, May 31, 2010 @ 15:19:42
  Author: ronald
Revision: 81558

update sha1sums

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-31 19:19:38 UTC (rev 81557)
+++ PKGBUILD2010-05-31 19:19:42 UTC (rev 81558)
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('dbfaf3760b5cbdaf6fed9672af32f938ddca29a2')
+sha1sums=('db5afa2a70558e34838a0f9296f008035e03f064')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:38
  Author: andrea
Revision: 79326

switch to SHA1 sum

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:34 UTC (rev 79325)
+++ PKGBUILD2010-05-02 22:00:38 UTC (rev 79326)
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('e6cce39fb0f78b589914678588ce5063')
+sha1sums=('dbfaf3760b5cbdaf6fed9672af32f938ddca29a2')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-04-30 Thread Andrea Scarpino
Date: Friday, April 30, 2010 @ 05:59:45
  Author: andrea
Revision: 79100

prepare for KDE 4.4.3

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-30 09:59:39 UTC (rev 79099)
+++ PKGBUILD2010-04-30 09:59:45 UTC (rev 79100)
@@ -6,7 +6,7 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.4.2
+pkgver=4.4.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('50ac156078e5069b8400033653b59382')
+md5sums=('e6cce39fb0f78b589914678588ce5063')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-03-29 Thread Andrea Scarpino
Date: Monday, March 29, 2010 @ 10:58:08
  Author: andrea
Revision: 73969

new tarball fix an error when build

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-29 14:15:58 UTC (rev 73968)
+++ PKGBUILD2010-03-29 14:58:08 UTC (rev 73969)
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('8f3544dcb587b6647dac8ddfca97fc74')
+md5sums=('50ac156078e5069b8400033653b59382')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-03-26 Thread Andrea Scarpino
Date: Friday, March 26, 2010 @ 15:18:48
  Author: andrea
Revision: 73486

updated to KDE 4.4.2

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-26 19:18:42 UTC (rev 73485)
+++ PKGBUILD2010-03-26 19:18:48 UTC (rev 73486)
@@ -6,7 +6,7 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('8a8f066baeb3bb727f5ecdf8dad2d634')
+md5sums=('8f3544dcb587b6647dac8ddfca97fc74')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-02-26 Thread Andrea Scarpino
Date: Friday, February 26, 2010 @ 15:50:04
  Author: andrea
Revision: 70449

updated for 4.4.1

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-26 20:50:00 UTC (rev 70448)
+++ PKGBUILD2010-02-26 20:50:04 UTC (rev 70449)
@@ -6,15 +6,15 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.4.0
-pkgrel=2
+pkgver=4.4.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('fe9617eeb6430d12428d4bf1898bc955')
+md5sums=('8a8f066baeb3bb727f5ecdf8dad2d634')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-02-04 Thread Pierre Schmitz
Date: Thursday, February 4, 2010 @ 07:28:57
  Author: pierre
Revision: 67172

KDE 4.4.0; first try

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-04 12:28:54 UTC (rev 67171)
+++ PKGBUILD2010-02-04 12:28:57 UTC (rev 67172)
@@ -6,15 +6,15 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.3.98
-pkgrel=2
+pkgver=4.4.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('9682a736d80beacb7d0318bb225ce4dc')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('9e3c77d3f230850799c2ad8d2107eadb')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2010-02-04 Thread Pierre Schmitz
Date: Friday, February 5, 2010 @ 00:55:05
  Author: pierre
Revision: 67222

build fix

Added:
  kdebindings/trunk/kdebindings-plasma.patch
Modified:
  kdebindings/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 kdebindings-plasma.patch |   39 +++
 2 files changed, 49 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-04 23:32:25 UTC (rev 67221)
+++ PKGBUILD2010-02-05 05:55:05 UTC (rev 67222)
@@ -13,18 +13,22 @@
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
  'ruby' 'mono' 'kdegraphics-okular')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('9e3c77d3f230850799c2ad8d2107eadb')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
+'kdebindings-plasma.patch')
+md5sums=('9e3c77d3f230850799c2ad8d2107eadb'
+ '3a6be71952d2d35b343e0f3c0281b2e8')
 
 build() {
+   cd $srcdir/${pkgbase}-${pkgver}
+   # build fix
+   # see 
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-kdebindings/
+   patch -p1 -i $srcdir/kdebindings-plasma.patch || return 1
+   cd ..
+
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR
cd $srcdir/build
 
-   # disable broken examples
-   sed -e 's#add_subdirectory( examples )##' \
-   -i ../${pkgbase}-${pkgver}/csharp/plasma/CMakeLists.txt || 
return 1
-
# fix build with ruby 1.9
# see http://bugs.archlinux.org/task/16175
find ../$pkgbase-$pkgver/ruby -name CMakeLists.txt \

Added: kdebindings-plasma.patch
===
--- kdebindings-plasma.patch(rev 0)
+++ kdebindings-plasma.patch2010-02-05 05:55:05 UTC (rev 67222)
@@ -0,0 +1,39 @@
+--- kdebindings-4.4.0/python/pykde4/sip/plasma/animation.sip.org   
2010-02-04 22:24:40.894406975 +0100
 kdebindings-4.4.0/python/pykde4/sip/plasma/animation.sip   2010-02-04 
22:26:53.744810045 +0100
+@@ -29,11 +29,11 @@
+ int duration () const;
+ enum Reference
+ {
+-Center,
+-Up,
+-Down,
+-Left,
+-Right
++Center = 0,
++Up = 0x1,
++Down = 0x2,
++Left = 0x4,
++Right = 0x8
+ };
+ explicitAnimation (QObject* parent /TransferThis/ = 0);
+ virtual ~Animation ()=0;
+@@ -52,14 +52,11 @@
+ QGraphicsWidget*targetWidget () const;
+ enum MovementDirection
+ {
+-MoveUp,
+-MoveUpRight,
+-MoveRight,
+-MoveDownRight,
+-MoveDown,
+-MoveDownLeft,
+-MoveLeft,
+-MoveUpLeft
++MoveAny = 0,
++MoveUp = 0x1,
++MoveRight = 0x2,
++MoveDown = 0x4,
++MoveLeft = 0x8
+ };
+ voidsetEasingCurve (const QEasingCurve curve);
+ QEasingCurveeasingCurve () const;