Accepting request 350022 from KDE:Applications

Update to KDE Applications 15.12.0

OBS-URL: https://build.opensuse.org/request/show/350022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/klickety?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2016-01-10 12:05:29 +00:00 committed by Git OBS Bridge
commit 5efdf7945f
5 changed files with 60 additions and 20 deletions

8
fix-ksame-desktop.patch Normal file
View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7a48a2e89fc8b2d78e47ccf6bdbfd27ffcb75bed0c0f34392388849a2a60eef
size 783876

3
klickety-15.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c497f72b495b6b9a21b3084e3bb3240448349bcbf55c22b95dc52b788395d24
size 787216

View File

@ -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

View File

@ -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