Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dracula-gtk-theme for openSUSE:Factory checked in at 2023-01-16 17:59:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dracula-gtk-theme (Old) and /work/SRC/openSUSE:Factory/.dracula-gtk-theme.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dracula-gtk-theme" Mon Jan 16 17:59:12 2023 rev:7 rq:1058673 version:3.0+git88.b64d36a Changes: -------- --- /work/SRC/openSUSE:Factory/dracula-gtk-theme/dracula-gtk-theme.changes 2022-04-19 09:59:47.883683884 +0200 +++ /work/SRC/openSUSE:Factory/.dracula-gtk-theme.new.32243/dracula-gtk-theme.changes 2023-01-16 18:01:50.347804722 +0100 @@ -1,0 +2,78 @@ +Mon Jan 09 10:07:32 UTC 2023 - maurizio.ga...@gmail.com + +- Update to version 3.0+git88.b64d36a: + * Xfce v4.18: Fix invisible items in thunar sidebar + * Gnome 43: Fix background color of tab bar and action bar + * Gnome-shell v43: Quick-settings - Improve toggle buttons appearance + * Gnome-shell: Fix page navigation arrow appearance + * Gnome 43: Fix nautilus sidebar appearance + * Gnome 43: Fix nautilus pathbar appearance + * Gnome-shell v43: Add styles for quick settings menu + * Gnome 42: Fix nautilus path bar buttons appearance in hover state + * KDE: Plasma-solid - Update tasks indicator appearance + * Gnome 42: Fix nautilus path bar buttons appearance + * Xfce: Thunar - Reduce padding in sidebar items to prevent scrolling + * KDE: Plasma - Update tasks indicator appearance + * Cinnamon: Nemo - Improve appearance of highlighted items in sidebar + * Gnome-shell: Fix app folders dialog appearance in Zorin OS + * KDE: Kvantum - Update sliders color + * Gnome-shell: Fix visual issues in Zorin OS +- Define explicit Provides/Obsoletes for the various subpackages + +------------------------------------------------------------------- +Sat Sep 24 10:22:33 UTC 2022 - Maurizio Galli <maurizio.ga...@suse.com> + +- Split dracula-gtk-theme into flavours subpackages: + * metatheme-dracula-common + * kde-theme-dracula + * gtk2-metatheme-dracula + * gtk3-metatheme-dracula + * gtk4-metatheme-dracula + * gnome-shell-theme-dracula + * cinnamon-theme-dracula + * metacity-theme-dracula + * xfwm4-theme-dracula + +------------------------------------------------------------------- +Sat Sep 24 10:08:35 UTC 2022 - maurizio.ga...@gmail.com + +- Update to version 3.0+git72.2452278: + * Cinnamon: Fix workspace switcher (as buttons) appearance + * Cinnamon: Fix cutted text in search bar + * Elementary OS: Fix missing highlight color in task switcher + * feature request added + * bug report added + * Gnome-shell v42: Improve notifications appearance on hover state + * Gnome-shell v42: Remove odd shadow in calendar area + * KDE: Sddm - Improve focused text entries appearance + * Update min_prelight + * Restore shell theme + * Gnome: Improve window control buttons visibility + * Gnome-shell v42: Improve prompt dialog appearance + * Gnome-shell v42: Fix media control buttons appearance + * Gnome: Fix flickering above Chrome URL bar, Fix #201. Fix #195 + * KDE: Sddm - Improve general appearance + * Xfce: Fix thunar appearance + * Cinnamon: Fix grouped window list visibility issue + * KDE: Sddm - Fix missing spacing around text entries + * Gnome-shell v42: Improve notifications appearance + * Gnome-shell v42: Fix some visual issues + * KDE: Sddm - Improve input appearance + * Fix background hovering effect on Dash to Dock + * Gnome-shell v42: Improve calendar area appearance + * Gnome-shell: Add specific styles for dash-to-dock + * Gnome-shell v42: Fix wasted space in calendar area + * Gnome-shell v42: Fix styling issues in popups + * KDE: Sddm - Fix shrink buttons/entries + * Gnome-shell: Improve popups appearance + * KDE: SDDM - Improve button appearance + * Gnome-shell-v42: Fix issue with app folders + * Gnome-shell-v42: Remove odd border in message list + * Gnome-shell-v42: Fix issue with calendar + * Gnome-shell-v42: Fix issue with popovers + * Gnome-shell: Fix issue with page indicator + * Gnome-shell: Update text entries appearance + * KDE: Sddm - Fix small font size + * Gnome: Fix appearance of linked buttons in headerbar + +------------------------------------------------------------------- Old: ---- dracula-gtk-theme-3.0+git32.3029205.obscpio New: ---- dracula-gtk-theme-3.0+git88.b64d36a.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dracula-gtk-theme.spec ++++++ --- /var/tmp/diff_new_pack.qEq1vK/_old 2023-01-16 18:01:50.883807729 +0100 +++ /var/tmp/diff_new_pack.qEq1vK/_new 2023-01-16 18:01:50.887807752 +0100 @@ -1,7 +1,7 @@ # # spec file for package dracula-gtk-theme # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,11 @@ # +%define _name dracula +%define _kf5_plasmadir /usr/share/plasma + Name: dracula-gtk-theme -Version: 3.0+git32.3029205 +Version: 3.0+git88.b64d36a Release: 0 Summary: A dark theme for GTK License: GPL-3.0-only @@ -30,6 +33,114 @@ This is a dark theme for GTK-3 and GTK-2 based desktop environments like Gnome, XFCE, Mate, Cinnamon, etc. Also provides support for KDE plasma. +%package -n metatheme-%{_name}-common +Summary: Common files for the Dracula theme +Suggests: gtk2-metatheme-%{_name} +Suggests: gtk3-metatheme-%{_name} +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} + +%description -n metatheme-dracula-common +This is a dark theme for GTK-3 and GTK-2 based desktop environments like +Gnome, XFCE, Mate, Cinnamon, etc. Also provides support for KDE plasma. + +This package provides the files common to the GTK+ themes and the window +manager themes. + +%package -n gtk2-metatheme-%{_name} +Summary: GTK+ 2 support for the Dracula theme +Requires: metatheme-%{_name}-common = %{version} +Supplements: (metatheme-%{_name}-common and gtk2) +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} + +%description -n gtk2-metatheme-%{_name} +This package provides the GTK+ 2 support for Dracula theme. + +%package -n gtk3-metatheme-%{_name} +Summary: GTK+ 3 support for the Dracula theme +Requires: metatheme-%{_name}-common = %{version} +Supplements: (metatheme-%{_name}-common and gtk3) +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} + +%description -n gtk3-metatheme-%{_name} +This is a dark theme for GTK-3 and GTK-2 based desktop environments like +Gnome, XFCE, Mate, Cinnamon, etc. Also provides support for KDE plasma. + +This package provides the GTK+ 3 support for Dracula theme. + +%package -n gtk4-metatheme-%{_name} +Summary: GTK+ 4 support for the Dracula theme +Requires: metatheme-%{_name}-common = %{version} +Supplements: (metatheme-%{_name}-common and gtk4) +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} + +%description -n gtk4-metatheme-%{_name} +This is a dark theme for GTK-3 and GTK-2 based desktop environments like +Gnome, XFCE, Mate, Cinnamon, etc. Also provides support for KDE plasma. + +This package provides the GTK+ 4 support for Dracula theme. + +%package -n kde-theme-%{_name} +Summary: KDE support for the Dracula theme +Requires: metatheme-%{_name}-common = %{version} +Requires: plasma5-desktop +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} + +%description -n kde-theme-%{_name} +This package provides the KDE support for Dracula theme. + +%package -n metacity-theme-%{_name} +Summary: Dracula Metacity themes +Requires: metacity +Requires: metatheme-%{_name}-common = %{version} +Supplements: (metatheme-%{_name}-common and metacity) +BuildArch: noarch +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} + +%description -n metacity-theme-%{_name} +This package contains the metacity themes. + +%package -n cinnamon-theme-%{_name} +Summary: Dracula Cinnamon themes +Requires: cinnamon >= 3.2.0 +Requires: metatheme-%{_name}-common = %{version} +Supplements: (metatheme-%{_name}-common and cinnamon) +BuildArch: noarch +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} + +%description -n cinnamon-theme-%{_name} +This package contains the cinnamon themes for Dracula theme. + +%package -n gnome-shell-theme-%{_name} +Summary: Dracula GNOME Shell themes +Requires: gnome-shell >= 3.20.0 +Requires: metatheme-%{_name}-common = %{version} +Supplements: (metatheme-%{_name}-common and gnome-shell) +BuildArch: noarch +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} + +%description -n gnome-shell-theme-%{_name} +This package contains the GNOME Shell support for Dracula theme. + +%package -n xfwm4-theme-%{_name} +Summary: Dracula Xfwm4 themes +Requires: metatheme-%{_name}-common = %{version} +Requires: xfwm4 +Supplements: (metatheme-%{_name}-common and xfwm4) +BuildArch: noarch +Obsoletes: %{name} < %{version}-%{release} +Provides: %{name} = %{version}-%{release} + +%description -n xfwm4-theme-%{_name} +This package contains the Xfwm4 support for for Dracula theme. + %prep %setup -q -n %{name}-%{version} @@ -60,6 +171,28 @@ cp -a ./ %{buildroot}%{_datadir}/themes/%{name}/ chmod 0644 %{buildroot}%{_datadir}/themes/%{name}/index.theme +# Move KDE files to the right folders +mkdir -p %{buildroot}%{_kf5_plasmadir}/desktoptheme +mv %{buildroot}%{_datadir}/themes/%{name}/kde/plasma/desktoptheme/* %{buildroot}%{_kf5_plasmadir}/desktoptheme + +mkdir -p %{buildroot}%{_kf5_plasmadir}/look-and-feel +mv %{buildroot}%{_datadir}/themes/%{name}/kde/plasma/look-and-feel/* %{buildroot}%{_kf5_plasmadir}/look-and-feel + +mkdir -p %{buildroot}%{_datadir}/color-schemes +mv %{buildroot}%{_datadir}/themes/%{name}/kde/color-schemes/* %{buildroot}%{_datadir}/color-schemes + +mkdir -p %{buildroot}%{_datadir}/icons/Dracula-cursors +mv %{buildroot}%{_datadir}/themes/%{name}/kde/cursors/Dracula-cursors/* %{buildroot}%{_datadir}/icons/Dracula-cursors + +mkdir -p %{buildroot}%{_datadir}/sddm/themes/Dracula +mv %{buildroot}%{_datadir}/themes/%{name}/kde/sddm/Dracula/* %{buildroot}%{_datadir}/sddm/themes/Dracula + +mkdir -p %{buildroot}%{_datadir}/aurorae/themes/Dracula +mv %{buildroot}%{_datadir}/themes/%{name}/kde/aurorae/Dracula/* %{buildroot}%{_datadir}/aurorae/themes/Dracula + +# Cleanup unused KDE files +rm -rf %{buildroot}%{_datadir}/themes/%{name}/kde + # fix duplicate files %fdupes -s %{buildroot}/%{_datadir}/themes/ @@ -67,9 +200,50 @@ rm %{buildroot}%{_datadir}/themes/%{name}/README.md rm %{buildroot}%{_datadir}/themes/%{name}/LICENSE -%files -%doc README.md +# Remove useless files +rm %{buildroot}%{_datadir}/themes/%{name}/Gulpfile.js +rm %{buildroot}%{_datadir}/themes/%{name}/INSTALL.md +rm %{buildroot}%{_datadir}/themes/%{name}/package-lock.json +rm %{buildroot}%{_datadir}/themes/%{name}/package.json +rm %{buildroot}%{_datadir}/themes/%{name}/screenshot.png + +%files -n metatheme-%{_name}-common %license LICENSE -%{_datadir}/themes/%{name}/ +%doc README.md +%dir %{_datadir}/themes/%{name}/ +%{_datadir}/themes/%{name}/index.theme +%{_datadir}/themes/%{name}/assets + +%files -n gtk2-metatheme-%{_name} +%{_datadir}/themes/%{name}/gtk-2.0/ + +%files -n gtk3-metatheme-%{_name} +%{_datadir}/themes/%{name}/gtk-3.*/ + +%files -n gtk4-metatheme-%{_name} +%{_datadir}/themes/%{name}/gtk-4.*/ + +%files -n gnome-shell-theme-%{_name} +%{_datadir}/themes/%{name}/gnome-shell/ + +%files -n kde-theme-%{_name} +%dir %{_datadir}/aurorae +%dir %{_datadir}/aurorae/themes +%dir %{_datadir}/sddm/ +%dir %{_datadir}/sddm/themes/ +%{_kf5_plasmadir}/ +%{_datadir}/color-schemes/ +%{_datadir}/icons/Dracula-cursors +%{_datadir}/sddm/themes/Dracula +%{_datadir}/aurorae/themes/Dracula + +%files -n metacity-theme-%{_name} +%{_datadir}/themes/%{name}/metacity-1/ + +%files -n cinnamon-theme-%{_name} +%{_datadir}/themes/%{name}/cinnamon/ + +%files -n xfwm4-theme-%{_name} +%{_datadir}/themes/%{name}/xfwm4/ %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.qEq1vK/_old 2023-01-16 18:01:50.915807909 +0100 +++ /var/tmp/diff_new_pack.qEq1vK/_new 2023-01-16 18:01:50.919807931 +0100 @@ -16,4 +16,5 @@ <param name="file">*.tar</param> </service> </services> +(No newline at EOF) ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.qEq1vK/_old 2023-01-16 18:01:50.939808043 +0100 +++ /var/tmp/diff_new_pack.qEq1vK/_new 2023-01-16 18:01:50.943808066 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/dracula/gtk.git</param> - <param name="changesrevision">3029205ea3ea33df7add5328d3794718e1a4d64c</param></service></servicedata> + <param name="changesrevision">b64d36afb21dd167886c2d73e22a8af20f20d342</param></service></servicedata> (No newline at EOF) ++++++ dracula-gtk-theme-3.0+git32.3029205.obscpio -> dracula-gtk-theme-3.0+git88.b64d36a.obscpio ++++++ /work/SRC/openSUSE:Factory/dracula-gtk-theme/dracula-gtk-theme-3.0+git32.3029205.obscpio /work/SRC/openSUSE:Factory/.dracula-gtk-theme.new.32243/dracula-gtk-theme-3.0+git88.b64d36a.obscpio differ: char 48, line 1 ++++++ dracula-gtk-theme.obsinfo ++++++ --- /var/tmp/diff_new_pack.qEq1vK/_old 2023-01-16 18:01:50.983808290 +0100 +++ /var/tmp/diff_new_pack.qEq1vK/_new 2023-01-16 18:01:50.987808313 +0100 @@ -1,5 +1,5 @@ name: dracula-gtk-theme -version: 3.0+git32.3029205 -mtime: 1649613974 -commit: 3029205ea3ea33df7add5328d3794718e1a4d64c +version: 3.0+git88.b64d36a +mtime: 1672777857 +commit: b64d36afb21dd167886c2d73e22a8af20f20d342