Skip to content

Commit

Permalink
add: xwayland-satellite (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Oct 23, 2024
1 parent f7ff86b commit 4035a22
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
5 changes: 5 additions & 0 deletions anda/langs/rust/xwayland-satellite/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "xwayland-satellite.spec"
}
}
1 change: 1 addition & 0 deletions anda/langs/rust/xwayland-satellite/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rpm.version(gh("supreeeme/xwayland-satellite"));
32 changes: 32 additions & 0 deletions anda/langs/rust/xwayland-satellite/xwayland-satellite.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Name: xwayland-satellite
Version: 0.4
Release: 1%?dist
Summary: Xwayland outside your Wayland.
License: MPL-2.0
URL: https://github.com/supreeeme/xwayland-satellite
Source0: %url/archive/refs/tags/v%version.tar.gz
BuildRequires: anda-srpm-macros cargo-rpm-macros mold
BuildRequires: pkgconfig(xcb)
BuildRequires: xcb-util-cursor-devel
BuildRequires: clang-devel

%description
xwayland-satellite grants rootless Xwayland integration to any Wayland
compositor implementing xdg_wm_base. This is particularly useful for
compositors that (understandably) do not want to go through implementing
support for rootless Xwayland themselves.

%prep
%autosetup
%cargo_prep_online

%build
%cargo_build

%install
%cargo_install

%files
%doc README.md
%license LICENSE
%_bindir/xwayland-satellite

0 comments on commit 4035a22

Please sign in to comment.