diff options
Diffstat (limited to 'development/pgmodeler/pgmodeler.SlackBuild')
-rw-r--r-- | development/pgmodeler/pgmodeler.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/pgmodeler/pgmodeler.SlackBuild b/development/pgmodeler/pgmodeler.SlackBuild index bc81a3920b..ef7fd8a314 100644 --- a/development/pgmodeler/pgmodeler.SlackBuild +++ b/development/pgmodeler/pgmodeler.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pgmodeler -VERSION=${VERSION:-1.1.4} +VERSION=${VERSION:-1.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 @@ -79,7 +76,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -qmake-qt6 \ +# source manually +. /etc/profile.d/qt6.sh + +qmake6 \ QMAKE_CFLAGS+="$SLKCFLAGS" \ QMAKE_CXXFLAGS+="$SLKCFLAGS" \ PREFIX=/usr \ |