summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-11-21 01:52:08 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:08:56 +0100
commit31cbafab5437f3c911a7c0d0ecee325a4f7395a0 (patch)
tree651a6cfc896c559fc496401c4542655fd872c982
parentd5fbb22ef6de00d6eafa758b6435256838992f02 (diff)
downloadslackbuilds-31cbafab5437f3c911a7c0d0ecee325a4f7395a0.tar.gz
libraries/qt3: Install profiles scripts -x.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/qt3/README8
-rw-r--r--libraries/qt3/qt3.SlackBuild6
-rw-r--r--libraries/qt3/slack-desc2
3 files changed, 8 insertions, 8 deletions
diff --git a/libraries/qt3/README b/libraries/qt3/README
index e1afb37604..73584529aa 100644
--- a/libraries/qt3/README
+++ b/libraries/qt3/README
@@ -1,3 +1,5 @@
+qt3 (multi-platform C++ graphical user interface toolkit, version 3)
+
Qt is a complete and well-developed object-oriented framework for
developing graphical user interface (GUI) applications using C++.
@@ -7,6 +9,6 @@ you must have a professional license. Please see
http://qt.nokia.com/products/licensing for details on the licensing
options.
-This script builds the older qt3 library that coexists with the newer qt4
-library. It was adapted from the original version from Slackware 13.1 but
-uses the newer PNG and JPEG libraries.
+This script builds the older qt3 library, which coexists with newer
+versions of the library. It was adapted from the original version from
+Slackware 13.1 but uses the newer PNG and JPEG libraries.
diff --git a/libraries/qt3/qt3.SlackBuild b/libraries/qt3/qt3.SlackBuild
index 6868fc52df..5788ba542e 100644
--- a/libraries/qt3/qt3.SlackBuild
+++ b/libraries/qt3/qt3.SlackBuild
@@ -29,6 +29,7 @@
# This is based on the original SlackBuild from /extra/kde-compat in
# Slackware 13.1
+# 20211120 bkw: BUILD=2, install the profile scripts non-executable.
# 20200226 bkw: quit spamming /root, no change to package
# 20180209 bkw: fix download link, pkgs.fedoraproject.org is now toast.
# 20170324 bkw:
@@ -67,9 +68,6 @@ if [ -z "$ARCH" ]; then
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
@@ -199,7 +197,7 @@ cat $CWD/profile.d/qt.sh | sed -e "s#/lib#/lib${LIBDIRSUFFIX}#" \
> $PKG/etc/profile.d/qt.sh
cat $CWD/profile.d/qt.csh | sed -e "s#/lib#/lib${LIBDIRSUFFIX}#" \
> $PKG/etc/profile.d/qt.csh
-chmod 755 $PKG/etc/profile.d/*
+chmod 644 $PKG/etc/profile.d/*
# Strip binaries:
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/libraries/qt3/slack-desc b/libraries/qt3/slack-desc
index bde678d659..57972dc7d1 100644
--- a/libraries/qt3/slack-desc
+++ b/libraries/qt3/slack-desc
@@ -12,7 +12,7 @@ qt3: Qt is a complete and well-developed object-oriented framework for
qt3: developing graphical user interface (GUI) applications using C++.
qt3:
qt3: This release is free only for development of free software for the X
-qt3: Window System. If you use Qt for developing commercial or other
+qt3: Window System. If you use Qt for developing commercial or other
qt3: non-free software, you must have a professional license.
qt3:
qt3: