Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2015-12-03 13:28:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.breeze-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze-gtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes    2015-10-25 
15:10:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new/breeze-gtk.changes       
2015-12-03 13:28:19.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Nov 23 20:34:07 UTC 2015 - [email protected]
+
+- Update to 5.4.95.
+- Change upstream project to https://projects.kde.org/breeze-gtk.
+- Add cmake, extra-cmake-modules, gcc-c++, kf5-filesystem and
+  pkgconfig(Qt5Core) to build dependences.
+- Add kconf_update to metatheme-breeze-common and make it
+  architecture-dependent.
+
+-------------------------------------------------------------------
@@ -21 +30,0 @@
-

Old:
----
  gnome-breeze-0.1~git20150827.tar.gz

New:
----
  breeze-gtk-5.4.95.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ breeze-gtk.spec ++++++
--- /var/tmp/diff_new_pack.NI3hK3/_old  2015-12-03 13:28:20.000000000 +0100
+++ /var/tmp/diff_new_pack.NI3hK3/_new  2015-12-03 13:28:20.000000000 +0100
@@ -18,15 +18,19 @@
 
 %define _name   breeze
 Name:           breeze-gtk
-Version:        0.1~git20150827
+Version:        5.4.95
 Release:        0
 Summary:        GTK+ theme matching KDE's Breeze
 License:        LGPL-2.1
 Group:          System/GUI/KDE
-Url:            https://github.com/dirruk1/gnome-breeze
-Source:         gnome-%{_name}-%{version}.tar.gz
+Url:            https://projects.kde.org/breeze-gtk
+Source:         
http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz
+BuildRequires:  cmake >= 3.2
+BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-BuildArch:      noarch
+BuildRequires:  gcc-c++
+BuildRequires:  kf5-filesystem
+BuildRequires:  pkgconfig(Qt5Core)
 
 %description
 A GTK+ theme created to match with the new Plasma 5 Breeze theme.
@@ -47,6 +51,7 @@
 Group:          System/GUI/KDE
 Requires:       metatheme-%{_name}-common = %{version}
 Supplements:    packageand(metatheme-%{_name}-common:gtk2)
+BuildArch:      noarch
 
 %description -n gtk2-metatheme-%{_name}
 A GTK+ theme created to match with the new Plasma 5 Breeze theme.
@@ -56,29 +61,32 @@
 Group:          System/GUI/KDE
 Requires:       metatheme-%{_name}-common = %{version}
 Supplements:    packageand(metatheme-%{_name}-common:gtk3)
+BuildArch:      noarch
 
 %description -n gtk3-metatheme-%{_name}
 A GTK+ theme created to match with the new Plasma 5 Breeze theme.
 
 %prep
-%setup -q -n gnome-%{_name}-%{version}
-chmod a-x Breeze*/gtk-2.0/gtkrc
+%setup -q
+chmod a-x COPYING* README.md
 
 %build
-# Nothing to build.
+%cmake_kf5
+make %{?_smp_mflags}
 
 %install
-mkdir -p %{buildroot}%{_datadir}/themes/
-cp -a Breeze-gtk/ %{buildroot}%{_datadir}/themes/BreezeGTK/
-cp -a Breeze-dark-gtk/ %{buildroot}%{_datadir}/themes/BreezeDarkGTK/
-
+%kf5_makeinstall
 %fdupes %{buildroot}%{_datadir}/
 
 %files -n metatheme-%{_name}-common
 %defattr(-,root,root)
-%doc LICENSE README.md
+%doc COPYING* README.md
 %{_datadir}/themes/Breeze*/
 %exclude %{_datadir}/themes/Breeze*/gtk-?.0/
+%dir %{_kf5_sharedir}/kconf_update/
+%{_kf5_sharedir}/kconf_update/*%{_name}*
+%dir %{_kf5_libdir}/kconf_update_bin/
+%{_kf5_libdir}/kconf_update_bin/*%{_name}*
 
 %files -n gtk2-metatheme-%{_name}
 %defattr(-,root,root)


Reply via email to