forked from pool/ksquares
Accepting request 302160 from KDE:Applications
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/302160 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksquares?expand=0&rev=38
This commit is contained in:
parent
abd6b8a07b
commit
99a3dad811
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d991f36d1bf5921f0fd32ffcbc10ab03d52aa9def003c69a52f6e94556d2d83b
|
||||
size 79944
|
3
ksquares-15.04.0.tar.xz
Normal file
3
ksquares-15.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c4fa101503f42da43d910f47b2fe176852f88c7744819a4cedac9c36e014695
|
||||
size 80448
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 13:21:29 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:17:49 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.95
|
||||
* KDE Applications 15.04 RC
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 12:49:02 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.80
|
||||
* KDE Applications 15.04 Beta
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 10:43:19 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -19,15 +19,36 @@
|
||||
Name: ksquares
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: kdnssd-framework-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: libkmahjongg-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
Summary: Strategic board game
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/Action/Arcade
|
||||
Url: http://www.kde.org
|
||||
Version: 14.12.3
|
||||
Version: 15.04.0
|
||||
Release: 0
|
||||
Source0: ksquares-%{version}.tar.xz
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
KSquares is an implementation of the popular paper based game squares.
|
||||
@ -40,23 +61,22 @@ may be controlled by the computer.
|
||||
%setup -q -n ksquares-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
%suse_update_desktop_file -r ksquares Game BoardGame
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
%suse_update_desktop_file -r org.kde.ksquares Game BoardGame
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC
|
||||
%{_kde4_bindir}/ksquares
|
||||
%{_kde4_htmldir}/en/ksquares/
|
||||
%{_kde4_applicationsdir}/ksquares.desktop
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/ksquares.*
|
||||
%{_kde4_appsdir}/ksquares/
|
||||
%{_kde4_configkcfgdir}/ksquares.kcfg
|
||||
%{_kf5_bindir}/ksquares
|
||||
%{_kf5_htmldir}/en/ksquares/
|
||||
%{_kf5_applicationsdir}/org.kde.ksquares.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/*/ksquares.*
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%{_kf5_configkcfgdir}/ksquares.kcfg
|
||||
%_datadir/kxmlgui5/ksquares/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user