[arch-commits] Commit in qtcurve-kde4/repos (3 files)

2010-01-11 Thread Pierre Schmitz
Date: Monday, January 11, 2010 @ 14:59:14
  Author: pierre
Revision: 62768

Merged revisions 62767 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/qtcurve-kde4/trunk


  r62767 | pierre | 2010-01-11 20:58:36 +0100 (Mo, 11 Jan 2010) | 2 lines
  
  upgpkg: qtcurve-kde4 1.0.1-1
   


Modified:
  qtcurve-kde4/repos/extra-i686/(properties)
  qtcurve-kde4/repos/extra-i686/PKGBUILD
Deleted:
  qtcurve-kde4/repos/extra-i686/build-fix.patch

-+
 PKGBUILD|   12 
 build-fix.patch |   11 ---
 2 files changed, 4 insertions(+), 19 deletions(-)


Property changes on: qtcurve-kde4/repos/extra-i686
___
Modified: svnmerge-integrated
   - /qtcurve-kde4/trunk:1-62283
   + /qtcurve-kde4/trunk:1-62767

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-11 19:58:36 UTC (rev 62767)
+++ extra-i686/PKGBUILD 2010-01-11 19:59:14 UTC (rev 62768)
@@ -2,24 +2,20 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=qtcurve-kde4
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 arch=('i686' 'x86_64')
 groups=('qtcurve')
 license='GPL'
 pkgdesc='A configurable set of widget styles for KDE and Gtk'
 url='http://www.kde-look.org/content/show.php?content=40492'
-source=(http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2;
-'build-fix.patch')
+source=(http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2;)
 depends=('kdebase-workspace')
 makedepends=('cmake' 'automoc4')
-md5sums=('5552fa037d903b025309fa05fe635f8f'
- '4f6ad8d7ce2b51e4ae43a0408c4278b7')
+md5sums=('d60fff0f032bc86e6731468e37ba0226')
 
 build() {
-   cd $srcdir/QtCurve-KDE4-${pkgver}
-   patch -p1 -i $srcdir/build-fix.patch || return 1
-   cd ..
+   cd $srcdir
mkdir build
cd build
cmake ../QtCurve-KDE4-${pkgver} \

Deleted: extra-i686/build-fix.patch
===
--- extra-i686/build-fix.patch  2010-01-11 19:58:36 UTC (rev 62767)
+++ extra-i686/build-fix.patch  2010-01-11 19:59:14 UTC (rev 62768)
@@ -1,11 +0,0 @@
 QtCurve-KDE4-1.0.0/style/qtcurve.cpp   2010-01-04 19:19:24.0 
+0100
-+++ QtCurve-KDE4-1.0.0/style/qtcurve.cpp   2010-01-06 14:58:34.977943636 
+0100
-@@ -1113,8 +1113,6 @@
- // NOTE: This call will never actually happen, its only here so that the 
qtcurve.so
- // contains a kio link so that this is not removed by some 'optimisation' 
of the
- // link process.
--if((int)this==(int)itsHoverWidget)
--(void)KFileDialog::getSaveFileName();
- #endif
- }
- 



[arch-commits] Commit in qtcurve-kde4/repos (3 files)

2010-01-11 Thread Pierre Schmitz
Date: Monday, January 11, 2010 @ 15:00:07
  Author: pierre
Revision: 62770

Merged revisions 62767 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/qtcurve-kde4/trunk


  r62767 | pierre | 2010-01-11 20:58:36 +0100 (Mo, 11 Jan 2010) | 2 lines
  
  upgpkg: qtcurve-kde4 1.0.1-1
   


Modified:
  qtcurve-kde4/repos/extra-x86_64/  (properties)
  qtcurve-kde4/repos/extra-x86_64/PKGBUILD
Deleted:
  qtcurve-kde4/repos/extra-x86_64/build-fix.patch

-+
 PKGBUILD|   12 
 build-fix.patch |   11 ---
 2 files changed, 4 insertions(+), 19 deletions(-)


Property changes on: qtcurve-kde4/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /qtcurve-kde4/trunk:1-62284
   + /qtcurve-kde4/trunk:1-62769

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-11 19:59:25 UTC (rev 62769)
+++ extra-x86_64/PKGBUILD   2010-01-11 20:00:07 UTC (rev 62770)
@@ -2,24 +2,20 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=qtcurve-kde4
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 arch=('i686' 'x86_64')
 groups=('qtcurve')
 license='GPL'
 pkgdesc='A configurable set of widget styles for KDE and Gtk'
 url='http://www.kde-look.org/content/show.php?content=40492'
