summaryrefslogtreecommitdiffstats
path: root/network/rekonq
diff options
context:
space:
mode:
Diffstat (limited to 'network/rekonq')
-rw-r--r--network/rekonq/README1
-rw-r--r--network/rekonq/doinst.sh9
-rw-r--r--network/rekonq/rekonq.SlackBuild77
-rw-r--r--network/rekonq/rekonq.info10
-rw-r--r--network/rekonq/slack-desc19
5 files changed, 0 insertions, 116 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 3fbcbc83b6..0000000000
--- a/network/rekonq/rekonq.SlackBuild
+++ /dev/null
@@ -1,77 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for "rekonq"
-
-# Written by Branko Grubic <branko.grubic@gmail.com>
-
-PRGNAM=rekonq
-VERSION=${VERSION:-2.4.2}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-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:-tgz}
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: