Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (2cdb3e8e731120215d15a4b22aa36a631e13446f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (2cdb3e8e731120215d15a4b22aa36a631e13446f)
  • Date: Wed, 23 Jan 2008 09:42:12 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
libs/pykde/BUILD | 2 ++
libs/pykde/CONFLICTS | 1 +
libs/pykde/DEPENDS | 3 +++
libs/pykde/DETAILS | 25 +++++++++++++++++++++++++
libs/pykde/HISTORY | 6 ++++++
libs/pykde/PREPARE | 5 +++++
libs/pykde/PRE_BUILD | 5 +++++
ruby-raa/alexandria/DEPENDS | 2 +-
ruby-raa/alexandria/HISTORY | 3 +++
10 files changed, 52 insertions(+), 1 deletion(-)

New commits:
commit 2cdb3e8e731120215d15a4b22aa36a631e13446f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

alexandria: use the ruby version of image-size

commit 85f30eab67ce68c6a70932c5e9b84ea6b0c9ec11
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libs/pykde: a set of Python bindings for KDE #13960 (by _kaze_)

diff --git a/ChangeLog b/ChangeLog
index ce12a58..f405b24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
2008-01-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* x11-toolkits/wxruby: a GUI toolkit for Ruby #14194 (by linuxfan)
* kde-apps/basket: a feature rich note taking app for KDE #14186 (by
ilj)
+ * libs/pykde: a set of Python bindings for KDE #13960 (by _kaze_)

2008-01-22 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-drivers/jackmidi_alsaseq: Deprecated because JACK now has
diff --git a/libs/pykde/BUILD b/libs/pykde/BUILD
new file mode 100755
index 0000000..8fe896f
--- /dev/null
+++ b/libs/pykde/BUILD
@@ -0,0 +1,2 @@
+python ./configure.py -o "$INSTALL_ROOT"/usr/include/kde3 -n
"$INSTALL_ROOT"/usr/lib/kde3 &&
+make
diff --git a/libs/pykde/CONFLICTS b/libs/pykde/CONFLICTS
new file mode 100755
index 0000000..7c56204
--- /dev/null
+++ b/libs/pykde/CONFLICTS
@@ -0,0 +1 @@
+conflicts kdebindings
diff --git a/libs/pykde/DEPENDS b/libs/pykde/DEPENDS
new file mode 100755
index 0000000..f85359a
--- /dev/null
+++ b/libs/pykde/DEPENDS
@@ -0,0 +1,3 @@
+depends pyqt &&
+depends sip &&
+depends kdelibs
diff --git a/libs/pykde/DETAILS b/libs/pykde/DETAILS
new file mode 100755
index 0000000..4cca268
--- /dev/null
+++ b/libs/pykde/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=pykde
+ SPELLX=PyKDE
+ VERSION=3.16.0
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ SOURCE_URL[0]=http://www.riverbankcomputing.com/Downloads/PyKDE3/$SOURCE
+
SOURCE_HASH=sha512:03647a3ca9fc92a5a1b0f1a97463ac7ae0af324c6a8f6458b132f53238cd6f809678eade05677e3e3864c8cc54a756bc6bc4ea254240a281731cdfbabca63e3c
+if [[ $SIP_PATCH = y ]]; then
+ SOURCE2=$SPELLX-$VERSION-sip-4.7.patch
+ SOURCE2_URL[0]=http://www.riverbankcomputing.com/Downloads/PyKDE3/$SOURCE2
+
SOURCE2_HASH=sha512:3d0ab0bebac286f787b387cbad60ad6741f58dfffa232ce41754be8fbc352ca9d8a09c324d42f0a8af10cfebc0f80322b8f1f6fb9ec2edcfd527cbac648c5c9c
+fi
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.riverbankcomputing.co.uk/$SPELL/
+ ENTERED=20070826
+ KEYWORDS="python kde libs"
+ SHORT="a set of Python bindings for the KDE desktop environment"
+cat << EOF
+PyKDE is a set of Python bindings for the KDE desktop environment.
+The bindings are implemented as a set of Python modules: dcop, kdecore,
+kdesu, kdefx, kdeui, kio, kfile, kparts, khtml, kspell, kdeprint and kmdi
+(with optional kjs). The modules correspond to libraries in the kdelibs
package.
+PyKDE supports nearly all classes and methods in these libraries - over 600
+classes and more than 10,000 methods
+EOF
diff --git a/libs/pykde/HISTORY b/libs/pykde/HISTORY
new file mode 100644
index 0000000..058c502
--- /dev/null
+++ b/libs/pykde/HISTORY
@@ -0,0 +1,6 @@
+2008-01-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: fixed the include and lib path, so this finally works
+
+2007-08-26 Julien "_kaze_" Rozo <julien AT rozo.org>
+ * BUILD, DEPENDS, DETAILS, HISTORY, PRE_BUILD, PREPARE, CONFLICTS:
created
+
diff --git a/libs/pykde/PREPARE b/libs/pykde/PREPARE
new file mode 100755
index 0000000..5840b11
--- /dev/null
+++ b/libs/pykde/PREPARE
@@ -0,0 +1,5 @@
+local SIP_VERSION=`installed_version sip` &&
+if [[ "$SIP_VERSION" > "4.6" ]]; then
+ SIP_PATCH="y" &&
+ persistent_add SIP_PATCH;
+fi;
diff --git a/libs/pykde/PRE_BUILD b/libs/pykde/PRE_BUILD
new file mode 100755
index 0000000..3f454f3
--- /dev/null
+++ b/libs/pykde/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+if [[ $SIP_PATCH == y ]]; then
+ cd $SOURCE_DIRECTORY &&
+ patch -p1 < $SOURCE_CACHE/$SOURCE2
+fi
diff --git a/ruby-raa/alexandria/DEPENDS b/ruby-raa/alexandria/DEPENDS
index 0fbcee3..4fb03ea 100755
--- a/ruby-raa/alexandria/DEPENDS
+++ b/ruby-raa/alexandria/DEPENDS
@@ -4,4 +4,4 @@ depends ruby-gettext &&
suggest_depends ruby-amazon "" "" "for Amazon support" &&
suggest_depends ruby-zoom "" "" "for Library of Congress and British Library
support" &&
suggest_depends mechanize "" "" "for Deastore support" &&
-suggest_depends image-size "" "" "for optimizing cover images in exported
libraries"
+suggest_depends image_size "" "" "for optimizing cover images in exported
libraries"
diff --git a/ruby-raa/alexandria/HISTORY b/ruby-raa/alexandria/HISTORY
index fe057fe..eef2e75 100644
--- a/ruby-raa/alexandria/HISTORY
+++ b/ruby-raa/alexandria/HISTORY
@@ -1,3 +1,6 @@
+2008-01-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: use the ruby version of image-size
+
2008-01-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* BUILD,INSTALL: using default_ functions now




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (2cdb3e8e731120215d15a4b22aa36a631e13446f), Jaka Kranjc, 01/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page