summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2010-01-10 12:18:39 +0100
committerBor Kraljič2010-01-10 12:19:00 +0100
commit9eea8c09ab0c4ed25f3e5f71dc66430d752f0b84 (patch)
tree32918c81847094e84046cc631284b044512fb6c4
parent0241a7c58ff7ab390fab126b4be4cd315b55c0e0 (diff)
qtcurve-kde4: => 1.0.0
-rwxr-xr-xkde4-look/qtcurve-kde4/DETAILS4
-rw-r--r--kde4-look/qtcurve-kde4/HISTORY5
-rwxr-xr-xkde4-look/qtcurve-kde4/PRE_BUILD3
-rw-r--r--kde4-look/qtcurve-kde4/build_fix.patch12
4 files changed, 22 insertions, 2 deletions
diff --git a/kde4-look/qtcurve-kde4/DETAILS b/kde4-look/qtcurve-kde4/DETAILS
index dc5590862b..558f9ffbc0 100755
--- a/kde4-look/qtcurve-kde4/DETAILS
+++ b/kde4-look/qtcurve-kde4/DETAILS
@@ -1,6 +1,6 @@
SPELL=qtcurve-kde4
- VERSION=0.69.2
- SOURCE_HASH=sha512:c926f2ea0ad4df8e54b4134c56d928b09cea0f47a0211b3ea9639e2f35ddc7e1248a0a25cbc4fd0c82a29892abaa0733bf67e5c5a93e4748458eecf3a661cd93
+ VERSION=1.0.0
+ SOURCE_HASH=sha512:04b4da40e752c0b42a985a447e0389e314c51ef3181b920286ca79e13e5aeded3e87df25ec67f76953ee923fbd9d463adf290f7869dc7f66933a4b265ec60b62
SOURCE=QtCurve-KDE4-${VERSION}.tar.bz2
SOURCE_URL[0]=http://craigd.wikispaces.com/file/view/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/QtCurve-KDE4-${VERSION}"
diff --git a/kde4-look/qtcurve-kde4/HISTORY b/kde4-look/qtcurve-kde4/HISTORY
index 07bcc024d1..b1703f25a0 100644
--- a/kde4-look/qtcurve-kde4/HISTORY
+++ b/kde4-look/qtcurve-kde4/HISTORY
@@ -1,3 +1,8 @@
+2010-01-10 Bor Kraljič <pyrobor@ver.si>
+ * PRE_BUILD: added, apply build_fix.patch
+ * build_fix.patch: added, to fix build problem
+ * DETAILS: updated spell to 1.0.0
+
2009-10-25 Bor Kraljič <pyrobor@ver.si>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 0.69.2
diff --git a/kde4-look/qtcurve-kde4/PRE_BUILD b/kde4-look/qtcurve-kde4/PRE_BUILD
new file mode 100755
index 0000000000..7849fd6fcf
--- /dev/null
+++ b/kde4-look/qtcurve-kde4/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/build_fix.patch
diff --git a/kde4-look/qtcurve-kde4/build_fix.patch b/kde4-look/qtcurve-kde4/build_fix.patch
new file mode 100644
index 0000000000..4868e6be9a
--- /dev/null
+++ b/kde4-look/qtcurve-kde4/build_fix.patch
@@ -0,0 +1,12 @@
+--- 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
+ }
+
+