SHA256
1
0
forked from pool/kolf

KDE Applications 17.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolf?expand=0&rev=62
This commit is contained in:
Fabian Vogt 2017-11-21 22:32:12 +00:00 committed by Git OBS Bridge
parent 455f8eec43
commit 00a47ae97f
4 changed files with 73 additions and 24 deletions

View File

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

3
kolf-17.11.80.tar.xz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 20 06:59:46 CET 2017 - lbeltrame@kde.org
- Update to 17.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
- Changes since 17.08.3:
* Too many changes to list here
-------------------------------------------------------------------
Thu Nov 09 23:13:20 CET 2017 - lbeltrame@kde.org

View File

@ -15,47 +15,86 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kolf
Version: 17.08.3
Version: 17.11.80
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Miniature golf game
License: GPL-2.0+ AND LGPL-2.0+
License: GPL-2.0+ and LGPL-2.0+
Group: Amusements/Games/Board/Puzzle
URL: http://www.kde.org
Url: http://www.kde.org
Source0: kolf-%{version}.tar.xz
BuildRequires: libkdegames4-devel
BuildRequires: xz
%{kde4_runtime_requires}
BuildRequires: extra-cmake-modules
BuildRequires: karchive-devel
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifyconfig-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: phonon4qt5-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
%if %{with lang}
Recommends: %{name}-lang
%endif
%description
Kolf is a miniature golf game for KDE.
Kolf is a miniature golf game by KDE.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
%build
%cmake_kde4 -d build
%cmake_kf5 -d build
%make_jobs
%install
%kde4_makeinstall -C build
rm -rf %{buildroot}/%{_kde4_libdir}/libkolfprivate.so
%suse_update_desktop_file -r org.kde.kolf Game SportsGame
%kde_post_install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
rm -rf %{buildroot}/%{_kf5_libdir}/libkolfprivate.so
%suse_update_desktop_file -r org.kde.kolf Game SportsGame
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc COPYING*
%dir %{_kde4_datadir}/metainfo
%{_kde4_applicationsdir}/org.kde.kolf.desktop
%{_kde4_appsdir}/kolf/
%{_kde4_bindir}/kolf
%{_kde4_datadir}/metainfo/org.kde.kolf.appdata.xml
%{_kde4_htmldir}/en/kolf/
%{_kde4_iconsdir}/hicolor/*/apps/kolf.*
%{_kde4_libdir}/libkolfprivate.so.*
%defattr(-,root,root)
%doc COPYING COPYING.DOC COPYING.LIB
%doc %lang(en) %{_kf5_htmldir}/en/kolf/
%{_kf5_applicationsdir}/org.kde.kolf.desktop
%{_kf5_appsdir}/kolf/
%{_kf5_appstreamdir}/org.kde.kolf.appdata.xml
%{_kf5_bindir}/kolf
%{_kf5_iconsdir}/hicolor/*/*/kolf.*
%{_kf5_kxmlguidir}/kolf/
%{_kf5_libdir}/libkolfprivate.so.*
%if %{with lang}
%files lang -f %{name}.lang
%endif
%changelog