diff options
author | John <me@johnnynator.dev> | 2024-12-25 22:16:18 +0000 |
---|---|---|
committer | John <me@johnnynator.dev> | 2024-12-27 14:31:07 +0000 |
commit | 2f492c66dd3ee79c340e60040cb331c8d5bfc96d (patch) | |
tree | fdb5aabd07a31b098155a45f800c2405ca48723f /srcpkgs/plasma-wayland-protocols/template | |
parent | 4ff076d28751a53997d9428672d41c067234b9e8 (diff) | |
download | void-packages-2f492c66dd3ee79c340e60040cb331c8d5bfc96d.tar void-packages-2f492c66dd3ee79c340e60040cb331c8d5bfc96d.tar.gz void-packages-2f492c66dd3ee79c340e60040cb331c8d5bfc96d.tar.bz2 void-packages-2f492c66dd3ee79c340e60040cb331c8d5bfc96d.tar.lz void-packages-2f492c66dd3ee79c340e60040cb331c8d5bfc96d.tar.xz void-packages-2f492c66dd3ee79c340e60040cb331c8d5bfc96d.tar.zst void-packages-2f492c66dd3ee79c340e60040cb331c8d5bfc96d.zip |
plasma-wayland-protocols: update to 1.15.0.
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/plasma-wayland-protocols/template | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/srcpkgs/plasma-wayland-protocols/template b/srcpkgs/plasma-wayland-protocols/template index f31a3de1c3b..d3ea192a322 100644 --- a/srcpkgs/plasma-wayland-protocols/template +++ b/srcpkgs/plasma-wayland-protocols/template @@ -1,15 +1,16 @@ # Template file for 'plasma-wayland-protocols' pkgname=plasma-wayland-protocols -version=1.14.0 +version=1.15.0 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules" +hostmakedepends="extra-cmake-modules wayland-devel" +makedepends="wayland-devel" short_desc="Plasma Specific Protocols for Wayland" maintainer="John <me@johnnynator.dev>" license="GPL-3.0-or-later" homepage="https://invent.kde.org/libraries/plasma-wayland-protocols" distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=1a4385ecfc79f7589f07381cab11c3ff51f6e2fa4b73b78600d6ad096394bf81 +checksum=e5aedfe7c0b2443aa67882b4792d08814570e00dd82f719a35c922a0993f621e post_install() { vsed -e '/NOT CMAKE_SIZEOF_VOID_P STREQUAL/,+5d' \ |