From 35cbdbafe6e87385940a95a40d8fd637d104d2902ce881dd22eb2d6d72e2912c Mon Sep 17 00:00:00 2001 From: Denis Kondratenko Date: Fri, 31 Jul 2020 09:15:19 +0000 Subject: [PATCH] Accepting request 823704 from home:dkondratenko update to 0.8 OBS-URL: https://build.opensuse.org/request/show/823704 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/openSUSEway?expand=0&rev=11 --- openSUSEway-0.6.tar.gz | 3 --- openSUSEway-0.8.tar.gz | 3 +++ openSUSEway.changes | 15 +++++++++++++++ openSUSEway.spec | 26 ++++++++++++++++++++++---- 4 files changed, 40 insertions(+), 7 deletions(-) delete mode 100644 openSUSEway-0.6.tar.gz create mode 100644 openSUSEway-0.8.tar.gz diff --git a/openSUSEway-0.6.tar.gz b/openSUSEway-0.6.tar.gz deleted file mode 100644 index 492e858..0000000 --- a/openSUSEway-0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92e133cc872ea35a0e675c56f57e135c6a955189e510cad954be0d8a7082b3b2 -size 6217 diff --git a/openSUSEway-0.8.tar.gz b/openSUSEway-0.8.tar.gz new file mode 100644 index 0000000..2aaf8c1 --- /dev/null +++ b/openSUSEway-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481143e2ef7c105f154ef45cee168181afc97c7fc11a3c03b3ce61103476970d +size 6681 diff --git a/openSUSEway.changes b/openSUSEway.changes index a501736..948eca8 100644 --- a/openSUSEway.changes +++ b/openSUSEway.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 31 11:00:00 UTC 2020 - Denis Kondratenko + +- New in 0.8 release + * Add wob support + * pamixer is dependency for wob controls in config +- Add command-not-found to the environment + +------------------------------------------------------------------- +Mon Jul 20 12:05:29 UTC 2020 - Denis Kondratenko + +- New in 0.7 release + * update sway conf to the 1.5 + * adding GTK and QT themes + ------------------------------------------------------------------- Tue Jul 14 11:40:24 UTC 2020 - Denis Kondratenko diff --git a/openSUSEway.spec b/openSUSEway.spec index 582c7ed..fca4ec1 100644 --- a/openSUSEway.spec +++ b/openSUSEway.spec @@ -19,7 +19,7 @@ %define waybar_version %(rpm -q --queryformat "%%{version}" waybar) Name: openSUSEway -Version: 0.6 +Version: 0.8 Release: 0 Summary: The openSUSEway desktop environment meta package Group: Metapackages @@ -27,6 +27,9 @@ URL: https://github.com/openSUSE/openSUSEway Source0: https://github.com/openSUSE/openSUSEway/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz License: MIT BuildArch: noarch +BuildRequires: aaa_base +BuildRequires: systemd +Requires: aaa_base Requires: sway-branding-openSUSE Requires: waybar-branding-openSUSE Requires: sudo @@ -45,6 +48,14 @@ Requires: imv Requires: firefox Requires: NetworkManager Requires: mpv +Requires: libqt5-qtwayland +Requires: xdg-desktop-portal +Requires: xdg-utils +Requires: qt5ct +Requires: adwaita-qt5 +Requires: wob +Requires: pamixer +Requires: command-not-found %description This meta package aggregates openSUSEway desktop enviroment packages. @@ -111,6 +122,11 @@ This package provides the openSUSE look and feel for waybar. %install +## openSUSEway package +install -D -p -m 644 openSUSEway.sh %{buildroot}%{_sysconfdir}/profile.d/openSUSEway.sh +install -D -p -m 644 .config/sway/env %{buildroot}%{_prefix}/lib/environment.d/50-openSUSE.conf + +## openSUSEway pattern package mkdir -p %{buildroot}/%{_defaultdocdir}/patterns/ echo 'This file marks the pattern openSUSEway to be installed.' >%{buildroot}/%{_defaultdocdir}/patterns/openSUSEway.txt @@ -134,6 +150,8 @@ install -D -p -m 644 .config/waybar/config %{buildroot}%{_sysconfdir}/xdg/waybar install -D -p -m 644 .config/waybar/style.css %{buildroot}%{_sysconfdir}/xdg/waybar/style.css %files +%config %{_sysconfdir}/profile.d/openSUSEway.sh +%config %{_prefix}/lib/environment.d/50-openSUSE.conf %files -n patterns-openSUSEway %dir %{_defaultdocdir}/patterns @@ -141,10 +159,10 @@ install -D -p -m 644 .config/waybar/style.css %{buildroot}%{_sysconfdir}/xdg/way %files -n sway-branding-openSUSE %dir %{_sysconfdir}/sway -%config(noreplace) %{_sysconfdir}/sway/config -%config(noreplace) %{_sysconfdir}/sway/env +%config %{_sysconfdir}/sway/config +%config %{_sysconfdir}/sway/env %dir %{_sysconfdir}/sway/config.d -%config(noreplace) %{_sysconfdir}/sway/config.d/50-openSUSE.conf +%config %{_sysconfdir}/sway/config.d/50-openSUSE.conf %dir %{_sysconfdir}/alacritty %config(noreplace) %{_sysconfdir}/alacritty/alacritty.yml