2020-05-20 12:28:52 +02:00
|
|
|
# Template file for 'plasma-wayland-protocols'
|
|
|
|
pkgname=plasma-wayland-protocols
|
2020-07-31 11:50:01 +02:00
|
|
|
version=1.1.1
|
2020-07-31 11:30:50 +02:00
|
|
|
revision=1
|
2020-05-20 12:28:52 +02:00
|
|
|
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"
|
2020-07-31 11:50:01 +02:00
|
|
|
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
|
|
checksum=c5493383d115171c3435ea9a21b3966860632a844544ffac8f54890436a51d38
|
2020-06-10 12:16:47 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vsed -e '/NOT CMAKE_SIZEOF_VOID_P STREQUAL/,+5d' \
|
|
|
|
-i ${DESTDIR}/usr/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfigVersion.cmake
|
|
|
|
}
|