Switch to new package format

This commit is contained in:
2026-06-10 09:50:54 +03:00
parent 194200c312
commit 0282b0f66d
2 changed files with 10 additions and 9 deletions
+9 -8
View File
@@ -1,7 +1,7 @@
name: wlroots
description: A modular Wayland compositor library
version: 0.20.1
revision: 1
revision: 2
url: https://gitlab.freedesktop.org/wlroots/wlroots
license: MIT
maintainers:
@@ -9,28 +9,29 @@ maintainers:
architecture: any
type: source
depends:
- glibc
- lcms2
- libdisplay-info
- libdrm
- libglvnd
- libinput
- libudev
- libxcb
- libxkbcommon
- lcms2
- mesa
- opengl-driver
- pixman
- seatd
- udev
- vulkan-loader
- wayland
- wayland-protocols
- xcb-util-errors
- xcb-util-renderutil
- xcb-util-wm
optional_depends:
- xorg-xwayland
- xorg-xwayland:For Xwayland support
make_depends:
- glslang
- meson
- ninja
- vulkan-headers
- wayland-protocols
- xorg-xwayland
downloads:
- url: https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/${BPM_PKG_VERSION}/wlroots-${BPM_PKG_VERSION}.tar.gz
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT