From a709b22f8d307389d6763ed886d366af5715a0b04f21b48a5919ba838bb81676 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 16 May 2017 11:56:12 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze-gtk?expand=0&rev=41 --- breeze-gtk-5.9.5.tar.xz | 3 --- breeze-gtk-5.9.95.tar.xz | 3 +++ breeze-gtk.changes | 11 +++++++++++ breeze-gtk.spec | 5 +++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 breeze-gtk-5.9.5.tar.xz create mode 100644 breeze-gtk-5.9.95.tar.xz diff --git a/breeze-gtk-5.9.5.tar.xz b/breeze-gtk-5.9.5.tar.xz deleted file mode 100644 index 958da64..0000000 --- a/breeze-gtk-5.9.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32dfa87f0cdf713962c22415a0ed8b2e1eff89a6fd517407738056ff32064459 -size 211864 diff --git a/breeze-gtk-5.9.95.tar.xz b/breeze-gtk-5.9.95.tar.xz new file mode 100644 index 0000000..1a5c66d --- /dev/null +++ b/breeze-gtk-5.9.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ef0c09f2ab0fe5eb4504847b8addaac2ea09f47e0767aa73c2f6f6e80b832c +size 211512 diff --git a/breeze-gtk.changes b/breeze-gtk.changes index f86223a..f6c5b46 100644 --- a/breeze-gtk.changes +++ b/breeze-gtk.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 11 20:26:19 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.9.95 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.95.php +- Changes since 5.9.5: + * Revert "Revert "No need for WITH_GTK3_VERSION anymore"" + * Revert "Revert "Figure out the GTK version instead of using a hardcoded one"" + ------------------------------------------------------------------- Tue Apr 25 18:57:59 CEST 2017 - lbeltrame@kde.org diff --git a/breeze-gtk.spec b/breeze-gtk.spec index 4aac1ca..6faefea 100644 --- a/breeze-gtk.spec +++ b/breeze-gtk.spec @@ -18,13 +18,13 @@ %define _name breeze Name: breeze-gtk -Version: 5.9.5 +Version: 5.9.95 Release: 0 Summary: GTK+ theme matching KDE's Breeze License: LGPL-2.1 Group: System/GUI/KDE Url: https://projects.kde.org/breeze-gtk -Source: http://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz +Source: breeze-gtk-%{version}.tar.xz # PATCH-FIX-OPENSUSE update_from_BreezeGTK.patch boo#994832 -- update user's config from the old BreezyGTK theme Patch: update_from_BreezeGTK.patch BuildRequires: cmake >= 2.8.12 @@ -33,6 +33,7 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(gtk+-3.0) %description A GTK+ theme created to match with the new Plasma 5 Breeze theme. From 724fd2c50e72dae2762eb0e5915ea74547768f7ade3bd9125b193d2aacea7dfc Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 27 May 2017 16:19:35 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze-gtk?expand=0&rev=42 --- breeze-gtk-5.10.0.tar.xz | 3 +++ breeze-gtk-5.9.95.tar.xz | 3 --- breeze-gtk.changes | 11 +++++++++++ breeze-gtk.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 breeze-gtk-5.10.0.tar.xz delete mode 100644 breeze-gtk-5.9.95.tar.xz diff --git a/breeze-gtk-5.10.0.tar.xz b/breeze-gtk-5.10.0.tar.xz new file mode 100644 index 0000000..64d6ed8 --- /dev/null +++ b/breeze-gtk-5.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563c4c3376ba33445ba6662e72e12b608457320e02a4d98732edc2de5770bab9 +size 211488 diff --git a/breeze-gtk-5.9.95.tar.xz b/breeze-gtk-5.9.95.tar.xz deleted file mode 100644 index 1a5c66d..0000000 --- a/breeze-gtk-5.9.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14ef0c09f2ab0fe5eb4504847b8addaac2ea09f47e0767aa73c2f6f6e80b832c -size 211512 diff --git a/breeze-gtk.changes b/breeze-gtk.changes index f6c5b46..f213bc9 100644 --- a/breeze-gtk.changes +++ b/breeze-gtk.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 26 14:10:29 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.0.php +- Changes since 5.9.95: + * Remove gtk+-3 build dep, install versioned gtk.css dirs unconditionally + * Set no stepper button for GTK3 scrollbars on gtk >=3.20 (kde#377008) + ------------------------------------------------------------------- Thu May 11 20:26:19 CEST 2017 - fabian@ritter-vogt.de diff --git a/breeze-gtk.spec b/breeze-gtk.spec index 6faefea..e15f82a 100644 --- a/breeze-gtk.spec +++ b/breeze-gtk.spec @@ -18,13 +18,13 @@ %define _name breeze Name: breeze-gtk -Version: 5.9.95 +Version: 5.10.0 Release: 0 Summary: GTK+ theme matching KDE's Breeze License: LGPL-2.1 Group: System/GUI/KDE Url: https://projects.kde.org/breeze-gtk -Source: breeze-gtk-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz # PATCH-FIX-OPENSUSE update_from_BreezeGTK.patch boo#994832 -- update user's config from the old BreezyGTK theme Patch: update_from_BreezeGTK.patch BuildRequires: cmake >= 2.8.12 From aa86e53bf564bad165c1c873971121e9f39b9acb18cc956adb7f9dfc16652fc7 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sat, 27 May 2017 16:33:28 +0000 Subject: [PATCH 3/4] - Move all gtk-3.0+ themes to gtk3-metatheme-breeze OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze-gtk?expand=0&rev=43 --- breeze-gtk.changes | 5 +++++ breeze-gtk.spec | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/breeze-gtk.changes b/breeze-gtk.changes index f213bc9..659fbd0 100644 --- a/breeze-gtk.changes +++ b/breeze-gtk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 27 16:30:09 UTC 2017 - fabian@ritter-vogt.de + +- Move all gtk-3.0+ themes to gtk3-metatheme-breeze + ------------------------------------------------------------------- Fri May 26 14:10:29 CEST 2017 - fabian@ritter-vogt.de diff --git a/breeze-gtk.spec b/breeze-gtk.spec index e15f82a..77a8d0d 100644 --- a/breeze-gtk.spec +++ b/breeze-gtk.spec @@ -33,7 +33,6 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(gtk+-3.0) %description A GTK+ theme created to match with the new Plasma 5 Breeze theme. @@ -75,11 +74,7 @@ A GTK+ theme created to match with the new Plasma 5 Breeze theme. chmod a-x COPYING* README.md %build -%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?sle_version} > 120100) -%cmake_kf5 -- -DWITH_GTK3_VERSION=3.20 -%else %cmake_kf5 -%endif make %{?_smp_mflags} %install @@ -90,7 +85,7 @@ make %{?_smp_mflags} %defattr(-,root,root) %doc COPYING* README.md %{_datadir}/themes/Breeze*/ -%exclude %{_datadir}/themes/Breeze*/gtk-?.0/ +%exclude %{_datadir}/themes/Breeze*/gtk-*/ %dir %{_kf5_sharedir}/kconf_update/ %dir %{_kf5_sharedir}/themes/Breeze*/assets/ %{_kf5_sharedir}/kconf_update/*%{_name}* @@ -103,6 +98,6 @@ make %{?_smp_mflags} %files -n gtk3-metatheme-%{_name} %defattr(-,root,root) -%{_datadir}/themes/Breeze*/gtk-3.0/ +%{_datadir}/themes/Breeze*/gtk-3.*/ %changelog From 337b36d4ff6b0b0190d8f77ff474e0b26509d716b256fe1eea17d1bcb97cbbba Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 28 May 2017 09:00:42 +0000 Subject: [PATCH 4/4] Strip source URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze-gtk?expand=0&rev=44 --- breeze-gtk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breeze-gtk.spec b/breeze-gtk.spec index 77a8d0d..bf18829 100644 --- a/breeze-gtk.spec +++ b/breeze-gtk.spec @@ -24,7 +24,7 @@ Summary: GTK+ theme matching KDE's Breeze License: LGPL-2.1 Group: System/GUI/KDE Url: https://projects.kde.org/breeze-gtk -Source: http://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz +Source: breeze-gtk-%{version}.tar.xz # PATCH-FIX-OPENSUSE update_from_BreezeGTK.patch boo#994832 -- update user's config from the old BreezyGTK theme Patch: update_from_BreezeGTK.patch BuildRequires: cmake >= 2.8.12