From 49dfd9ec16f8fdbefb67eaf4cd312d0dfb4d79999f9bb2d0bb5b611c2515a618 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:24:43 +0000 Subject: [PATCH 1/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgoldrunner?expand=0&rev=52 --- kgoldrunner-17.04.3.tar.xz | 3 --- kgoldrunner-17.07.90.tar.xz | 3 +++ kgoldrunner.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 kgoldrunner-17.04.3.tar.xz create mode 100644 kgoldrunner-17.07.90.tar.xz diff --git a/kgoldrunner-17.04.3.tar.xz b/kgoldrunner-17.04.3.tar.xz deleted file mode 100644 index e8d9d9f..0000000 --- a/kgoldrunner-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f90aa00bdd21db5abdff19463a11a0413613cb287d39f34b3623e330df8c5297 -size 2201956 diff --git a/kgoldrunner-17.07.90.tar.xz b/kgoldrunner-17.07.90.tar.xz new file mode 100644 index 0000000..8f418f3 --- /dev/null +++ b/kgoldrunner-17.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c297d89712cc1e2c202ecabbf7e627c8e849bdfcfd9eb76dd51475190cef9c +size 4410712 diff --git a/kgoldrunner.changes b/kgoldrunner.changes index 572d47b..da915ec 100644 --- a/kgoldrunner.changes +++ b/kgoldrunner.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 5 18:17:46 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + ------------------------------------------------------------------- Sat Jul 15 23:01:27 CEST 2017 - lbeltrame@kde.org From 7a8725351f8277825173fb83ccf59a3452d69a0c7fe77f411e70c55f67b5d2d6 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:50:17 +0000 Subject: [PATCH 2/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgoldrunner?expand=0&rev=53 --- kgoldrunner.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kgoldrunner.spec b/kgoldrunner.spec index c7e65d0..d7dfd62 100644 --- a/kgoldrunner.spec +++ b/kgoldrunner.spec @@ -23,7 +23,7 @@ Summary: Action & Puzzle Solving Game License: GPL-2.0+ Group: Amusements/Games/Action/Arcade Url: http://www.kde.org -Version: 17.04.3 +Version: 17.07.90 Release: 0 Source0: kgoldrunner-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From afe0fd12cb102d0b7c6d7072c270087bd4336d6caf8f55fa1a53cacc6f75b1db Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 20:22:51 +0000 Subject: [PATCH 3/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgoldrunner?expand=0&rev=54 --- kgoldrunner.spec | 73 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 55 insertions(+), 18 deletions(-) diff --git a/kgoldrunner.spec b/kgoldrunner.spec index d7dfd62..da80604 100644 --- a/kgoldrunner.spec +++ b/kgoldrunner.spec @@ -14,46 +14,83 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - +%bcond_without lang Name: kgoldrunner -BuildRequires: libkdegames4-devel -BuildRequires: xz +Version: 17.07.90 +Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Action & Puzzle Solving Game License: GPL-2.0+ Group: Amusements/Games/Action/Arcade Url: http://www.kde.org -Version: 17.07.90 -Release: 0 Source0: kgoldrunner-%{version}.tar.xz +BuildRequires: extra-cmake-modules +BuildRequires: kconfig-devel +BuildRequires: kconfigwidgets-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kcrash-devel +BuildRequires: kdbusaddons-devel +BuildRequires: kdoctools-devel +BuildRequires: ki18n-devel +BuildRequires: kio-devel +BuildRequires: kxmlgui-devel +BuildRequires: libkdegames-devel +BuildRequires: phonon4qt5-devel +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(Qt5QuickWidgets) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: pkgconfig(Qt5Widgets) +Requires(post): shared-mime-info +Requires(postun): shared-mime-info BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires +Recommends: %{name}-lang %description KGoldrunner is a game of action and puzzle solving +%if %{with lang} +%lang_package +%endif %prep -%setup -q -n kgoldrunner-%{version} +%setup -q %build - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - cd build - %kde4_makeinstall - %suse_update_desktop_file -r KGoldrunner Game ArcadeGame - %kde_post_install + %kf5_makeinstall -C build + %if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs + %endif + +%post +%mime_database_post + +%postun +%mime_database_postun %files %defattr(-,root,root) %doc COPYING COPYING.DOC -%{_kde4_bindir}/kgoldrunner -%{_kde4_applicationsdir}/KGoldrunner.desktop -%{_kde4_htmldir}/en/kgoldrunner/ -%{_kde4_iconsdir}/hicolor/*/apps/kgoldrunner.* -%{_kde4_appsdir}/kgoldrunner -%{_kde4_configdir}/kgoldrunner.knsrc +%config %{_kf5_configdir}/kgoldrunner.knsrc +%{_kf5_applicationsdir}/org.kde.kgoldrunner.desktop +%{_kf5_appstreamdir}/org.kde.kgoldrunner.appdata.xml +%{_kf5_bindir}/kgoldrunner +%{_kf5_iconsdir}/hicolor/*/apps/kgoldrunner.* +%{_kf5_kxmlguidir}/kgoldrunner/ +%{_kf5_sharedir}/kgoldrunner/ + +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif %changelog From c081067c39128eab115cbe01360074aa67c52e44e641b6cfbcb8851d901a998d Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 20:30:44 +0000 Subject: [PATCH 4/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgoldrunner?expand=0&rev=55 --- kgoldrunner.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kgoldrunner.spec b/kgoldrunner.spec index da80604..a3a4ca1 100644 --- a/kgoldrunner.spec +++ b/kgoldrunner.spec @@ -84,6 +84,7 @@ KGoldrunner is a game of action and puzzle solving %{_kf5_applicationsdir}/org.kde.kgoldrunner.desktop %{_kf5_appstreamdir}/org.kde.kgoldrunner.appdata.xml %{_kf5_bindir}/kgoldrunner +%{_kf5_htmldir}/en/kgoldrunner/ %{_kf5_iconsdir}/hicolor/*/apps/kgoldrunner.* %{_kf5_kxmlguidir}/kgoldrunner/ %{_kf5_sharedir}/kgoldrunner/ From 7ce2d7a9e45242f25d57644e522cd4dbee49d1446a8f2d0a14affc27398cde71 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 20:50:51 +0000 Subject: [PATCH 5/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgoldrunner?expand=0&rev=56 --- kgoldrunner.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kgoldrunner.spec b/kgoldrunner.spec index a3a4ca1..b1186db 100644 --- a/kgoldrunner.spec +++ b/kgoldrunner.spec @@ -39,6 +39,7 @@ BuildRequires: kio-devel BuildRequires: kxmlgui-devel BuildRequires: libkdegames-devel BuildRequires: phonon4qt5-devel +BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5QuickWidgets) From b36aeb09355ec80b0911d1dd1b1c606315def0aa97989a9c9d6f972c36cf1cda Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 20:53:36 +0000 Subject: [PATCH 6/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgoldrunner?expand=0&rev=57 --- kgoldrunner.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kgoldrunner.spec b/kgoldrunner.spec index b1186db..2c1f890 100644 --- a/kgoldrunner.spec +++ b/kgoldrunner.spec @@ -46,8 +46,6 @@ BuildRequires: pkgconfig(Qt5QuickWidgets) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) -Requires(post): shared-mime-info -Requires(postun): shared-mime-info BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: %{name}-lang @@ -72,12 +70,6 @@ KGoldrunner is a game of action and puzzle solving %kf5_find_htmldocs %endif -%post -%mime_database_post - -%postun -%mime_database_postun - %files %defattr(-,root,root) %doc COPYING COPYING.DOC From 8c60a1f21c34d7c0822218ab8fbddfe23a5e44ef7c538a5ff2ead1045c6b45d4 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 22:56:11 +0000 Subject: [PATCH 7/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgoldrunner?expand=0&rev=58 --- kgoldrunner.changes | 9 +++++++++ kgoldrunner.spec | 27 +++++++++++++++------------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/kgoldrunner.changes b/kgoldrunner.changes index da915ec..82c5ac9 100644 --- a/kgoldrunner.changes +++ b/kgoldrunner.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 11 22:45:30 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : +- Too many changes to list here + ------------------------------------------------------------------- Sat Aug 5 18:17:46 UTC 2017 - christophe@krop.fr diff --git a/kgoldrunner.spec b/kgoldrunner.spec index 2c1f890..62ea79d 100644 --- a/kgoldrunner.spec +++ b/kgoldrunner.spec @@ -1,7 +1,7 @@ # # spec file for package kgoldrunner # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -14,13 +14,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + %bcond_without lang Name: kgoldrunner Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Action & Puzzle Solving Game License: GPL-2.0+ @@ -40,14 +42,15 @@ BuildRequires: kxmlgui-devel BuildRequires: libkdegames-devel BuildRequires: phonon4qt5-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(Qt5Qml) -BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5QuickWidgets) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if %{with lang} Recommends: %{name}-lang +%endif +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description KGoldrunner is a game of action and puzzle solving @@ -65,22 +68,22 @@ KGoldrunner is a game of action and puzzle solving %install %kf5_makeinstall -C build - %if %{with lang} - %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs - %endif +%if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs +%endif %files %defattr(-,root,root) -%doc COPYING COPYING.DOC +%doc COPYING* %config %{_kf5_configdir}/kgoldrunner.knsrc +%doc %lang(en) %{_kf5_htmldir}/en/kgoldrunner/ %{_kf5_applicationsdir}/org.kde.kgoldrunner.desktop +%{_kf5_appsdir}/kgoldrunner %{_kf5_appstreamdir}/org.kde.kgoldrunner.appdata.xml %{_kf5_bindir}/kgoldrunner -%{_kf5_htmldir}/en/kgoldrunner/ %{_kf5_iconsdir}/hicolor/*/apps/kgoldrunner.* %{_kf5_kxmlguidir}/kgoldrunner/ -%{_kf5_sharedir}/kgoldrunner/ %if %{with lang} %files lang -f %{name}.lang From 388ebb0f370bd5b6c9097286b7a582aab63fea24ace038c312fac5f2645fb4e1 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:11:35 +0000 Subject: [PATCH 8/9] 17.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgoldrunner?expand=0&rev=59 --- kgoldrunner-17.07.90.tar.xz | 3 --- kgoldrunner-17.08.0.tar.xz | 3 +++ kgoldrunner.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 kgoldrunner-17.07.90.tar.xz create mode 100644 kgoldrunner-17.08.0.tar.xz diff --git a/kgoldrunner-17.07.90.tar.xz b/kgoldrunner-17.07.90.tar.xz deleted file mode 100644 index 8f418f3..0000000 --- a/kgoldrunner-17.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02c297d89712cc1e2c202ecabbf7e627c8e849bdfcfd9eb76dd51475190cef9c -size 4410712 diff --git a/kgoldrunner-17.08.0.tar.xz b/kgoldrunner-17.08.0.tar.xz new file mode 100644 index 0000000..39da4d4 --- /dev/null +++ b/kgoldrunner-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fcd6ec50977a5ea1710b2d47df38465a8fb6db96d99b1e02fe39600e728747 +size 4398332 diff --git a/kgoldrunner.spec b/kgoldrunner.spec index 62ea79d..2419d90 100644 --- a/kgoldrunner.spec +++ b/kgoldrunner.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kgoldrunner -Version: 17.07.90 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) From d11076fc704dd29976c34bb2e186c8e1cd6c9c98bb5516f38b330346e61a9d5d Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 16 Aug 2017 17:40:53 +0000 Subject: [PATCH 9/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgoldrunner?expand=0&rev=60 --- kgoldrunner.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kgoldrunner.spec b/kgoldrunner.spec index 2419d90..147e289 100644 --- a/kgoldrunner.spec +++ b/kgoldrunner.spec @@ -43,6 +43,8 @@ BuildRequires: libkdegames-devel BuildRequires: phonon4qt5-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5QuickWidgets) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test)