[Lunar-commits] r21147 - in moonbase/trunk/app-themes: . QtCurve-Gtk2 QtCurve-KDE3

Florin Braescu florin at lunar-linux.org
Sun Aug 27 12:20:44 UTC 2006


Author: florin
Date: 2006-08-27 12:20:44 +0000 (Sun, 27 Aug 2006)
New Revision: 21147

Added:
   moonbase/trunk/app-themes/QtCurve-Gtk2/
   moonbase/trunk/app-themes/QtCurve-Gtk2/BUILD
   moonbase/trunk/app-themes/QtCurve-Gtk2/DEPENDS
   moonbase/trunk/app-themes/QtCurve-Gtk2/DETAILS
   moonbase/trunk/app-themes/QtCurve-KDE3/
   moonbase/trunk/app-themes/QtCurve-KDE3/BUILD
   moonbase/trunk/app-themes/QtCurve-KDE3/DEPENDS
   moonbase/trunk/app-themes/QtCurve-KDE3/DETAILS
Removed:
   moonbase/trunk/app-themes/QtCurve/
Log:
bump the version from 0.38 to 0.42.1 the module was split in two new modules, for KDE and Gtk.

Added: moonbase/trunk/app-themes/QtCurve-Gtk2/BUILD
===================================================================
--- moonbase/trunk/app-themes/QtCurve-Gtk2/BUILD	                        (rev 0)
+++ moonbase/trunk/app-themes/QtCurve-Gtk2/BUILD	2006-08-27 12:20:44 UTC (rev 21147)
@@ -0,0 +1,13 @@
+(
+  ./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
+ 
+) > $C_FIFO 2>&1

Added: moonbase/trunk/app-themes/QtCurve-Gtk2/DEPENDS
===================================================================
--- moonbase/trunk/app-themes/QtCurve-Gtk2/DEPENDS	                        (rev 0)
+++ moonbase/trunk/app-themes/QtCurve-Gtk2/DEPENDS	2006-08-27 12:20:44 UTC (rev 21147)
@@ -0,0 +1,3 @@
+depends libpng    &&
+depends kdelibs3  &&
+depends pkgconfig

Added: moonbase/trunk/app-themes/QtCurve-Gtk2/DETAILS
===================================================================
--- moonbase/trunk/app-themes/QtCurve-Gtk2/DETAILS	                        (rev 0)
+++ moonbase/trunk/app-themes/QtCurve-Gtk2/DETAILS	2006-08-27 12:20:44 UTC (rev 21147)
@@ -0,0 +1,13 @@
+          MODULE=QtCurve-Gtk2
+         VERSION=0.42.1
+          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/
+         ENTERED=20060827
+         UPDATED=20060827
+           SHORT="A widget styles for Gtk2"
+
+cat << EOF
+This is a set of widget styles for Gtk2 based apps.
+EOF

Added: moonbase/trunk/app-themes/QtCurve-KDE3/BUILD
===================================================================
--- moonbase/trunk/app-themes/QtCurve-KDE3/BUILD	                        (rev 0)
+++ moonbase/trunk/app-themes/QtCurve-KDE3/BUILD	2006-08-27 12:20:44 UTC (rev 21147)
@@ -0,0 +1,13 @@
+(
+  ./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
+ 
+) > $C_FIFO 2>&1

Added: moonbase/trunk/app-themes/QtCurve-KDE3/DEPENDS
===================================================================
--- moonbase/trunk/app-themes/QtCurve-KDE3/DEPENDS	                        (rev 0)
+++ moonbase/trunk/app-themes/QtCurve-KDE3/DEPENDS	2006-08-27 12:20:44 UTC (rev 21147)
@@ -0,0 +1,3 @@
+depends libpng    &&
+depends kdelibs3  &&
+depends pkgconfig

Added: moonbase/trunk/app-themes/QtCurve-KDE3/DETAILS
===================================================================
--- moonbase/trunk/app-themes/QtCurve-KDE3/DETAILS	                        (rev 0)
+++ moonbase/trunk/app-themes/QtCurve-KDE3/DETAILS	2006-08-27 12:20:44 UTC (rev 21147)
@@ -0,0 +1,13 @@
+          MODULE=QtCurve-KDE3
+         VERSION=0.42.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.cpdrummond.freeuk.com/
+      SOURCE_VFY=sha1:f726c024cae1f90dcafc5c7e21bcb44bd31fc980
+        WEB_SITE=http://kde-look.org/content/show.php?content=4049/
+         ENTERED=20060827
+         UPDATED=20060827
+           SHORT="A widget styles for KDE"
+
+cat << EOF
+This is a set of widget styles for KDE based apps.
+EOF



More information about the Lunar-commits mailing list