Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (869a69e2cf897aeff3aa56bd4a00aef80ad540fb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (869a69e2cf897aeff3aa56bd4a00aef80ad540fb)
  • Date: Mon, 6 Sep 2010 12:05:14 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

kde4-apps/skrooge/DETAILS | 7 ++++---
kde4-apps/skrooge/HISTORY | 4 ++++
libs/redland/HISTORY | 6 ++++++
libs/redland/PRE_BUILD | 1 +
libs/redland/librdf_storage_register_factory.patch | 21
+++++++++++++++++++++
5 files changed, 36 insertions(+), 3 deletions(-)

New commits:
commit 869a69e2cf897aeff3aa56bd4a00aef80ad540fb
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

redland: added upstream patch

* librdf_storage_register_factory.patch: see
http://git.librdf.org/view?p=librdf.git;a=commit;h=bfeaca74108e5a1e0c8143b2dc4c36f23e78f311
fixes virtuoso backend & fixes bug #15586
* PRE_BUILD: apply the patch

commit b5cd6f81974034968d1e49cab931802adffd9bc5
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

skrooge: updated spell to 0.7.3

* DETAILS: fixed long description wrap

diff --git a/kde4-apps/skrooge/DETAILS b/kde4-apps/skrooge/DETAILS
index 2a8225a..23c246a 100755
--- a/kde4-apps/skrooge/DETAILS
+++ b/kde4-apps/skrooge/DETAILS
@@ -1,7 +1,7 @@
SPELL=skrooge
if [[ $SK_VER != devel ]]; then
- VERSION=0.6.0
-
SOURCE_HASH=sha512:f548cd999e9c9fedb36c668961d2ce9009cc115e38f0d1ee6f17085c19da2285108867f4b302ab815cc5da509c7be054e483d1197fee2915e9114fbd0edd1ea6
+ VERSION=0.7.3
+
SOURCE_HASH=sha512:06c6b87780e36ff331f3fb0a0164c359b263c84499584dfc0905ea6633ef634128a40aaec6ede1c3ff28820896c46dadea37321ae1a9efe9e0f7dde36853c9aa
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://skrooge.org/files/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
@@ -23,6 +23,7 @@ fi
KEYWORDS="kde4 money"
SHORT="personal finances manager for KDE4"
cat << EOF
-Skrooge is a personal finances manager for KDE4. You can use it to keep
track of your expenses and
+Skrooge is a personal finances manager for KDE4. You can use it to keep
+track of your expenses and
incomes, categorize them, build reports, and so on...
EOF
diff --git a/kde4-apps/skrooge/HISTORY b/kde4-apps/skrooge/HISTORY
index e11bcd2..b212fc1 100644
--- a/kde4-apps/skrooge/HISTORY
+++ b/kde4-apps/skrooge/HISTORY
@@ -1,3 +1,7 @@
+2010-09-06 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.7.3
+ fixed long description wrap
+
2010-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.0

diff --git a/libs/redland/HISTORY b/libs/redland/HISTORY
index fb9b82a..8599705 100644
--- a/libs/redland/HISTORY
+++ b/libs/redland/HISTORY
@@ -1,3 +1,9 @@
+2010-09-06 Bor Kraljič <pyrobor AT ver.si>
+ * librdf_storage_register_factory.patch: added upstream patch
+ see
http://git.librdf.org/view?p=librdf.git;a=commit;h=bfeaca74108e5a1e0c8143b2dc4c36f23e78f311
+ fixes virtuoso backend & fixes bug #15586
+ * PRE_BUILD: apply the patch
+
2010-04-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DEPENDS: updated mysql dependency to MYSQL provider

diff --git a/libs/redland/PRE_BUILD b/libs/redland/PRE_BUILD
index d9d4b04..911ba45 100755
--- a/libs/redland/PRE_BUILD
+++ b/libs/redland/PRE_BUILD
@@ -1,6 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
bzcat $SPELL_DIRECTORY/virt.diff.bz2 | patch -p1 &&
+patch -p1 -d $SOURCE_DIRECTORY <
$SPELL_DIRECTORY/librdf_storage_register_factory.patch &&
libtoolize --force &&
aclocal &&
autoheader &&
diff --git a/libs/redland/librdf_storage_register_factory.patch
b/libs/redland/librdf_storage_register_factory.patch
new file mode 100644
index 0000000..9d99bbe
--- /dev/null
+++ b/libs/redland/librdf_storage_register_factory.patch
@@ -0,0 +1,21 @@
+From: Dave Beckett <dave AT dajobe.org>
+Date: Fri, 18 Dec 2009 16:03:31 +0000 (+0000)
+Subject: Add librdf.la to librdf_storage_virtuoso_la_LIBADD
+X-Git-Url:
http://git.librdf.org/view?p=librdf.git;a=commitdiff_plain;h=bfeaca74108e5a1e0c8143b2dc4c36f23e78f311;hp=5dfe6dc3361cccdf47a9db32bfa8374d405ad1e4
+
+Add librdf.la to librdf_storage_virtuoso_la_LIBADD
+---
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 6bb4aa0..fcbe149 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -152,7 +152,7 @@ if STORAGE_VIRTUOSO
+ plugin_LTLIBRARIES += librdf_storage_virtuoso.la
+ librdf_storage_virtuoso_la_SOURCES = rdf_storage_virtuoso.c
rdf_storage_virtuoso_internal.h
+ librdf_storage_virtuoso_la_CPPFLAGS = @ODBC_CFLAGS@
+-librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@
++librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@ librdf.la
+ librdf_storage_virtuoso_la_LDFLAGS = -module -avoid-version
+ endif
+



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (869a69e2cf897aeff3aa56bd4a00aef80ad540fb), Bor Kraljič, 09/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page