diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2016-06-30 20:26:57 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 23:31:18 +0200 |
commit | d31c50870d0bee042ce660e445c9294a59a3a65b (patch) | |
tree | 6bfc0de3c95267b401b620c2c67859557dc60f97 /source/kdei | |
parent | 76fc4757ac91ac7947a01fb7b53dddf9a78a01d1 (diff) | |
download | current-d31c50870d0bee042ce660e445c9294a59a3a65b.tar.gz |
Slackware 14.2slackware-14.2
Thu Jun 30 20:26:57 UTC 2016
Slackware 14.2 x86_64 stable is released!
The long development cycle (the Linux community has lately been living in
"interesting times", as they say) is finally behind us, and we're proud to
announce the release of Slackware 14.2. The new release brings many updates
and modern tools, has switched from udev to eudev (no systemd), and adds
well over a hundred new packages to the system. Thanks to the team, the
upstream developers, the dedicated Slackware community, and everyone else
who pitched in to help make this release a reality.
The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided
32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware
project by picking up a copy from store.slackware.com. We're taking
pre-orders now, and offer a discount if you sign up for a subscription.
Have fun! :-)
Diffstat (limited to 'source/kdei')
-rwxr-xr-x | source/kdei/calligra-l10n/calligra-l10n.SlackBuild | 8 | ||||
-rw-r--r-- | source/kdei/calligra-l10n/languages | 5 | ||||
-rwxr-xr-x | source/kdei/kde-l10n/kde-l10n.SlackBuild | 6 | ||||
-rw-r--r-- | source/kdei/kde-l10n/languages | 5 |
4 files changed, 11 insertions, 13 deletions
diff --git a/source/kdei/calligra-l10n/calligra-l10n.SlackBuild b/source/kdei/calligra-l10n/calligra-l10n.SlackBuild index d9a28f25..7f5990d9 100755 --- a/source/kdei/calligra-l10n/calligra-l10n.SlackBuild +++ b/source/kdei/calligra-l10n/calligra-l10n.SlackBuild @@ -2,7 +2,7 @@ # Copyright 2008 Robby Workman Northport, AL, USA # Copyright 2012, 2013 Eric Hameleers, Eindhoven, NL -# Copyright 2012, 2013 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2012, 2013, 2014, 2015 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -36,7 +36,7 @@ if [ ! -r ./languages ]; then done fi -[ -z $VERSION ] && export VERSION=2.7.4 +[ -z $VERSION ] && export VERSION=2.9.11 [ -z $ARCH ] && export ARCH=noarch [ -z $BUILD ] && export BUILD=1 @@ -44,6 +44,8 @@ fi if [ -z "$SLKCFLAGS" ]; then if [ "$ARCH" = "i486" ]; then export SLKCFLAGS="-O2 -march=i486 -mtune=i686" + elif [ "$ARCH" = "i586" ]; then + export SLKCFLAGS="-O2 -march=i586 -mtune=i686" elif [ "$ARCH" = "s390" ]; then export SLKCFLAGS="-O2" elif [ "$ARCH" = "x86_64" ]; then @@ -60,7 +62,7 @@ fi [ -r ../KDE.options ] && . ../KDE.options CWD=$(pwd) -TMP=${TMP:-/tmp} +TMP=${TMP:-/tmp/kde-build} make_language_pack() { rm -rf $PKG diff --git a/source/kdei/calligra-l10n/languages b/source/kdei/calligra-l10n/languages index bf890057..98f24bbe 100644 --- a/source/kdei/calligra-l10n/languages +++ b/source/kdei/calligra-l10n/languages @@ -5,24 +5,23 @@ cs da de el +en_GB es et fi fr gl hu -ia it +ja kk nb -nds nl pl pt pt_BR ru sk -sl sv tr uk diff --git a/source/kdei/kde-l10n/kde-l10n.SlackBuild b/source/kdei/kde-l10n/kde-l10n.SlackBuild index 2adbe7a1..971c9318 100755 --- a/source/kdei/kde-l10n/kde-l10n.SlackBuild +++ b/source/kdei/kde-l10n/kde-l10n.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2008 Robby Workman Northport, AL, USA -# Copyright 2009, 2010, 2011, 2012, 2013 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -35,7 +35,7 @@ if [ ! -r ./languages ]; then done fi -[ -z $VERSION ] && export VERSION=4.10.5 +[ -z $VERSION ] && export VERSION=4.14.3 [ -z $ARCH ] && export ARCH=noarch [ -z $BUILD ] && export BUILD=1 @@ -61,7 +61,7 @@ fi [ -r ../KDE.options ] && . ../KDE.options CWD=$(pwd) -TMP=${TMP:-/tmp} +TMP=${TMP:-/tmp/kde-build} # This function will insert missing kdepim translations from kde-l10n-4.4.5: insert_kdepim() { diff --git a/source/kdei/kde-l10n/languages b/source/kdei/kde-l10n/languages index d8ed6161..f4f96380 100644 --- a/source/kdei/kde-l10n/languages +++ b/source/kdei/kde-l10n/languages @@ -21,6 +21,7 @@ hi hr hu ia +id is it ja @@ -40,17 +41,13 @@ pt pt_BR ro ru -si sk sl sr sv -tg -th tr ug uk -vi wa zh_CN zh_TW |