From 1c9daee3ee23b8adc678c4d27a70be0f05375322 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 7 Apr 2014 13:39:20 +0000 Subject: Update to 1.5 --- icedtea-web/build/icedtea-web.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'icedtea-web') 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 . \ -- cgit v1.2.3