Accepting request 1042451 from home:sp1rit
Update to version 0.19.2beta OBS-URL: https://build.opensuse.org/request/show/1042451 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=15
This commit is contained in:
parent
5b75995473
commit
09d506ac02
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8b3ed6172570827d3a1aaf2aaf1eeaf355462a16f35ff845a7e3beb4df15e22
|
|
||||||
size 5086732
|
|
3
hyprland-0.19.2beta.obscpio
Normal file
3
hyprland-0.19.2beta.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3235eab5507be2f177a2b9a1cbc9495f7979225b2dd3837bbf5cd15fcf3a890
|
||||||
|
size 5112844
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 12 19:06:36 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||||
|
|
||||||
|
- Update to version 0.19.2beta:
|
||||||
|
+ New features:
|
||||||
|
- Added toplevel handle sharing
|
||||||
|
- add changefloatingmode event
|
||||||
|
- add missing c_str in debug log
|
||||||
|
- ensure mapped state in addViewCoords
|
||||||
|
+ Fixes:
|
||||||
|
- fix drag resizing on special ws-es
|
||||||
|
- fix memory safety in getWindowFromSurface
|
||||||
|
- fix minor issues with move focus and follow mouse 0
|
||||||
|
- fix sharing scaled windows
|
||||||
|
- fix string escaping in CMakeLists.txt
|
||||||
|
- fix up relative monitors
|
||||||
|
- minor focus fixes with LS-es and moving windows
|
||||||
|
+ Other:
|
||||||
|
- do not reject drags on visible windows over fullscreen
|
||||||
|
- find a default workspace smarter
|
||||||
|
- handle constraint cursor hints better
|
||||||
|
- optimize m+- and e+- workspace opts
|
||||||
|
- sort valid ws-es in relative
|
||||||
|
- update hyprland-protocols
|
||||||
|
- use anim callbacks and don't spam config resets in drag
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 19:11:18 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
Fri Dec 9 19:11:18 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: hyprland
|
name: hyprland
|
||||||
version: 0.19.1beta
|
version: 0.19.2beta
|
||||||
mtime: 1670439422
|
mtime: 1670857002
|
||||||
commit: e1d7a133334936be2ddd55754787dcdcf4a95515
|
commit: 111d209bff5448c3a55e07f344cf89715536bba4
|
||||||
|
@ -41,7 +41,7 @@ BuildRequires: pkgconfig(libseat) >= 0.2.0
|
|||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(pango)
|
BuildRequires: pkgconfig(pango)
|
||||||
BuildRequires: pkgconfig(pangocairo)
|
BuildRequires: pkgconfig(pangocairo)
|
||||||
BuildRequires: pkgconfig(pixman-1)
|
BuildRequires: pkgconfig(pixman-1) >= 0.42.0
|
||||||
BuildRequires: pkgconfig(vulkan) >= 1.2.182
|
BuildRequires: pkgconfig(vulkan) >= 1.2.182
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.26
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.26
|
||||||
|
Loading…
Reference in New Issue
Block a user