Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (3660a78543dcbe76a695f5c23791df3e8203c46c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (3660a78543dcbe76a695f5c23791df3e8203c46c)
  • Date: Thu, 6 Jul 2006 16:57:31 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

ChangeLog | 4 ++++
kde-look/gtk-qt-engine/CONFLICTS | 1 +
kde-look/gtk-qt-engine/DEPENDS | 6 ++++--
kde-look/gtk-qt-engine/HISTORY | 5 +++++
x11-toolkits/gtk-qt/BUILD | 1 +
x11-toolkits/gtk-qt/DEPENDS | 8 +-------
x11-toolkits/gtk-qt/DETAILS | 9 +++++----
x11-toolkits/gtk-qt/HISTORY | 3 +++
x11-toolkits/gtk-qt/INSTALL | 1 +
x11-toolkits/gtk-qt/PRE_BUILD | 1 +
x11-toolkits/gtk-qt/TRIGGERS | 1 +
11 files changed, 27 insertions(+), 13 deletions(-)

New commits:
commit 3660a78543dcbe76a695f5c23791df3e8203c46c
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

Fixed dependencies in gtk-qt-engine, deprecated gtk-qt in favour of
gtk-qt-engine.

diff --git a/ChangeLog b/ChangeLog
index 28ebd4e..376a83b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-07 Juuso Alasuutari <iuso AT sourcemage.org>
+ * x11-toolkits/gtk-qt: Deprecated, renamed to
+ kde-look/gtk-qt-engine.
+
2006-07-06 Treeve Jelbert <treeve01 AT pi.be>
* telephony/libexosip2: new spell

diff --git a/kde-look/gtk-qt-engine/CONFLICTS
b/kde-look/gtk-qt-engine/CONFLICTS
new file mode 100755
index 0000000..4a33ec4
--- /dev/null
+++ b/kde-look/gtk-qt-engine/CONFLICTS
@@ -0,0 +1 @@
+conflicts gtk-qt y
diff --git a/kde-look/gtk-qt-engine/DEPENDS b/kde-look/gtk-qt-engine/DEPENDS
index 89f80e1..90dd8c3 100755
--- a/kde-look/gtk-qt-engine/DEPENDS
+++ b/kde-look/gtk-qt-engine/DEPENDS
@@ -1,2 +1,4 @@
-depends gtk+2 &&
-depends qt-x11
+depends gtk+2 &&
+depends kdelibs &&
+
+. $SECTION_DIRECTORY/KDE_DEPENDS
diff --git a/kde-look/gtk-qt-engine/HISTORY b/kde-look/gtk-qt-engine/HISTORY
index 6efb573..c02656f 100644
--- a/kde-look/gtk-qt-engine/HISTORY
+++ b/kde-look/gtk-qt-engine/HISTORY
@@ -1,3 +1,8 @@
+2006-07-07 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Restored KDE_DEPENDS and changed depends qt-x11 to
+ kdelibs, according to bug #8616.
+ * CONFLICTS: Added, gtk-qt is deprecated in favor of this spell.
+
2006-07-06 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Removed sourcing of KDE_DEPENDS, arts isn't needed by
this program.
diff --git a/x11-toolkits/gtk-qt/BUILD b/x11-toolkits/gtk-qt/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/x11-toolkits/gtk-qt/BUILD
@@ -0,0 +1 @@
+true
diff --git a/x11-toolkits/gtk-qt/DEPENDS b/x11-toolkits/gtk-qt/DEPENDS
index 8e2eafb..255ef26 100755
--- a/x11-toolkits/gtk-qt/DEPENDS
+++ b/x11-toolkits/gtk-qt/DEPENDS
@@ -1,7 +1 @@
-depends gtk+2 &&
-depends kdelibs &&
-
-optional_depends arts \
- "--with-arts" \
- "--without-arts" \
- "for aRts sound daemon"
+depends gtk-qt-engine
diff --git a/x11-toolkits/gtk-qt/DETAILS b/x11-toolkits/gtk-qt/DETAILS
index dc508db..91770b4 100755
--- a/x11-toolkits/gtk-qt/DETAILS
+++ b/x11-toolkits/gtk-qt/DETAILS
@@ -1,13 +1,14 @@
SPELL=gtk-qt
VERSION=0.6
- SOURCE=$SPELL-engine-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-engine-$VERSION
- SOURCE_URL[0]=http://www.freedesktop.org/~davidsansome/$SOURCE
+# SOURCE=$SPELL-engine-$VERSION.tar.bz2
+#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-engine-$VERSION
+# SOURCE_URL[0]=http://www.freedesktop.org/~davidsansome/$SOURCE
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:ceb1279ba4db673b85e6b532b6f24b67e2763868105a6dbd939ad97cdd95899dc57f5a2676bf7b67b1c05f03d4de13b7121045763bb9295b4d176c2c0ce94168
+#
SOURCE_HASH=sha512:ceb1279ba4db673b85e6b532b6f24b67e2763868105a6dbd939ad97cdd95899dc57f5a2676bf7b67b1c05f03d4de13b7121045763bb9295b4d176c2c0ce94168
WEB_SITE=http://www.freedesktop.org/Software/gtk-qt
ENTERED=20041117
UPDATED=20041117
+ PATCHLEVEL=1
KEYWORDS="qt theme x11 libs"
SHORT="Theme Engine allowing GTK to use Qt widget styles. "
cat << EOF
diff --git a/x11-toolkits/gtk-qt/HISTORY b/x11-toolkits/gtk-qt/HISTORY
index 6376efa..c4e9389 100644
--- a/x11-toolkits/gtk-qt/HISTORY
+++ b/x11-toolkits/gtk-qt/HISTORY
@@ -1,3 +1,6 @@
+2006-07-07 Juuso Alasuutari <iuso AT sourcemage.org>
+ * Deprecated in favour of gtk-qt-engine
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/x11-toolkits/gtk-qt/INSTALL b/x11-toolkits/gtk-qt/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/x11-toolkits/gtk-qt/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/x11-toolkits/gtk-qt/PRE_BUILD b/x11-toolkits/gtk-qt/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/x11-toolkits/gtk-qt/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/x11-toolkits/gtk-qt/TRIGGERS b/x11-toolkits/gtk-qt/TRIGGERS
new file mode 100755
index 0000000..c1cc10b
--- /dev/null
+++ b/x11-toolkits/gtk-qt/TRIGGERS
@@ -0,0 +1 @@
+on_cast gtk-qt dispel_self



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (3660a78543dcbe76a695f5c23791df3e8203c46c), Juuso Alasuutari, 07/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page