Accepting request 556225 from KDE:Applications
KDE Applications 17.12.0 final (release on 2017-12-14) OBS-URL: https://build.opensuse.org/request/show/556225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kolf?expand=0&rev=67
This commit is contained in:
commit
31b9bbbf7a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e09185fa08c730eb215d6948a3435ab43b30a91af0b235cafa3cdaf960e886f1
|
||||
size 772916
|
3
kolf-17.12.0.tar.xz
Normal file
3
kolf-17.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6f47742c94ed5506797aadeabf3276dfc7a84e5e13d2c5fad5c5600999d1d0e
|
||||
size 927964
|
35
kolf.changes
35
kolf.changes
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 09 14:59:07 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.12.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.12.0.php
|
||||
- Changes since 17.11.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 2 23:44:15 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update build requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 02 10:12:37 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.11.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.12-rc.php
|
||||
- Changes since 17.11.80:
|
||||
* Remove unused dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
75
kolf.spec
75
kolf.spec
@ -15,47 +15,80 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kolf
|
||||
Version: 17.08.3
|
||||
Version: 17.12.0
|
||||
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: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: kwindowsystem-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user