diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:32:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:32:14 +0000 |
commit | dc642822154d6b68364326fedfc46bc3bec6599c (patch) | |
tree | cb346b3cad957f3cce7f9505621aa56d15b4487d | |
parent | 8a31cee3065577eeb041d448741d7f9601889d48 (diff) |
automatic import of kpatopeneuler23.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | kpat.spec | 109 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 111 insertions, 0 deletions
@@ -0,0 +1 @@ +/kpat-22.08.0.tar.xz diff --git a/kpat.spec b/kpat.spec new file mode 100644 index 0000000..c2d1a36 --- /dev/null +++ b/kpat.spec @@ -0,0 +1,109 @@ +%global majmin_ver %(echo %{version} | cut -d. -f1,2) + +Name: kpat +Summary: A selection of solitaire card games +Version: 22.08.0 +Release: 1 + +License: GPLv2+ and GFDL +URL: https://invent.kde.org/games/%{name} + +%global revision %(echo %{version} | cut -d. -f3) + +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif + +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz + +BuildRequires: desktop-file-utils +BuildRequires: extra-cmake-modules +BuildRequires: gettext +BuildRequires: kf5-rpm-macros +BuildRequires: kf5-kcompletion-devel +BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-kconfigwidgets-devel +BuildRequires: kf5-kcoreaddons-devel +BuildRequires: kf5-kcrash-devel +BuildRequires: kf5-kdbusaddons-devel +BuildRequires: kf5-kdeclarative-devel +BuildRequires: kf5-kdoctools-devel +BuildRequires: kf5-kguiaddons-devel +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kiconthemes-devel +BuildRequires: kf5-kitemviews-devel +BuildRequires: kf5-kio-devel +BuildRequires: kf5-kjobwidgets-devel +BuildRequires: kf5-knewstuff-devel +BuildRequires: kf5-knotifyconfig-devel +BuildRequires: kf5-knewstuff-devel +BuildRequires: kf5-kservice-devel +BuildRequires: kf5-kwindowsystem-devel +BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kxmlgui-devel + +BuildRequires: pkgconfig(libblack-hole-solver) +BuildRequires: pkgconfig(libfreecell-solver) +BuildRequires: pkgconfig(phonon4qt5) + +BuildRequires: pkgconfig(Qt5Widgets) pkgconfig(Qt5Qml) pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets) pkgconfig(Qt5Svg) pkgconfig(Qt5Test) +BuildRequires: libappstream-glib +BuildRequires: libkdegames-devel >= %{majmin_ver} + +BuildRequires: shared-mime-info + +%description +%{summary}. +To play patience you need, as the name suggests, patience. For simple +games, where the way the game goes depends only upon how the cards fall, +your patience might be the only thing you need. There are also patience +games where you must plan your strategy and think ahead in order to win. +A theme common to all the games is the player must put the cards in a +special order — moving, turning and reordering them. + + +%prep +%autosetup + + +%build +mkdir %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd +%make_build -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + +%find_lang %{name} --all-name --with-html --with-man + + +%check +appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml +desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop + + +%ldconfig_scriptlets + +%files -f %{name}.lang +%license COPYING* +%{_kf5_bindir}/%{name} +%{_kf5_datadir}/knsrcfiles/*.knsrc +%{_kf5_datadir}/applications/org.kde.%{name}.desktop +%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml +%{_kf5_datadir}/icons/hicolor/*/apps/%{name}.* +%{_kf5_datadir}/%{name}/ +%{_kf5_datadir}/config.kcfg/%{name}.kcfg +%{_kf5_datadir}/qlogging-categories5/%{name}* +%{_kf5_libdir}/libkcardgame.so +%{_datadir}/mime/packages/kpatience.xml +%{_mandir}/man6/kpat.6* + + +%changelog +* Fri Dec 16 2022 misaka00251 <liuxin@iscas.ac.cn> - 22.08.0-1 +- 22.08.0 @@ -0,0 +1 @@ +aa3bdfa397e53d460dcd856390b68740 kpat-22.08.0.tar.xz |