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 name: wlroots-0.19
description: A modular Wayland compositor library description: A modular Wayland compositor library
version: 0.19.3 version: 0.19.3
revision: 1 revision: 2
url: https://gitlab.freedesktop.org/wlroots/wlroots url: https://gitlab.freedesktop.org/wlroots/wlroots
license: MIT license: MIT
maintainers: maintainers:
@@ -9,26 +9,26 @@ maintainers:
architecture: any architecture: any
type: source type: source
depends: depends:
- lcms2
- libdisplay-info - libdisplay-info
- libglvnd - libglvnd
- libinput - libinput
- libudev
- libxcb - libxcb
- libxkbcommon - libxkbcommon
- lcms2 - opengl-driver
- mesa - pixman
- seatd - seatd
- udev
- vulkan-loader - vulkan-loader
- wayland - wayland
- xcb-util-errors - xcb-util-errors
- xcb-util-renderutil - xcb-util-renderutil
- xcb-util-wm - xcb-util-wm
optional_depends: optional_depends:
- xorg-xwayland - xorg-xwayland:For Xwayland support
make_depends: make_depends:
- glslang - glslang
- meson - meson
- ninja
- vulkan-headers - vulkan-headers
- wayland-protocols - wayland-protocols
- xorg-xwayland - 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 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 # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT