New package: qt6ct-0.5
This commit is contained in:
parent
76ece037d7
commit
10874b0b38
2 changed files with 26 additions and 0 deletions
6
srcpkgs/qt6ct/files/qt6ct.sh
Normal file
6
srcpkgs/qt6ct/files/qt6ct.sh
Normal 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
20
srcpkgs/qt6ct/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue