void-packages/srcpkgs/breeze/template
Érico Rolim a4a760f252 breeze-snow-cursor-theme: move from breeze-cursors to breeze.
This fixes the file conflicts between breeze-snow-cursor-theme and
breeze, without requiring any changes by the users who have any of these
packages installed.

Also:

- xlint fix in breeze-cursors
- remove unzip hostmakedep
2020-06-19 19:49:44 +02:00

30 lines
1 KiB
Bash

# Template file for 'breeze'
pkgname=breeze
version=5.19.1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons
gettext kpackage"
makedepends="frameworkintegration-devel kcmutils-devel kdecoration-devel
fftw-devel plasma-framework-devel"
depends="breeze-icons frameworkintegration breeze-snow-cursor-theme"
short_desc="Breeze visual style for the Plasma Desktop"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later"
homepage="https://projects.kde.org/projects/plasma/breeze"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=b93d34c0d2b7a47440c0c324e0dacd23cfa82cba2929d568cc9091910bb1ce6e
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi
breeze-snow-cursor-theme_package() {
short_desc="Breeze Snow cursor theme"
archs=noarch
pkg_install() {
vmove usr/share/icons/Breeze_Snow
}
}