mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
office/kbibtex: Removed from 13.0 repository
This commit is contained in:
parent
3467554813
commit
3eea79fd0d
5 changed files with 0 additions and 118 deletions
|
@ -1,8 +0,0 @@
|
|||
KBibTeX is a BibTeX editor for KDE to edit bibliographies used with
|
||||
LaTeX. Features include comfortable input masks, starting web queries
|
||||
(e. g. Google or PubMed) and exporting to PDF, PostScript, RTF and
|
||||
XML/HTML. As KBibTeX is using KDE's KParts technology, KBibTeX can
|
||||
be embedded into Kile or Konqueror. It has been written by Thomas
|
||||
Fischer and is released under the GPL 2.
|
||||
|
||||
Homepage: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/
|
|
@ -1,3 +0,0 @@
|
|||
if [ -x usr/bin/update-desktop-database ]; then
|
||||
usr/bin/update-desktop-database -q usr/share/applications
|
||||
fi
|
|
@ -1,80 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Written by Martin Ivanov (tramni@abv.bg)
|
||||
# Package Homepage: http://www.unix-ag.uni-kl.de/~fischer/kbibtex
|
||||
|
||||
## Feel free to use, modify, redistribute this script.
|
||||
## If you make changes please add a "Modified by" line so that I don't
|
||||
## receive kudos or flames for things I didn't write... Thanks.
|
||||
|
||||
# Heavily Modified by Michiel van Wessem <michiel@slackbuilds.org> 20081020
|
||||
|
||||
PRGNAM=kbibtex
|
||||
VERSION=0.2.1
|
||||
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"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
rm -rf $TMP/$PRGNAM-$VERSION
|
||||
cd $TMP || exit 1
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
|
||||
cd $PRGNAM-$VERSION || exit 1
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-debug \
|
||||
--infodir=/usr/info \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--program-prefix="" \
|
||||
--program-suffix="" \
|
||||
--build=$ARCH-slackware-linux \
|
||||
|| exit 1
|
||||
|
||||
make || exit 1
|
||||
make install DESTDIR=$PKG || exit 1
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
find . | xargs file | grep "current ar archive" | cut -f 1 -d : | xargs strip -g 2> /dev/null
|
||||
)
|
||||
|
||||
( cd $PKG/usr/man
|
||||
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
|
||||
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS BUGS ChangeLog COPYING INSTALL NEWS 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 $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="kbibtex"
|
||||
VERSION="0.2.1"
|
||||
HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kbibtex/"
|
||||
DOWNLOAD="http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/kbibtex-0.2.1.tar.bz2"
|
||||
MD5SUM="8d2b142a8878e86398a30786ede674e1"
|
||||
MAINTAINER="Martin Ivanov"
|
||||
EMAIL="tramni@abv.bg"
|
||||
APPROVED="Michiel"
|
|
@ -1,19 +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------------------------------------------------------|
|
||||
kbibtex: KBibTeX (A BibTeX editor for KDE)
|
||||
kbibtex:
|
||||
kbibtex: KBibTeX is a BibTeX editor for KDE to edit bibliographies used with
|
||||
kbibtex: LaTeX. Features include comfortable input masks, starting web queries
|
||||
kbibtex: (e. g. Google or PubMed) and exporting to PDF, PostScript, RTF and
|
||||
kbibtex: XML/HTML. As KBibTeX is using KDE's KParts technology, KBibTeX can
|
||||
kbibtex: be embedded into Kile or Konqueror. It has been written by Thomas
|
||||
kbibtex: Fischer and is released under the GPL 2.
|
||||
kbibtex:
|
||||
kbibtex: Homepage: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/
|
||||
kbibtex:
|
Loading…
Reference in a new issue