Skip to Content.
Sympa Menu

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

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 (53e483f55f4993e6886ec83d84ef34057af63513)
  • Date: Sun, 2 Aug 2009 03:06:09 -0500

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

http/midori/DEPENDS | 1 +
http/midori/DETAILS | 7 ++++---
http/midori/HISTORY | 3 +++
http/midori/INSTALL | 2 +-
xorg-driver/xf86-video-intel/DEPENDS | 2 +-
xorg-driver/xf86-video-intel/HISTORY | 3 ---
6 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit 53e483f55f4993e6886ec83d84ef34057af63513
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

midori: => 0.1.9

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

Revert "xf86-video-intel: Requires libxf86config in xorg-server (Bug
#15299)"

This reverts commit 3482b67a17ab0929fbd189f631e5eadc3a0cf2d2.

This was fixed in xorg-server 1.6.3 RC release a.k.a. 1.6.2.901,
see http://lists.freedesktop.org/archives/xorg-devel/2009-July/001338.html

Probably needs to revert such fixes for the other drivers and remove
XF86CONFIG supdep from xorg-server

diff --git a/http/midori/DEPENDS b/http/midori/DEPENDS
index 66d20f8..31c70b9 100755
--- a/http/midori/DEPENDS
+++ b/http/midori/DEPENDS
@@ -2,6 +2,7 @@ depends gtk+2 &&
depends webkitgtk &&
depends libxml2 &&
depends python &&
+
optional_depends unique "" "" "provide libUnique support" &&
optional_depends sqlite "" "" "enable save history between sessions" &&
optional_depends libsoup "" "" "enable icons, save as and view source
functions" &&
diff --git a/http/midori/DETAILS b/http/midori/DETAILS
index 1367058..3909a2d 100755
--- a/http/midori/DETAILS
+++ b/http/midori/DETAILS
@@ -10,10 +10,11 @@ if [[ $MIDORI_VCS == y ]]; then
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.1.8
+ VERSION=0.1.9
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:8310f12942295bfae8675085f85af812673436a5f967cb55c968ccba96ad81b2a73985ae6b7a153affc7e560d1c9fad5e2a44b42a2cc4969667077f109900b86
+ SOURCE_URL[0]=http://archive.xfce.org/src/apps/$SPELL/$BRANCH/$SOURCE
+
SOURCE_HASH=sha512:6395ef39abfbd084b69086329907390cf60a3cf09ecdd37b24ecb0a1cd0e3642199885ba8912112f8fac5ed9438adfc0e1c10176a58c3e0377189227208a6325
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://software.twotoasts.de/?page=midori
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index e9158bb..5f29f14 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,3 +1,6 @@
+2009-08-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.1.9; fixed SOURCE_URL[0]
+
2009-07-20 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.1.8

diff --git a/http/midori/INSTALL b/http/midori/INSTALL
index aded922..d0ab8dd 100755
--- a/http/midori/INSTALL
+++ b/http/midori/INSTALL
@@ -1,4 +1,4 @@
- ./waf install &&
+./waf install &&

cp -v "$SPELL_DIRECTORY/midori.sh" "$INSTALL_ROOT/etc/profile.d" &&

diff --git a/xorg-driver/xf86-video-intel/DEPENDS
b/xorg-driver/xf86-video-intel/DEPENDS
index a8a8cf4..b424254 100755
--- a/xorg-driver/xf86-video-intel/DEPENDS
+++ b/xorg-driver/xf86-video-intel/DEPENDS
@@ -1,7 +1,7 @@
depends libdrm &&
depends libxvmc &&
depends xproto &&
-depends -sub "XF86CONFIG" xorg-server &&
+depends xorg-server &&
depends util-macros &&

optional_depends mesalib \
diff --git a/xorg-driver/xf86-video-intel/HISTORY
b/xorg-driver/xf86-video-intel/HISTORY
index eaddb7c..a0d955c 100644
--- a/xorg-driver/xf86-video-intel/HISTORY
+++ b/xorg-driver/xf86-video-intel/HISTORY
@@ -2,9 +2,6 @@
* DETAILS: Updated to 2.8.0
SOURCE matches upstream posted MD5

-2009-07-20 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Requires xorg-server built with libxf86config (Bug #15299)
-
2009-05-15 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.7.1
SOURCE matches upstream posted MD5



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (53e483f55f4993e6886ec83d84ef34057af63513), Vlad Glagolev, 08/02/2009

Archive powered by MHonArc 2.6.24.

Top of Page