Browse Source
libraries/qt6gtk2: Updated for version 0.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
isaackwy
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
libraries/qt6gtk2/qt6gtk2.SlackBuild
-
libraries/qt6gtk2/qt6gtk2.info
|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# Slackware build script for qt5gtk2 |
|
|
|
# Slackware build script for qt6gtk2 |
|
|
|
|
|
|
|
# Copyright 2024 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# All rights reserved. |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=qt6gtk2 |
|
|
|
VERSION=${VERSION:-0.2} |
|
|
|
VERSION=${VERSION:-0.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="qt6gtk2" |
|
|
|
VERSION="0.2" |
|
|
|
VERSION="0.3" |
|
|
|
HOMEPAGE="https://github.com/trialuser02/qt6gtk2" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://github.com/trialuser02/qt6gtk2/releases/download/0.2/qt6gtk2-0.2.tar.xz" |
|
|
|
MD5SUM_x86_64="67c6430bf425bbf1ba3a07b349265a5d" |
|
|
|
DOWNLOAD_x86_64="https://github.com/trialuser02/qt6gtk2/releases/download/0.3/qt6gtk2-0.3.tar.xz" |
|
|
|
MD5SUM_x86_64="6b91d694ea3383d59a64b2b09a3dce0e" |
|
|
|
REQUIRES="qt6" |
|
|
|
MAINTAINER="Isaac Yu" |
|
|
|
EMAIL="isaacyu@protonmail.com" |