diff options
-rw-r--r-- | academic/kile/README | 5 | ||||
-rw-r--r-- | academic/kile/kile.SlackBuild | 35 | ||||
-rw-r--r-- | academic/kile/kile.info | 6 | ||||
-rw-r--r-- | academic/kile/slack-desc | 12 |
4 files changed, 35 insertions, 23 deletions
diff --git a/academic/kile/README b/academic/kile/README index a7a87a872c..d083e911fe 100644 --- a/academic/kile/README +++ b/academic/kile/README @@ -2,8 +2,3 @@ To build Kile, you will need a Latex distribution like TeTeX or Tex-Live. Slackware 13.0 (and lower) include the former distribution and it is available on the installation disk(s) if you did not do a full install. - -WARNING: This version of Kile is a Beta release, since it is still being -ported to KDE 4, so make sure you hit the "Save" button every now and -then ;) - diff --git a/academic/kile/kile.SlackBuild b/academic/kile/kile.SlackBuild index 05265451f4..1499ee1c00 100644 --- a/academic/kile/kile.SlackBuild +++ b/academic/kile/kile.SlackBuild @@ -2,9 +2,29 @@ # Slackware build script for Kile +# Copyright 2012 Heinz Wiesinger, Amsterdam, The Netherlands +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + PRGNAM=kile -VERSION=${VERSION:-2.1b2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.1.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -40,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -49,15 +69,12 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# The README advises using a separate build directory mkdir build && cd build cmake \ -DCMAKE_C_FLAGS="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_SUFFIX="$LIBDIRSUFFIX" \ - -DCMAKE_BUILD_TYPE="Debugfull" \ - -DKILE_VERSION=$VERSION \ .. make make install DESTDIR=$PKG @@ -66,9 +83,9 @@ cd - find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -# Documentation is installed by the build system but in the -# wrong place, so fix it. -mv $PKG/usr/share/doc $PKG/usr +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog COPYING* README* \ + $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/academic/kile/kile.info b/academic/kile/kile.info index 3c425dbf95..edc969bd33 100644 --- a/academic/kile/kile.info +++ b/academic/kile/kile.info @@ -1,8 +1,8 @@ PRGNAM="kile" -VERSION="2.1b2" +VERSION="2.1.3" HOMEPAGE="http://kile.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/kile/unstable/kile-2.1b2/kile-2.1b2.tar.gz" -MD5SUM="ac75783e79f58c4079f47ca7e0bb551b" +DOWNLOAD="http://downloads.sourceforge.net/kile/kile-2.1.3.tar.bz2" +MD5SUM="f3129e73eea21890c40781de80b44808" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/academic/kile/slack-desc b/academic/kile/slack-desc index 41fba0c0fc..8992a7d248 100644 --- a/academic/kile/slack-desc +++ b/academic/kile/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| kile: kile (Latex editor) -kile: -kile: Kile is a user friendly TeX/LaTeX editor for the KDE +kile: +kile: Kile is a user friendly TeX/LaTeX editor for the KDE kile: desktop environment. kile: This package is a Beta version for use with KDE 4. -kile: +kile: kile: Homepage: http://kile.sourceforge.net/ kile: License: GNU General Public License v2 -kile: -kile: -kile: +kile: +kile: +kile: |