forked from pool/ksirk
Accepting request 564364 from KDE:Applications
KDE Applications 17.12.1 OBS-URL: https://build.opensuse.org/request/show/564364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksirk?expand=0&rev=67
This commit is contained in:
commit
89fac1ff19
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35ded5065ee2335240a47daa1d931546acd6d2ca6d5f2884e9c7333912740198
|
||||
size 5499732
|
3
ksirk-17.12.1.tar.xz
Normal file
3
ksirk-17.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:734903196e519d88e0dd1fc4715925da6f52e2c5672d07bec5d27584234d5584
|
||||
size 6987016
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 11 23:41:18 CET 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.12.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.12.1.php
|
||||
- Changes since 17.12.0:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 09 14:59:08 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 02 10:12:38 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:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 20 06:59:47 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:23 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
104
ksirk.spec
104
ksirk.spec
@ -15,57 +15,105 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: ksirk
|
||||
Summary: Risk-like game for KDE
|
||||
Version: 17.12.1
|
||||
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: Risk-like game by KDE
|
||||
License: GPL-2.0+ and LGPL-2.0+
|
||||
Group: Amusements/Games/Strategy/Turn Based
|
||||
Url: http://www.kde.org
|
||||
Version: 17.08.3
|
||||
Release: 0
|
||||
Source0: ksirk-%{version}.tar.xz
|
||||
BuildRequires: libkdegames4-devel
|
||||
BuildRequires: libqca2-devel
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kcompletion-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: kwallet-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: libqca-qt5-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Obsoletes: ksirk5 < %{version}
|
||||
Provides: ksirk5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
|
||||
%description
|
||||
KsirK is a computerized version of a well known strategy game.
|
||||
|
||||
%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 %{buildroot}%{_kde4_libdir}/libiris_ksirk.so
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
rm %{buildroot}%{_kf5_libdir}/libiris_ksirk.so
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC COPYING.LIB
|
||||
%dir %{_kde4_datadir}/metainfo
|
||||
%{_kde4_applicationsdir}/org.kde.ksirk.desktop
|
||||
%{_kde4_applicationsdir}/org.kde.ksirkskineditor.desktop
|
||||
%{_kde4_appsdir}/ksirk/
|
||||
%{_kde4_appsdir}/ksirkskineditor/
|
||||
%{_kde4_bindir}/ksirk
|
||||
%{_kde4_bindir}/ksirkskineditor
|
||||
%{_kde4_configdir}/ksirk.knsrc
|
||||
%{_kde4_configkcfgdir}/ksirk*.kcfg
|
||||
%{_kde4_datadir}/metainfo/org.kde.ksirk.appdata.xml
|
||||
%{_kde4_htmldir}/en/ksirk/
|
||||
%{_kde4_htmldir}/en/ksirkskineditor/
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/ksirk.*
|
||||
%{_kde4_iconsdir}/locolor/*/apps/ksirk.*
|
||||
%{_kde4_libdir}/libiris_ksirk.so.*
|
||||
%config %{_kf5_configdir}/ksirk.knsrc
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/ksirk/
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/ksirkskineditor/
|
||||
%{_kf5_applicationsdir}/org.kde.ksirk.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.ksirkskineditor.desktop
|
||||
%{_kf5_appstreamdir}/org.kde.ksirk.appdata.xml
|
||||
%{_kf5_bindir}/ksirk
|
||||
%{_kf5_bindir}/ksirkskineditor
|
||||
%{_kf5_configkcfgdir}/ksirk*.kcfg
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/ksirk.*
|
||||
%{_kf5_iconsdir}/locolor/*/apps/ksirk.*
|
||||
%{_kf5_kxmlguidir}/ksirk/
|
||||
%{_kf5_kxmlguidir}/ksirkskineditor/
|
||||
%{_kf5_libdir}/libiris_ksirk.so.*
|
||||
%{_kf5_sharedir}/ksirk/
|
||||
%{_kf5_sharedir}/ksirkskineditor/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user