-source=(http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2;
-'build-fix.patch')
+source=(http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2;)
 depends=('kdebase-workspace')
 makedepends=('cmake' 'automoc4')
-md5sums=('5552fa037d903b025309fa05fe635f8f'
- '4f6ad8d7ce2b51e4ae43a0408c4278b7')
+md5sums=('d60fff0f032bc86e6731468e37ba0226')
 
 build() {
-   cd $srcdir/QtCurve-KDE4-${pkgver}
-   patch -p1 -i $srcdir/build-fix.patch || return 1
-   cd ..
+   cd $srcdir
mkdir build
cd build
cmake ../QtCurve-KDE4-${pkgver} \

Deleted: extra-x86_64/build-fix.patch
===
--- extra-x86_64/build-fix.patch2010-01-11 19:59:25 UTC (rev 62769)
+++ extra-x86_64/build-fix.patch2010-01-11 20:00:07 UTC (rev 62770)
@@ -1,11 +0,0 @@
 QtCurve-KDE4-1.0.0/style/qtcurve.cpp   2010-01-04 19:19:24.0 
+0100
-+++ QtCurve-KDE4-1.0.0/style/qtcurve.cpp   2010-01-06 14:58:34.977943636 
+0100
-@@ -1113,8 +1113,6 @@
- // NOTE: This call will never actually happen, its only here so that the 
qtcurve.so
- // contains a kio link so that this is not removed by some 'optimisation' 
of the
- // link process.
--if((int)this==(int)itsHoverWidget)
--(void)KFileDialog::getSaveFileName();
- #endif
- }
- 



[arch-commits] Commit in qtcurve-kde4/repos (3 files)

2010-01-06 Thread Pierre Schmitz
Date: Wednesday, January 6, 2010 @ 09:17:02
  Author: pierre
Revision: 62284

Merged revisions 62283 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/qtcurve-kde4/trunk


  r62283 | pierre | 2010-01-06 15:16:23 +0100 (Mi, 06 Jan 2010) | 2 lines
  
  upgpkg: qtcurve-kde4 1.0.0-1
  upstream update


Added:
  qtcurve-kde4/repos/extra-i686/build-fix.patch
(from rev 62283, qtcurve-kde4/trunk/build-fix.patch)
Modified:
  qtcurve-kde4/repos/extra-i686/(properties)
  qtcurve-kde4/repos/extra-i686/PKGBUILD

-+
 PKGBUILD|   18 +-
 build-fix.patch |   11 +++
 2 files changed, 24 insertions(+), 5 deletions(-)


Property changes on: qtcurve-kde4/repos/extra-i686
___
Modified: svnmerge-integrated
   - /qtcurve-kde4/trunk:1-56410
   + /qtcurve-kde4/trunk:1-62283

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-06 14:16:23 UTC (rev 62283)
+++ extra-i686/PKGBUILD 2010-01-06 14:17:02 UTC (rev 62284)
@@ -2,25 +2,33 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=qtcurve-kde4
-pkgver=0.69.2
+pkgver=1.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 groups=('qtcurve')
 license='GPL'
 pkgdesc='A configurable set of widget styles for KDE and Gtk'
-source=(http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2;)
 url='http://www.kde-look.org/content/show.php?content=40492'
+source=(http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2;
+'build-fix.patch')
+depends=('kdebase-workspace')
 makedepends=('cmake' 'automoc4')
-depends=('kdebase-workspace')
-md5sums=('4c346e64459cdae62479f2e7130cf562')
+md5sums=('5552fa037d903b025309fa05fe635f8f'
+ '4f6ad8d7ce2b51e4ae43a0408c4278b7')
 
 build() {
-   cd $srcdir
+   cd $srcdir/QtCurve-KDE4-${pkgver}
+   patch -p1 -i $srcdir/build-fix.patch || return 1
+   cd ..
mkdir build
cd build
cmake ../QtCurve-KDE4-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
+}
+
+package() {
+   cd $srcdir/build
make DESTDIR=$pkgdir install
 }

