[Lunar-commits] <moonbase> wine_gecko: Updated it to version 1.4 so it will work with wine 1.4.

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Wed May 9 18:56:21 CEST 2012


commit 5d51da52654fd2a9c6f39bac63dabb23fa928b9c
Author: Justin Gray <ctalikar at gmail.com>
Date:   Wed May 9 18:56:21 2012 +0200

    wine_gecko: Updated it to version 1.4 so it will work with wine 1.4.
---
 virtual/wine_gecko/BUILD   |    2 +-
 virtual/wine_gecko/DETAILS |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/virtual/wine_gecko/BUILD b/virtual/wine_gecko/BUILD
index 2bb3fb7..260a65a 100644
--- a/virtual/wine_gecko/BUILD
+++ b/virtual/wine_gecko/BUILD
@@ -4,7 +4,7 @@
 
   mkdir -p /usr/share/wine/gecko  &&
 
-  # The cab is not meant to be uncompressed
+  # The msi is not meant to be uncompressed
   install -m644 $SOURCE_CACHE/$SOURCE /usr/share/wine/gecko/
 
 ) > $C_FIFO 2>&1
diff --git a/virtual/wine_gecko/DETAILS b/virtual/wine_gecko/DETAILS
index e0cff22..cfde57e 100644
--- a/virtual/wine_gecko/DETAILS
+++ b/virtual/wine_gecko/DETAILS
@@ -1,18 +1,18 @@
           MODULE=wine_gecko
-         VERSION=1.1.0-x86
-          SOURCE=$MODULE-$VERSION.cab
+         VERSION=1.4-x86
+          SOURCE=$MODULE-$VERSION.msi
       SOURCE_URL=$SFORGE_URL/wine
-      SOURCE_VFY=sha1:1b6c637207b6f032ae8a52841db9659433482714
+      SOURCE_VFY=sha1:c30aa99621e98336eb4b7e2074118b8af8ea2ad5
         WEB_SITE=http://wiki.winehq.org/Gecko
          ENTERED=20091125
-         UPDATED=20110112
+         UPDATED=20120308
            SHORT="Mozilla's Gecko Layout Engine"
 
 cat << EOF
 Wine implements its own version of Internet Explorer. The
 implementation is based on a custom version of Mozilla's Gecko Layout
 Engine. When your application tries to display a web page, it loads
-Wine's custom Gecko from the file wine_gecko-1.1.0-x86.cab (at least in
+Wine's custom Gecko from the file wine_gecko-1.4-x86.msi (at least in
 the latest version of Wine; older versions of Wine use older versions
 of Gecko).
 


More information about the Lunar-commits mailing list