mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
office/kbibtex: Updated for version 0.9.81.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
d2c9247c26
commit
6dd99ded5b
4 changed files with 22 additions and 24 deletions
|
@ -1,8 +1,7 @@
|
||||||
KBibTeX is a BibTeX editor for KDE to edit bibliographies used with
|
The program KBibTeX is a bibliography editor by KDE. Its main purpose is
|
||||||
LaTeX. KBibTeX is released under the GNU Public License (GPL) version 2
|
to provide a user-friendly interface to BibTeX files.
|
||||||
or any later version.
|
|
||||||
|
|
||||||
KBibTeX for KDE 4 is currently under development. KBibTeX for KDE 4 is
|
This software, unless noted differently for individual files, materials,
|
||||||
mature for most daily tasks, but still lacks some features. It is
|
or contributions, is licensed under the terms of the GNU General Public
|
||||||
recommended that you make backups of all your files before editing
|
License as published by the Free Software Foundation; either version 2
|
||||||
them with KBibTeX for KDE 4.
|
of the License, or (at your option) any later version.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=kbibtex
|
PRGNAM=kbibtex
|
||||||
VERSION=${VERSION:-0.7}
|
VERSION=${VERSION:-0.9.81}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
@ -73,12 +73,11 @@ find -L . \
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
|
||||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
-DCMAKE_INSTALL_MANDIR=/usr/man \
|
||||||
-DMANDIR=/usr/man \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DKDE_INSTALL_DOCBUNDLEDIR=/usr/doc/HTML \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
..
|
..
|
||||||
|
|
||||||
|
@ -92,7 +91,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
||||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a README LICENSE TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a README.md LICENSE TODO.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="kbibtex"
|
PRGNAM="kbibtex"
|
||||||
VERSION="0.7"
|
VERSION="0.9.81"
|
||||||
HOMEPAGE="https://userbase.kde.org/KBibTeX"
|
HOMEPAGE="https://userbase.kde.org/KBibTeX"
|
||||||
DOWNLOAD="https://github.com/KDE/kbibtex/archive/v0.7/kbibtex-0.7.tar.gz"
|
DOWNLOAD="https://download.kde.org/unstable/KBibTeX/kbibtex-0.9.81.tar.xz"
|
||||||
MD5SUM="db8f045be7fdb7fdb3101b47dd9b1bd3"
|
MD5SUM="b8df8ebf61d4b2f75bbc9a764d8f8041"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
kbibtex: kbibtex (A BibTeX editor for KDE)
|
kbibtex: kbibtex (A BibTeX editor for KDE)
|
||||||
kbibtex:
|
kbibtex:
|
||||||
kbibtex: KBibTeX is a BibTeX editor for KDE to edit bibliographies used with
|
kbibtex: The program KBibTeX is a bibliography editor by KDE. Its main purpose
|
||||||
kbibtex: LaTeX. KBibTeX is released under the GNU Public License (GPL) version
|
kbibtex: is to provide a user-friendly interface to BibTeX files.
|
||||||
kbibtex: 2 or any later version.
|
kbibtex:
|
||||||
kbibtex:
|
kbibtex: This software, unless noted differently for individual files,
|
||||||
kbibtex: KBibTeX for KDE 4 is currently under development. KBibTeX for KDE 4
|
kbibtex: materials, or contributions, is licensed under the terms of the GNU
|
||||||
kbibtex: is mature for most daily tasks, but still lacks some features. It is
|
kbibtex: General Public License as published by the Free Software Foundation;
|
||||||
kbibtex: recommended that you make backups of all your files before editing
|
kbibtex: either version 2 of the License, or (at your option) any later
|
||||||
kbibtex: them with KBibTeX for KDE 4.
|
kbibtex: version.
|
||||||
kbibtex:
|
kbibtex:
|
||||||
|
|
Loading…
Reference in a new issue