Browse Source
libraries/qt6gtk2: Update for 0.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
Isaac Yu
4 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
7 deletions
-
libraries/qt6gtk2/qt6gtk2.SlackBuild
-
libraries/qt6gtk2/qt6gtk2.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for qt6gtk2 |
|
|
|
|
|
|
|
# Copyright 2024 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# Copyright 2024-2025 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=qt6gtk2 |
|
|
|
VERSION=${VERSION:-0.3} |
|
|
|
VERSION=${VERSION:-0.4} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -67,7 +67,7 @@ rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $PRGNAM-$VERSION |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="qt6gtk2" |
|
|
|
VERSION="0.3" |
|
|
|
HOMEPAGE="https://github.com/trialuser02/qt6gtk2" |
|
|
|
VERSION="0.4" |
|
|
|
HOMEPAGE="https://www.opencode.net/trialuser/qt6gtk2" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://github.com/trialuser02/qt6gtk2/releases/download/0.3/qt6gtk2-0.3.tar.xz" |
|
|
|
MD5SUM_x86_64="6b91d694ea3383d59a64b2b09a3dce0e" |
|
|
|
DOWNLOAD_x86_64="https://www.opencode.net/trialuser/qt6gtk2/-/archive/0.4/qt6gtk2-0.4.tar.gz" |
|
|
|
MD5SUM_x86_64="0b204014aff820eeb9a4051a86626c6d" |
|
|
|
REQUIRES="qt6" |
|
|
|
MAINTAINER="Isaac Yu" |
|
|
|
EMAIL="isaacyu@protonmail.com" |