From e8148d7356201391feb9fb6e11cd0d3e634dfe89f1f80f063d4234152b8b5cb5 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:10:35 +0000 Subject: [PATCH] Update to Plasma 5.7.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/breeze?expand=0&rev=2 --- _service | 12 -- ...e-5.7.90git~20160915T100423~92a5c79.tar.xz | 3 - _service:set_version:breeze.spec | 164 ------------------ _service:set_version:breeze4-style.spec | 56 ------ breeze-5.7.95.tar.xz | 3 + breeze.changes | 100 +++++++++++ breeze.spec | 6 +- breeze4-style.spec | 2 +- 8 files changed, 107 insertions(+), 239 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:tar_scm:breeze-5.7.90git~20160915T100423~92a5c79.tar.xz delete mode 100644 _service:set_version:breeze.spec delete mode 100644 _service:set_version:breeze4-style.spec create mode 100644 breeze-5.7.95.tar.xz diff --git a/_service b/_service deleted file mode 100644 index 7c4760e..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - git://anongit.kde.org/breeze.git - git - 5.7.90git~%ci~%h - - - *.tar - xz - - - \ No newline at end of file diff --git a/_service:recompress:tar_scm:breeze-5.7.90git~20160915T100423~92a5c79.tar.xz b/_service:recompress:tar_scm:breeze-5.7.90git~20160915T100423~92a5c79.tar.xz deleted file mode 100644 index 61b9121..0000000 --- a/_service:recompress:tar_scm:breeze-5.7.90git~20160915T100423~92a5c79.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9780da86267535bf66d8113f16392fc7f51a10e3975c2926145a92c56cfd2b4 -size 33215028 diff --git a/_service:set_version:breeze.spec b/_service:set_version:breeze.spec deleted file mode 100644 index 095a32a..0000000 --- a/_service:set_version:breeze.spec +++ /dev/null @@ -1,164 +0,0 @@ -# -# spec file for package breeze -# -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -%bcond_without lang -Name: breeze -Version: 5.7.90git~20160915T100423~92a5c79 -Release: 0 -BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.13 -BuildRequires: hicolor-icon-theme -BuildRequires: kf5-filesystem -BuildRequires: cmake(KDecoration2) >= %{_plasma5_version} -BuildRequires: cmake(KF5ConfigWidgets) -BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5FrameworkIntegration) -BuildRequires: cmake(KF5GuiAddons) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5KCMUtils) -BuildRequires: cmake(KF5Package) -BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} -BuildRequires: cmake(KF5WindowSystem) -BuildRequires: cmake(Qt5DBus) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 -BuildRequires: pkgconfig(x11-xcb) -BuildRequires: pkgconfig(xcb) -Requires: breeze5-cursors >= %{_plasma5_version} -Requires: breeze5-icons >= %{_plasma5_version} -Requires: breeze5-style >= %{_plasma5_version} -Requires: breeze5-wallpapers >= %{_plasma5_version} -Recommends: breeze5-decoration >= %{_plasma5_version} -Summary: Plasma Desktop artwork, styles and assets -License: GPL-2.0+ -Group: System/GUI/KDE -Url: http://www.kde.org -#Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz -Source: %{name}-%{version}.tar.xz -Source99: %{name}-rpmlintrc -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. - -%package -n breeze5-cursors -Summary: Plasma Desktop artwork, styles and assets -Group: System/GUI/KDE -BuildArch: noarch - -%description -n breeze5-cursors -Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. -This package provides Breeze cursor theme. - -%package -n breeze5-style -Summary: Plasma Desktop artwork, styles and assets -Group: System/GUI/KDE -# needed for kde4breeze -Requires: breeze-gtk -Requires: kconf_update5 -Recommends: breeze4-style -%if %{with lang} -Recommends: breeze5-style-lang -%endif - -%description -n breeze5-style -Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. -This package provides Breeze style, color-scheme and aditional assets. - -%package -n breeze5-wallpapers -Summary: Plasma Desktop artwork, styles and assets -Group: System/GUI/KDE -BuildArch: noarch - -%description -n breeze5-wallpapers -Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. -This package provides Breeze wallpaper theme. - -%package -n breeze5-decoration -Summary: Plasma Desktop artwork, styles and assets -Group: System/GUI/KDE - -%description -n breeze5-decoration -Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. -This package provides Breeze KWin decoration. - -%lang_package -n breeze5-style -%prep -%setup -q - -%build - %cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 - %make_jobs - -%install - %kf5_makeinstall -C build - -%if %{with lang} -%files -n breeze5-style-lang -%defattr(-,root,root) -%doc COPYING* -%{_kf5_localedir}/ -%endif - -%files -n breeze5-cursors -%defattr(-,root,root) -%doc COPYING* -%{_kf5_iconsdir}/breeze_cursors -%{_kf5_iconsdir}/Breeze_Snow/ - -%files -n breeze5-style -%defattr(-,root,root) -%doc COPYING* -%{_kf5_bindir}/breeze-settings5 -%dir %{_kf5_iconsdir}/hicolor/scalable -%dir %{_kf5_iconsdir}/hicolor/scalable/apps -%{_kf5_iconsdir}/hicolor/scalable/apps/breeze-settings.* -%{_kf5_sharedir}/QtCurve/ -%{_kf5_sharedir}/color-schemes/ -%dir %{_kf5_sharedir}/plasma -%{_kf5_sharedir}/plasma/look-and-feel/ -%{_kf5_qmldir}/QtQuick/ -%{_kf5_libdir}/kconf_update_bin/ -%{_kf5_sharedir}/kconf_update/ -%dir %{_kf5_plugindir} -%{_kf5_plugindir}/kstyle_breeze_config.so -%{_kf5_plugindir}/styles/ -%{_kf5_sharedir}/kstyle/ -%dir %{_kf5_servicesdir} -%{_kf5_servicesdir}/breezestyleconfig.desktop -%{_kf5_libdir}/cmake/Breeze/ - -%files -n breeze5-wallpapers -%defattr(-,root,root) -%doc COPYING* -%dir %{_kf5_sharedir}/wallpapers -%{_kf5_sharedir}/wallpapers/Next/ - -%files -n breeze5-decoration -%defattr(-,root,root) -%doc COPYING* -%dir %{_kf5_plugindir} -%{_kf5_plugindir}/org.kde.kdecoration2/ -%dir %{_kf5_servicesdir} -%{_kf5_servicesdir}/breezedecorationconfig.desktop - -%files -%defattr(-,root,root) -%doc COPYING* - -%changelog diff --git a/_service:set_version:breeze4-style.spec b/_service:set_version:breeze4-style.spec deleted file mode 100644 index e79d8f0..0000000 --- a/_service:set_version:breeze4-style.spec +++ /dev/null @@ -1,56 +0,0 @@ -# -# spec file for package breeze4-style -# -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -Name: breeze4-style -Version: 5.7.90git~20160915T100423~92a5c79 -Release: 0 -BuildRequires: automoc4 -BuildRequires: cmake >= 2.8.12 -BuildRequires: kde4-filesystem -BuildRequires: libkde4-devel -BuildRequires: libqt4-devel -BuildRequires: libxcb-devel -Summary: Plasma Desktop artwork, styles and assets -License: GPL-2.0+ -Group: System/GUI/KDE -Url: http://www.kde.org -#Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz -Source: breeze-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. -This package contains kde4 backport of new default Plasma 5 style. - -%prep -%setup -q -n breeze-%{version} - -%build - %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON - %make_jobs - -%install - %kde4_makeinstall -C build - -%files -%defattr(-,root,root) -%doc COPYING* -%{_kde4_modulesdir}/ -%{_kde4_appsdir}/ - -%changelog diff --git a/breeze-5.7.95.tar.xz b/breeze-5.7.95.tar.xz new file mode 100644 index 0000000..f241179 --- /dev/null +++ b/breeze-5.7.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07beea6e26040e18a673f3a3e46e02a3c5aafba68206c25a2ddaf379a1c2b856 +size 33277632 diff --git a/breeze.changes b/breeze.changes index d86be1b..be9c220 100644 --- a/breeze.changes +++ b/breeze.changes @@ -1,3 +1,103 @@ +------------------------------------------------------------------- +Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.95 (Plasma 5.8 Beta) + * New LTS feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.95.php + +------------------------------------------------------------------- +Tue Sep 13 17:42:09 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.5 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.5.php + +------------------------------------------------------------------- +Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.4.php + +------------------------------------------------------------------- +Tue Aug 2 11:35:49 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.3 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.3.php + +------------------------------------------------------------------- +Wed Jul 20 08:54:14 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.2.php + +------------------------------------------------------------------- +Mon Jul 18 08:38:22 UTC 2016 - jengelh@inai.de + +- Add fdupes by recommendation of rpmlint + +------------------------------------------------------------------- +Wed Jul 13 06:13:22 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.1.php + +------------------------------------------------------------------- +Tue Jul 5 11:11:55 UTC 2016 - wbauer@tmo.at + +- Use the new %kf5_find_lang macro to create the file list for the + lang package +- Remove rpmlintrc file, it is not needed any more now + +------------------------------------------------------------------- +Thu Jun 30 12:02:17 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.0 + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.0.php + +------------------------------------------------------------------- +Sun May 15 16:50:10 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.4.php + +------------------------------------------------------------------- +Tue Apr 19 20:45:25 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.3 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.3.php + +------------------------------------------------------------------- +Tue Apr 5 15:53:41 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.2.php + +------------------------------------------------------------------- +Tue Mar 29 16:20:33 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.1.php + ------------------------------------------------------------------- Sun Mar 20 09:19:46 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/breeze.spec b/breeze.spec index e0b81c5..dd0a70c 100644 --- a/breeze.spec +++ b/breeze.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: breeze -Version: 5.6.0 +Version: 5.7.95 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.13 @@ -48,8 +48,8 @@ Summary: Plasma Desktop artwork, styles and assets License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -#Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz -Source: %{name}-%{version}.tar.xz +#Source: http://download.kde.org/unstable/plasma/%{version}/http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/breeze4-style.spec b/breeze4-style.spec index e7da56a..0b4a2d4 100644 --- a/breeze4-style.spec +++ b/breeze4-style.spec @@ -17,7 +17,7 @@ Name: breeze4-style -Version: 5.4.0 +Version: 5.7.95 Release: 0 BuildRequires: automoc4 BuildRequires: cmake >= 2.8.12