diff --git a/_service b/_service index 22a3be8..e947529 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/openSUSE/openSUSEway.git - 0.16.0 + 0.16.2 @PARENT_TAG@ (.*) openSUSEway.spec diff --git a/openSUSEway-0.16.0.obscpio b/openSUSEway-0.16.0.obscpio deleted file mode 100644 index 8b3c2c8..0000000 --- a/openSUSEway-0.16.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb835074e0b4c1b809fbeba4ed0b775a456bb74ee8fd35c9a215de26065df75b -size 1100812 diff --git a/openSUSEway-0.16.2.obscpio b/openSUSEway-0.16.2.obscpio new file mode 100644 index 0000000..c0f2d45 --- /dev/null +++ b/openSUSEway-0.16.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465ac6ae371fbdf2f7f472882bca76ed382af141f98515c37d3cd454cd7fb919 +size 1101324 diff --git a/openSUSEway.changes b/openSUSEway.changes index 719b220..6ed8c32 100644 --- a/openSUSEway.changes +++ b/openSUSEway.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Apr 9 16:40:31 UTC 2024 - Filippo Bonazzi + +- Update to version 0.16.2: + * Fix typo in spec file + +------------------------------------------------------------------- +Tue Apr 9 16:02:53 UTC 2024 - Filippo Bonazzi + +- 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 diff --git a/openSUSEway.obsinfo b/openSUSEway.obsinfo index fda6afb..6b5cd3a 100644 --- a/openSUSEway.obsinfo +++ b/openSUSEway.obsinfo @@ -1,4 +1,4 @@ name: openSUSEway -version: 0.16.0 -mtime: 1706039705 -commit: bfc6ec6f65df42be552db1f9dbe74b3c3fd3b1ee +version: 0.16.2 +mtime: 1712680619 +commit: 05c5e819f71232618a5106a5235eba06142478db diff --git a/openSUSEway.spec b/openSUSEway.spec index a98f2ba..920e963 100644 --- a/openSUSEway.spec +++ b/openSUSEway.spec @@ -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