18 lines
652 B
Bash
18 lines
652 B
Bash
# Template file for 'plasma-wayland-protocols'
|
|
pkgname=plasma-wayland-protocols
|
|
version=1.1.1
|
|
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=c5493383d115171c3435ea9a21b3966860632a844544ffac8f54890436a51d38
|
|
|
|
post_install() {
|
|
vsed -e '/NOT CMAKE_SIZEOF_VOID_P STREQUAL/,+5d' \
|
|
-i ${DESTDIR}/usr/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfigVersion.cmake
|
|
}
|