feat(project): configure
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-23 20:22:57 +02:00
parent 05981084c9
commit 5d389265c3
7 changed files with 37 additions and 26 deletions

View file

@ -1,6 +1,17 @@
# Template for external project package building
# Unofficial dpkg xwayland-satellite build from main branch
- git submodule add <https://repo.example.com/external/repo.git> upstream
- Makefile: change package name & compile / dpkg target instructions
- Dockerfile.builder: required deb packages / base image
- deb-package/DEBIAN/control: Package name, depends, conflict & description
xwayland-satellite xwayland-satellite grants rootless Xwayland integration to
any Wayland compositor implementing xdg_wm_base and viewporter:
- <https://github.com/Supreeeme/xwayland-satellite>
All credit to Supreeeme and other contributors of this fantastic project!
This repo provide semi-automatic build of main branch to ubuntu 24.04 (noble)
dpkg package:
<https://forge.e5150.fr/ext/xwayland-satellite>
License file in this repo only apply to build & packaging step files,
xwayland-satellite is licensed as Mozilla Public License Version 2.0, see
upstream project for details.