mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
New package: breeze-qt5-6.0.4
This commit is contained in:
parent
c8e7e36d06
commit
a8047ca024
2 changed files with 26 additions and 0 deletions
25
srcpkgs/breeze-qt5/template
Normal file
25
srcpkgs/breeze-qt5/template
Normal 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
|
||||
}
|
1
srcpkgs/breeze-qt5/update
Normal file
1
srcpkgs/breeze-qt5/update
Normal file
|
@ -0,0 +1 @@
|
|||
pkgname=${pkgname%-qt5}
|
Loading…
Add table
Reference in a new issue