Hello community,
here is the log from the commit of package greybird-theme for
openSUSE:Leap:15.2 checked in at 2020-05-28 20:10:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/greybird-theme (Old)
and /work/SRC/openSUSE:Leap:15.2/.greybird-theme.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "greybird-theme"
Thu May 28 20:10:18 2020 rev:14 rq:809452 version:3.22.11+git4.320a703
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/greybird-theme/greybird-theme.changes
2020-01-15 15:08:53.974021257 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.greybird-theme.new.3606/greybird-theme.changes
2020-05-28 20:10:24.295043426 +0200
@@ -1,0 +2,69 @@
+Sat Feb 22 08:20:11 UTC 2020 - [email protected]
+
+- Update to version 3.22.11+git4.320a703:
+ * Sync dark theme with light theme and use symlink
+ * Rebase partly on Adwaita 3.24
+ * Messagedialog: Reduce buttonbox button height
+ * notifyd: Tweak the theme's appearance (button hover)
+ * Hide i/o on GtkSwitches
+
+-------------------------------------------------------------------
+Sat Nov 16 17:06:42 UTC 2019 - [email protected]
+
+- Update to version 3.22.10+git17.4d806cd:
+ * Fixed xfwm4-a11y dark buttons padding and window borders
+ * Added xfwm4 Greybird-accessibility-dark
+
+-------------------------------------------------------------------
+Wed Nov 06 16:02:22 UTC 2019 - [email protected]
+
+- Update to version 3.22.10+git15.acede86:
+ * Make use of symlinks cleanup unused files
+
+-------------------------------------------------------------------
+Mon Nov 04 16:02:12 UTC 2019 - [email protected]
+
+- Update to version 3.22.10+git14.e467f4b:
+ * Add single-user installation instructions
+ * Fix notification theme paths
+ * Include meson as dependency in README.md
+ * various small fixes
+ * Buildsystem ported to meson and added dark theme
+
+-------------------------------------------------------------------
+Thu Oct 24 14:38:17 UTC 2019 - [email protected]
+
+- Update to version 3.22.10~git8.99f40ce:
+ * Add minimal size to header bar button's label
+ * Revert "Fix size of linked button with images in header bar"
+ * xfdesktop: Highlight selected icons
+ * Fix size of linked button with images in header bar
+ * xfce4-panel: Add drop-target style
+ * Improve button sizing
+ * Make error and warning entry text more readable
+ * Also set backdrop color for print dialog (Fixes #243)
+ * Re-apply xfwm4 tabwin sizing improvement (Issue #224)
+ * Improve the print dialog's style (Fixes #238)
+
+-------------------------------------------------------------------
+Fri May 10 04:30:52 UTC 2019 - [email protected]
+
+- Update to version 3.22.10~git3.c0b8881:
+ * Improve button sizing
+ * Make error and warning entry text more readable
+ * Also set backdrop color for print dialog
+ (Fixes gh#shimmerproject/Greybird#243)
+
+-------------------------------------------------------------------
+Wed Apr 24 08:54:24 UTC 2019 - [email protected]
+
+- Update to version 3.22.10~git2.799485d:
+ * Make error and warning entry text more readable
+ * Also set backdrop color for print dialog
+ (Fixes gh#shimmerproject/Greybird#243)
+ * Re-apply xfwm4 tabwin sizing improvement
+ (Issue gh#shimmerproject/Greybird#224)
+- Switched sources to git master branch
+- Spec file: switched to %autosetup for simplicity
+
+-------------------------------------------------------------------
Old:
----
Greybird-3.22.10.tar.gz
New:
----
Greybird-3.22.11+git4.320a703.tar.xz
Greybird.obsinfo
_service
_servicedata
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ greybird-theme.spec ++++++
--- /var/tmp/diff_new_pack.EoEbL8/_old 2020-05-28 20:10:24.631044426 +0200
+++ /var/tmp/diff_new_pack.EoEbL8/_new 2020-05-28 20:10:24.635044438 +0200
@@ -1,7 +1,7 @@
#
# spec file for package greybird-theme
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,18 @@
%define _name Greybird
Name: greybird-theme
-Version: 3.22.10
+Version: 3.22.11+git4.320a703
Release: 0
-Url: https://github.com/shimmerproject/Greybird
+URL: https://github.com/shimmerproject/Greybird
Summary: A grey theme for GNOME, XFCE, GTK+ 2 and 3
License: GPL-2.0-or-later OR CC-BY-SA-3.0
Group: System/GUI/GNOME
-Source:
https://github.com/shimmerproject/%{_name}/archive/v%{version}/%{_name}-%{version}.tar.gz
-BuildRequires: autoconf
-BuildRequires: automake
+Source: %{_name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gdk-pixbuf-devel
BuildRequires: gdk-pixbuf-loader-rsvg
BuildRequires: glib2-devel
+BuildRequires: meson
BuildRequires: sassc
BuildArch: noarch
@@ -85,44 +84,44 @@
%setup -q -n %{_name}-%{version}
%build
-./autogen.sh
-%configure
-%make_build
+%meson
+%meson_build
%install
-%make_install
+%meson_install
# remove stuff that's unlikely to be used
-rm -r %{buildroot}%{_datadir}/themes/%{_name}/unity
-rm -r %{buildroot}%{_datadir}/themes/%{_name}/plank
-rm %{buildroot}%{_datadir}/themes/%{_name}/ubiquity-panel-bg.png
+rm -r %{buildroot}%{_datadir}/themes/%{_name}{,-dark}/unity
+rm -r %{buildroot}%{_datadir}/themes/%{_name}{,-dark}/plank
+
# the convulted fdupes call is necessary, else a gtk-2.0 icon will be linked
to gtk-3.0
# which will not work if only one subpackage is installed.
%fdupes -s %{buildroot}/%{_datadir}/themes/%{_name}*/{[^g]*,gtk-3.0}
+%fdupes -s %{buildroot}/%{_datadir}/themes/%{_name}*/gtk-2.0/*
%files -n metatheme-greybird-common
%doc README.md
%license LICENSE.CC LICENSE.GPL
-%dir %{_datadir}/themes/%{_name}/
-%{_datadir}/themes/%{_name}/metacity-1
+%dir %{_datadir}/themes/%{_name}{,-dark}/
+%{_datadir}/themes/%{_name}{,-dark}/metacity-1
%{_datadir}/themes/%{_name}/xfce-notify-4.0
-%{_datadir}/themes/%{_name}/xfwm4
-%{_datadir}/themes/%{_name}/Greybird.emerald
-%{_datadir}/themes/%{_name}/index.theme
-%dir %{_datadir}/themes/%{_name}-accessibility
-%{_datadir}/themes/%{_name}-accessibility/xfwm4
+%{_datadir}/themes/%{_name}{,-dark}/xfwm4
+%{_datadir}/themes/%{_name}{,-dark}/*.emerald
+%{_datadir}/themes/%{_name}{,-dark}/index.theme
+%dir %{_datadir}/themes/%{_name}{,-dark}-accessibility
+%{_datadir}/themes/%{_name}{,-dark}-accessibility/xfwm4
%dir %{_datadir}/themes/%{_name}-compact
%{_datadir}/themes/%{_name}-compact/xfwm4
%dir %{_datadir}/themes/%{_name}-bright
%{_datadir}/themes/%{_name}-bright/xfce-notify-4.0
-%dir %{_datadir}/themes/%{_name}/gnome-shell
-%{_datadir}/themes/%{_name}/gnome-shell/gnome-shell.css
+%dir %{_datadir}/themes/%{_name}{,-dark}/gnome-shell
+%{_datadir}/themes/%{_name}{,-dark}/gnome-shell/gnome-shell.css
%files -n gtk2-metatheme-greybird
-%{_datadir}/themes/%{_name}/gtk-2.0
+%{_datadir}/themes/%{_name}{,-dark}/gtk-2.0
%if 0%{?suse_version} >= 1210
%files -n gtk3-metatheme-greybird
-%{_datadir}/themes/%{_name}/gtk-3.0
+%{_datadir}/themes/%{_name}{,-dark}/gtk-3.0
%endif
%changelog
++++++ Greybird.obsinfo ++++++
name: Greybird
version: 3.22.11+git4.320a703
mtime: 1580740350
commit: 320a703a54056741da500382080affd63de737e6
++++++ _service ++++++
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="localonly">
<param name="url">https://github.com/shimmerproject/Greybird.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">[email protected]</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="localonly"/>
<service name="tar" mode="localonly"/>
<service name="recompress" mode="localonly">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/shimmerproject/Greybird.git</param>
<param
name="changesrevision">320a703a54056741da500382080affd63de737e6</param></service></servicedata>