22 lines
802 B
Bash
22 lines
802 B
Bash
# Template file for 'breeze'
|
|
pkgname=breeze
|
|
version=5.13.4
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons
|
|
kpackage"
|
|
makedepends="frameworkintegration-devel kcmutils-devel kdecoration-devel
|
|
plasma-framework-devel"
|
|
depends="breeze-icons frameworkintegration"
|
|
short_desc="Breeze visual style for the Plasma Desktop"
|
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://projects.kde.org/projects/plasma/breeze"
|
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=04e157d3468a85190cb7c8acff09c382830d9c15fc53200394359d393f6aaccf
|
|
nocross=yes
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
|
fi
|