Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3926c1e91c357dc8ba5c3b16a128adae33aeb5f0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3926c1e91c357dc8ba5c3b16a128adae33aeb5f0)
  • Date: Sat, 27 Jan 2007 19:50:45 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

http/bluefish/DEPENDS | 20 +++++++++++++++++---
http/bluefish/DETAILS | 16 +++++++++++++---
http/bluefish/FINAL | 7 +++++--
http/bluefish/HISTORY | 9 +++++++++
http/bluefish/POST_REMOVE | 7 +++++--
http/bluefish/PREPARE | 1 +
6 files changed, 50 insertions(+), 10 deletions(-)

New commits:
commit d9c461b770fe5f8089dcad4bc396b2d32dec27f6
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/bluefish:

DETAILS: added unstable 1.1.2 version
DEPENDS: removed shared-mime-info and desktop-file-utils, added
optional_depends on aspell and gnome-vfs2 for stable branch, made
libgnomeui and gnome-vfs2 required for unstable version
PREPARE: added for unstable option
FINAL, POST_REMOVE: made it use update_desktop_database from
FUNCTIONS and similar routine for mime database

diff --git a/http/bluefish/DEPENDS b/http/bluefish/DEPENDS
index 9e5a835..7cb27a7 100755
--- a/http/bluefish/DEPENDS
+++ b/http/bluefish/DEPENDS
@@ -1,4 +1,18 @@
-depends pcre &&
+depends pcre &&
depends gtk+2 &&
-depends shared-mime-info &&
-depends desktop-file-utils
+
+optional_depends aspell \
+ "" \
+ "" \
+ "for spell checking" &&
+
+if [[ $BF_UNSTABLE == y ]]
+then
+ depends libgnomeui &&
+ depends gnome-vfs2
+else
+ optional_depends gnome-vfs2 \
+ "" \
+ "" \
+ "for remote files support"
+fi
diff --git a/http/bluefish/DETAILS b/http/bluefish/DETAILS
index b2d0d01..ba0dd7f 100755
--- a/http/bluefish/DETAILS
+++ b/http/bluefish/DETAILS
@@ -1,12 +1,22 @@
SPELL=bluefish
+if [[ $BF_UNSTABLE == y ]]
+then
+ VERSION=1.1.2
+ SOURCE=$SPELL-unstable-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-unstable-$VERSION
+ SOURCE_URL[0]=http://www.bennewitz.com/$SPELL/devel/source/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.ratisbona.com/pub/$SPELL/devel/source/$SOURCE
+
SOURCE_HASH=sha512:d6c2d9cd9361c3bc0712ed05f9e02aa8aa32ae5943ae6bde110b18694e9e6a68a25b4671604e233f4190969cdca2deb8cee506502b0dbc6b71e4a9e551cf94d0
+else
VERSION=1.0.7
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.bennewitz.com/bluefish/stable/source/$SOURCE
- SOURCE_URL[1]=ftp://ftp.ratisbona.com/pub/bluefish/stable/source/$SOURCE
+ SOURCE_URL[0]=http://www.bennewitz.com/$SPELL/stable/source/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.ratisbona.com/pub/$SPELL/stable/source/$SOURCE
SOURCE_URL[2]=$SOURCEFORGE_URL/$SPELL/$SOURCE

SOURCE_HASH=sha512:9fed20b0e216eece7127b29581fe90986288d8983632d3b7215e12d3f36e0eca7802b475fe4b9f8227f7393ecdb0190fd410704ccf220bd4477fcd48dede5738
- WEB_SITE=http://bluefish.openoffice.nl/
+fi
+ WEB_SITE=http://$SPELL.openoffice.nl/
ENTERED=20011106
PATCHLEVEL=1
LICENSE[0]=GPL
diff --git a/http/bluefish/FINAL b/http/bluefish/FINAL
index d6f85ab..438e102 100755
--- a/http/bluefish/FINAL
+++ b/http/bluefish/FINAL
@@ -1,2 +1,5 @@
-$INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime &&
-$INSTALL_ROOT/usr/bin/update-desktop-database
$INSTALL_ROOT/usr/share/applications
+if test -x $TRACK_ROOT/usr/bin/update-mime-database; then
+ message "${MESSAGE_COLOR}Updating application mime type
database.${DEFAULT_COLOR}" &&
+ $TRACK_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime
+fi &&
+update_desktop_database
diff --git a/http/bluefish/HISTORY b/http/bluefish/HISTORY
index 50a75ca..dfc414c 100644
--- a/http/bluefish/HISTORY
+++ b/http/bluefish/HISTORY
@@ -1,3 +1,12 @@
+2007-01-28 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: added unstable 1.1.2 version
+ * DEPENDS: removed shared-mime-info and desktop-file-utils, added
+ optional_depends on aspell and gnome-vfs2 for stable branch, made
+ libgnomeui and gnome-vfs2 required for unstable version
+ * PREPARE: added for unstable option
+ * FINAL, POST_REMOVE: made it use update_desktop_database from
+ FUNCTIONS and similar routine for mime database
+
2006-12-03 Flavien Bridault <vlaaad AT sourcemage.org>
* DEPENDS: added missing shared-mime-info and desktop-file-utils
(bug #13287)
diff --git a/http/bluefish/POST_REMOVE b/http/bluefish/POST_REMOVE
index d6f85ab..438e102 100755
--- a/http/bluefish/POST_REMOVE
+++ b/http/bluefish/POST_REMOVE
@@ -1,2 +1,5 @@
-$INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime &&
-$INSTALL_ROOT/usr/bin/update-desktop-database
$INSTALL_ROOT/usr/share/applications
+if test -x $TRACK_ROOT/usr/bin/update-mime-database; then
+ message "${MESSAGE_COLOR}Updating application mime type
database.${DEFAULT_COLOR}" &&
+ $TRACK_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime
+fi &&
+update_desktop_database
diff --git a/http/bluefish/PREPARE b/http/bluefish/PREPARE
new file mode 100755
index 0000000..26fdff1
--- /dev/null
+++ b/http/bluefish/PREPARE
@@ -0,0 +1 @@
+config_query BF_UNSTABLE "Use unstable version?" n



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3926c1e91c357dc8ba5c3b16a128adae33aeb5f0), Pol Vinogradov, 01/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page