2012-12-07 14:36:58 +01:00
|
|
|
#
|
2012-12-21 09:09:19 +01:00
|
|
|
# spec file for package ktuberling
|
2012-12-07 14:36:58 +01:00
|
|
|
#
|
2015-02-11 16:39:28 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-12-07 14:36:58 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: ktuberling
|
2015-12-15 16:35:00 +01:00
|
|
|
BuildRequires: libkdegames-devel
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
|
|
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
|
|
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
|
|
|
|
BuildRequires: phonon4qt5-devel
|
|
|
|
BuildRequires: knewstuff-devel
|
|
|
|
BuildRequires: update-desktop-files
|
2012-12-21 09:09:19 +01:00
|
|
|
Summary: Potato drawing editor
|
2012-12-07 14:36:58 +01:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Amusements/Toys/Other
|
|
|
|
Url: http://www.kde.org
|
2016-02-13 09:21:52 +01:00
|
|
|
Version: 15.12.2
|
2012-12-21 09:09:19 +01:00
|
|
|
Release: 0
|
2012-12-07 14:36:58 +01:00
|
|
|
Source0: ktuberling-%{version}.tar.xz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Provides: potatoguy = %{version}
|
|
|
|
Obsoletes: potatoguy < %{version}
|
|
|
|
|
|
|
|
%description
|
|
|
|
KTuberling is a nice potato editor for kids. The game intended for
|
|
|
|
small children. Of course, it may be suitable for adults who have
|
|
|
|
remained young at heart. Eyes, mouths, mustache, and other parts of
|
|
|
|
face and goodies can be attached onto a potato-like guy.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2015-12-15 16:35:00 +01:00
|
|
|
%cmake_kf5 -d build
|
2012-12-07 14:36:58 +01:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
2015-12-15 16:35:00 +01:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%suse_update_desktop_file -r org.kde.ktuberling Game KidsGame
|
2012-12-07 14:36:58 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING COPYING.DOC
|
2015-12-15 16:35:00 +01:00
|
|
|
%{_kf5_bindir}/ktuberling
|
|
|
|
%{_kf5_htmldir}/en/ktuberling/
|
|
|
|
%{_kf5_applicationsdir}/org.kde.ktuberling.desktop
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/*/*
|
|
|
|
%{_kf5_appsdir}/ktuberling/
|
|
|
|
%_datadir/kxmlgui5/ktuberling/
|
2012-12-07 14:36:58 +01:00
|
|
|
|
|
|
|
%changelog
|