Skip to Content.
Sympa Menu

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

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 (e577936b603d5249dae76a2b78861b715f1cfa7d)
  • Date: Thu, 6 Jul 2006 07:42:09 -0500

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

ChangeLog | 3 +++
kde-look/kbfx/DEPENDS | 2 ++
kde-look/kbfx/DETAILS | 19 +++++++++++++++++++
kde-look/kbfx/HISTORY | 2 ++
kde-look/kbfx/PRE_BUILD | 9 +++++++++
5 files changed, 35 insertions(+)

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

New spell, K Menu replacement.

diff --git a/ChangeLog b/ChangeLog
index 2c8a962..ffe4c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2006-07-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * kde-look/kbfx: New spell, K Menu replacement.
+
+2006-07-06 Juuso Alasuutari <iuso AT sourcemage.org>
* kde-look/gtk-qt-engine: New spell, allows to use QT widgets in
GTK apps.

diff --git a/kde-look/kbfx/DEPENDS b/kde-look/kbfx/DEPENDS
new file mode 100755
index 0000000..88c3547
--- /dev/null
+++ b/kde-look/kbfx/DEPENDS
@@ -0,0 +1,2 @@
+depends automake &&
+depends kdebase
diff --git a/kde-look/kbfx/DETAILS b/kde-look/kbfx/DETAILS
new file mode 100755
index 0000000..34c2b42
--- /dev/null
+++ b/kde-look/kbfx/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=kbfx
+ VERSION=0.4.9.2rc1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:bda5d84c6e3c4ac7fae7066beb4b2cf63784f37e28353f5a279a645add0469811e8702b8277da588e285ab006d342e4f7abfef482e0f1ab0c9f2a38337f8789d
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.kbfx.org
+ ENTERED=20060706
+ KEYWORDS="kde"
+ LICENSE[0]=GPL
+ SHORT="KBFX is an alternative to the classical K-Menu button and
its menu."
+cat << EOF
+KBFX is an alternative to the classical K-Menu button and its menu. It
+improves the user experience by enabling the user to set a bigger (and
+thus more visible) start button and by finally replacing the Win95-like
+K-Menu. But if you still want the old menu, because you're used to it, it
+is still available as an option in kbfx. We recommend, however, that you
+give the Spinx bar a try.
+EOF
diff --git a/kde-look/kbfx/HISTORY b/kde-look/kbfx/HISTORY
new file mode 100644
index 0000000..43c9839
--- /dev/null
+++ b/kde-look/kbfx/HISTORY
@@ -0,0 +1,2 @@
+2006-07-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, HISTORY: created spell
diff --git a/kde-look/kbfx/PRE_BUILD b/kde-look/kbfx/PRE_BUILD
new file mode 100755
index 0000000..f2dc5a6
--- /dev/null
+++ b/kde-look/kbfx/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+# Fix autoconf detection for 2.6x, fix error message wording.
+sedit 's/\*2.5\*/*2.[56]*/g' admin/cvs.sh &&
+sedit 's/2.52, 2.53 or 2.54/2.5x or 2.6x/g' admin/cvs.sh &&
+sedit 's/2.52 or 2.53/2.5x or 2.6x/g' admin/cvs.sh &&
+
+make -f Makefile.cvs



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (e577936b603d5249dae76a2b78861b715f1cfa7d), Juuso Alasuutari, 07/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page