This commit is contained in:
parent
6518ebd403
commit
8428811484
@ -17,8 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: klickety
|
Name: klickety
|
||||||
BuildRequires: libkdegames4-devel
|
BuildRequires: libkdegames-devel
|
||||||
BuildRequires: xz
|
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
|
Summary: Strategic board game
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
@ -27,7 +42,6 @@ Version: 15.12.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Source0: klickety-%{version}.tar.xz
|
Source0: klickety-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Klickety is an adaptation of the Clickomania and SameGame games.
|
Klickety is an adaptation of the Clickomania and SameGame games.
|
||||||
@ -37,25 +51,25 @@ Klickety is an adaptation of the Clickomania and SameGame games.
|
|||||||
%setup -q -n klickety-%{version}
|
%setup -q -n klickety-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kf5_makeinstall -C build
|
||||||
%kde4_makeinstall
|
%suse_update_desktop_file -r org.kde.klickety Game LogicGame
|
||||||
%suse_update_desktop_file -r klickety Game LogicGame
|
|
||||||
%kde_post_install
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
%{_kde4_bindir}/klickety
|
%{_kf5_bindir}/klickety
|
||||||
%{_kde4_htmldir}/en/klickety/
|
%{_kf5_htmldir}/en/klickety/
|
||||||
%{_kde4_applicationsdir}/ksame.desktop
|
%{_kf5_applicationsdir}/org.kde.ksame.desktop
|
||||||
%{_kde4_applicationsdir}/klickety.desktop
|
%{_kf5_applicationsdir}/org.kde.klickety.desktop
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/klickety.*
|
%{_kf5_iconsdir}/hicolor/*/apps/klickety.*
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/ksame.*
|
%{_kf5_iconsdir}/hicolor/*/apps/ksame.*
|
||||||
%{_kde4_appsdir}/klickety/
|
%{_kf5_appsdir}/klickety/
|
||||||
%{_kde4_appsdir}/kconf_update/klick*
|
%{_kf5_appsdir}/kconf_update/klick*
|
||||||
|
%_datadir/kxmlgui5/klickety/
|
||||||
|
%_kf5_notifydir/klickety.notifyrc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user