Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (726d69956843d15d0b15cb83f5e27c2c52c5dec6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (726d69956843d15d0b15cb83f5e27c2c52c5dec6)
  • Date: Thu, 31 Jan 2008 12:12:51 -0600

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 3 +++
z-http/wine-gecko/BUILD | 1 +
z-http/wine-gecko/DETAILS | 22 ++++++++++++++++++++++
z-http/wine-gecko/HISTORY | 3 +++
z-http/wine-gecko/INSTALL | 2 ++
z-http/wine-gecko/PRE_BUILD | 1 +
z-http/wine-gecko/wine_gecko-0.1.0.cab.sig |binary
7 files changed, 32 insertions(+)

New commits:
commit 726d69956843d15d0b15cb83f5e27c2c52c5dec6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine-gecko: Added WINE MSHTML Gecko code

diff --git a/ChangeLog b/ChangeLog
index e4a708e..9b770f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
+ * z-http/wine-gecko: Added WINE MSHTML Gecko code
+
2008-01-09 Thomas Orgis <sobukus AT sourcemage.org>
* z-audio/mpg123: deleted: is in main grimoire for some releases now

diff --git a/z-http/wine-gecko/BUILD b/z-http/wine-gecko/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-http/wine-gecko/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-http/wine-gecko/DETAILS b/z-http/wine-gecko/DETAILS
new file mode 100755
index 0000000..17a882f
--- /dev/null
+++ b/z-http/wine-gecko/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=wine-gecko
+ VERSION=0.1.0
+ SOURCE=${SPELL/-/_}-$VERSION.cab
+ SOURCE_URL[0]=$SOURCEFORGE_URL/wine/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=MPL
+ WEB_SITE=http://wiki.winehq.org/Gecko
+ KEYWORDS="emulator x11 libs"
+ ENTERED=20080131
+ SHORT='WINE MSHTML Gecko code'
+cat << EOF
+ome users recreate their .wine often and don't want to have to download gecko
+repeatedly, will find this information useful.
+
+MSHTML code looks for cab file in $data_dir/gecko (that is usually
+/usr/share/wine/gecko). Alternatively, if you run Wine from build dir, it
looks
+for $build_dir/../gecko. Wine checks it both in wineprefixcreate and, if
Gecko
+is not installed, on first usage. It means that if you download wine_gecko
from
+SourceForge and put it in the right place, you will no longer have to care
+about installing Gecko.
+EOF
diff --git a/z-http/wine-gecko/HISTORY b/z-http/wine-gecko/HISTORY
new file mode 100644
index 0000000..a52d431
--- /dev/null
+++ b/z-http/wine-gecko/HISTORY
@@ -0,0 +1,3 @@
+2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, PRE_BUILD, BUILD, INSTALL: Created
+
diff --git a/z-http/wine-gecko/INSTALL b/z-http/wine-gecko/INSTALL
new file mode 100755
index 0000000..52fee8c
--- /dev/null
+++ b/z-http/wine-gecko/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p $INSTALL_ROOT/usr/share/wine/gecko &&
+cp $SOURCE_CACHE/$SOURCE $INSTALL_ROOT/usr/share/wine/gecko
diff --git a/z-http/wine-gecko/PRE_BUILD b/z-http/wine-gecko/PRE_BUILD
new file mode 100755
index 0000000..b3f3f78
--- /dev/null
+++ b/z-http/wine-gecko/PRE_BUILD
@@ -0,0 +1 @@
+verify_file ''
diff --git a/z-http/wine-gecko/wine_gecko-0.1.0.cab.sig
b/z-http/wine-gecko/wine_gecko-0.1.0.cab.sig
new file mode 100644
index 0000000..d394bb8
Binary files /dev/null and b/z-http/wine-gecko/wine_gecko-0.1.0.cab.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page