New package: breeze-qt5-6.0.4

This commit is contained in:
John 2024-03-03 19:29:27 +01:00 committed by Đoàn Trần Công Danh
parent c8e7e36d06
commit a8047ca024
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,25 @@
# Template file for 'breeze-qt5'
pkgname=breeze-qt5
version=6.0.4
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DBUILD_QT6=OFF"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools
gettext kcmutils-devel kpackage-devel kconfig-devel kcoreaddons-devel"
makedepends="frameworkintegration-devel kcmutils-devel fftw-devel plasma-framework-devel"
depends="breeze-icons frameworkintegration"
short_desc="Breeze visual style for the Plasma Desktop"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later"
homepage="https://invent.kde.org/plasma/breeze"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname%-qt5}-${version}.tar.xz"
checksum=911979889191395c333219e09090208c658f943b9953e420fc629242fd5e5c76
replaces="breeze<6.0.0_1"
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi
post_install() {
rm -rf ${DESTDIR}/usr/share
}

View file

@ -0,0 +1 @@
pkgname=${pkgname%-qt5}