Switch to new package format

This commit is contained in:
2026-06-10 09:54:54 +03:00
parent 019c148ec5
commit ee6d4bffa9
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
name: wlroots-0.19
description: A modular Wayland compositor library
version: 0.19.3
revision: 1
revision: 2
url: https://gitlab.freedesktop.org/wlroots/wlroots
license: MIT
maintainers:
@@ -9,26 +9,26 @@ maintainers:
architecture: any
type: source
depends:
- lcms2
- libdisplay-info
- libglvnd
- libinput
- libudev
- libxcb
- libxkbcommon
- lcms2
- mesa
- opengl-driver
- pixman
- seatd
- udev
- vulkan-loader
- wayland
- 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
+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