mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
* Add conf file to fix portals for SwayFX
* Bump release version
(cherry picked from commit f74271b7b0)
Co-authored-by: Atmois <130537361+Atmois@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[preferred]
|
||||
# Use xdg-desktop-portal-gtk for every portal interface...
|
||||
default=gtk
|
||||
# ... except for the ScreenCast, Screenshot and Secret
|
||||
org.freedesktop.impl.portal.ScreenCast=wlr
|
||||
org.freedesktop.impl.portal.Screenshot=wlr
|
||||
org.freedesktop.impl.portal.Secret=gnome-keyring
|
||||
# https://github.com/flatpak/xdg-desktop-portal-gtk/issues/465
|
||||
org.freedesktop.impl.portal.Inhibit=none
|
||||
@@ -2,14 +2,14 @@
|
||||
|
||||
Name: swayfx
|
||||
Version: 0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
Summary: SwayFX: Sway, but with eye candy!
|
||||
URL: https://github.com/WillPower3309/swayfx
|
||||
License: MIT
|
||||
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
Source101: https://github.com/wlrfx/packages/raw/fe1355c4844078f49761e9d73a376179d3007646/COPR/swayfx/sway-portals.conf
|
||||
Source101: sway-portals.conf
|
||||
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
Reference in New Issue
Block a user