summaryrefslogtreecommitdiffstats
path: root/wine_gecko
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-03-20 08:06:28 +0000
committer Eric Hameleers <alien@slackware.com>2013-03-20 08:06:28 +0000
commit72f3e537a76f48f097c2e718cbfe1b05131e57a1 (patch)
tree4532fa70af35d104da67034ab1dc9083c653d834 /wine_gecko
parent5ca54aad5eedc46b31ef42ca6785af8e76d76dc5 (diff)
downloadasb-72f3e537a76f48f097c2e718cbfe1b05131e57a1.tar.gz
asb-72f3e537a76f48f097c2e718cbfe1b05131e57a1.tar.xz
Update to 1.9 for wine-1.5.22 and newer
Diffstat (limited to 'wine_gecko')
-rwxr-xr-xwine_gecko/build/wine_gecko.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/wine_gecko/build/wine_gecko.SlackBuild b/wine_gecko/build/wine_gecko.SlackBuild
index 7ac4c7d8..990c6604 100755
--- a/wine_gecko/build/wine_gecko.SlackBuild
+++ b/wine_gecko/build/wine_gecko.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2012 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2012, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -27,7 +27,7 @@
# By: Eric Hameleers <alien@slackware.com>
# For: wine_gecko
# Descr: wine's own implementation of Internet Explorer
-# URL: http://winehq.org/
+# URL: http://wiki.winehq.org/Gecko
# Needs: wine
# Changelog:
# 1.0.0-1: 30/May/2010 by Eric Hameleers <alien@slackware.com>
@@ -36,6 +36,8 @@
# * Update
# 1.5-1: 20/may/2012 by Eric Hameleers <alien@slackware.com>
# * Update to accompany wine-1.5.4
+# 1.9-1: 20/mar/2013 by Eric Hameleers <alien@slackware.com>
+# * Update for wine-1.5.22 and newer.
#
# Run 'sh wine_gecko.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
PRGNAM=wine_gecko
-VERSION=${VERSION:-1.5}
+VERSION=${VERSION:-1.9}
ARCH="x86"
BUILD=${BUILD:-1}
TAG=${TAG:-alien}