From 8c1c946a78cebd1b957181cdad027a233d0a9a819e6abb57efc7aae1c77f0d5b Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 7 Aug 2015 07:06:35 +0000 Subject: [PATCH 1/4] update to (15.07.90) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/picmi?expand=0&rev=17 --- picmi-15.04.3.tar.xz | 3 --- picmi-15.07.90.tar.xz | 3 +++ picmi.changes | 8 ++++++++ picmi.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 picmi-15.04.3.tar.xz create mode 100644 picmi-15.07.90.tar.xz diff --git a/picmi-15.04.3.tar.xz b/picmi-15.04.3.tar.xz deleted file mode 100644 index 7195f00..0000000 --- a/picmi-15.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5261c1b7913143a369c82ed00422c4dda42c393b013f381a114749a261982523 -size 732988 diff --git a/picmi-15.07.90.tar.xz b/picmi-15.07.90.tar.xz new file mode 100644 index 0000000..fd804b6 --- /dev/null +++ b/picmi-15.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e8d6d6fd796d03a003ab8e9a4f502365bca841485c7e3e85680aa6c2101170 +size 734236 diff --git a/picmi.changes b/picmi.changes index a6acba1..e88a894 100644 --- a/picmi.changes +++ b/picmi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 7 07:06:32 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.07.90 + * KDE Applications 15.08.0 RC1 + * https://www.kde.org/announcements/announce-applications-15.07.90.php + + ------------------------------------------------------------------- Mon Jul 6 06:01:19 UTC 2015 - tittiatcoke@gmail.com diff --git a/picmi.spec b/picmi.spec index a96cf0d..b4debde 100644 --- a/picmi.spec +++ b/picmi.spec @@ -23,7 +23,7 @@ Summary: Nonogram Logic game License: GPL-2.0+ Group: Amusements/Games/Board/Logic Url: http://www.kde.org -Version: 15.04.3 +Version: 15.07.90 Release: 0 Source0: picmi-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From 23c4c50facf0b84526fe1e2667843cf85808ae940ba137efb75588d7a2fbb7cb Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 7 Aug 2015 09:51:59 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/picmi?expand=0&rev=18 --- picmi.spec | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/picmi.spec b/picmi.spec index b4debde..9c6868e 100644 --- a/picmi.spec +++ b/picmi.spec @@ -17,8 +17,21 @@ Name: picmi -BuildRequires: libkdegames4-devel -BuildRequires: xz +BuildRequires: libkdegames-devel +BuildRequires: extra-cmake-modules +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(Qt5QuickWidgets) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: kcoreaddons-devel +BuildRequires: kdeclarative-devel +BuildRequires: ki18n-devel +BuildRequires: kdelibs4support-devel +BuildRequires: knewstuff-devel +BuildRequires: kxmlgui-devel +BuildRequires: update-desktop-files Summary: Nonogram Logic game License: GPL-2.0+ Group: Amusements/Games/Board/Logic @@ -27,7 +40,6 @@ Version: 15.07.90 Release: 0 Source0: picmi-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description A nonogram logic game for KDE @@ -37,14 +49,12 @@ A nonogram logic game for KDE %setup -q -n picmi-%{version} %build - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - cd build - %makeinstall - %suse_update_desktop_file -r picmi Game LogicGame - %kde_post_install + %kf5_makeinstall -C build + %suse_update_desktop_file -r org.kde.picmi Game LogicGame %clean rm -rf $RPM_BUILD_ROOT @@ -52,12 +62,14 @@ A nonogram logic game for KDE %files %defattr(-,root,root) %doc COPYING -%{_kde4_bindir}/picmi -%{_kde4_htmldir}/en/picmi/ -%{_kde4_applicationsdir}/picmi.desktop -%dir %{_kde4_iconsdir}/hicolor/256x256 -%dir %{_kde4_iconsdir}/hicolor/256x256/apps -%{_kde4_iconsdir}/hicolor/*/apps/picmi.* -%{_kde4_appsdir}/picmi/ +%{_kf5_bindir}/picmi +%{_kf5_htmldir}/en/picmi/ +%{_kf5_applicationsdir}/org.kde.picmi.desktop +%dir %{_kf5_iconsdir}/hicolor/256x256 +%dir %{_kf5_iconsdir}/hicolor/256x256/apps +%{_kf5_iconsdir}/hicolor/*/apps/picmi.* +%{_kf5_appsdir}/picmi/ +%_kf5_kxmlguidir/picmi/ +%{_datadir}/appdata/ %changelog From 164d91c5410cf2834040ed15901152a433ecfac65cb6e80353b95c16560e855c Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 19 Aug 2015 21:12:23 +0000 Subject: [PATCH 3/4] 15.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/picmi?expand=0&rev=19 --- picmi-15.07.90.tar.xz | 3 --- picmi-15.08.0.tar.xz | 3 +++ picmi.changes | 7 +++++++ picmi.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 picmi-15.07.90.tar.xz create mode 100644 picmi-15.08.0.tar.xz diff --git a/picmi-15.07.90.tar.xz b/picmi-15.07.90.tar.xz deleted file mode 100644 index fd804b6..0000000 --- a/picmi-15.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98e8d6d6fd796d03a003ab8e9a4f502365bca841485c7e3e85680aa6c2101170 -size 734236 diff --git a/picmi-15.08.0.tar.xz b/picmi-15.08.0.tar.xz new file mode 100644 index 0000000..7456054 --- /dev/null +++ b/picmi-15.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4b2d23b7fe8198e64f0a421885c4425a94f0c8bf09e14cae589ed5de4d253a +size 734332 diff --git a/picmi.changes b/picmi.changes index e88a894..8fc8d73 100644 --- a/picmi.changes +++ b/picmi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 19 19:44:27 UTC 2015 - cgiboudeaux@gmx.com + +- Update to KDE Applications 15.08.0 + * KDE Applications 15.08.0 + * https://www.kde.org/announcements/announce-applications-15.08.0.php + ------------------------------------------------------------------- Fri Aug 7 07:06:32 UTC 2015 - tittiatcoke@gmail.com diff --git a/picmi.spec b/picmi.spec index 9c6868e..75e1979 100644 --- a/picmi.spec +++ b/picmi.spec @@ -36,7 +36,7 @@ Summary: Nonogram Logic game License: GPL-2.0+ Group: Amusements/Games/Board/Logic Url: http://www.kde.org -Version: 15.07.90 +Version: 15.08.0 Release: 0 Source0: picmi-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From d05e9f6acaa0fc0095294039e46cd810414767ebce32f607215ee79906fe5fd1 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sun, 13 Sep 2015 19:47:01 +0000 Subject: [PATCH 4/4] update to (15.08.1) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/picmi?expand=0&rev=20 --- picmi-15.08.0.tar.xz | 3 --- picmi-15.08.1.tar.xz | 3 +++ picmi.changes | 8 ++++++++ picmi.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 picmi-15.08.0.tar.xz create mode 100644 picmi-15.08.1.tar.xz diff --git a/picmi-15.08.0.tar.xz b/picmi-15.08.0.tar.xz deleted file mode 100644 index 7456054..0000000 --- a/picmi-15.08.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae4b2d23b7fe8198e64f0a421885c4425a94f0c8bf09e14cae589ed5de4d253a -size 734332 diff --git a/picmi-15.08.1.tar.xz b/picmi-15.08.1.tar.xz new file mode 100644 index 0000000..f2b3fbb --- /dev/null +++ b/picmi-15.08.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35074ea989ed2861601def98508837f1bf34cc2a90036a91437275b806074a9b +size 734244 diff --git a/picmi.changes b/picmi.changes index 8fc8d73..8e1e7ca 100644 --- a/picmi.changes +++ b/picmi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Sep 13 19:46:56 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.08.1 + * KDE Applications 15.08.1 + * https://www.kde.org/announcements/announce-applications-15.08.1.php + + ------------------------------------------------------------------- Wed Aug 19 19:44:27 UTC 2015 - cgiboudeaux@gmx.com diff --git a/picmi.spec b/picmi.spec index 75e1979..b55baca 100644 --- a/picmi.spec +++ b/picmi.spec @@ -36,7 +36,7 @@ Summary: Nonogram Logic game License: GPL-2.0+ Group: Amusements/Games/Board/Logic Url: http://www.kde.org -Version: 15.08.0 +Version: 15.08.1 Release: 0 Source0: picmi-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build