New package: kf6-kwayland-6.0.4
This commit is contained in:
parent
7aa3fd766e
commit
902a8a4dc8
|
@ -2863,6 +2863,7 @@ libjbig85.so.0 jbigkit-libs-2.1_2
|
|||
libskk.so.0 libskk-1.0.2_1
|
||||
libKF5WaylandServer.so.5 kwayland-5.26.0_1
|
||||
libKF5WaylandClient.so.5 kwayland-5.26.0_1
|
||||
libKWaylandClient.so.6 kf6-kwayland-6.0.0_1
|
||||
libKF5IdleTime.so.5 kidletime-5.26.0_1
|
||||
libKF5Archive.so.5 karchive-5.26.0_1
|
||||
libKF5Codecs.so.5 kcodecs-5.26.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kwayland
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'kf6-kwayland'
|
||||
pkgname=kf6-kwayland
|
||||
version=6.0.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="kf6-kcoreaddons pkg-config extra-cmake-modules qt6-tools qt6-base
|
||||
wayland-devel"
|
||||
makedepends="qt6-tools-devel MesaLib-devel wayland-devel wayland-protocols qt6-wayland-devel
|
||||
libxkbcommon-devel plasma-wayland-protocols"
|
||||
short_desc="Qt-style client and server library wrapper for Wayland libraries"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/plasma/kwayland"
|
||||
distfiles="${KDE_SITE}/plasma/${version}/kwayland-${version}.tar.xz"
|
||||
checksum=42432e2644c4b997854e9ff48fa7fae5f6cc5117a96f23c60b5b1cf2b82be77a
|
||||
|
||||
kf6-kwayland-devel_package() {
|
||||
short_desc+=" - development"
|
||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue