diff --git a/fix-ksame-desktop.patch b/fix-ksame-desktop.patch new file mode 100644 index 0000000..c00497a --- /dev/null +++ b/fix-ksame-desktop.patch @@ -0,0 +1,8 @@ +--- org.kde.ksame.desktop.old 2015-12-15 17:54:13.000000000 +0100 ++++ org.kde.ksame.desktop 2015-12-15 18:00:27.000000000 +0100 +@@ -147,4 +147,4 @@ + X-KDE-StartupNotify=true + X-DBUS-StartupType=Multi + Categories=Qt;KDE;Game;StrategyGame; +-X-DBUS-ServiceName=org.kde.ksame ++X-DBUS-ServiceName=org.kde.klickety diff --git a/klickety-15.08.3.tar.xz b/klickety-15.08.3.tar.xz deleted file mode 100644 index 82a1010..0000000 --- a/klickety-15.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7a48a2e89fc8b2d78e47ccf6bdbfd27ffcb75bed0c0f34392388849a2a60eef -size 783876 diff --git a/klickety-15.12.0.tar.xz b/klickety-15.12.0.tar.xz new file mode 100644 index 0000000..a78e2fc --- /dev/null +++ b/klickety-15.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c497f72b495b6b9a21b3084e3bb3240448349bcbf55c22b95dc52b788395d24 +size 787216 diff --git a/klickety.changes b/klickety.changes index b5e0910..e486333 100644 --- a/klickety.changes +++ b/klickety.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Dec 15 17:08:21 UTC 2015 - wbauer@tmo.at + +- Add fix-ksame-desktop.patch: fix error when starting KSame from + the application menu (kde#356742) + +------------------------------------------------------------------- +Sun Dec 13 13:21:44 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.12.0 + * KDE Applications 15.12.0 + * https://www.kde.org/announcements/announce-applications-15.12.0.php + * boo#958887 + + ------------------------------------------------------------------- Tue Nov 10 20:11:05 UTC 2015 - tittiatcoke@gmail.com diff --git a/klickety.spec b/klickety.spec index 424d20b..dd25044 100644 --- a/klickety.spec +++ b/klickety.spec @@ -17,17 +17,33 @@ Name: klickety -BuildRequires: libkdegames4-devel -BuildRequires: xz +BuildRequires: libkdegames-devel +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5QuickWidgets) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: kconfig-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: ki18n-devel +BuildRequires: kguiaddons-devel +BuildRequires: kconfigwidgets-devel +BuildRequires: kitemviews-devel +BuildRequires: kiconthemes-devel +BuildRequires: kxmlgui-devel +BuildRequires: kio-devel +BuildRequires: knotifyconfig-devel +BuildRequires: kdelibs4support-devel Summary: Strategic board game License: GPL-2.0+ Group: Amusements/Games/Board/Other Url: http://www.kde.org -Version: 15.08.3 +Version: 15.12.0 Release: 0 Source0: klickety-%{version}.tar.xz +# PATCH-FIX-UPSTREAM fix-ksame-desktop.patch kde#356742 wbauer@tmo.at -- fix error when starting KSame from the application menu +Patch: fix-ksame-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description Klickety is an adaptation of the Clickomania and SameGame games. @@ -35,27 +51,28 @@ Klickety is an adaptation of the Clickomania and SameGame games. %prep %setup -q -n klickety-%{version} +%patch -p0 %build - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - cd build - %kde4_makeinstall - %suse_update_desktop_file -r klickety Game LogicGame - %kde_post_install + %kf5_makeinstall -C build + %suse_update_desktop_file -r org.kde.klickety Game LogicGame %files %defattr(-,root,root) %doc COPYING COPYING.DOC -%{_kde4_bindir}/klickety -%{_kde4_htmldir}/en/klickety/ -%{_kde4_applicationsdir}/ksame.desktop -%{_kde4_applicationsdir}/klickety.desktop -%{_kde4_iconsdir}/hicolor/*/apps/klickety.* -%{_kde4_iconsdir}/hicolor/*/apps/ksame.* -%{_kde4_appsdir}/klickety/ -%{_kde4_appsdir}/kconf_update/klick* +%{_kf5_bindir}/klickety +%{_kf5_htmldir}/en/klickety/ +%{_kf5_applicationsdir}/org.kde.ksame.desktop +%{_kf5_applicationsdir}/org.kde.klickety.desktop +%{_kf5_iconsdir}/hicolor/*/apps/klickety.* +%{_kf5_iconsdir}/hicolor/*/apps/ksame.* +%{_kf5_appsdir}/klickety/ +%{_kf5_appsdir}/kconf_update/klick* +%_datadir/kxmlgui5/klickety/ +%_kf5_notifydir/klickety.notifyrc %changelog