Accepting request 445999 from KDE:Applications
Update to KDE Applicatons 16.12.0 OBS-URL: https://build.opensuse.org/request/show/445999 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/granatier?expand=0&rev=56
This commit is contained in:
commit
5d0f730c09
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d45e18e607ca84e89451cc8d096c37cfa2771bec86571fbdb30c4ebffef1901e
|
|
||||||
size 1237624
|
|
3
granatier-16.12.0.tar.xz
Normal file
3
granatier-16.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92239ac6dbf17d157960fe38078010485bcb8c49d687c0265347f6839bc6f8c3
|
||||||
|
size 1238672
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 19:30:31 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.12.0
|
||||||
|
* KDE Applications 16.12.0
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 3 16:02:28 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.11.90
|
||||||
|
* KDE Applications 16.12.0 RC
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 12:18:59 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.11.80
|
||||||
|
* KDE Applications 16.12.0 Beta
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 9 06:09:57 UTC 2016 - lbeltrame@kde.org
|
Wed Nov 9 06:09:57 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package granatier
|
# spec file for package granatier
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,33 +17,37 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: granatier
|
Name: granatier
|
||||||
BuildRequires: libkdegames-devel
|
Version: 16.12.0
|
||||||
BuildRequires: update-desktop-files
|
Release: 0
|
||||||
BuildRequires: extra-cmake-modules
|
%define kf5_version 5.26.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
|
||||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
BuildRequires: pkgconfig(Qt5Svg)
|
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
|
||||||
BuildRequires: kconfig-devel
|
|
||||||
BuildRequires: kcoreaddons-devel
|
|
||||||
BuildRequires: kwidgetsaddons-devel
|
|
||||||
BuildRequires: ki18n-devel
|
|
||||||
BuildRequires: kguiaddons-devel
|
|
||||||
BuildRequires: kconfigwidgets-devel
|
|
||||||
BuildRequires: kitemviews-devel
|
|
||||||
BuildRequires: kiconthemes-devel
|
|
||||||
BuildRequires: kxmlgui-devel
|
|
||||||
BuildRequires: kio-devel
|
|
||||||
BuildRequires: knotifyconfig-devel
|
|
||||||
BuildRequires: kdelibs4support-devel
|
|
||||||
BuildRequires: knewstuff-devel
|
|
||||||
Summary: Bomberman-like game for KDE
|
Summary: Bomberman-like game for KDE
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Games/Action/Arcade
|
Group: Amusements/Games/Action/Arcade
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Version: 16.08.3
|
|
||||||
Release: 0
|
|
||||||
Source0: granatier-%{version}.tar.xz
|
Source0: granatier-%{version}.tar.xz
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: kconfig-devel
|
||||||
|
BuildRequires: kconfigwidgets-devel
|
||||||
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kdelibs4support-devel
|
||||||
|
BuildRequires: kguiaddons-devel
|
||||||
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kiconthemes-devel
|
||||||
|
BuildRequires: kio-devel
|
||||||
|
BuildRequires: kitemviews-devel
|
||||||
|
BuildRequires: knewstuff-devel
|
||||||
|
BuildRequires: knotifyconfig-devel
|
||||||
|
BuildRequires: kwidgetsaddons-devel
|
||||||
|
BuildRequires: kxmlgui-devel
|
||||||
|
BuildRequires: libkdegames-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
Obsoletes: %{name}5 < %{version}
|
Obsoletes: %{name}5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -52,7 +56,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Walk through an arena, lay bombs and kill your enemies.
|
Walk through an arena, lay bombs and kill your enemies.
|
||||||
Granatier is a clone of the popular Bomberman game.
|
Granatier is a clone of the popular Bomberman game.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n granatier-%{version}
|
%setup -q -n granatier-%{version}
|
||||||
|
|
||||||
@ -65,10 +68,9 @@ Granatier is a clone of the popular Bomberman game.
|
|||||||
%suse_update_desktop_file -r org.kde.granatier Game ArcadeGame
|
%suse_update_desktop_file -r org.kde.granatier Game ArcadeGame
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf5_bindir}/granatier
|
%{_kf5_bindir}/granatier
|
||||||
%{_kf5_applicationsdir}/org.kde.granatier.desktop
|
%{_kf5_applicationsdir}/org.kde.granatier.desktop
|
||||||
@ -77,7 +79,7 @@ Granatier is a clone of the popular Bomberman game.
|
|||||||
%{_kf5_appsdir}/granatier/
|
%{_kf5_appsdir}/granatier/
|
||||||
%dir %{_kf5_configkcfgdir}
|
%dir %{_kf5_configkcfgdir}
|
||||||
%{_kf5_configkcfgdir}/granatier.kcfg
|
%{_kf5_configkcfgdir}/granatier.kcfg
|
||||||
%_kf5_appstreamdir/
|
%{_kf5_appstreamdir}/
|
||||||
%_kf5_kxmlguidir/granatier/
|
%{_kf5_kxmlguidir}/granatier/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user