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 name: wlroots
description: A modular Wayland compositor library description: A modular Wayland compositor library
version: 0.20.1 version: 0.20.1
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,28 +9,29 @@ maintainers:
architecture: any architecture: any
type: source type: source
depends: depends:
- glibc
- lcms2
- libdisplay-info - libdisplay-info
- libdrm
- libglvnd - libglvnd
- libinput - libinput
- libudev
- libxcb - libxcb
- libxkbcommon - opengl-driver
- lcms2 - pixman
- mesa
- seatd - seatd
- udev
- vulkan-loader - vulkan-loader
- wayland - wayland
- wayland-protocols
- 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
- xorg-xwayland - xorg-xwayland
downloads: downloads:
- url: https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/${BPM_PKG_VERSION}/wlroots-${BPM_PKG_VERSION}.tar.gz - 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 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