summaryrefslogtreecommitdiffstats
path: root/desktop/razorqt
diff options
context:
space:
mode:
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"