summaryrefslogtreecommitdiffstats
path: root/desktop/razorqt
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-12-28 12:54:53 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-31 08:22:26 +0700
commit41bdff8dc06936155f84a664c833875600b2e36f (patch)
treef44c900f92f84d9e185d2e24c18704d18b3219c2 /desktop/razorqt
parent7f14d6cbaecf388cf093fa6bf14b8023dcd720ff (diff)
downloadslackbuilds-41bdff8dc06936155f84a664c833875600b2e36f.tar.gz
slackbuilds-41bdff8dc06936155f84a664c833875600b2e36f.tar.xz
desktop/razorqt: Noted obsolescence, cleanups
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/razorqt')
-rw-r--r--desktop/razorqt/README4
-rw-r--r--desktop/razorqt/razorqt.SlackBuild6
2 files changed, 7 insertions, 3 deletions
diff --git a/desktop/razorqt/README b/desktop/razorqt/README
index 8711f97195..38bea80b47 100644
--- a/desktop/razorqt/README
+++ b/desktop/razorqt/README
@@ -7,3 +7,7 @@ Razorqt does not include a window manager. While it can use fvwm2 or
kwin (included with Slackware), openbox is most often used by the
upstream developers (and the one found most appealing here), so it is
strongly recommended.
+
+*NOTE*
+This has been superseded by LXQt since some years and it's not
+maintained anymore.
diff --git a/desktop/razorqt/razorqt.SlackBuild b/desktop/razorqt/razorqt.SlackBuild
index 30374869f2..cec93fd1ba 100644
--- a/desktop/razorqt/razorqt.SlackBuild
+++ b/desktop/razorqt/razorqt.SlackBuild
@@ -35,7 +35,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -46,8 +46,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"