From f30e890a9e39a925c1c32ab9d91744ca9bb7d17d9e650933ef85c1f966982c98 Mon Sep 17 00:00:00 2001 From: Denys Kondratenko Date: Tue, 2 Nov 2021 21:10:29 +0000 Subject: [PATCH] Accepting request 928864 from home:stdden:branches:X11:Wayland - New in 0.14 release * Add configuration for Play/Pause, Next, Prev multimedia keys. by @mcepl in #41i ** removes add-configuration-for-play-pause-next-prev-multimedi.patch * Allow users different MPRIS handler for multimedia keys. by @mcepl in #43 * number of packages to update indicator to waybar by @denisok in #44 * add style to gtkgreet to match openSUSEway theme by @denisok in #45 * Use late evaluation of $term variable for bindsym $mod+Return by @mcepl in #46 * Fixes greeter if GDM installed. GDM messes up tty1 by @denisok in #53. OBS-URL: https://build.opensuse.org/request/show/928864 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/openSUSEway?expand=0&rev=32 --- ...n-for-play-pause-next-prev-multimedi.patch | 29 ------------------- openSUSEway-0.13.tar.gz | 3 -- openSUSEway-0.14.tar.gz | 3 ++ openSUSEway.changes | 12 ++++++++ openSUSEway.spec | 3 +- 5 files changed, 16 insertions(+), 34 deletions(-) delete mode 100644 add-configuration-for-play-pause-next-prev-multimedi.patch delete mode 100644 openSUSEway-0.13.tar.gz create mode 100644 openSUSEway-0.14.tar.gz diff --git a/add-configuration-for-play-pause-next-prev-multimedi.patch b/add-configuration-for-play-pause-next-prev-multimedi.patch deleted file mode 100644 index f200f0e..0000000 --- a/add-configuration-for-play-pause-next-prev-multimedi.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 1e4e253e7d06d7ccee7248acb0a36ec37672b605 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= -Date: Mon, 26 Apr 2021 23:10:20 +0200 -Subject: [PATCH] Add configuration for Play/Pause, Next, Prev multimedia keys. - ---- - .config/sway/config.d/50-openSUSE.conf | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/.config/sway/config.d/50-openSUSE.conf b/.config/sway/config.d/50-openSUSE.conf -index d55ce7f..f1cebc4 100644 ---- a/.config/sway/config.d/50-openSUSE.conf -+++ b/.config/sway/config.d/50-openSUSE.conf -@@ -31,6 +31,11 @@ bindsym XF86AudioRaiseVolume exec pamixer --allow-boost -ui 2 && dc -e "[`pamixe - bindsym XF86AudioLowerVolume exec pamixer --allow-boost -ud 2 && dc -e "[`pamixer --get-volume`]sM 100d `pamixer --get-volume` $SWAYSOCK.wob - bindsym XF86AudioMute exec pamixer --toggle-mute && ( pamixer --get-mute && echo 0 > $SWAYSOCK.wob ) - -+# Media player controls -+bindsym XF86AudioPlay exec playerctl play-pause -+bindsym XF86AudioNext exec playerctl next -+bindsym XF86AudioPrev exec playerctl previous -+ - # - # Status Bar: - # --- -2.31.1 - - diff --git a/openSUSEway-0.13.tar.gz b/openSUSEway-0.13.tar.gz deleted file mode 100644 index bfa2c19..0000000 --- a/openSUSEway-0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49f2280696d3e936bb1bfc5fd690f36a25d4a7b02a43adbabb6946e516b9a0de -size 7733 diff --git a/openSUSEway-0.14.tar.gz b/openSUSEway-0.14.tar.gz new file mode 100644 index 0000000..2bcfc15 --- /dev/null +++ b/openSUSEway-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c28e64c32d22f7dd5b95749ec395416ca0112dca4c765b6cf4024766c03bef8 +size 8082 diff --git a/openSUSEway.changes b/openSUSEway.changes index 11f600d..b005227 100644 --- a/openSUSEway.changes +++ b/openSUSEway.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 2 21:01:48 UTC 2021 - Denys Kondratenko + +- New in 0.14 release + * Add configuration for Play/Pause, Next, Prev multimedia keys. by @mcepl in #41i + ** removes add-configuration-for-play-pause-next-prev-multimedi.patch + * Allow users different MPRIS handler for multimedia keys. by @mcepl in #43 + * number of packages to update indicator to waybar by @denisok in #44 + * add style to gtkgreet to match openSUSEway theme by @denisok in #45 + * Use late evaluation of $term variable for bindsym $mod+Return by @mcepl in #46 + * Fixes greeter if GDM installed. GDM messes up tty1 by @denisok in #53. + ------------------------------------------------------------------- Mon Apr 26 21:13:59 UTC 2021 - Matej Cepl diff --git a/openSUSEway.spec b/openSUSEway.spec index e18ae25..79c41d9 100644 --- a/openSUSEway.spec +++ b/openSUSEway.spec @@ -20,7 +20,7 @@ %define waybar_version %(rpm -q --queryformat "%%{version}" waybar) Name: openSUSEway -Version: 0.13 +Version: 0.14 Release: 0 Summary: The openSUSEway desktop environment meta package License: MIT @@ -29,7 +29,6 @@ URL: https://github.com/openSUSE/openSUSEway Source0: https://github.com/openSUSE/openSUSEway/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE add-configuration-for-play-pause-next-prev-multimedi.patch gh#openSUSE/openSUSEway#41 mcepl@suse.com # Add multimedia keys configuration -Patch0: add-configuration-for-play-pause-next-prev-multimedi.patch BuildArch: noarch BuildRequires: aaa_base BuildRequires: systemd