mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
18 lines
695 B
Bash
18 lines
695 B
Bash
# Template file for 'plasma-wayland-protocols'
|
|
pkgname=plasma-wayland-protocols
|
|
version=1.16.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules wayland-devel"
|
|
makedepends="wayland-devel"
|
|
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=da3fbbe3fa5603f9dc9aabe948a6fc8c3b451edd1958138628e96c83649c1f16
|
|
|
|
post_install() {
|
|
vsed -e '/NOT CMAKE_SIZEOF_VOID_P STREQUAL/,+5d' \
|
|
-i ${DESTDIR}/usr/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfigVersion.cmake
|
|
}
|