Hello community, here is the log from the commit of package waybar for openSUSE:Factory checked in at 2020-06-09 00:05:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/waybar (Old) and /work/SRC/openSUSE:Factory/.waybar.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "waybar" Tue Jun 9 00:05:27 2020 rev:20 rq:812493 version:0.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/waybar/waybar.changes 2020-04-13 12:54:21.320676047 +0200 +++ /work/SRC/openSUSE:Factory/.waybar.new.3606/waybar.changes 2020-06-09 00:07:14.089837853 +0200 @@ -1,0 +2,5 @@ +Sat Jun 6 07:29:07 UTC 2020 - Denis Kondratenko <[email protected]> + +- Add separate branding package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ waybar.spec ++++++ --- /var/tmp/diff_new_pack.ZqH20m/_old 2020-06-09 00:07:15.053841274 +0200 +++ /var/tmp/diff_new_pack.ZqH20m/_new 2020-06-09 00:07:15.057841288 +0200 @@ -53,12 +53,28 @@ BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-protocols) +# requires branding +Requires: %{name}-branding >= %{version} # optional: sway integration Recommends: sway %description Customizable Wayland bar for Sway and Wlroots based compositors. +%package branding-upstream +Summary: Upstream branding of %{name} +Group: System/GUI/Other +Requires: %{name} = %{version} +Supplements: packageand(%{name}:branding-upstream) +Conflicts: otherproviders(%{name}-branding) +Provides: %{name}-branding = %{version} +BuildArch: noarch +#BRAND: /etc/xdg/waybar/config contains upstream config +#BRAND: /etc/xdg/waybar/style.css contains upstream style + +%description branding-upstream +This package provides the upstream look and feel for sway. + %prep %setup -q -n Waybar-%{version} @@ -70,9 +86,13 @@ %meson_install %files -%{_sysconfdir}/xdg/waybar/ %{_bindir}/waybar %{_mandir}/man?/%{name}* %{_prefix}/lib/systemd/user/waybar.service +%files branding-upstream +%dir %{_sysconfdir}/xdg/waybar +%config(noreplace) %{_sysconfdir}/xdg/waybar/config +%config(noreplace) %{_sysconfdir}/xdg/waybar/style.css + %changelog
