void-packages/srcpkgs/yakuake/template

26 lines
1.1 KiB
Bash

# Template file for 'yakuake'
pkgname=yakuake
version=24.05.1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
hostmakedepends="extra-cmake-modules kf6-kconfig kf6-kcoreaddons qt6-tools gettext
qt6-base"
makedepends="kf6-knewstuff-devel kf6-knotifyconfig-devel kf6-kparts-devel
qt6-base-private-devel
$(vopt_if wayland kf6-kwayland-devel) kf6-kstatusnotifieritem-devel"
depends="konsole"
short_desc="Drop-down terminal emulator based on KDE konsole technology"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-only, GFDL-1.2-only"
homepage="https://kde.org/applications/system/org.kde.yakuake"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#yakuake"
distfiles="${KDE_SITE}/release-service/${version}/src/yakuake-${version}.tar.xz"
checksum=0e070ff148a28cdd94a54bf2437af753c04e35a75963b0bff7a06da07967230d
build_options="wayland"
build_options_default="wayland"