-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa80d9d
commit 61a6fc1
Showing
3 changed files
with
275 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
id: scenefx | ||
version: 0.1 | ||
about: A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects | ||
|
||
depends: | ||
- components/libdrm.yml | ||
- components/libglvnd.yml | ||
- components/pixman.yml | ||
- components/wlroots.yml | ||
|
||
build-depends: | ||
- components/glslang.yml | ||
- components/meson.yml | ||
- components/ninja.yml | ||
- components/wayland-protocols.yml | ||
|
||
sources: | ||
- scenefx-%{version}.tar.gz::https://github.com/wlrfx/scenefx/archive/refs/tags/%{version}.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
id: swayfx | ||
version: 0.4 | ||
about: Sway, but with eye candy! | ||
|
||
pre-script: |- | ||
sed -i "s/branch \\\'@1@\\\'/rlxos/g" meson.build | ||
post-script: |- | ||
install -v -D -m 0644 /dev/stdin %{install-root}%{sysconfdir}/sway/config.d/50-systemd-user.conf << "EOF" | ||
exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway | ||
exec systemctl --user import-environment DISPLAY \ | ||
SWAYSOCK \ | ||
WAYLAND_DISPLAY \ | ||
XDG_CURRENT_DESKTOP | ||
exec hash dbus-update-activation-environment 2>/dev/null && \ | ||
dbus-update-activation-environment --systemd DISPLAY \ | ||
SWAYSOCK \ | ||
XDG_CURRENT_DESKTOP=sway \ | ||
WAYLAND_DISPLAY | ||
EOF | ||
install -v -D -m 0644 /dev/stdin %{install-root}%{datadir}/xdg-desktop-portal/sway-portals.conf << "EOF" | ||
[preferred] | ||
default=gtk | ||
org.freedesktop.impl.portal.ScreenCast=wlr | ||
org.freedesktop.impl.portal.Screenshot=wlr | ||
EOF | ||
install -v -D -m 0644 LICENSE -t %{install-root}%{datadir}/doc/%{id}/ | ||
configure: >- | ||
-D sd-bus-provider=libsystemd | ||
-D werror=false | ||
-D b_ndebug=true | ||
depends: | ||
- components/cairo.yml | ||
- components/gdk-pixbuf.yml | ||
- components/libevdev.yml | ||
- components/libinput.yml | ||
- components/json-c.yml | ||
- components/scenefx.yml | ||
- components/systemd.yml | ||
- components/wayland.yml | ||
- components/wlroots.yml | ||
- components/x11/libxcb.yml | ||
- components/x11/libxkbcommon.yml | ||
- components/pango.yml | ||
- components/pcre.yml | ||
- components/seatd.yml | ||
|
||
build-depends: | ||
- components/meson.yml | ||
- components/ninja.yml | ||
- components/scdoc.yml | ||
- components/setconf.yml | ||
- components/wayland-protocols.yml | ||
|
||
sources: | ||
- swayfx-%{version}.tar.gz::https://github.com/WillPower3309/swayfx/archive/refs/tags/%{version}.tar.gz |