This commit is contained in:
2026-04-12 21:58:52 +08:00
parent d2ed942578
commit 443d294229
2 changed files with 88 additions and 1 deletions

87
kpat/kpat.spec Normal file
View File

@@ -0,0 +1,87 @@
%define kf6_version 6.19.0
%define qt6_version 6.9.0
%bcond_without bhsolver
Name: kpat
Version: 25.12.3
Release: 0
Summary: Patience card game
License: GPL-2.0-or-later
URL: https://apps.kde.org/kpat
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: freecell-solver-devel
%if %{with bhsolver}
BuildRequires: pkgconfig(libblack-hole-solver)
%endif
BuildRequires: cmake(KDEGames6)
BuildRequires: cmake(KF6Completion) >= %{kf6_version}
BuildRequires: cmake(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
BuildRequires: cmake(KF6GuiAddons) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KF6NewStuff) >= %{kf6_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires: cmake(Qt6Svg) >= %{qt6_version}
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
Requires: kdegames-carddecks-default
%description
KPatience is a collection of various patience games known all over the
world. It includes Klondike, Freecell, Yukon, Forty and Eight and many
more. The game has nice graphics and many different carddecks.
%prep
%autosetup -p1
%build
%cmake_kf6 \
%if %{with bhsolver}
-DWITH_BH_SOLVER:BOOL=TRUE
%else
-DWITH_BH_SOLVER:BOOL=FALSE
%endif
%kf6_build
%install
%kf6_install
# todo: fix the name error.
# Avoid illegal package names
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*@*
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/en_GB/
rm -rf $RPM_BUILD_ROOT%{_mandir}/*@*
rm -rf $RPM_BUILD_ROOT%{_kf6_htmldir}/*@*
rm -rf $RPM_BUILD_ROOT%{_kf6_htmldir}/en_GB
# Use langpacks macro to auto-split translations
%find_lang %{name} --with-qt --with-man --with-html --all-name --generate-subpackages
%files
%license COPYING COPYING.DOC
%doc %lang(en) %{_kf6_htmldir}/en/kpat/
%{_kf6_applicationsdir}/org.kde.kpat.desktop
%{_kf6_appstreamdir}/org.kde.kpat.appdata.xml
%{_kf6_bindir}/kpat
%{_kf6_configkcfgdir}/kpat.kcfg
%{_kf6_debugdir}/kpat.categories
%{_kf6_debugdir}/kpat.renamecategories
%{_kf6_iconsdir}/hicolor/*/*/kpat.*
%{_kf6_knsrcfilesdir}/kcardtheme.knsrc
%{_kf6_knsrcfilesdir}/kpat.knsrc
%{_kf6_libdir}/libkcardgame.so
%{_kf6_mandir}/man6/kpat.6.gz
%{_kf6_sharedir}/kpat/
%{_kf6_sharedir}/mime/packages/kpatience.xml
%changelog

View File

@@ -13,7 +13,7 @@ Source0: https://download.kde.org/stable/release-service/%{version}/src/%
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: libsndfile-devel
BuildRequires: openal-devel
BuildRequires: openal-soft-devel
BuildRequires: cmake(KF6Archive) >= %{kf6_version}
BuildRequires: cmake(KF6ColorScheme) >= %{kf6_version}
BuildRequires: cmake(KF6Completion) >= %{kf6_version}