From 0f9ddb947e3c9331352370a01cf503aa3bffb73fa5d92721bbc74921fce6a031 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Mon, 11 Apr 2016 06:44:14 +0000 Subject: [PATCH 1/4] update to (16.03.90) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmahjongg?expand=0&rev=28 --- kmahjongg-15.12.3.tar.xz | 3 --- kmahjongg-16.03.90.tar.xz | 3 +++ kmahjongg.changes | 8 ++++++++ kmahjongg.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kmahjongg-15.12.3.tar.xz create mode 100644 kmahjongg-16.03.90.tar.xz diff --git a/kmahjongg-15.12.3.tar.xz b/kmahjongg-15.12.3.tar.xz deleted file mode 100644 index 5d7c3ec..0000000 --- a/kmahjongg-15.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edaa5de7d4eb1acfffcdc4832e18817b6dfab809ebce78e2a20a257a9c67df34 -size 1008320 diff --git a/kmahjongg-16.03.90.tar.xz b/kmahjongg-16.03.90.tar.xz new file mode 100644 index 0000000..2a8bb58 --- /dev/null +++ b/kmahjongg-16.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29e1c599c04d77551ea7e86ef67764a15c86da32efc730a75e49bb253c246be +size 1012364 diff --git a/kmahjongg.changes b/kmahjongg.changes index 105094c..9c35018 100644 --- a/kmahjongg.changes +++ b/kmahjongg.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 11 06:44:10 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.03.90 + * KDE Applications 16.04.0 RC + * https://www.kde.org/announcements/announce-applications-16.04-rc.php + + ------------------------------------------------------------------- Sun Mar 13 15:46:45 UTC 2016 - tittiatcoke@gmail.com diff --git a/kmahjongg.spec b/kmahjongg.spec index d7aa572..f7213d4 100644 --- a/kmahjongg.spec +++ b/kmahjongg.spec @@ -25,7 +25,7 @@ Summary: Mahjongg game License: GPL-2.0+ Group: Amusements/Games/Board/Puzzle Url: http://www.kde.org -Version: 15.12.3 +Version: 16.03.90 Release: 0 Source0: kmahjongg-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From 9b0b45e448d004c9f5d82f667cb69c59e5ed648bdac58569b0ec4c4342f10754 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 12 Apr 2016 14:43:35 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmahjongg?expand=0&rev=29 --- kmahjongg.spec | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/kmahjongg.spec b/kmahjongg.spec index f7213d4..565e128 100644 --- a/kmahjongg.spec +++ b/kmahjongg.spec @@ -17,10 +17,25 @@ Name: kmahjongg -BuildRequires: libkdegames4-devel -BuildRequires: libkmahjongg4-devel -BuildRequires: libkde4-devel +BuildRequires: extra-cmake-modules +BuildRequires: kconfig-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kdeclarative-devel +BuildRequires: kdelibs4support-devel +BuildRequires: kdnssd-framework-devel +BuildRequires: knewstuff-devel +BuildRequires: kxmlgui-devel +BuildRequires: libkdegames-devel +BuildRequires: libkmahjongg-devel +BuildRequires: update-desktop-files BuildRequires: xz +BuildRequires: pkgconfig(Qt5Concurrent) +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(Qt5QuickWidgets) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Widgets) Summary: Mahjongg game License: GPL-2.0+ Group: Amusements/Games/Board/Puzzle @@ -29,7 +44,6 @@ Version: 16.03.90 Release: 0 Source0: kmahjongg-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description KMahjongg is a clone of the well known tile based patience game of the @@ -41,23 +55,22 @@ by removing pieces of the same type. %setup -q -n kmahjongg-%{version} %build - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - cd build - %kde4_makeinstall - %suse_update_desktop_file -r kmahjongg Game BoardGame - %kde_post_install + %kf5_makeinstall -C build + %suse_update_desktop_file -r org.kde.kmahjongg Game BoardGame %files %defattr(-,root,root) %doc COPYING COPYING.DOC -%{_kde4_bindir}/kmahjongg -%{_kde4_htmldir}/en/kmahjongg/ -%{_kde4_applicationsdir}/kmahjongg.desktop -%{_kde4_iconsdir}/hicolor/*/apps/kmahjongg.* -%{_kde4_appsdir}/kmahjongg/ -%{_kde4_configkcfgdir}/kmahjongg.kcfg +%{_kf5_bindir}/kmahjongg +%{_kf5_htmldir}/en/kmahjongg/ +%{_kf5_applicationsdir}/org.kde.kmahjongg.desktop +%{_kf5_iconsdir}/hicolor/*/apps/kmahjongg.* +%{_kf5_sharedir}/kmahjongg/ +%{_kf5_configkcfgdir}/ +%{_kf5_sharedir}/kxmlgui5 %changelog From 3efdac0f49e73ac345b194f03c3400fb0b0bc18859a4a28ac46d3bfeaddc7366 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sun, 17 Apr 2016 06:07:52 +0000 Subject: [PATCH 3/4] update to (16.04.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmahjongg?expand=0&rev=30 --- kmahjongg-16.03.90.tar.xz | 3 --- kmahjongg-16.04.0.tar.xz | 3 +++ kmahjongg.changes | 8 ++++++++ kmahjongg.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kmahjongg-16.03.90.tar.xz create mode 100644 kmahjongg-16.04.0.tar.xz diff --git a/kmahjongg-16.03.90.tar.xz b/kmahjongg-16.03.90.tar.xz deleted file mode 100644 index 2a8bb58..0000000 --- a/kmahjongg-16.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b29e1c599c04d77551ea7e86ef67764a15c86da32efc730a75e49bb253c246be -size 1012364 diff --git a/kmahjongg-16.04.0.tar.xz b/kmahjongg-16.04.0.tar.xz new file mode 100644 index 0000000..d2afbe0 --- /dev/null +++ b/kmahjongg-16.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af1df3e822c2863d6444f69b4325a7bc20d7047acb1e047b783aa0fc4ae8772 +size 1012436 diff --git a/kmahjongg.changes b/kmahjongg.changes index 9c35018..583115f 100644 --- a/kmahjongg.changes +++ b/kmahjongg.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Apr 17 06:07:47 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.04.0 + * KDE Applications 16.04.0 + * https://www.kde.org/announcements/announce-applications-16.04.0.php + + ------------------------------------------------------------------- Mon Apr 11 06:44:10 UTC 2016 - tittiatcoke@gmail.com diff --git a/kmahjongg.spec b/kmahjongg.spec index 565e128..4de4193 100644 --- a/kmahjongg.spec +++ b/kmahjongg.spec @@ -40,7 +40,7 @@ Summary: Mahjongg game License: GPL-2.0+ Group: Amusements/Games/Board/Puzzle Url: http://www.kde.org -Version: 16.03.90 +Version: 16.04.0 Release: 0 Source0: kmahjongg-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From a12db4b217204afe8335f49a40fc06aa558e48961f38cb3b0861b089fa197c85 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 7 May 2016 10:32:30 +0000 Subject: [PATCH 4/4] update to (16.04.1) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmahjongg?expand=0&rev=31 --- kmahjongg-16.04.0.tar.xz | 3 --- kmahjongg-16.04.1.tar.xz | 3 +++ kmahjongg.changes | 8 ++++++++ kmahjongg.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kmahjongg-16.04.0.tar.xz create mode 100644 kmahjongg-16.04.1.tar.xz diff --git a/kmahjongg-16.04.0.tar.xz b/kmahjongg-16.04.0.tar.xz deleted file mode 100644 index d2afbe0..0000000 --- a/kmahjongg-16.04.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3af1df3e822c2863d6444f69b4325a7bc20d7047acb1e047b783aa0fc4ae8772 -size 1012436 diff --git a/kmahjongg-16.04.1.tar.xz b/kmahjongg-16.04.1.tar.xz new file mode 100644 index 0000000..9e81095 --- /dev/null +++ b/kmahjongg-16.04.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b457d1e9ec66b0832376fd20d0068dee4763e17ff5d8df5e8296c0b9bcbe683 +size 1012444 diff --git a/kmahjongg.changes b/kmahjongg.changes index 583115f..9411fce 100644 --- a/kmahjongg.changes +++ b/kmahjongg.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat May 7 10:32:23 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.04.1 + * KDE Applications 16.04.1 + * https://www.kde.org/announcements/announce-applications-16.04.1.php + + ------------------------------------------------------------------- Sun Apr 17 06:07:47 UTC 2016 - tittiatcoke@gmail.com diff --git a/kmahjongg.spec b/kmahjongg.spec index 4de4193..920c1c2 100644 --- a/kmahjongg.spec +++ b/kmahjongg.spec @@ -40,7 +40,7 @@ Summary: Mahjongg game License: GPL-2.0+ Group: Amusements/Games/Board/Puzzle Url: http://www.kde.org -Version: 16.04.0 +Version: 16.04.1 Release: 0 Source0: kmahjongg-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build