diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2016-02-21 13:24:31 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-23 00:57:41 +0700 |
commit | 314b34e43014696d38a338bf6dd7c868c52230fd (patch) | |
tree | f2b68cea1e11b3dea40564f1b8b70a69bc329df8 /office | |
parent | 32c5504d9b6ae98a597123a5a70019383d317786 (diff) | |
download | slackbuilds-314b34e43014696d38a338bf6dd7c868c52230fd.tar.gz |
office/qamus: Removed (no longer developed).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'office')
-rw-r--r-- | office/qamus/README | 12 | ||||
-rw-r--r-- | office/qamus/doinst.sh | 7 | ||||
-rw-r--r-- | office/qamus/qamus.SlackBuild | 81 | ||||
-rw-r--r-- | office/qamus/qamus.info | 10 | ||||
-rw-r--r-- | office/qamus/slack-desc | 19 |
5 files changed, 0 insertions, 129 deletions
diff --git a/office/qamus/README b/office/qamus/README deleted file mode 100644 index a10e1ac506..0000000000 --- a/office/qamus/README +++ /dev/null @@ -1,12 +0,0 @@ -Qamus is a simple Qt dictionary program which supports the Xdxf standard -as well as a custom qlx format. Qamus provides incremental and fuzzy -searches. - -Qamus also supports rule-based searching to match misspelt words. Search -rules are defined in a separate XML file. Sample rule (qrx) and dictionary -(qlx) files are installed to /usr/doc/qamus-VERSION). - -The tre regexp matching library is recommended but are not manditory. -tre library support can be disabled by passing TRE=no to the Slackbuild. - -Dictionaries can be downloaded at: http://xdxf.revdanica.com/down/ diff --git a/office/qamus/doinst.sh b/office/qamus/doinst.sh deleted file mode 100644 index 9a8ded3c60..0000000000 --- a/office/qamus/doinst.sh +++ /dev/null @@ -1,7 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi diff --git a/office/qamus/qamus.SlackBuild b/office/qamus/qamus.SlackBuild deleted file mode 100644 index 66abbd0bf2..0000000000 --- a/office/qamus/qamus.SlackBuild +++ /dev/null @@ -1,81 +0,0 @@ -#!/bin/sh -# Written by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> - -PRGNAM=qamus -VERSION=${VERSION:-0.3.3} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# disable TRE support (automatic if they don't exist) -TRE=${TRE:-yes} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -QMAKEARGS="PREFIX=/usr" - -if [ "$TRE" = "no" ] ; then - QMAKEARGS="$QMAKEARGS -config disable-tre" -fi - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) export ARCH=i486 ;; - arm*) export ARCH=arm ;; - *) export ARCH=$( uname -m ) ;; - esac -fi - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -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 - -chown -R root:root . -chmod 644 * - -qmake $QMAKEARGS - -#use our CFLAGS -sed -i "/C[X]*FLAGS/s|\ =\ |\ +=\ |" Makefile.Release - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ - make release -make install INSTALL_ROOT=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples -cp -a \ - CHANGELOG INSTALL README \ - $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - data/sample.qlx data/sample.qrx \ - $PKG/usr/doc/$PRGNAM-$VERSION/examples -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.${PKGTYPE:-tgz} diff --git a/office/qamus/qamus.info b/office/qamus/qamus.info deleted file mode 100644 index e91750d55f..0000000000 --- a/office/qamus/qamus.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="qamus" -VERSION="0.3.3" -HOMEPAGE="http://ben.trigona.ca/qamus.html" -DOWNLOAD="http://ben.trigona.ca/files/qamus-0.3.3.tar.bz2" -MD5SUM="1232078322043eee214b4728ac31a6ae" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" diff --git a/office/qamus/slack-desc b/office/qamus/slack-desc deleted file mode 100644 index cb6a5b0abe..0000000000 --- a/office/qamus/slack-desc +++ /dev/null @@ -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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -qamus: qamus (a desktop dictionary) -qamus: -qamus: Qamus is a simple Qt dictionary program which supports the Xdxf -qamus: standard as well as a custom qlx format. Qamus provides incremental -qamus: search, fuzzy searching and minimisation to the system tray. Qamus -qamus: also supports rule-based searching to match misspelt words. -qamus: -qamus: Homepage: http://gitorious.org/qamus -qamus: -qamus: -qamus: |