forked from pool/kmines
Accepting request 303560 from KDE:Applications
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/303560 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmines?expand=0&rev=38
This commit is contained in:
parent
7aa1690da8
commit
199bfb1ff3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0e3c800ccaa33028355bc0814e66d62944a314213f82c0c45b598322106e77f5
|
|
||||||
size 628516
|
|
3
kmines-15.04.0.tar.xz
Normal file
3
kmines-15.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3f4fa75a0ef14dae2de6de42d116b43d36a913f6ad2fffc9acdf7116becbd04
|
||||||
|
size 624532
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 11 13:17:48 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.04.0
|
||||||
|
* KDE Applications 15.04.0
|
||||||
|
* https://www.kde.org/announcements/announce-applications-15.04.0.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 21 18:11:50 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.03.95
|
||||||
|
* KDE Applications 15.04 RC
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 12:46:29 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.03.80
|
||||||
|
* KDE Applications 15.04 Beta
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 3 10:40:34 UTC 2015 - tittiatcoke@gmail.com
|
Tue Mar 3 10:40:34 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
62
kmines.spec
62
kmines.spec
@ -17,17 +17,53 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kmines
|
Name: kmines
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: karchive-devel
|
||||||
|
BuildRequires: kbookmarks-devel
|
||||||
|
BuildRequires: kcodecs-devel
|
||||||
|
BuildRequires: kcompletion-devel
|
||||||
|
BuildRequires: kconfig-devel
|
||||||
|
BuildRequires: kconfigwidgets-devel
|
||||||
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kcrash-devel
|
||||||
|
BuildRequires: kdbusaddons-devel
|
||||||
|
BuildRequires: kdeclarative-devel
|
||||||
|
BuildRequires: kdelibs4support-devel
|
||||||
|
BuildRequires: kdnssd-framework-devel
|
||||||
|
BuildRequires: kglobalaccel-devel
|
||||||
|
BuildRequires: kguiaddons-devel
|
||||||
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kiconthemes-devel
|
||||||
|
BuildRequires: kio-devel
|
||||||
|
BuildRequires: kitemviews-devel
|
||||||
|
BuildRequires: kjobwidgets-devel
|
||||||
|
BuildRequires: knewstuff-devel
|
||||||
|
BuildRequires: knotifyconfig-devel
|
||||||
|
BuildRequires: kservice-devel
|
||||||
|
BuildRequires: ktextwidgets-devel
|
||||||
|
BuildRequires: kwidgetsaddons-devel
|
||||||
|
BuildRequires: kxmlgui-devel
|
||||||
BuildRequires: libkdegames-devel
|
BuildRequires: libkdegames-devel
|
||||||
|
BuildRequires: phonon4qt5-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
BuildRequires: pkgconfig(Qt5Qml)
|
||||||
|
BuildRequires: pkgconfig(Qt5Quick)
|
||||||
|
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
Summary: Minesweeper-like game
|
Summary: Minesweeper-like game
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Games/Board/Puzzle
|
Group: Amusements/Games/Board/Puzzle
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Version: 14.12.3
|
Version: 15.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: kmines-%{version}.tar.xz
|
Source0: kmines-%{version}.tar.xz
|
||||||
|
Obsoletes: %{name}5 < %{version}
|
||||||
|
Provides: %{name}5 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KMines is the classical Minesweeper game where you have to find mines
|
KMines is the classical Minesweeper game where you have to find mines
|
||||||
@ -38,23 +74,23 @@ by logical deduction.
|
|||||||
%setup -q -n kmines-%{version}
|
%setup -q -n kmines-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kf5_makeinstall -C build
|
||||||
%kde4_makeinstall
|
%suse_update_desktop_file -r org.kde.kmines Game LogicGame
|
||||||
%suse_update_desktop_file -r kmines Game LogicGame
|
|
||||||
%kde_post_install
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
%{_kde4_bindir}/kmines
|
%{_kf5_bindir}/kmines
|
||||||
%{_kde4_htmldir}/en/kmines/
|
%{_kf5_htmldir}/en/kmines/
|
||||||
%{_kde4_applicationsdir}/kmines.desktop
|
%{_kf5_applicationsdir}/org.kde.kmines.desktop
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/kmines.*
|
%{_kf5_iconsdir}/hicolor/*/apps/kmines.*
|
||||||
%{_kde4_appsdir}/kmines/
|
%{_kf5_sharedir}/kmines/
|
||||||
%{_kde4_configdir}/kmines.knsrc
|
%config %{_kf5_configdir}/kmines.knsrc
|
||||||
|
%{_kf5_notifydir}/
|
||||||
|
%{_kf5_kxmlguidir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user