Accepting request 1166493 from X11:Wayland
- Update to version 0.16.2: * Fix typo in spec file - Update to version 0.16.1: * Screenshot_focused_output misses clipboard * Change "dpms" to "power" * Change workspace indicator to number, keep logo only on active workspace * Increase lock timer duration * Improve swaylock configuration * Replace Fontawesome SUSE logo (f7d6) with openSUSE (e62b) * Remove examples from NC config * Use png for the default wallpaper on Tumbleweed (boo#1222545) OBS-URL: https://build.opensuse.org/request/show/1166493 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openSUSEway?expand=0&rev=21
This commit is contained in:
commit
f6d3698892
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/openSUSE/openSUSEway.git</param>
|
||||
<param name="revision">0.16.0</param>
|
||||
<param name="revision">0.16.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">(.*)</param>
|
||||
<param name="extract">openSUSEway.spec</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb835074e0b4c1b809fbeba4ed0b775a456bb74ee8fd35c9a215de26065df75b
|
||||
size 1100812
|
3
openSUSEway-0.16.2.obscpio
Normal file
3
openSUSEway-0.16.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:465ac6ae371fbdf2f7f472882bca76ed382af141f98515c37d3cd454cd7fb919
|
||||
size 1101324
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 16:40:31 UTC 2024 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||
|
||||
- Update to version 0.16.2:
|
||||
* Fix typo in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 16:02:53 UTC 2024 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||
|
||||
- Update to version 0.16.1:
|
||||
* Screenshot_focused_output misses clipboard
|
||||
* Change "dpms" to "power"
|
||||
* Change workspace indicator to number, keep logo only on active workspace
|
||||
* Increase lock timer duration
|
||||
* Improve swaylock configuration
|
||||
* Replace Fontawesome SUSE logo (f7d6) with openSUSE (e62b)
|
||||
* Remove examples from NC config
|
||||
* Use png for the default wallpaper on Tumbleweed (boo#1222545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 09:33:30 UTC 2024 - Denys Kondratenko <stdden@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openSUSEway
|
||||
version: 0.16.0
|
||||
mtime: 1706039705
|
||||
commit: bfc6ec6f65df42be552db1f9dbe74b3c3fd3b1ee
|
||||
version: 0.16.2
|
||||
mtime: 1712680619
|
||||
commit: 05c5e819f71232618a5106a5235eba06142478db
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define waybar_version %(rpm -q --queryformat "%%{version}" waybar)
|
||||
|
||||
Name: openSUSEway
|
||||
Version: 0.16.0
|
||||
Version: 0.16.2
|
||||
Release: 0
|
||||
Summary: The openSUSEway desktop environment meta package
|
||||
License: MIT
|
||||
@ -71,8 +71,10 @@ Requires: wl-clipboard
|
||||
|
||||
# branding
|
||||
Requires: waybar-branding-openSUSE
|
||||
Requires: gfxboot-branding-openSUSE
|
||||
Requires: sway-branding-openSUSE
|
||||
%ifarch x86_64 %{ix86}
|
||||
Requires: gfxboot-branding-openSUSE
|
||||
%endif
|
||||
|
||||
# xdg portals and utils
|
||||
Requires: xdg-desktop-portal
|
||||
@ -217,6 +219,9 @@ install -D -p -m 644 .config/wob/wob.ini %{buildroot}%{_sysconfdir}/sway/wob/wob
|
||||
install -D -p -m 644 .config/swaync/config.json %{buildroot}%{_sysconfdir}/sway/swaync/config.json
|
||||
install -D -p -m 644 .config/swaync/style.css %{buildroot}%{_sysconfdir}/sway/swaync/style.css
|
||||
|
||||
## swaylock
|
||||
install -D -p -m 644 .config/swaylock/openSUSEway.conf %{buildroot}%{_sysconfdir}/swaylock/openSUSEway.conf
|
||||
|
||||
%pre -n openSUSEway
|
||||
# bug #1176195, don't force enviroment, cleaning up old installations
|
||||
test -e %{_sysconfdir}/profile.d/openSUSEway.sh && rm %{_sysconfdir}/profile.d/openSUSEway.sh || true
|
||||
@ -289,6 +294,9 @@ test -e %{_datadir}/wayland-sessions/sway.desktop.orig && \
|
||||
%config %{_sysconfdir}/sway/swaync/config.json
|
||||
%config %{_sysconfdir}/sway/swaync/style.css
|
||||
|
||||
%dir %{_sysconfdir}/swaylock
|
||||
%config(noreplace) %{_sysconfdir}/swaylock/openSUSEway.conf
|
||||
|
||||
%files -n waybar-branding-openSUSE
|
||||
%dir %{_sysconfdir}/xdg/waybar
|
||||
%config(noreplace) %{_sysconfdir}/xdg/waybar/config
|
||||
|
Loading…
Reference in New Issue
Block a user