KDE Applications 17.08.80 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolf?expand=0&rev=42
This commit is contained in:
parent
df0c9e08c8
commit
802a4ae354
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5ddaeb9b7805124c287b2af977cee254b0d30c316542627465964ca90f3d18c
|
||||
size 768284
|
3
kolf-17.03.80.tar.xz
Normal file
3
kolf-17.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b6654486944c249e4357431c6343967d5f5a8b781040a642296c158ff3d513e
|
||||
size 769624
|
10
kolf.changes
10
kolf.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:57 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:45:38 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
61
kolf.spec
61
kolf.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kolf
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,47 +17,70 @@
|
||||
|
||||
|
||||
Name: kolf
|
||||
Version: 17.03.80
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.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+
|
||||
Group: Amusements/Games/Board/Puzzle
|
||||
Url: http://www.kde.org
|
||||
Version: 16.12.3
|
||||
Release: 0
|
||||
Source0: kolf-%{version}.tar.xz
|
||||
BuildRequires: libkdegames4-devel
|
||||
BuildRequires: xz
|
||||
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)
|
||||
Obsoletes: kolf5 < %{version}
|
||||
Provides: kolf5 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
Kolf is a miniature golf game for KDE.
|
||||
|
||||
|
||||
%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 kolf Game SportsGame
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
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
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC COPYING.LIB
|
||||
%{_kde4_bindir}/kolf
|
||||
%{_kde4_htmldir}/en/kolf/
|
||||
%{_kde4_applicationsdir}/kolf.desktop
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/kolf.*
|
||||
%{_kde4_appsdir}/kolf/
|
||||
%{_kde4_libdir}/libkolfprivate.so.*
|
||||
%{_kf5_bindir}/kolf
|
||||
%{_kf5_htmldir}/en/kolf/
|
||||
%{_kf5_applicationsdir}/org.kde.kolf.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/*/kolf.*
|
||||
%{_kf5_appsdir}/kolf/
|
||||
%{_kf5_libdir}/libkolfprivate.so.*
|
||||
%{_datadir}/kxmlgui5/kolf/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user