Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5651e272a753d56e9cb056627226ad16d992d8ea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5651e272a753d56e9cb056627226ad16d992d8ea)
  • Date: Sat, 17 Jan 2009 17:54:44 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/midori/DETAILS | 1 +
http/midori/HISTORY | 4 ++++
http/midori/midori.sh | 2 +-
http/webkitgtk/DETAILS | 4 ++--
http/webkitgtk/HISTORY | 3 +++
5 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 5651e272a753d56e9cb056627226ad16d992d8ea
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

midori: fixed env var export for plugins' usage

commit 3c450330044f364b3ac40ec68315315cea4ad942
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

webkitgtk: => r40000, let's the new Era started!

diff --git a/http/midori/DETAILS b/http/midori/DETAILS
index 2244ebd..ed7785f 100755
--- a/http/midori/DETAILS
+++ b/http/midori/DETAILS
@@ -11,6 +11,7 @@ if [[ $MIDORI_VCS == y ]]; then
FORCE_DOWNLOAD=on
else
VERSION=0.1.2
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE

SOURCE_HASH=sha512:abd510b1a049a8bfce06720ad81edd3b7adb7ed94f458411611498d2d7bafe485072b7233a3019120d108214b5e21d7fc3a856a12dbb54523bbb19bb592aa82e
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index a7b87ed..f0bf67a 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,3 +1,7 @@
+2009-01-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * midori.sh: fixed env var export
+
2009-01-13 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.1.2
* CONFIGURE: Removed. Upstream removed option to build without waf
diff --git a/http/midori/midori.sh b/http/midori/midori.sh
index 1a58bb0..cb2dda0 100644
--- a/http/midori/midori.sh
+++ b/http/midori/midori.sh
@@ -7,7 +7,7 @@
# the plugins (e.g. flash) in default path
#

-if [ -z "$MOZ_PLUGIN_PATH" -a ! -f /etc/profile.d/midori.sh ]; then
+if [ -z "$MOZ_PLUGIN_PATH" ]; then
MOZ_PLUGIN_PATH="/usr/lib/midori/.plugins"
fi &&

diff --git a/http/webkitgtk/DETAILS b/http/webkitgtk/DETAILS
index c904450..3ade4cd 100755
--- a/http/webkitgtk/DETAILS
+++ b/http/webkitgtk/DETAILS
@@ -1,8 +1,8 @@
SPELL=webkitgtk
- VERSION=r39872
+ VERSION=r40000
SOURCE=WebKit-$VERSION.tar.bz2
SOURCE_URL[0]=http://nightly.webkit.org/files/trunk/src/$SOURCE
-
SOURCE_HASH=sha512:0c55a45515141bbfa69b10134b5fd8b65bac5818821588e9994ddc133ec58c89613b580f319a1fa1f3b24dc9d4fa25ac0a081301877531efac391f5874d73d9a
+
SOURCE_HASH=sha512:8ce0c8b156ba3cb343501c1daa3e60eb82f8798b96688167066eb76d8678f05e687ef2e4c0a434a238ed5b185884739d5cb18dd7ee232dc7264daa6a96a58487
SOURCE_DIRECTORY="$BUILD_DIRECTORY/WebKit-$VERSION"
WEB_SITE=http://webkit.org/
GATHER_DOCS=off
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index dcef291..854af4f 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,6 @@
+2009-01-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r40000
+
2009-01-13 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version r39872




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5651e272a753d56e9cb056627226ad16d992d8ea), Vlad Glagolev, 01/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page