From ee6d4bffa994058526b747f4abd2ac44ef87f318 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 10 Jun 2026 09:54:54 +0300 Subject: [PATCH] Switch to new package format --- pkg.info => info.yml | 12 ++++++------ source.sh => recipe.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename pkg.info => info.yml (89%) rename source.sh => recipe.sh (92%) diff --git a/pkg.info b/info.yml similarity index 89% rename from pkg.info rename to info.yml index c292b3c..aee8c61 100644 --- a/pkg.info +++ b/info.yml @@ -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 diff --git a/source.sh b/recipe.sh similarity index 92% rename from source.sh rename to recipe.sh index 2426513..6beba93 100644 --- a/source.sh +++ b/recipe.sh @@ -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