Hello community,
here is the log from the commit of package greybird-geeko-theme for
openSUSE:Factory checked in at 2019-07-11 13:17:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/greybird-geeko-theme (Old)
and /work/SRC/openSUSE:Factory/.greybird-geeko-theme.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "greybird-geeko-theme"
Thu Jul 11 13:17:14 2019 rev:2 rq:714251 version:3.22.10.1+git35.86db55b
Changes:
--------
---
/work/SRC/openSUSE:Factory/greybird-geeko-theme/greybird-geeko-theme.changes
2019-06-25 22:21:50.841103275 +0200
+++
/work/SRC/openSUSE:Factory/.greybird-geeko-theme.new.4615/greybird-geeko-theme.changes
2019-07-11 13:17:15.438788866 +0200
@@ -1,0 +2,12 @@
+Mon Jul 08 21:00:13 UTC 2019 - [email protected]
+
+- Update to version 3.22.10.1+git33.0c9d808:
+ * Theme is now split in Light and Dark variants
+ * Added xfwm dark theme
+ * Improved xfwm inactive buttons contrast
+ * Meson port
+ * Update README.md to reflect meson
+ * Remove unused themes
+- Updated and optimized spec file to build with meson
+
+-------------------------------------------------------------------
Old:
----
greybird-geeko-theme-3.22.10.1+git5.316475b.obscpio
New:
----
greybird-geeko-theme-3.22.10.1+git35.86db55b.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ greybird-geeko-theme.spec ++++++
--- /var/tmp/diff_new_pack.6arAfk/_old 2019-07-11 13:17:16.266788606 +0200
+++ /var/tmp/diff_new_pack.6arAfk/_new 2019-07-11 13:17:16.270788604 +0200
@@ -16,22 +16,22 @@
#
-%define _name Greybird-geeko
+%define name_light Greybird-Geeko-Light
+%define name_dark Greybird-Geeko-Dark
Name: greybird-geeko-theme
-Version: 3.22.10.1+git5.316475b
+Version: 3.22.10.1+git35.86db55b
Release: 0
Url: https://github.com/shimmerproject/Greybird-Geeko
Summary: A grey theme for GNOME, XFCE, GTK+ 2 and 3
License: GPL-2.0-or-later OR CC-BY-SA-3.0 AND GPL-3.0-or-later
Group: System/GUI/GNOME
Source: %{name}-%{version}.tar.xz
-BuildRequires: autoconf
-BuildRequires: automake
BuildRequires: fdupes
BuildRequires: gdk-pixbuf-devel
BuildRequires: gdk-pixbuf-loader-rsvg
BuildRequires: glib2-devel
+BuildRequires: meson
BuildRequires: sassc
BuildArch: noarch
@@ -85,44 +85,38 @@
%autosetup
%build
-./autogen.sh
-%configure
-%make_build
+%meson
+%meson_build
%install
-%make_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
+%meson_install
+
# 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_light},%{name_dark}}*/{[^g]*,gtk-3.0}
+
+%fdupes -s
%{buildroot}/%{_datadir}/themes/{%{name_light},%{name_dark}}/gtk-2.0/*
%files -n metatheme-greybird-geeko-common
%doc README.md
%license LICENSE.CC LICENSE.GPL
-%dir %{_datadir}/themes/%{_name}/
-%{_datadir}/themes/%{_name}/metacity-1
-%{_datadir}/themes/%{_name}/xfce-notify-4.0
-%{_datadir}/themes/%{_name}/xfwm4
-%{_datadir}/themes/%{_name}/Greybird-geeko.emerald
-%{_datadir}/themes/%{_name}/index.theme
-%dir %{_datadir}/themes/%{_name}-accessibility
-%{_datadir}/themes/%{_name}-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_light},%{name_dark}}
+%{_datadir}/themes/{%{name_light},%{name_dark}}/{%{name_light},%{name_dark}}.emerald
+%{_datadir}/themes/{%{name_light},%{name_dark}}/metacity-1
+%{_datadir}/themes/{%{name_light},%{name_dark}}/xfce-notify-4.0
+%{_datadir}/themes/{%{name_light},%{name_dark}}/xfwm4
+%{_datadir}/themes/{%{name_light},%{name_dark}}/index.theme
+%dir %{_datadir}/themes/{%{name_light},%{name_dark}}-{Accessibility,Compact}
+%{_datadir}/themes/{%{name_light},%{name_dark}}-{Accessibility,Compact}/*
+%dir %{_datadir}/themes/{%{name_light},%{name_dark}}/gnome-shell
+%{_datadir}/themes/{%{name_light},%{name_dark}}/gnome-shell/*
%files -n gtk2-metatheme-greybird-geeko
-%{_datadir}/themes/%{_name}/gtk-2.0
+%{_datadir}/themes/{%{name_light},%{name_dark}}/gtk-2.0
%if 0%{?suse_version} >= 1210
%files -n gtk3-metatheme-greybird-geeko
-%{_datadir}/themes/%{_name}/gtk-3.0
+%{_datadir}/themes/{%{name_light},%{name_dark}}/gtk-3.0
%endif
%changelog
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.6arAfk/_old 2019-07-11 13:17:16.298788596 +0200
+++ /var/tmp/diff_new_pack.6arAfk/_new 2019-07-11 13:17:16.298788596 +0200
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/shimmerproject/Greybird-Geeko.git</param>
- <param
name="changesrevision">2b93a31cbcc0757bd342f145a856ad4675c78f10</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">3dd0c09b98dcec4a2ef686906bc92dc2eff3da3f</param></service></servicedata>
\ No newline at end of file
++++++ greybird-geeko-theme-3.22.10.1+git5.316475b.obscpio ->
greybird-geeko-theme-3.22.10.1+git35.86db55b.obscpio ++++++
++++ 63905 lines of diff (skipped)
++++++ greybird-geeko-theme.obsinfo ++++++
--- /var/tmp/diff_new_pack.6arAfk/_old 2019-07-11 13:17:18.198787997 +0200
+++ /var/tmp/diff_new_pack.6arAfk/_new 2019-07-11 13:17:18.198787997 +0200
@@ -1,5 +1,5 @@
name: greybird-geeko-theme
-version: 3.22.10.1+git5.316475b
-mtime: 1561151250
-commit: 316475b042e92e423de8aadd7c471094452bad25
+version: 3.22.10.1+git35.86db55b
+mtime: 1562678565
+commit: 86db55b9afa85b4d9d9f1161a5d5c914060c892a