mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
yakuake: update to 24.02.2.
This commit is contained in:
parent
95e366d33f
commit
f9c4798fb4
1 changed files with 10 additions and 5 deletions
|
@ -1,11 +1,16 @@
|
||||||
# Template file for 'yakuake'
|
# Template file for 'yakuake'
|
||||||
pkgname=yakuake
|
pkgname=yakuake
|
||||||
version=23.08.5
|
version=24.02.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules kconfig kcoreaddons qt5-host-tools qt5-qmake gettext"
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
makedepends="knewstuff-devel knotifyconfig-devel kparts-devel
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
|
||||||
$(vopt_if wayland kwayland-devel)"
|
-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
|
||||||
|
$(vopt_if wayland kf6-kwayland-devel) kf6-kstatusnotifieritem-devel"
|
||||||
depends="konsole"
|
depends="konsole"
|
||||||
short_desc="Drop-down terminal emulator based on KDE konsole technology"
|
short_desc="Drop-down terminal emulator based on KDE konsole technology"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
@ -13,7 +18,7 @@ license="GPL-2.0-only, GFDL-1.2-only"
|
||||||
homepage="https://kde.org/applications/system/org.kde.yakuake"
|
homepage="https://kde.org/applications/system/org.kde.yakuake"
|
||||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#yakuake"
|
changelog="https://kde.org/announcements/changelogs/gear/${version}/#yakuake"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/yakuake-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/yakuake-${version}.tar.xz"
|
||||||
checksum=4c595894530a2c5248311e44fa50733245891667b6b2ebb33af2162db3a1eb24
|
checksum=e45ee0d05f22543fd4565e42e8cb20b5020862d7bba6f33e645007fc60d64659
|
||||||
|
|
||||||
build_options="wayland"
|
build_options="wayland"
|
||||||
build_options_default="wayland"
|
build_options_default="wayland"
|
||||||
|
|
Loading…
Add table
Reference in a new issue