void-packages/srcpkgs/oxygen-qt5/template

22 lines
762 B
Bash

# Template file for 'oxygen-qt5'
pkgname=oxygen-qt5
version=6.1.1
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=bf719787152c334a82f8e7c2e0b7aa1a12c4128e95011307026f147b8fdb82d0
post_install() {
rm -rf ${DESTDIR}/usr/share
}