summaryrefslogtreecommitdiffstats
path: root/icedtea-web
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-04-07 13:39:20 +0000
committer Eric Hameleers <alien@slackware.com>2014-04-07 13:39:20 +0000
commit1c9daee3ee23b8adc678c4d27a70be0f05375322 (patch)
treeffaf29710ea5026047e34aad2d5f699c222b2e61 /icedtea-web
parenta17cfd2582921b726c66019b730764bbfadaeef0 (diff)
downloadasb-1c9daee3ee23b8adc678c4d27a70be0f05375322.tar.gz
asb-1c9daee3ee23b8adc678c4d27a70be0f05375322.tar.xz
Update to 1.5
Diffstat (limited to 'icedtea-web')
-rwxr-xr-xicedtea-web/build/icedtea-web.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/icedtea-web/build/icedtea-web.SlackBuild b/icedtea-web/build/icedtea-web.SlackBuild
index 8d93fd2e..28629f29 100755
--- a/icedtea-web/build/icedtea-web.SlackBuild
+++ b/icedtea-web/build/icedtea-web.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PKGNAM=icedtea-web
-VERSION=${VERSION:-1.4.2}
+VERSION=${VERSION:-1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}
@@ -69,12 +69,12 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
+echo Extracting...
+tar xf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
cd $PKGNAM-$VERSION || exit 1
-## IcedTea-Web stopped working after the latest OpenJDK security update.
-## This is caused by the changes in AppContext-related code. Apply the fix:
-#zcat $CWD/icedtea-web_8004584_jdk.patch.gz | patch -p1 --verbose || exit 1
+# Add DE localization:
+zcat $CWD/icedtea-web-1.5_de_localization.patch.gz | patch -p1 --verbose || exit 1
chown -R root:root .
find . \