From 9e56b2f972dbf88d5a38dcccc43ca9966d3f6ba9b23104ddd398a05fcd73f5d3 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 09:14:02 +0000 Subject: [PATCH 1/8] osc copypac from project:KDE:Unstable:Frameworks package:kde-gtk-config5 revision:50 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kde-gtk-config5?expand=0&rev=1 --- _service | 12 ++ ...g-5.7.90git~20160915T100818~c7d8738.tar.xz | 3 + _service:set_version:kde-gtk-config5.spec | 111 ++++++++++++++++++ gtkrc-2.0-kde4.template | 2 +- kde-gtk-config-5.7.4.tar.xz | 3 - kde-gtk-config5-rpmlintrc | 2 + kde-gtk-config5.changes | 79 ------------- kde-gtk-config5.spec | 12 +- 8 files changed, 135 insertions(+), 89 deletions(-) create mode 100644 _service create mode 100644 _service:recompress:tar_scm:kde-gtk-config-5.7.90git~20160915T100818~c7d8738.tar.xz create mode 100644 _service:set_version:kde-gtk-config5.spec delete mode 100644 kde-gtk-config-5.7.4.tar.xz create mode 100644 kde-gtk-config5-rpmlintrc diff --git a/_service b/_service new file mode 100644 index 0000000..0adffb4 --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + git://anongit.kde.org/kde-gtk-config.git + git + 5.7.90git~%ci~%h + + + *.tar + xz + + + diff --git a/_service:recompress:tar_scm:kde-gtk-config-5.7.90git~20160915T100818~c7d8738.tar.xz b/_service:recompress:tar_scm:kde-gtk-config-5.7.90git~20160915T100818~c7d8738.tar.xz new file mode 100644 index 0000000..6fe8639 --- /dev/null +++ b/_service:recompress:tar_scm:kde-gtk-config-5.7.90git~20160915T100818~c7d8738.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2069f625eac438c7a218bcaa1651c60d9f0b06df9a91cf297d4bd2fda7e9cef2 +size 113528 diff --git a/_service:set_version:kde-gtk-config5.spec b/_service:set_version:kde-gtk-config5.spec new file mode 100644 index 0000000..7547846 --- /dev/null +++ b/_service:set_version:kde-gtk-config5.spec @@ -0,0 +1,111 @@ +# +# spec file for package kde-gtk-config5 +# +# 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: kde-gtk-config5 +Version: 5.7.90git~20160915T100818~c7d8738 +Release: 0 +Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE +License: LGPL-3.0+ and GPL-3.0+ +Group: System/GUI/KDE +Url: http://projects.kde.org/kde-gtk-config +Source1: kde_gtk_config.suse.sh +Source2: gtkrc-2.0-kde4.template +Source3: gtk3-settings.ini-kde4.template +Source: kde-gtk-config-%{version}.tar.xz +Source99: kde-gtk-config5-rpmlintrc +BuildRequires: extra-cmake-modules >= 0.0.9 +BuildRequires: kf5-filesystem +BuildRequires: xz +BuildRequires: cmake(KF5Archive) +BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5KCMUtils) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(x11) +%if %{with lang} +Recommends: %{name}-lang +%endif +Suggests: gtk2-theme-oxygen +Suggests: gtk3-theme-oxygen +%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" +Provides: kde-gtk-config = %{version} +Obsoletes: kde-gtk-config < %{version} +%else +Conflicts: kde-gtk-config +%endif +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +kde-gtk-config is a KCM module to configure GTK2 and GTK3 applications +appearance under KDE. + +Among its many features, it lets you: + - Choose which theme is used for GTK2 and GTK3 applications. + - Tweak some GTK applications behaviour. + - Select what icon theme to use in GTK applications. + - Select GTK applications default fonts. + - Easily browse and install new GTK2 and GTK3 themes. + +%lang_package + +%prep +%setup -q -n kde-gtk-config-%{version} + +%build + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 + %make_jobs + +%install + %kf5_makeinstall -C build + +install -Dpm 0755 %{SOURCE1} %{buildroot}%{_kf5_configdir}/plasma-workspace/env/kde_gtk_config.suse.sh +install -Dpm 0644 %{SOURCE2} %{buildroot}%{_kf5_sharedir}/%{name}/gtkrc-2.0-kde4.template +install -Dpm 0644 %{SOURCE3} %{buildroot}%{_kf5_sharedir}/%{name}/gtk3-settings.ini-kde4.template + +%files +%defattr(-,root,root) +%doc COPYING* +%dir %{_kf5_configdir}/plasma-workspace/env +%dir %{_kf5_configdir}/plasma-workspace +%config %{_kf5_configdir}/plasma-workspace/env/kde_gtk_config.suse.sh +%{_kf5_sharedir}/%{name}/ +%config %{_kf5_configdir}/cgcicon.knsrc +%config %{_kf5_configdir}/cgctheme.knsrc +%config %{_kf5_configdir}/cgcgtk3.knsrc +%{_kf5_servicesdir}/ +%{_kf5_plugindir}/ +%{_kf5_libdir}/libexec/ +%{_kf5_sharedir}/kcm-gtk-module/ +%dir %{_kf5_sharedir}/icons/hicolor/8x8 +%dir %{_kf5_sharedir}/icons/hicolor/8x8/apps +%{_kf5_sharedir}/icons/hicolor/*/*/*.* + +%if %{with lang} +%files lang +%defattr(-,root,root) +%{_kf5_localedir}/ +%endif + +%changelog diff --git a/gtkrc-2.0-kde4.template b/gtkrc-2.0-kde4.template index 4b9d859..a6813e3 100644 --- a/gtkrc-2.0-kde4.template +++ b/gtkrc-2.0-kde4.template @@ -2,7 +2,7 @@ include "/usr/share/themes/@@THEME_NAME@@/gtk-2.0/gtkrc" include "/etc/gtk-2.0/gtkrc" style "user-font" { - font_name="Noto Sans Regular" + font_name="Oxygen Regular" } widget_class "*" style "user-font" gtk-font-name="Noto Sans Regular 10" diff --git a/kde-gtk-config-5.7.4.tar.xz b/kde-gtk-config-5.7.4.tar.xz deleted file mode 100644 index e2ee105..0000000 --- a/kde-gtk-config-5.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74d5a166aef8e506adf05f8fd501093932aa34dfc96573857a356520b369c950 -size 147292 diff --git a/kde-gtk-config5-rpmlintrc b/kde-gtk-config5-rpmlintrc new file mode 100644 index 0000000..cc4ae51 --- /dev/null +++ b/kde-gtk-config5-rpmlintrc @@ -0,0 +1,2 @@ +# we don't use find_lang macro as it doesn't searches in subdirectories +addFilter("file-not-in-%lang .*") \ No newline at end of file diff --git a/kde-gtk-config5.changes b/kde-gtk-config5.changes index a9694e6..52b1bd2 100644 --- a/kde-gtk-config5.changes +++ b/kde-gtk-config5.changes @@ -1,82 +1,3 @@ -------------------------------------------------------------------- -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:52 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:19 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 - -------------------------------------------------------------------- -Wed Jul 13 06:13:25 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:17:06 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:20 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:12 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:32 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:44 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:41 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:48 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kde-gtk-config5.spec b/kde-gtk-config5.spec index 1cc595a..e0f3ff8 100644 --- a/kde-gtk-config5.spec +++ b/kde-gtk-config5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kde-gtk-config5 -Version: 5.7.4 +Version: 5.6.0 Release: 0 Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE License: LGPL-3.0+ and GPL-3.0+ @@ -28,6 +28,7 @@ Source1: kde_gtk_config.suse.sh Source2: gtkrc-2.0-kde4.template Source3: gtk3-settings.ini-kde4.template Source: kde-gtk-config-%{version}.tar.xz +Source99: kde-gtk-config5-rpmlintrc BuildRequires: extra-cmake-modules >= 0.0.9 BuildRequires: kf5-filesystem BuildRequires: xz @@ -73,14 +74,11 @@ Among its many features, it lets you: %setup -q -n kde-gtk-config-%{version} %build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %make_jobs %install %kf5_makeinstall -C build -%if %{with lang} - %kf5_find_lang -%endif install -Dpm 0755 %{SOURCE1} %{buildroot}%{_kf5_configdir}/plasma-workspace/env/kde_gtk_config.suse.sh install -Dpm 0644 %{SOURCE2} %{buildroot}%{_kf5_sharedir}/%{name}/gtkrc-2.0-kde4.template @@ -105,7 +103,9 @@ install -Dpm 0644 %{SOURCE3} %{buildroot}%{_kf5_sharedir}/%{name}/gtk3-settings. %{_kf5_sharedir}/icons/hicolor/*/*/*.* %if %{with lang} -%files lang -f %{name}.lang +%files lang +%defattr(-,root,root) +%{_kf5_localedir}/ %endif %changelog From 2795e95aa872fce48b6f58b14e909673e561e6791476fe32d64238a401dc645c Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:10:58 +0000 Subject: [PATCH 2/8] Update to Plasma 5.7.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kde-gtk-config5?expand=0&rev=2 --- _service | 12 -- ...g-5.7.90git~20160915T100818~c7d8738.tar.xz | 3 - _service:set_version:kde-gtk-config5.spec | 111 ------------------ kde-gtk-config-5.7.95.tar.xz | 3 + kde-gtk-config5.changes | 95 +++++++++++++++ kde-gtk-config5.spec | 4 +- 6 files changed, 100 insertions(+), 128 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:tar_scm:kde-gtk-config-5.7.90git~20160915T100818~c7d8738.tar.xz delete mode 100644 _service:set_version:kde-gtk-config5.spec create mode 100644 kde-gtk-config-5.7.95.tar.xz diff --git a/_service b/_service deleted file mode 100644 index 0adffb4..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - git://anongit.kde.org/kde-gtk-config.git - git - 5.7.90git~%ci~%h - - - *.tar - xz - - - diff --git a/_service:recompress:tar_scm:kde-gtk-config-5.7.90git~20160915T100818~c7d8738.tar.xz b/_service:recompress:tar_scm:kde-gtk-config-5.7.90git~20160915T100818~c7d8738.tar.xz deleted file mode 100644 index 6fe8639..0000000 --- a/_service:recompress:tar_scm:kde-gtk-config-5.7.90git~20160915T100818~c7d8738.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2069f625eac438c7a218bcaa1651c60d9f0b06df9a91cf297d4bd2fda7e9cef2 -size 113528 diff --git a/_service:set_version:kde-gtk-config5.spec b/_service:set_version:kde-gtk-config5.spec deleted file mode 100644 index 7547846..0000000 --- a/_service:set_version:kde-gtk-config5.spec +++ /dev/null @@ -1,111 +0,0 @@ -# -# spec file for package kde-gtk-config5 -# -# 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: kde-gtk-config5 -Version: 5.7.90git~20160915T100818~c7d8738 -Release: 0 -Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE -License: LGPL-3.0+ and GPL-3.0+ -Group: System/GUI/KDE -Url: http://projects.kde.org/kde-gtk-config -Source1: kde_gtk_config.suse.sh -Source2: gtkrc-2.0-kde4.template -Source3: gtk3-settings.ini-kde4.template -Source: kde-gtk-config-%{version}.tar.xz -Source99: kde-gtk-config5-rpmlintrc -BuildRequires: extra-cmake-modules >= 0.0.9 -BuildRequires: kf5-filesystem -BuildRequires: xz -BuildRequires: cmake(KF5Archive) -BuildRequires: cmake(KF5ConfigWidgets) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5IconThemes) -BuildRequires: cmake(KF5KCMUtils) -BuildRequires: cmake(KF5KIO) -BuildRequires: cmake(KF5NewStuff) -BuildRequires: cmake(Qt5Test) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(x11) -%if %{with lang} -Recommends: %{name}-lang -%endif -Suggests: gtk2-theme-oxygen -Suggests: gtk3-theme-oxygen -%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" -Provides: kde-gtk-config = %{version} -Obsoletes: kde-gtk-config < %{version} -%else -Conflicts: kde-gtk-config -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -kde-gtk-config is a KCM module to configure GTK2 and GTK3 applications -appearance under KDE. - -Among its many features, it lets you: - - Choose which theme is used for GTK2 and GTK3 applications. - - Tweak some GTK applications behaviour. - - Select what icon theme to use in GTK applications. - - Select GTK applications default fonts. - - Easily browse and install new GTK2 and GTK3 themes. - -%lang_package - -%prep -%setup -q -n kde-gtk-config-%{version} - -%build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 - %make_jobs - -%install - %kf5_makeinstall -C build - -install -Dpm 0755 %{SOURCE1} %{buildroot}%{_kf5_configdir}/plasma-workspace/env/kde_gtk_config.suse.sh -install -Dpm 0644 %{SOURCE2} %{buildroot}%{_kf5_sharedir}/%{name}/gtkrc-2.0-kde4.template -install -Dpm 0644 %{SOURCE3} %{buildroot}%{_kf5_sharedir}/%{name}/gtk3-settings.ini-kde4.template - -%files -%defattr(-,root,root) -%doc COPYING* -%dir %{_kf5_configdir}/plasma-workspace/env -%dir %{_kf5_configdir}/plasma-workspace -%config %{_kf5_configdir}/plasma-workspace/env/kde_gtk_config.suse.sh -%{_kf5_sharedir}/%{name}/ -%config %{_kf5_configdir}/cgcicon.knsrc -%config %{_kf5_configdir}/cgctheme.knsrc -%config %{_kf5_configdir}/cgcgtk3.knsrc -%{_kf5_servicesdir}/ -%{_kf5_plugindir}/ -%{_kf5_libdir}/libexec/ -%{_kf5_sharedir}/kcm-gtk-module/ -%dir %{_kf5_sharedir}/icons/hicolor/8x8 -%dir %{_kf5_sharedir}/icons/hicolor/8x8/apps -%{_kf5_sharedir}/icons/hicolor/*/*/*.* - -%if %{with lang} -%files lang -%defattr(-,root,root) -%{_kf5_localedir}/ -%endif - -%changelog diff --git a/kde-gtk-config-5.7.95.tar.xz b/kde-gtk-config-5.7.95.tar.xz new file mode 100644 index 0000000..a877c49 --- /dev/null +++ b/kde-gtk-config-5.7.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f5406607b6022a434f6b4aae0d046ea861baeb99349f44c294e2c7d2b8db07 +size 149576 diff --git a/kde-gtk-config5.changes b/kde-gtk-config5.changes index 52b1bd2..6c0076e 100644 --- a/kde-gtk-config5.changes +++ b/kde-gtk-config5.changes @@ -1,3 +1,98 @@ +------------------------------------------------------------------- +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:52 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:19 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 + +------------------------------------------------------------------- +Wed Jul 13 06:13:25 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:17:06 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:20 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:12 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:32 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:44 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:41 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:48 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kde-gtk-config5.spec b/kde-gtk-config5.spec index e0f3ff8..c1873a0 100644 --- a/kde-gtk-config5.spec +++ b/kde-gtk-config5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kde-gtk-config5 -Version: 5.6.0 +Version: 5.7.95 Release: 0 Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE License: LGPL-3.0+ and GPL-3.0+ @@ -27,7 +27,7 @@ Url: http://projects.kde.org/kde-gtk-config Source1: kde_gtk_config.suse.sh Source2: gtkrc-2.0-kde4.template Source3: gtk3-settings.ini-kde4.template -Source: kde-gtk-config-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz Source99: kde-gtk-config5-rpmlintrc BuildRequires: extra-cmake-modules >= 0.0.9 BuildRequires: kf5-filesystem From c6d6815f85d63114a42233852e87bc144528fcb644e24e21f1e12a18d68a8995 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 19:40:57 +0000 Subject: [PATCH 3/8] Use kf5_find_lang everywhere OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kde-gtk-config5?expand=0&rev=3 --- kde-gtk-config5.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kde-gtk-config5.spec b/kde-gtk-config5.spec index c1873a0..b38ce66 100644 --- a/kde-gtk-config5.spec +++ b/kde-gtk-config5.spec @@ -74,11 +74,14 @@ Among its many features, it lets you: %setup -q -n kde-gtk-config-%{version} %build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs %install %kf5_makeinstall -C build +%if %{with lang} + %kf5_find_lang +%endif install -Dpm 0755 %{SOURCE1} %{buildroot}%{_kf5_configdir}/plasma-workspace/env/kde_gtk_config.suse.sh install -Dpm 0644 %{SOURCE2} %{buildroot}%{_kf5_sharedir}/%{name}/gtkrc-2.0-kde4.template @@ -103,9 +106,7 @@ install -Dpm 0644 %{SOURCE3} %{buildroot}%{_kf5_sharedir}/%{name}/gtk3-settings. %{_kf5_sharedir}/icons/hicolor/*/*/*.* %if %{with lang} -%files lang -%defattr(-,root,root) -%{_kf5_localedir}/ +%files lang -f %{name}.lang %endif %changelog From 390cff0ae3fe5d9dbdb834b3cb3d0d057e9995aa765286dd1e98ed0c5195347e Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 17 Sep 2016 18:02:03 +0000 Subject: [PATCH 4/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kde-gtk-config5?expand=0&rev=4 --- gtkrc-2.0-kde4.template | 2 +- kde-gtk-config5.spec | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gtkrc-2.0-kde4.template b/gtkrc-2.0-kde4.template index a6813e3..4b9d859 100644 --- a/gtkrc-2.0-kde4.template +++ b/gtkrc-2.0-kde4.template @@ -2,7 +2,7 @@ include "/usr/share/themes/@@THEME_NAME@@/gtk-2.0/gtkrc" include "/etc/gtk-2.0/gtkrc" style "user-font" { - font_name="Oxygen Regular" + font_name="Noto Sans Regular" } widget_class "*" style "user-font" gtk-font-name="Noto Sans Regular 10" diff --git a/kde-gtk-config5.spec b/kde-gtk-config5.spec index b38ce66..45ced09 100644 --- a/kde-gtk-config5.spec +++ b/kde-gtk-config5.spec @@ -27,8 +27,7 @@ Url: http://projects.kde.org/kde-gtk-config Source1: kde_gtk_config.suse.sh Source2: gtkrc-2.0-kde4.template Source3: gtk3-settings.ini-kde4.template -Source: http://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz -Source99: kde-gtk-config5-rpmlintrc +Source: http://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xzq BuildRequires: extra-cmake-modules >= 0.0.9 BuildRequires: kf5-filesystem BuildRequires: xz From 4fd23155006e93e87fe337ac9696577f43934ced686e9259e8c4c04566bd840c Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 17 Sep 2016 18:39:45 +0000 Subject: [PATCH 5/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kde-gtk-config5?expand=0&rev=5 --- kde-gtk-config5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-gtk-config5.spec b/kde-gtk-config5.spec index 45ced09..01e5fde 100644 --- a/kde-gtk-config5.spec +++ b/kde-gtk-config5.spec @@ -27,7 +27,7 @@ Url: http://projects.kde.org/kde-gtk-config Source1: kde_gtk_config.suse.sh Source2: gtkrc-2.0-kde4.template Source3: gtk3-settings.ini-kde4.template -Source: http://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xzq +Source: http://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz BuildRequires: extra-cmake-modules >= 0.0.9 BuildRequires: kf5-filesystem BuildRequires: xz From c5cc4adce2ed7c849bcad3453d8779b67a48a39cf85c244fe243c539f9147cab Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 23 Sep 2016 08:03:45 +0000 Subject: [PATCH 6/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kde-gtk-config5?expand=0&rev=6 --- kde-gtk-config5-rpmlintrc | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 kde-gtk-config5-rpmlintrc diff --git a/kde-gtk-config5-rpmlintrc b/kde-gtk-config5-rpmlintrc deleted file mode 100644 index cc4ae51..0000000 --- a/kde-gtk-config5-rpmlintrc +++ /dev/null @@ -1,2 +0,0 @@ -# we don't use find_lang macro as it doesn't searches in subdirectories -addFilter("file-not-in-%lang .*") \ No newline at end of file From 43cf2b1241ed17643e67bf07695f8f89494e63b39e65c6481022d78dca66c887 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Sat, 1 Oct 2016 22:14:24 +0000 Subject: [PATCH 7/8] Accepting request 432191 from home:Vogtinator:branches:KDE:Frameworks5:LTS OBS-URL: https://build.opensuse.org/request/show/432191 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kde-gtk-config5?expand=0&rev=7 --- kde-gtk-config-5.7.95.tar.xz | 3 --- kde-gtk-config-5.8.0.tar.xz | 3 +++ kde-gtk-config5.changes | 8 ++++++++ kde-gtk-config5.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kde-gtk-config-5.7.95.tar.xz create mode 100644 kde-gtk-config-5.8.0.tar.xz diff --git a/kde-gtk-config-5.7.95.tar.xz b/kde-gtk-config-5.7.95.tar.xz deleted file mode 100644 index a877c49..0000000 --- a/kde-gtk-config-5.7.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17f5406607b6022a434f6b4aae0d046ea861baeb99349f44c294e2c7d2b8db07 -size 149576 diff --git a/kde-gtk-config-5.8.0.tar.xz b/kde-gtk-config-5.8.0.tar.xz new file mode 100644 index 0000000..cc6469b --- /dev/null +++ b/kde-gtk-config-5.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c21983bbd952781666cb04810bfc150be3774b387be5174b51c7a42a36576ac +size 149664 diff --git a/kde-gtk-config5.changes b/kde-gtk-config5.changes index 6c0076e..9a9461d 100644 --- a/kde-gtk-config5.changes +++ b/kde-gtk-config5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 29 16:36:28 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.8.0 + * New LTS feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.0.php + ------------------------------------------------------------------- Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de diff --git a/kde-gtk-config5.spec b/kde-gtk-config5.spec index 01e5fde..f0185cd 100644 --- a/kde-gtk-config5.spec +++ b/kde-gtk-config5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kde-gtk-config5 -Version: 5.7.95 +Version: 5.8.0 Release: 0 Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE License: LGPL-3.0+ and GPL-3.0+ From d3d2042f699fd6fe393300c5ea5ee42f258eb9762abea1ff9f9fe8223abeb5e3 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 2 Oct 2016 08:45:47 +0000 Subject: [PATCH 8/8] Remove source URLs temporarily OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kde-gtk-config5?expand=0&rev=8 --- kde-gtk-config5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-gtk-config5.spec b/kde-gtk-config5.spec index f0185cd..ba02123 100644 --- a/kde-gtk-config5.spec +++ b/kde-gtk-config5.spec @@ -27,7 +27,7 @@ Url: http://projects.kde.org/kde-gtk-config Source1: kde_gtk_config.suse.sh Source2: gtkrc-2.0-kde4.template Source3: gtk3-settings.ini-kde4.template -Source: http://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz +Source: kde-gtk-config-%{version}.tar.xz BuildRequires: extra-cmake-modules >= 0.0.9 BuildRequires: kf5-filesystem BuildRequires: xz