Skip to content

Commit

Permalink
New package: qt6ct-0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CabrioletDiskette committed Mar 21, 2022
1 parent 4a44c2f commit 233cfc6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
NOTE: You may have to logout and log back in or reboot to apply qt6ct
theme environment variables properly
6 changes: 6 additions & 0 deletions srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
#!/usr/bin/env sh

export QT_QPA_PLATFORMTHEME=qt6ct
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export QT_QPA_PLATFORM=wayland
fi
18 changes: 18 additions & 0 deletions srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
# Template file for 'qt6ct'
pkgname=qt6ct
version=0.5
revision=1
build_style=cmake
hostmakedepends="qt6-tools-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
}

0 comments on commit 233cfc6

Please sign in to comment.