Accepting request 1241254 from home:gmbr3:Solus
- Update to version 10.9.2+24: * icon-tasklist: Remove last references to xid * Switch session files, leave magpie session in the code for a future release * Center the polkit dialog * Rejig notifications to work with layer-shell positioning * Screen Dimming * Add a root menu for the desktop * Add our wayland compatible screenlocker * Add a bridge between gsettings and labwc * Change our Desktop Current Session ID to Budgie from Budgie:GNOME * Session management * fix: gicon resulting in extremely bright or dim icons when no icon was found (used fallback) * windowing: Remove window mapper class since we don't need it on Wayland * Add support for background handling via swaybg - Move everything to wayland OBS-URL: https://build.opensuse.org/request/show/1241254 OBS-URL: https://build.opensuse.org/package/show/X11:Solus/budgie-desktop?expand=0&rev=182
This commit is contained in:
parent
1b1ae6bc44
commit
ca28dfc285
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/BuddiesOfBudgie/budgie-desktop.git</param>
|
||||
<param name="revision">a23ff6ab25e9def5810aab68d8901d0525d65864</param>
|
||||
<param name="revision">0b8a8dd3daceebf355ddf18f487eac7e2d2812f9</param>
|
||||
<param name="versionformat">10.9.2+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)|\+0</param>
|
||||
<param name="parent-tag">3f38b1e344941a0f1d5065be1f04fe533dbe3ecf</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/BuddiesOfBudgie/budgie-desktop.git</param>
|
||||
<param name="changesrevision">a23ff6ab25e9def5810aab68d8901d0525d65864</param></service></servicedata>
|
||||
<param name="changesrevision">0b8a8dd3daceebf355ddf18f487eac7e2d2812f9</param></service></servicedata>
|
3
budgie-desktop-10.9.2+24.obscpio
Normal file
3
budgie-desktop-10.9.2+24.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4549e64d411430494b1ca12c70a251bafe778e7544ebc98dacf5b9a3a0ba759a
|
||||
size 11433997
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2443ef7ff73b96ce4bd1c219db449d48126b7c6f3a73258a656376d635afb31
|
||||
size 11376141
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 14:52:00 UTC 2025 - gmbr3@opensuse.org
|
||||
|
||||
- Update to version 10.9.2+24:
|
||||
* icon-tasklist: Remove last references to xid
|
||||
* Switch session files, leave magpie session in the code
|
||||
for a future release
|
||||
* Center the polkit dialog
|
||||
* Rejig notifications to work with layer-shell positioning
|
||||
* Screen Dimming
|
||||
* Add a root menu for the desktop
|
||||
* Add our wayland compatible screenlocker
|
||||
* Add a bridge between gsettings and labwc
|
||||
* Change our Desktop Current Session ID to Budgie
|
||||
from Budgie:GNOME
|
||||
* Session management
|
||||
* fix: gicon resulting in extremely bright or dim icons when
|
||||
no icon was found (used fallback)
|
||||
* windowing: Remove window mapper class since we don't need
|
||||
it on Wayland
|
||||
* Add support for background handling via swaybg
|
||||
- Move everything to wayland
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 09:25:24 UTC 2025 - gmbr3@opensuse.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: budgie-desktop
|
||||
version: 10.9.2+5
|
||||
mtime: 1731352162
|
||||
commit: a23ff6ab25e9def5810aab68d8901d0525d65864
|
||||
version: 10.9.2+24
|
||||
mtime: 1738075077
|
||||
commit: 0b8a8dd3daceebf355ddf18f487eac7e2d2812f9
|
||||
|
@ -27,7 +27,7 @@
|
||||
%bcond_with magpie
|
||||
%endif
|
||||
Name: budgie-desktop
|
||||
Version: 10.9.2+5
|
||||
Version: 10.9.2+24
|
||||
Release: 0
|
||||
Summary: GTK3 Desktop Environment
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -248,6 +248,7 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
|
||||
%{_libexecdir}/budgie-desktop
|
||||
%{_mandir}/man1/*%{?ext_man}
|
||||
%{_datadir}/budgie
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/backgrounds
|
||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||
@ -255,6 +256,7 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
|
||||
%{_datadir}/icons/hicolor/scalable/*/*.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/*/*.svg
|
||||
%{_datadir}/gnome-session
|
||||
%dir %{_datadir}/wayland-sessions
|
||||
%{_datadir}/wayland-sessions/default.desktop
|
||||
%{_datadir}/wayland-sessions/budgie-desktop.desktop
|
||||
%{_datadir}/xdg-desktop-portal/budgie-portals.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user