New package: qt6ct-0.5

This commit is contained in:
Adam Pschorr 2022-03-21 12:19:12 -06:00 committed by Toyam Cox
parent 76ece037d7
commit 10874b0b38
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env sh
export QT_QPA_PLATFORMTHEME=qt5ct
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export QT_QPA_PLATFORM=wayland
fi

20
srcpkgs/qt6ct/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'qt6ct'
pkgname=qt6ct
version=0.5
revision=1
build_style=cmake
configure_args="-DQT_HOST_PATH=/usr"
hostmakedepends="qt6-tools-devel"
makedepends="qt6-base-devel"
depends="qt6-base qt6-svg"
short_desc="Qt6 Configuration Tool"
maintainer="Adam Pschorr <adampschorr13@aol.com>"
license="BSD-2-Clause"
homepage="https://github.com/trialuser02/qt6ct"
distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
post_install() {
vlicense COPYING
vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
}