Copied: qtcurve-kde4/repos/extra-i686/build-fix.patch (from rev 62283, 
qtcurve-kde4/trunk/build-fix.patch)
===
--- extra-i686/build-fix.patch  (rev 0)
+++ extra-i686/build-fix.patch  2010-01-06 14:17:02 UTC (rev 62284)
@@ -0,0 +1,11 @@
+--- QtCurve-KDE4-1.0.0/style/qtcurve.cpp   2010-01-04 19:19:24.0 
+0100
 QtCurve-KDE4-1.0.0/style/qtcurve.cpp   2010-01-06 14:58:34.977943636 
+0100
+@@ -1113,8 +1113,6 @@
+ // NOTE: This call will never actually happen, its only here so that the 
qtcurve.so
+ // contains a kio link so that this is not removed by some 'optimisation' 
of the
+ // link process.
+-if((int)this==(int)itsHoverWidget)
+-(void)KFileDialog::getSaveFileName();
+ #endif
+ }
+ 



[arch-commits] Commit in qtcurve-kde4/repos (3 files)

2010-01-06 Thread Pierre Schmitz
Date: Wednesday, January 6, 2010 @ 09:17:52
  Author: pierre
Revision: 62285

Merged revisions 62283 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/qtcurve-kde4/trunk


  r62283 | pierre | 2010-01-06 15:16:23 +0100 (Mi, 06 Jan 2010) | 2 lines
  
  upgpkg: qtcurve-kde4 1.0.0-1
  upstream update


Added:
  qtcurve-kde4/repos/extra-x86_64/build-fix.patch
(from rev 62283, qtcurve-kde4/trunk/build-fix.patch)
Modified:
  qtcurve-kde4/repos/extra-x86_64/  (properties)
  qtcurve-kde4/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   18 +-
 build-fix.patch |   11 +++
 2 files changed, 24 insertions(+), 5 deletions(-)


Property changes on: qtcurve-kde4/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /qtcurve-kde4/trunk:1-56414
   + /qtcurve-kde4/trunk:1-62284

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-06 14:17:02 UTC (rev 62284)
+++ extra-x86_64/PKGBUILD   2010-01-06 14:17:52 UTC (rev 62285)
@@ -2,25 +2,33 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=qtcurve-kde4
-pkgver=0.69.2
+pkgver=1.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 groups=('qtcurve')
 license='GPL'
 pkgdesc='A configurable set of widget styles for KDE and Gtk'
-source=(http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2;)
 url='http://www.kde-look.org/content/show.php?content=40492'
+source=(http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2;
+'build-fix.patch')
+depends=('kdebase-workspace')
 makedepends=('cmake' 'automoc4')
-depends=('kdebase-workspace')
-md5sums=('4c346e64459cdae62479f2e7130cf562')
+md5sums=('5552fa037d903b025309fa05fe635f8f'
+ '4f6ad8d7ce2b51e4ae43a0408c4278b7')
 
 build() {
-   cd $srcdir
+   cd $srcdir/QtCurve-KDE4-${pkgver}
+   patch -p1 -i $srcdir/build-fix.patch || return 1
+   cd ..
mkdir build
cd build
cmake ../QtCurve-KDE4-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
+}
+
+package() {
+   cd $srcdir/build
make DESTDIR=$pkgdir install
 }

Copied: qtcurve-kde4/repos/extra-x86_64/build-fix.patch (from rev 62283, 
qtcurve-kde4/trunk/build-fix.patch)
===
--- extra-x86_64/build-fix.patch(rev 0)
+++ extra-x86_64/build-fix.patch2010-01-06 14:17:52 UTC (rev 62285)
@@ -0,0 +1,11 @@
+--- QtCurve-KDE4-1.0.0/style/qtcurve.cpp   2010-01-04 19:19:24.0 
+0100
 QtCurve-KDE4-1.0.0/style/qtcurve.cpp   2010-01-06 14:58:34.977943636 
+0100
+@@ -1113,8 +1113,6 @@
+ // NOTE: This call will never actually happen, its only here so that the 
qtcurve.so
+ // contains a kio link so that this is not removed by some 'optimisation' 
of the
+ // link process.
+-if((int)this==(int)itsHoverWidget)
+-(void)KFileDialog::getSaveFileName();
+ #endif
+ }
+