From e0a16037d78b46f28cc0f75923f37ff2fd6807586aff54e2c863578f6afd994c Mon Sep 17 00:00:00 2001 From: Denys Kondratenko Date: Tue, 9 Apr 2024 16:12:37 +0000 Subject: [PATCH 1/2] Accepting request 1166483 from home:fbonazzi:branches:X11:Wayland - 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/1166483 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/openSUSEway?expand=0&rev=47 --- _service | 2 +- openSUSEway-0.16.0.obscpio | 3 --- openSUSEway-0.16.1.obscpio | 3 +++ openSUSEway.changes | 13 +++++++++++++ openSUSEway.obsinfo | 6 +++--- openSUSEway.spec | 12 ++++++++++-- 6 files changed, 30 insertions(+), 9 deletions(-) delete mode 100644 openSUSEway-0.16.0.obscpio create mode 100644 openSUSEway-0.16.1.obscpio diff --git a/_service b/_service index 22a3be8..0446aaa 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/openSUSE/openSUSEway.git - 0.16.0 + 0.16.1 @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.1.obscpio b/openSUSEway-0.16.1.obscpio new file mode 100644 index 0000000..a1ddcb2 --- /dev/null +++ b/openSUSEway-0.16.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3103eefdf62db91bdb2d451d4b9593ba82baf5a3537f61c16632bfccefb4a28f +size 1101324 diff --git a/openSUSEway.changes b/openSUSEway.changes index 719b220..6635b4f 100644 --- a/openSUSEway.changes +++ b/openSUSEway.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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..7763496 100644 --- a/openSUSEway.obsinfo +++ b/openSUSEway.obsinfo @@ -1,4 +1,4 @@ name: openSUSEway -version: 0.16.0 -mtime: 1706039705 -commit: bfc6ec6f65df42be552db1f9dbe74b3c3fd3b1ee +version: 0.16.1 +mtime: 1712676811 +commit: f06be95c7cd90e4fb13a7229995f81ff8bd2f403 diff --git a/openSUSEway.spec b/openSUSEway.spec index a98f2ba..fbd5689 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.1 Release: 0 Summary: The openSUSEway desktop environment meta package License: MIT @@ -71,8 +71,10 @@ Requires: wl-clipboard # branding Requires: waybar-branding-openSUSE +Requires: sway-biranding-openSUSE +%ifarch x86_64 %{ix86} Requires: gfxboot-branding-openSUSE -Requires: sway-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 From b327301ef4bd9e216dc28eda278005ae54e21a1a04e578cdca14226e6afee3f8 Mon Sep 17 00:00:00 2001 From: Filippo Bonazzi Date: Tue, 9 Apr 2024 16:44:46 +0000 Subject: [PATCH 2/2] Accepting request 1166492 from home:fbonazzi:branches:X11:Wayland - Update to version 0.16.2: * Fix typo in spec file OBS-URL: https://build.opensuse.org/request/show/1166492 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/openSUSEway?expand=0&rev=48 --- _service | 2 +- openSUSEway-0.16.1.obscpio | 3 --- openSUSEway-0.16.2.obscpio | 3 +++ openSUSEway.changes | 6 ++++++ openSUSEway.obsinfo | 6 +++--- openSUSEway.spec | 4 ++-- 6 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 openSUSEway-0.16.1.obscpio create mode 100644 openSUSEway-0.16.2.obscpio diff --git a/_service b/_service index 0446aaa..e947529 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/openSUSE/openSUSEway.git - 0.16.1 + 0.16.2 @PARENT_TAG@ (.*) openSUSEway.spec diff --git a/openSUSEway-0.16.1.obscpio b/openSUSEway-0.16.1.obscpio deleted file mode 100644 index a1ddcb2..0000000 --- a/openSUSEway-0.16.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3103eefdf62db91bdb2d451d4b9593ba82baf5a3537f61c16632bfccefb4a28f -size 1101324 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 6635b4f..6ed8c32 100644 --- a/openSUSEway.changes +++ b/openSUSEway.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/openSUSEway.obsinfo b/openSUSEway.obsinfo index 7763496..6b5cd3a 100644 --- a/openSUSEway.obsinfo +++ b/openSUSEway.obsinfo @@ -1,4 +1,4 @@ name: openSUSEway -version: 0.16.1 -mtime: 1712676811 -commit: f06be95c7cd90e4fb13a7229995f81ff8bd2f403 +version: 0.16.2 +mtime: 1712680619 +commit: 05c5e819f71232618a5106a5235eba06142478db diff --git a/openSUSEway.spec b/openSUSEway.spec index fbd5689..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.1 +Version: 0.16.2 Release: 0 Summary: The openSUSEway desktop environment meta package License: MIT @@ -71,7 +71,7 @@ Requires: wl-clipboard # branding Requires: waybar-branding-openSUSE -Requires: sway-biranding-openSUSE +Requires: sway-branding-openSUSE %ifarch x86_64 %{ix86} Requires: gfxboot-branding-openSUSE %endif