Date: Monday, January 11, 2010 @ 14:58:36 Author: pierre Revision: 62767
upgpkg: qtcurve-kde4 1.0.1-1 Modified: qtcurve-kde4/trunk/PKGBUILD Deleted: qtcurve-kde4/trunk/build-fix.patch -----------------+ PKGBUILD | 12 ++++-------- build-fix.patch | 11 ----------- 2 files changed, 4 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-11 19:54:36 UTC (rev 62766) +++ PKGBUILD 2010-01-11 19:58:36 UTC (rev 62767) @@ -2,24 +2,20 @@ # Maintainer: Pierre Schmitz <[email protected]> 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: build-fix.patch =================================================================== --- build-fix.patch 2010-01-11 19:54:36 UTC (rev 62766) +++ build-fix.patch 2010-01-11 19:58:36 UTC (rev 62767) @@ -1,11 +0,0 @@ ---- QtCurve-KDE4-1.0.0/style/qtcurve.cpp 2010-01-04 19:19:24.000000000 +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 - } -
