summaryrefslogtreecommitdiffstats
path: root/system/qstardict
diff options
context:
space:
mode:
author dsomero <xgizzmo@gmail.com>2010-05-21 18:46:28 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-24 16:07:36 -0500
commitdbf23d098491a9628eb1e5944e36a0dac7df203d (patch)
treee0f64e689cfde73a92cbad648fc52d55c175da52 /system/qstardict
parent45e98c1a7cb7df5aea05614650dd7515e36f499e (diff)
downloadslackbuilds-dbf23d098491a9628eb1e5944e36a0dac7df203d.tar.gz
slackbuilds-dbf23d098491a9628eb1e5944e36a0dac7df203d.tar.xz
system/qstardict: Removed (download link broken)
error: missing binary operator before token "Q_OS_WIN32"
Diffstat (limited to 'system/qstardict')
-rw-r--r--system/qstardict/README4
-rw-r--r--system/qstardict/qstardict.SlackBuild85
-rw-r--r--system/qstardict/qstardict.info10
-rw-r--r--system/qstardict/slack-desc19
4 files changed, 0 insertions, 118 deletions
diff --git a/system/qstardict/README b/system/qstardict/README
deleted file mode 100644
index aab7401115..0000000000
--- a/system/qstardict/README
+++ /dev/null
@@ -1,4 +0,0 @@
-QStarDict is a StarDict clone written using Qt4.
-The user interface is similar to StarDict.
-It features full support of StarDict dictionaries, system tray
-functionality, and many others.
diff --git a/system/qstardict/qstardict.SlackBuild b/system/qstardict/qstardict.SlackBuild
deleted file mode 100644
index 2544899e1b..0000000000
--- a/system/qstardict/qstardict.SlackBuild
+++ /dev/null
@@ -1,85 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for qstardict
-
-# Written by grissiom chaos.proton@gmail.com
-
-PRGNAM=qstardict
-VERSION=${VERSION:-0.13.1}
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-BUILD_PLASMOID=${BUILD_PLASMOID:-"yes"}
-
-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"
-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 .
-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 {} \;
-
-# qstardict only have "stardict" and "web" plugins enabled by default.
-# Actually there are swac and multitran plugins in addition.
-# Uncomment the following line to get full plugins.
-# enabled_plugins="stardict web swac multitran"
-qmake QMAKE_CXXFLAGS="$SLKCFLAGS" \
- PLUGINS_DIR=/usr/lib${LIBDIRSUFFIX}/qstardict/plugins \
- DOCS_DIR=/usr/doc/$PRGNAM-$VERSION \
- ENABLED_PLUGINS=$enabled_plugins
-
-make
-make install INSTALL_ROOT=$PKG
-
-if [ "$BUILD_PLASMOID" = "yes" ]; then
- mkdir kdeplasma/build
- cd kdeplasma/build
- # Fix the plugin path or LIB_INSTALL_DIR will have no effect...
- (cd ../dataengine
- sed -i -e '4d' -e 's.//..' config.h.cmake
- )
-
- cmake -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- ..
- make
- make install DESTDIR=$PKG
- cd -
-fi
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-cp -a README $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
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/qstardict/qstardict.info b/system/qstardict/qstardict.info
deleted file mode 100644
index de484bd9cf..0000000000
--- a/system/qstardict/qstardict.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="qstardict"
-VERSION="0.13.1"
-HOMEPAGE="http://qstardict.ylsoftware.com/index.php"
-DOWNLOAD="http://qstardict.ylsoftware.com/files/qstardict-0.13.1.tar.bz2"
-MD5SUM="0828c3fa01c5237db8a67d356a9d1a8c"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="grissiom"
-EMAIL="chaos.proton@gmail.com"
-APPROVED="dsomero"
diff --git a/system/qstardict/slack-desc b/system/qstardict/slack-desc
deleted file mode 100644
index d0a216f1dc..0000000000
--- a/system/qstardict/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 ':'.
-
- |-----handy-ruler------------------------------------------------------|
-qstardict: QStarDict (StarDict clone written with using Qt4)
-qstardict:
-qstardict: The user interface is similar to StarDict.
-qstardict: Main features:
-qstardict: * Full support of StarDict dictionaries
-qstardict: * Working in system tray
-qstardict: * Scanning mouse selection and showing
-qstardict: popup window with translation of selected word
-qstardict: * Translations reformatting
-qstardict: * Pronouncing translated word
-qstardict: * Support for plugins