diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-02 16:07:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-03 15:56:43 +0700 |
commit | 8825b64bb78b4b0ca1ede23aa91420e32c6511fd (patch) | |
tree | 2344893db4622ff61a21e9e4aafdad163305a0d6 /network/rekonq | |
parent | 36c307b63ef60953600304212c2ccff71a83de09 (diff) | |
download | slackbuilds-8825b64bb78b4b0ca1ede23aa91420e32c6511fd.tar.gz |
network/rekonq: Removed (KDE4 app).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/rekonq')
-rw-r--r-- | network/rekonq/README | 1 | ||||
-rw-r--r-- | network/rekonq/doinst.sh | 9 | ||||
-rw-r--r-- | network/rekonq/rekonq.SlackBuild | 87 | ||||
-rw-r--r-- | network/rekonq/rekonq.info | 10 | ||||
-rw-r--r-- | network/rekonq/slack-desc | 19 |
5 files changed, 0 insertions, 126 deletions
diff --git a/network/rekonq/README b/network/rekonq/README deleted file mode 100644 index 372769c8ec..0000000000 --- a/network/rekonq/README +++ /dev/null @@ -1 +0,0 @@ -rekonq is a KDE browser based on Webkit. diff --git a/network/rekonq/doinst.sh b/network/rekonq/doinst.sh deleted file mode 100644 index 65c7e2eeb9..0000000000 --- a/network/rekonq/doinst.sh +++ /dev/null @@ -1,9 +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 [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi diff --git a/network/rekonq/rekonq.SlackBuild b/network/rekonq/rekonq.SlackBuild deleted file mode 100644 index 92de69bb18..0000000000 --- a/network/rekonq/rekonq.SlackBuild +++ /dev/null @@ -1,87 +0,0 @@ -#!/bin/bash - -# Slackware build script for "rekonq" - -# Written by Branko Grubic <branko.grubic@gmail.com> - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=rekonq -VERSION=${VERSION:-2.4.2} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -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.?z* -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -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 {} \; - -mkdir -p build -cd build - cmake .. \ - -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS" \ - -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_SUFFIX=${LIBDIRSUFFIX} \ - -DCMAKE_BUILD_TYPE=Release - make - make install DESTDIR=$PKG -cd .. - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $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 -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/network/rekonq/rekonq.info b/network/rekonq/rekonq.info deleted file mode 100644 index b52f6d82b1..0000000000 --- a/network/rekonq/rekonq.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="rekonq" -VERSION="2.4.2" -HOMEPAGE="https://rekonq.kde.org/" -DOWNLOAD="https://downloads.sourceforge.net/rekonq/rekonq-2.4.2.tar.xz" -MD5SUM="5d2a5ce7817813f68144203c14419669" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Branko Grubic" -EMAIL="branko.grubic@gmail.com" diff --git a/network/rekonq/slack-desc b/network/rekonq/slack-desc deleted file mode 100644 index b418873c95..0000000000 --- a/network/rekonq/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------------------------------------------------------| -rekonq: rekonq (KDE browser based on Webkit) -rekonq: -rekonq: rekonq is a KDE browser based on Webkit. Its code is based on -rekonq: Nokia QtDemoBrowser, just like Arora. Its implementation is going -rekonq: to embrace KDE technologies to have a full-featured KDE web browser. -rekonq: -rekonq: -rekonq: -rekonq: -rekonq: -rekonq: |