Files
horizon-packages/srcpkgs/oxygen-qt5/template
T
2026-08-14 21:45:11 +02:00

27 lines
868 B
Bash

# Template file for 'oxygen-qt5'
# group=kde-plasma
pkgname=oxygen-qt5
version=6.7.4
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DBUILD_QT6=OFF"
hostmakedepends="extra-cmake-modules pkg-config qt5-devel qt5-qmake kconfig
gettext kcoreaddons"
makedepends="frameworkintegration-devel kwayland-devel kcmutils-devel kdoctools"
# For files in /usr/share
depends="oxygen-qt6"
short_desc="Oxygen visual style for the Plasma Desktop"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later, GPL-2.0-or-later"
homepage="https://invent.kde.org/plasma/oxygen"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname%-qt5}-${version}.tar.xz"
checksum=9e64ac80a01ed904110b88232e509c7ae920d6d8b1202880ff557e5c621919af
# stage builds
makedepends+=" kde-plasma-base"
shlib_requires="KDE_Plasma.${version}"
post_install() {
rm -rf ${DESTDIR}/usr/share
}