SOURCE_HASH=sha512:9c6f46475095996927153b9e8ee07d92c4cba0793772792c3a9b40229bdbd2b503fe07bcd3c8d73f235474326b8a601dea20bc77bc64c090248ea414d393c240
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_URL[0]=http://www.vandenoever.info/software/strigi/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-fi
WEB_SITE=http://www.vandenoever.info/software/strigi/
LICENSE[0]=LGPL
ENTERED=20070309
diff --git a/utils/strigi/HISTORY b/utils/strigi/HISTORY
index 9e93671..160275f 100644
--- a/utils/strigi/HISTORY
+++ b/utils/strigi/HISTORY
@@ -1,5 +1,9 @@
2011-07-23 Bor Kraljič <pyrobor AT ver.si>
- * BUILD, DEPENDS: depend on qt4 if dbus support is enabled
+ * DEPENDS, PREPARE, DETAILS: removed svn version since source is no
longer available
+ * PRE_BUILD, 0001-fix-build-for-disabled-qt4-option.patch: added
patch from
+
(http://sourceforge.net/tracker/?func=detail&aid=3366249&group_id=171000&atid=856302)
+ (now qt4 qui could be disabled and compile will not fail)
+ * BUILD, DEPENDS: qt4 and dbus are optional
* CONFIGURE: removed, no longer needed
* strigi.sh: don't override XDG_DATA_DIRS that might be set allready
diff --git a/utils/strigi/PREPARE b/utils/strigi/PREPARE
deleted file mode 100755
index bd03eb9..0000000
--- a/utils/strigi/PREPARE
+++ /dev/null
@@ -1,4 +0,0 @@
-config_query STRIGI_SVN 'Do you want the SVN version?' n &&
-if [[ $STRIGI_SVN == y ]]; then
- config_query STRIGI_SVN_AUTOUPDATE "Update to the latest SVN on every
cast?" ${DEFAULT:-n}
-fi
diff --git a/utils/strigi/PRE_BUILD b/utils/strigi/PRE_BUILD
new file mode 100755
index 0000000..4f1c189
--- /dev/null
+++ b/utils/strigi/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 -d $SOURCE_DIRECTORY <
$SPELL_DIRECTORY/0001-fix-build-for-disabled-qt4-option.patch
[SM-Commit] GIT changes to master grimoire by Bor Kraljič (ae373964d95ce9c11683326f0dbcea1326f1daef),
Bor Kraljič, 07/23/2011