forked from pool/knavalbattle
Accepting request 350034 from KDE:Applications
Update to KDE Applications 15.12.0 OBS-URL: https://build.opensuse.org/request/show/350034 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/knavalbattle?expand=0&rev=45
This commit is contained in:
commit
8ef5b6fffe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64905396624672335448ebd06efaed69d9c4e2431f6822731834ee0c14f02dbc
|
||||
size 854724
|
3
knavalbattle-15.12.0.tar.xz
Normal file
3
knavalbattle-15.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:699bfd8cd87175f2b8ddfda0eaeb0d53f1e22ea161ca1e1677e3ba6c4bc72da2
|
||||
size 910396
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 13:23:09 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.12.0
|
||||
* KDE Applications 15.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-15.12.0.php
|
||||
* boo#958887
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 20:12:39 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -17,13 +17,36 @@
|
||||
|
||||
|
||||
Name: knavalbattle
|
||||
BuildRequires: libkdegames4-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kdnssd-framework-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: update-desktop-files
|
||||
Summary: Battleship game
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/Board/Other
|
||||
Url: http://www.kde.org
|
||||
Version: 15.08.3
|
||||
Version: 15.12.0
|
||||
Release: 0
|
||||
Source0: knavalbattle-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -31,7 +54,6 @@ Provides: kbattleship = %{version}
|
||||
Obsoletes: kbattleship < %{version}
|
||||
Provides: navalbattle = %{version}
|
||||
Obsoletes: navalbattle < %{version}
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
KBatteship is a KDE implentation of the popular game "Battleship" where
|
||||
@ -43,14 +65,12 @@ played with friends online via the internet.
|
||||
%setup -q -n knavalbattle-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
%suse_update_desktop_file -r knavalbattle Game BoardGame
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
%suse_update_desktop_file -r org.kde.knavalbattle Game BoardGame
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -59,13 +79,14 @@ played with friends online via the internet.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC
|
||||
%{_kde4_bindir}/knavalbattle
|
||||
%{_kde4_applicationsdir}/knavalbattle.desktop
|
||||
%{_kde4_htmldir}/en/knavalbattle/
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/knavalbattle.*
|
||||
%{_kde4_servicesdir}/knavalbattle.protocol
|
||||
%{_kde4_appsdir}/knavalbattle/
|
||||
%dir %{_kde4_appsdir}/kconf_update
|
||||
%{_kde4_appsdir}/kconf_update/knavalbattle.upd
|
||||
%{_kf5_bindir}/knavalbattle
|
||||
%{_kf5_applicationsdir}/org.kde.knavalbattle.desktop
|
||||
%{_kf5_htmldir}/en/knavalbattle/
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/knavalbattle.*
|
||||
%{_kf5_servicesdir}/knavalbattle.protocol
|
||||
%{_kf5_appsdir}/knavalbattle/
|
||||
%dir %{_kf5_appsdir}/kconf_update
|
||||
%{_kf5_appsdir}/kconf_update/knavalbattle.upd
|
||||
%_datadir/kxmlgui5/knavalbattle/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user