vp-build/srcpkgs/plasma-wayland-protocols/template

18 lines
652 B
Bash

# Template file for 'plasma-wayland-protocols'
pkgname=plasma-wayland-protocols
version=1.6.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules"
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=b74ffac969ef067e47180e748a67a3a1816b7157ff4ea620ed4432f59b70f01f
post_install() {
vsed -e '/NOT CMAKE_SIZEOF_VOID_P STREQUAL/,+5d' \
-i ${DESTDIR}/usr/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfigVersion.cmake
}