rebase on sway 1.10.1 debian release
This commit is contained in:
parent
178c6db807
commit
a0d96ad34f
3 changed files with 44 additions and 32 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
swayfx (0.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* new upstream release
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Tue, 25 Feb 2025 23:12:07 +0000
|
||||||
|
|
||||||
swayfx (0.4-2) unstable; urgency=medium
|
swayfx (0.4-2) unstable; urgency=medium
|
||||||
|
|
||||||
* built on cleaner source
|
* built on cleaner source
|
||||||
|
|
66
debian/control
vendored
66
debian/control
vendored
|
@ -2,39 +2,49 @@ Source: swayfx
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Penelope Gwen <support@pogmom.me>
|
Maintainer: Penelope Gwen <support@pogmom.me>
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends:
|
||||||
libcairo2-dev,
|
debhelper-compat (= 13),
|
||||||
libcap-dev,
|
libcairo2-dev,
|
||||||
libdbus-1-dev (>= 1.10),
|
libevdev-dev,
|
||||||
libevdev-dev,
|
libgdk-pixbuf-2.0-dev,
|
||||||
libgdk-pixbuf-2.0-dev,
|
libinput-dev (>= 1.21.0),
|
||||||
libinput-dev (>= 1.21.0),
|
libjson-c-dev (>= 0.13),
|
||||||
libjson-c-dev (>= 0.13),
|
libpango1.0-dev,
|
||||||
libpam0g-dev,
|
libpcre2-dev,
|
||||||
libpango1.0-dev,
|
libpixman-1-dev,
|
||||||
libpcre2-dev,
|
libseat-dev,
|
||||||
libpixman-1-dev,
|
libsystemd-dev (>= 239) | libelogind-dev (>= 239),
|
||||||
libseat-dev,
|
libwayland-dev (>= 1.21.0),
|
||||||
libsystemd-dev (>= 239) | libelogind-dev (>= 239),
|
libwlroots-0.18-dev (>= 0.18.0),
|
||||||
libwayland-dev (>= 1.21.0),
|
libxkbcommon-dev (>= 1.5.0),
|
||||||
libwayland-egl1,
|
meson (>=0.60),
|
||||||
libwlroots-dev (>= 0.17.0),
|
pkgconf,
|
||||||
libxkbcommon-dev,
|
scdoc (>= 1.9.2),
|
||||||
meson (>=0.60),
|
tree,
|
||||||
pkgconf,
|
wayland-protocols (>= 1.24)
|
||||||
scdoc (>= 1.9.2),
|
Standards-Version: 4.7.0
|
||||||
tree,
|
|
||||||
wayland-protocols (>= 1.24)
|
|
||||||
Standards-Version: 4.6.2
|
|
||||||
Homepage: https://github.com/WillPower3309/swayfx
|
Homepage: https://github.com/WillPower3309/swayfx
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: swayfx
|
Package: swayfx
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libgl1-mesa-dri, swaybg, polkitd, ${misc:Depends}, ${shlibs:Depends}
|
Depends:
|
||||||
Recommends: wmenu, foot
|
libgl1-mesa-dri,
|
||||||
Suggests: swayidle, swaylock, xdg-desktop-portal-wlr, xdg-desktop-portal-gtk
|
swaybg,
|
||||||
Provides: sway, sway-backgrounds
|
${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
|
Recommends:
|
||||||
|
polkitd,
|
||||||
|
wmenu,
|
||||||
|
foot
|
||||||
|
Suggests:
|
||||||
|
swayidle,
|
||||||
|
swaylock,
|
||||||
|
xdg-desktop-portal-wlr,
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
Provides:
|
||||||
|
sway,
|
||||||
|
sway-backgrounds
|
||||||
Description: Sway, but with eye candy!
|
Description: Sway, but with eye candy!
|
||||||
Sway is an incredible window manager, and certainly one of the most well
|
Sway is an incredible window manager, and certainly one of the most well
|
||||||
established wayland window managers. However, it is restricted to only
|
established wayland window managers. However, it is restricted to only
|
||||||
|
|
4
debian/copyright
vendored
4
debian/copyright
vendored
|
@ -10,10 +10,6 @@ Files: protocols/wlr-layer-shell-unstable-v1.xml
|
||||||
Copyright: © 2017 Drew DeVault
|
Copyright: © 2017 Drew DeVault
|
||||||
License: MIT-like
|
License: MIT-like
|
||||||
|
|
||||||
Files: protocols/wlr-input-inhibitor-unstable-v1.xml
|
|
||||||
Copyright: © 2018 Drew DeVault
|
|
||||||
License: MIT-like
|
|
||||||
|
|
||||||
Files: protocols/idle.xml
|
Files: protocols/idle.xml
|
||||||
Copyright: (C) 2015 Martin Gräßlin
|
Copyright: (C) 2015 Martin Gräßlin
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
Loading…
Add table
Reference in a new issue