void-packages/srcpkgs/yakuake/template

26 lines
1.1 KiB
Bash

# Template file for 'yakuake'
pkgname=yakuake
version=24.08.0
revision=1
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=f6156119a4be8b7d07a7ac9bf2427e4d6d8620225a7e0b21c5ddef71e462ce6d
build_options="wayland"
build_options_default="wayland"