diff --git a/srcpkgs/plasma-wayland-protocols/template b/srcpkgs/plasma-wayland-protocols/template index 3da7f4e5c2b..40245850283 100644 --- a/srcpkgs/plasma-wayland-protocols/template +++ b/srcpkgs/plasma-wayland-protocols/template @@ -1,7 +1,7 @@ # Template file for 'plasma-wayland-protocols' pkgname=plasma-wayland-protocols version=1.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules" short_desc="Plasma Specific Protocols for Wayland" @@ -10,3 +10,8 @@ license="GPL-3.0-or-later" homepage="https://invent.kde.org/libraries/plasma-wayland-protocols" distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz" checksum=69c0fac42ccecaa78388f54725de493cad7ac798d85802225013c3e1fb7ee62b + +post_install() { + vsed -e '/NOT CMAKE_SIZEOF_VOID_P STREQUAL/,+5d' \ + -i ${DESTDIR}/usr/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfigVersion.cmake +}