Skip to Content.
Sympa Menu

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

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 (8b8392c926bde097746ebb32a44a0071a1c8891a)
  • Date: Sat, 5 Aug 2006 12:20:12 -0500

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

ChangeLog | 4 ++++
devel/dbus-qt3-old/BUILD | 2 ++
devel/dbus-qt3-old/DEPENDS | 7 +++++++
devel/dbus-qt3-old/DETAILS | 16 ++++++++++++++++
devel/dbus-qt3-old/HISTORY | 2 ++
5 files changed, 31 insertions(+)

New commits:
commit 8b8392c926bde097746ebb32a44a0071a1c8891a
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

dbus-qt3-old: New spell, old D-Bus Qt bindings required by some programs
(mainly KDE 3.5.x) for D-Bus >= 0.90 compatibility.

diff --git a/ChangeLog b/ChangeLog
index 77c7d8b..e60ec1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * devel/dbus-qt3-old: New spell, D-Bus Qt bindings for programs
+ incompatible with newer bindings (>= 0.90).
+
2006-08-05 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* smgl/quill: quill added as a separate spell

diff --git a/devel/dbus-qt3-old/BUILD b/devel/dbus-qt3-old/BUILD
new file mode 100755
index 0000000..f135174
--- /dev/null
+++ b/devel/dbus-qt3-old/BUILD
@@ -0,0 +1,2 @@
+OPTS="--enable-qt3 $OPTS" &&
+default_build
diff --git a/devel/dbus-qt3-old/DEPENDS b/devel/dbus-qt3-old/DEPENDS
new file mode 100755
index 0000000..7fc8083
--- /dev/null
+++ b/devel/dbus-qt3-old/DEPENDS
@@ -0,0 +1,7 @@
+depends qt-x11 &&
+depends dbus &&
+
+optional_depends X11-LIBS \
+ "--with-x" \
+ "--without-x" \
+ "to use the X Window System"
diff --git a/devel/dbus-qt3-old/DETAILS b/devel/dbus-qt3-old/DETAILS
new file mode 100755
index 0000000..b349b6c
--- /dev/null
+++ b/devel/dbus-qt3-old/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=dbus-qt3-old
+ VERSION=0.70
+
SOURCE_HASH=sha512:4fff2164228cb8e42406d82107457749a1e51df724c9a42285705695711bf22217e0e0e058c798e7fa925a1075056ada87a416d88243754b9941630fc7c1a859
+ SOURCE=${SPELL%-old}-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%-old}-$VERSION
+
SOURCE_URL[0]=http://distro.ibiblio.org/pub/linux/distributions/sourcemage/distro/misc/$SOURCE
+ WEB_SITE=http://freedesktop.org/wiki/Software_2fdbus
+ ENTERED=20060805
+ LICENSE[0]=GPL
+ KEYWORDS="devel"
+ SHORT="D-Bus Qt bindings, version < 0.90."
+cat << EOF
+D-Bus add-on library to integrate the standard D-Bus library with the Qt
+thread abstraction and main loop. This package is needed by applications
+incompatible with D-Bus Qt bindings versions >= 0.90.
+EOF
diff --git a/devel/dbus-qt3-old/HISTORY b/devel/dbus-qt3-old/HISTORY
new file mode 100644
index 0000000..992798b
--- /dev/null
+++ b/devel/dbus-qt3-old/HISTORY
@@ -0,0 +1,2 @@
+2006-08-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, HISTORY: Created spell, version 0.70.



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (8b8392c926bde097746ebb32a44a0071a1c8891a), Juuso Alasuutari, 08/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page