diff options
-rw-r--r-- | development/qt-doc/README | 6 | ||||
-rw-r--r-- | development/qt-doc/qt-doc.SlackBuild | 75 | ||||
-rw-r--r-- | development/qt-doc/qt-doc.info | 10 | ||||
-rw-r--r-- | development/qt-doc/slack-desc | 19 |
4 files changed, 0 insertions, 110 deletions
diff --git a/development/qt-doc/README b/development/qt-doc/README deleted file mode 100644 index f8f906cd25..0000000000 --- a/development/qt-doc/README +++ /dev/null @@ -1,6 +0,0 @@ -This package provide the documentations of Qt4. As the official qt-copy -package doesn't have documents, this package only contain the Documents for -development help. - -If you upgrade this package from old version, you may need to clean up the -index cache by `assistant -remove-search-index` before you launch assistant. diff --git a/development/qt-doc/qt-doc.SlackBuild b/development/qt-doc/qt-doc.SlackBuild deleted file mode 100644 index 32c1bdd6cb..0000000000 --- a/development/qt-doc/qt-doc.SlackBuild +++ /dev/null @@ -1,75 +0,0 @@ -#!/bin/sh - -# Slackware build script for qt-doc - -# Written by Grissiom <chaos.proton@gmail.com> - -PKGNAM=qt-doc -VERSION=4.7.0 -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -OUTPUT=${OUTPUT:-/tmp} -PKG=$TMP/package-${PKGNAM} - -TARBALLNAME=qt-everywhere-opensource-src-${VERSION} - -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 ${TARBALLNAME} -tar xvf $CWD/${TARBALLNAME}.tar.gz -cd ${TARBALLNAME} - -QTDIR=/usr/lib${LIBDIRSUFFIX}/qt - -mkdir -p ${PKG}/${QTDIR}/doc/ -mv doc/html ${PKG}/${QTDIR}/doc/ -mv doc/qch ${PKG}/${QTDIR}/doc/ - -mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION -cat $CWD/$PKGNAM.SlackBuild > $PKG/usr/doc/$PKGNAM-$VERSION/$PRGNAM.SlackBuild -cat $CWD/README > $PKG/usr/doc/$PKGNAM-$VERSION/README - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG - -# equivalent to do this in the very beginning but much more faster -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 {} \; - -/sbin/makepkg -l y -c n $OUTPUT/$PKGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/development/qt-doc/qt-doc.info b/development/qt-doc/qt-doc.info deleted file mode 100644 index 156815f1dc..0000000000 --- a/development/qt-doc/qt-doc.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="qt-doc" -VERSION="4.7.0" -HOMEPAGE="http://qt.nokia.com" -DOWNLOAD="ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.0.tar.gz" -MD5SUM="3a2f25b9b115037277f4fb759194a7a5" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Grissiom" -EMAIL="chaos.proton@gmail.com" diff --git a/development/qt-doc/slack-desc b/development/qt-doc/slack-desc deleted file mode 100644 index 2ef09445c1..0000000000 --- a/development/qt-doc/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------------------------------------------------------| -qt-doc: qt-doc (Documentation for Qt4) -qt-doc: -qt-doc: As the official qt-copy package doesn't have documents, this package -qt-doc: will provide the Documents(API references, Tutorials, etc.) for -qt-doc: development help. -qt-doc: -qt-doc: -qt-doc: -qt-doc: -qt-doc: -qt-doc: |