diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:09:08 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:09:08 +0200 |
commit | 314bf5fb018c01fd7ff04d7adcfcc35a884f77fa (patch) | |
tree | 918b1b74d253fa26b395969388e3d421a92c558a /office | |
parent | 73c7293a7f1f184f8b77b7da8c7764f9a9cac21e (diff) | |
download | slackbuilds-314bf5fb018c01fd7ff04d7adcfcc35a884f77fa.tar.gz |
office/kile: Removed from 13.0 repository
Diffstat (limited to 'office')
-rw-r--r-- | office/kile/README | 1 | ||||
-rw-r--r-- | office/kile/doinst.sh | 12 | ||||
-rw-r--r-- | office/kile/kile.SlackBuild | 68 | ||||
-rw-r--r-- | office/kile/kile.info | 8 | ||||
-rw-r--r-- | office/kile/slack-desc | 17 |
5 files changed, 0 insertions, 106 deletions
diff --git a/office/kile/README b/office/kile/README deleted file mode 100644 index 013fc6f767..0000000000 --- a/office/kile/README +++ /dev/null @@ -1 +0,0 @@ -Kile is a user friendly TeX/LaTeX editor for the KDE desktop environment. diff --git a/office/kile/doinst.sh b/office/kile/doinst.sh deleted file mode 100644 index 92421f23d2..0000000000 --- a/office/kile/doinst.sh +++ /dev/null @@ -1,12 +0,0 @@ -# Update the desktop menu database -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications -fi - -# Update icon cache if one exists -if [ -r usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -t -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - diff --git a/office/kile/kile.SlackBuild b/office/kile/kile.SlackBuild deleted file mode 100644 index 5f18ee82aa..0000000000 --- a/office/kile/kile.SlackBuild +++ /dev/null @@ -1,68 +0,0 @@ -#!/bin/sh - -## Written by hollywoodb (hollywoodb@fastmail.fm) -## Package Homepage: http://kile.sourceforge.net/ - -# Modified by the SlackBuilds.org project -# Modified by Michiel van Wessem <michiel@slackbuilds.org> to update -# to version 2.0.3 - -PRGNAM=kile -VERSION=${VERSION:-2.0.3} -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --disable-static \ - --disable-debug \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp Building-with-cmake.txt AUTHORS COPYING ChangeLog README* TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/office/kile/kile.info b/office/kile/kile.info deleted file mode 100644 index 229084989b..0000000000 --- a/office/kile/kile.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="kile" -VERSION="2.0.3" -HOMEPAGE="http://kile.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/kile/kile-2.0.3.tar.bz2" -MD5SUM="f0296547d3e916dd385e0b8913918852" -MAINTAINER="hollywoodb" -EMAIL="hollywoodb@fastmail.fm" -APPROVED="dsomero" diff --git a/office/kile/slack-desc b/office/kile/slack-desc deleted file mode 100644 index 678108c252..0000000000 --- a/office/kile/slack-desc +++ /dev/null @@ -1,17 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -kile: kile (TeX/LaTeX editor) -kile: -kile: Kile is a user friendly TeX/LaTeX front end for the KDE desktop -kile: environment. Kile integrates many tools needed to develop documents -kile: with LaTeX, in just one application. -kile: -kile: homepage: http://kile.sourceforge.net -kile: -kile: |