mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
New package: wlroots0.19-0.19.0
This commit is contained in:
parent
04f8f194bf
commit
c1b9234c2a
4 changed files with 39 additions and 0 deletions
|
@ -3619,6 +3619,7 @@ libpantheon-files-core.so.6 libio.elementary.files-6.0.0_1
|
|||
libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
|
||||
libwlroots.so.12 wlroots0.17-0.17.0_1
|
||||
libwlroots-0.18.so wlroots0.18-0.18.0_1
|
||||
libwlroots-0.19.so wlroots0.19-0.19.0_1
|
||||
libbaseencode.so.1 libbaseencode-1.0.9_1
|
||||
libcotp.so.3 libcotp-3.0.0_1
|
||||
libunarr.so.1 libunarr-1.0.1_1
|
||||
|
|
1
srcpkgs/wlroots0.19-devel
Symbolic link
1
srcpkgs/wlroots0.19-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
wlroots0.19
|
36
srcpkgs/wlroots0.19/template
Normal file
36
srcpkgs/wlroots0.19/template
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Template file for 'wlroots0.19'
|
||||
pkgname=wlroots0.19
|
||||
version=0.19.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
# Follow upstream packaging recommendations:
|
||||
# https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Packaging-recommendations
|
||||
configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
|
||||
-Db_ndebug=false"
|
||||
hostmakedepends="pkg-config wayland-devel glslang hwids"
|
||||
_devel_depends="lcms2-devel libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel
|
||||
libdrm-devel libinput-devel libxkbcommon-devel pixman-devel wayland-devel
|
||||
wayland-protocols vulkan-loader-devel xcb-util-errors-devel
|
||||
xcb-util-wm-devel xcb-util-renderutil-devel libdisplay-info-devel libliftoff-devel"
|
||||
makedepends="${_devel_depends}
|
||||
libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
|
||||
xcb-util-keysyms-devel xcb-util-xrm-devel xorg-server-xwayland"
|
||||
short_desc="Modular Wayland compositor library ${pkgname#wlroots}"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
|
||||
distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
|
||||
checksum=aefb0fe2633b0aad1d66123b2f41afab004fb625e2a7790492cdd39a805cac91
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
wlroots0.19-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
1
srcpkgs/wlroots0.19/update
Normal file
1
srcpkgs/wlroots0.19/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern="/wlroots-\K0\.19\.[\d.]+(?=\.tar\.gz)"
|
Loading…
Add table
Reference in a new issue