aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/plasma-wayland-protocols/template
blob: 3055089be2b10fead1c283fd137e954d9ac93a37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Template file for 'plasma-wayland-protocols'
pkgname=plasma-wayland-protocols
version=1.12.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=1483bfd279cb913c83579b5d71c58f9958764f9ba4303b3647e1007cb70d4f9e

post_install() {
	vsed -e '/NOT CMAKE_SIZEOF_VOID_P STREQUAL/,+5d' \
		-i ${DESTDIR}/usr/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfigVersion.cmake
}