Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (ddb4d7276d87e09c9e69722a709fae02b5edf87c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (ddb4d7276d87e09c9e69722a709fae02b5edf87c)
  • Date: Sat, 24 Sep 2016 21:36:29 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

chat-im/mcabber/DETAILS | 2 +-
chat-im/mcabber/HISTORY | 3 +++
editors/vim/CONFIGURE | 2 +-
editors/vim/DEPENDS | 2 ++
editors/vim/DETAILS | 4 ++--
editors/vim/HISTORY | 4 ++++
6 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit ddb4d7276d87e09c9e69722a709fae02b5edf87c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

editors/vim: version 8.0.0008

commit b9c132da5cfe131916453e303506b63e5c9effe4
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

chat-im/mcabber: version 1.0.3

diff --git a/chat-im/mcabber/DETAILS b/chat-im/mcabber/DETAILS
index 22bb795..d3f6be4 100755
--- a/chat-im/mcabber/DETAILS
+++ b/chat-im/mcabber/DETAILS
@@ -1,5 +1,5 @@
SPELL=mcabber
- VERSION=1.0.2
+ VERSION=1.0.3
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://mcabber.com/files/${SOURCE}
diff --git a/chat-im/mcabber/HISTORY b/chat-im/mcabber/HISTORY
index 75b701a..1a75d38 100644
--- a/chat-im/mcabber/HISTORY
+++ b/chat-im/mcabber/HISTORY
@@ -1,3 +1,6 @@
+2016-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.0.3
+
2016-03-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.0.2

diff --git a/editors/vim/CONFIGURE b/editors/vim/CONFIGURE
index a2bdd96..faff8f2 100755
--- a/editors/vim/CONFIGURE
+++ b/editors/vim/CONFIGURE
@@ -11,7 +11,7 @@ config_query VIM_X_DISABLE "Disable X support?" n &&

message "${MESSAGE_COLOR}${SPELL_COLOR}vim${DEFAULT_COLOR}${MESSAGE_COLOR}
will be built twice if you choose to build a GUI${DEFAULT_COLOR}" &&
config_query_list GVIM_GUI "Which GUI interface to use?" \
- none gtk2 gtk+ gnome2 gnome motif athena &&
+ none gtk2 gtk3 gtk+ gnome2 gnome motif athena &&

if [ "$GVIM_GUI" == "motif" ]; then
config_query_option GVIM_SUN "Enable Sun visual Workshop support?" y \
diff --git a/editors/vim/DEPENDS b/editors/vim/DEPENDS
index f3b9054..5a2bcf1 100755
--- a/editors/vim/DEPENDS
+++ b/editors/vim/DEPENDS
@@ -65,6 +65,8 @@ gnome)
depends gnome-libs ;;
gtk2)
depends gtk+2 ;;
+gtk3)
+ depends gtk+3 ;;
gnome2)
depends libgnomeui ;;
motif)
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index 1e27e35..14ccf2a 100755
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -8,12 +8,12 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=hg_http://vim.googlecode.com/hg:${SPELL}-hg
SOURCE_IGNORE=volatile
else
- VERSION=8.0.0006
+ VERSION=8.0.0008
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=https://github.com/vim/vim/archive/v${VERSION}.tar.gz
# SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
-
SOURCE_HASH=sha512:8662f666c8ceed9e71d74245d5dc67e8d1bd36b4b4768eb6a11d16a8de857bbe14f76fbac8c3a6ae1ce8b5ed4260dfe3c111593938480c3b70d30b06f73ef59c
+
SOURCE_HASH=sha512:d4ce75ac61752618487fa647e0ab032640c794c1bc1b6524026f01d078a5fcdb0261457443e60dfec28a67b7912ec8a681bff6a947f76af0ccc962e30545374d
fi
WEB_SITE=http://www.vim.org
LICENSE[0]=http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index ee0594c..d90ffaf 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,7 @@
+2016-09-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 8.0.0008
+ * CONFIGURE, DEPENDS: add optional dependency on gtk+3
+
2016-09-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.0.0006




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (ddb4d7276d87e09c9e69722a709fae02b5edf87c), Florian Franzmann, 09/24/2016

Archive powered by MHonArc 2.6.24.

Top of Page