office/kbibtex: Updated for version 0.7.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
ArTourter 2018-01-05 21:58:58 +00:00 committed by Willy Sudiarto Raharjo
parent 780e166f7d
commit 9f39c7951e
3 changed files with 10 additions and 10 deletions

View file

@ -3,6 +3,6 @@ LaTeX. KBibTeX is released under the GNU Public License (GPL) version 2
or any later version.
KBibTeX for KDE 4 is currently under development. KBibTeX for KDE 4 is
mature for most daily tasks, but still lacks some features. It is
mature for most daily tasks, but still lacks some features. It is
recommended that you make backups of all your files before editing
them with KBibTeX for KDE 4.

View file

@ -24,13 +24,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kbibtex
VERSION=${VERSION:-0.6}
VERSION=${VERSION:-0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="kbibtex"
VERSION="0.6"
HOMEPAGE="https://github.com/KDE/kbibtex"
DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/office/kbibtex/kbibtex-0.6.tar.xz"
MD5SUM="f1a9c1867d94c36fe88cfa0470b85dac"
VERSION="0.7"
HOMEPAGE="https://userbase.kde.org/KBibTeX"
DOWNLOAD="https://github.com/KDE/kbibtex/archive/v0.7/kbibtex-0.7.tar.gz"
MD5SUM="db8f045be7fdb7fdb3101b47dd9b1bd3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""