[Lunar-commits] r24591 - moonbase/trunk/app-themes/QtCurve-Gtk2
Dennis Veatch
stumbles at lunar-linux.org
Sun May 27 21:51:38 CEST 2007
Author: stumbles
Date: 2007-05-27 21:51:38 +0200 (Sun, 27 May 2007)
New Revision: 24591
Modified:
moonbase/trunk/app-themes/QtCurve-Gtk2/BUILD
moonbase/trunk/app-themes/QtCurve-Gtk2/DETAILS
Log:
Version bump, bugfixes and url corrections. BF247
Modified: moonbase/trunk/app-themes/QtCurve-Gtk2/BUILD
===================================================================
--- moonbase/trunk/app-themes/QtCurve-Gtk2/BUILD 2007-05-27 19:43:43 UTC (rev 24590)
+++ moonbase/trunk/app-themes/QtCurve-Gtk2/BUILD 2007-05-27 19:51:38 UTC (rev 24591)
@@ -1,13 +1,10 @@
(
- ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
- --with-qt-dir=${QT_PREFIX:-$QTDIR} \
- --disable-debug \
- --enable-final \
- --enable-fast-malloc=full \
- --enable-kde-event-filter \
- --with-xinerama \
- $OPTS &&
- default_make
-
+ . /etc/profile.d/qt3.rc
+ . /etc/profile.d/kde3.rc
+
+ OPTS="$OPTS --enable-kde-event-filter"
+
+ default_build
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/app-themes/QtCurve-Gtk2/DETAILS
===================================================================
--- moonbase/trunk/app-themes/QtCurve-Gtk2/DETAILS 2007-05-27 19:43:43 UTC (rev 24590)
+++ moonbase/trunk/app-themes/QtCurve-Gtk2/DETAILS 2007-05-27 19:51:38 UTC (rev 24591)
@@ -1,11 +1,12 @@
MODULE=QtCurve-Gtk2
- VERSION=0.42.1
+ VERSION=0.50
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.cpdrummond.freeuk.com/
- SOURCE_VFY=sha1:3019331fc86d59dc60e4abd8fa847acab920771f
- WEB_SITE=http://kde-look.org/content/show.php?content=4049/
+ SOURCE_URL=http://home.freeuk.com/cpdrummond/
+ SOURCE_VFY=sha1:c2f57dd5c2662d0ddc3549480f4e02d469e4c6a2
+ MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
+ WEB_SITE="http://www.kde-look.org/content/show.php?content=40492"
ENTERED=20060827
- UPDATED=20060827
+ UPDATED=20070527
SHORT="A widget styles for Gtk2"
cat << EOF
More information about the Lunar-commits
mailing list