Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (c87e68f572655d9819020fe4e7a8e8b33a503b99)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (c87e68f572655d9819020fe4e7a8e8b33a503b99)
  • Date: Thu, 19 Jun 2008 02:27:29 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

ChangeLog | 4 ++++
kde-look/qtcurve-gtk2/CONFIGURE | 1 +
kde-look/qtcurve-gtk2/DEPENDS | 11 +++++++++--
kde-look/qtcurve-gtk2/HISTORY | 4 ++++
kde-look/qtcurve-kde4/BUILD | 3 +++
kde-look/qtcurve-kde4/DEPENDS | 3 +++
kde-look/qtcurve-kde4/DETAILS | 14 ++++++++++++++
kde-look/qtcurve-kde4/HISTORY | 3 +++
kde-look/qtcurve-kde4/QtCurve-KDE4-0.59.3.tar.bz2.sig |binary
kde4/kdebase4/HISTORY | 4 ++++
kde4/kdebase4/PROVIDES | 2 ++
11 files changed, 47 insertions(+), 2 deletions(-)

New commits:
commit c87e68f572655d9819020fe4e7a8e8b33a503b99
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

kde-look/qtcurve-gtk2: added conditional depends to choose from kde4 or
kde3 deps

commit d8d5de8a8a86dced4684355839b0a5b8dc8cd205
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

kde4/kdebase4: added NS-PLUGIN-COMPATIBLE and GRAPHICAL-WEB-BROWSER to
PROVIDES (Konqueror)

commit 17cdb4e1b8fa5342fc2ecc3ff6ec7f9eacb7689f
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

kde-look/qtcurve-kde4: new spell, Qt4 Widget style to unify GNOME/KDE4
applications' look

diff --git a/ChangeLog b/ChangeLog
index f130d66..8c15220 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-19 Elisamuel Resto <ryuji AT sourcemage.org>
+ * kde-look/qtcurve-kde4: new spell, Qt4 Widget style to unify
GNOME/KDE4
+ applications' look
+
2008-06-18 Eric Sandall <sandalle AT sourcemage.org>
* kde4-look/plasma-wifi: Added a WiFi signal strength plasmoid

diff --git a/kde-look/qtcurve-gtk2/CONFIGURE b/kde-look/qtcurve-gtk2/CONFIGURE
new file mode 100755
index 0000000..680ea7e
--- /dev/null
+++ b/kde-look/qtcurve-gtk2/CONFIGURE
@@ -0,0 +1 @@
+config_query_list QTCURVEGTK_KDEVER "Which KDE version do you want to build
against?" 3.x 4.x
diff --git a/kde-look/qtcurve-gtk2/DEPENDS b/kde-look/qtcurve-gtk2/DEPENDS
index 34048ae..db289e6 100755
--- a/kde-look/qtcurve-gtk2/DEPENDS
+++ b/kde-look/qtcurve-gtk2/DEPENDS
@@ -1,3 +1,10 @@
depends cmake &&
-depends qt-x11 &&
-depends kdebase
+depends gtk+2 &&
+
+if [[ $QTCURVEGTK_KDEVER == "3.x" ]]; then
+ depends qt-x11 &&
+ depends kdebase
+elif [[ $QTCURVEGTK_KDEVER == "4.x" ]]; then
+ depends qt4 &&
+ depends kdebase4
+fi
diff --git a/kde-look/qtcurve-gtk2/HISTORY b/kde-look/qtcurve-gtk2/HISTORY
index 014157e..3b97cd0 100644
--- a/kde-look/qtcurve-gtk2/HISTORY
+++ b/kde-look/qtcurve-gtk2/HISTORY
@@ -1,3 +1,7 @@
+2008-06-19 Elisamuel Resto <ryuji AT sourcemage.org>
+ * CONFIGURE: added to prompt for Qt/KDE version to compile against
+ * DEPENDS: depends (conditional) on kdebase/kdebase4 and qt-x11/qt4
+
2008-06-18 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT sourcemage.org>
* Updated to version 0.59.4

diff --git a/kde-look/qtcurve-kde4/BUILD b/kde-look/qtcurve-kde4/BUILD
new file mode 100755
index 0000000..211aaee
--- /dev/null
+++ b/kde-look/qtcurve-kde4/BUILD
@@ -0,0 +1,3 @@
+cd ${SOURCE_DIRECTORY} &&
+export PATH="${PATH}:${TRACK_ROOT}/usr/bin/qt4:/opt/bin" &&
+cmake_build
diff --git a/kde-look/qtcurve-kde4/DEPENDS b/kde-look/qtcurve-kde4/DEPENDS
new file mode 100755
index 0000000..fb07f85
--- /dev/null
+++ b/kde-look/qtcurve-kde4/DEPENDS
@@ -0,0 +1,3 @@
+depends cmake &&
+depends qt4 &&
+depends kdebase4
diff --git a/kde-look/qtcurve-kde4/DETAILS b/kde-look/qtcurve-kde4/DETAILS
new file mode 100755
index 0000000..8c4c0fc
--- /dev/null
+++ b/kde-look/qtcurve-kde4/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=qtcurve-kde4
+ VERSION=0.59.3
+ SOURCE=QtCurve-KDE4-${VERSION}.tar.bz2
+ SOURCE_URL[0]=http://home.freeuk.com/cpdrummond/${SOURCE}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/QtCurve-KDE4-${VERSION}"
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE="http://www.kde-look.org/content/show.php?content=40492";
+ ENTERED=20080619
+ KEYWORDS="kde style theme qt4 qt gtk compatibility widget"
+ SHORT="A set of Qt4/KDE4 widget styles (used to unify look of KDE
and GNOME applications)."
+cat << EOF
+QtCurve-KDE4 is a set of Qt4 widget styles.
+EOF
diff --git a/kde-look/qtcurve-kde4/HISTORY b/kde-look/qtcurve-kde4/HISTORY
new file mode 100644
index 0000000..d376566
--- /dev/null
+++ b/kde-look/qtcurve-kde4/HISTORY
@@ -0,0 +1,3 @@
+2008-06-19 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, QtCurve-KDE4-0.59.3.tar.bz2.sig: Created
+
diff --git a/kde-look/qtcurve-kde4/QtCurve-KDE4-0.59.3.tar.bz2.sig
b/kde-look/qtcurve-kde4/QtCurve-KDE4-0.59.3.tar.bz2.sig
new file mode 100644
index 0000000..b7e865b
Binary files /dev/null and
b/kde-look/qtcurve-kde4/QtCurve-KDE4-0.59.3.tar.bz2.sig differ
diff --git a/kde4/kdebase4/HISTORY b/kde4/kdebase4/HISTORY
index 17ba241..28d5bb5 100644
--- a/kde4/kdebase4/HISTORY
+++ b/kde4/kdebase4/HISTORY
@@ -1,3 +1,7 @@
+2008-06-19 Elisamuel Resto <ryuji AT sourcemage.org>
+ * PROVIDES: NS-PLUGIN-COMPATIBLE and GRAPHICAL-WEB-BROWSER are
+ provided by Konqueror (provided by kdebase4)
+
2008-06-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.0.82

diff --git a/kde4/kdebase4/PROVIDES b/kde4/kdebase4/PROVIDES
new file mode 100755
index 0000000..c907c84
--- /dev/null
+++ b/kde4/kdebase4/PROVIDES
@@ -0,0 +1,2 @@
+GRAPHICAL-WEB-BROWSER
+NS-PLUGIN-COMPATIBLE




Archive powered by MHonArc 2.6.24.

Top of Page