forked from pool/kmahjongg
Accepting request 395275 from KDE:Applications
KDE Applications 16.04.1 OBS-URL: https://build.opensuse.org/request/show/395275 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmahjongg?expand=0&rev=49
This commit is contained in:
commit
261d58b8b7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edaa5de7d4eb1acfffcdc4832e18817b6dfab809ebce78e2a20a257a9c67df34
|
||||
size 1008320
|
3
kmahjongg-16.04.1.tar.xz
Normal file
3
kmahjongg-16.04.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b457d1e9ec66b0832376fd20d0068dee4763e17ff5d8df5e8296c0b9bcbe683
|
||||
size 1012444
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 7 10:32:23 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.04.1
|
||||
* KDE Applications 16.04.1
|
||||
* https://www.kde.org/announcements/announce-applications-16.04.1.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 17 06:07:47 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.04.0
|
||||
* KDE Applications 16.04.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.04.0.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 06:44:10 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.03.90
|
||||
* KDE Applications 16.04.0 RC
|
||||
* https://www.kde.org/announcements/announce-applications-16.04-rc.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 13 15:46:45 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -17,19 +17,33 @@
|
||||
|
||||
|
||||
Name: kmahjongg
|
||||
BuildRequires: libkdegames4-devel
|
||||
BuildRequires: libkmahjongg4-devel
|
||||
BuildRequires: libkde4-devel
|
||||
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: libkdegames-devel
|
||||
BuildRequires: libkmahjongg-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Summary: Mahjongg game
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/Board/Puzzle
|
||||
Url: http://www.kde.org
|
||||
Version: 15.12.3
|
||||
Version: 16.04.1
|
||||
Release: 0
|
||||
Source0: kmahjongg-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
KMahjongg is a clone of the well known tile based patience game of the
|
||||
@ -41,23 +55,22 @@ by removing pieces of the same type.
|
||||
%setup -q -n kmahjongg-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
%suse_update_desktop_file -r kmahjongg Game BoardGame
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
%suse_update_desktop_file -r org.kde.kmahjongg Game BoardGame
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC
|
||||
%{_kde4_bindir}/kmahjongg
|
||||
%{_kde4_htmldir}/en/kmahjongg/
|
||||
%{_kde4_applicationsdir}/kmahjongg.desktop
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/kmahjongg.*
|
||||
%{_kde4_appsdir}/kmahjongg/
|
||||
%{_kde4_configkcfgdir}/kmahjongg.kcfg
|
||||
%{_kf5_bindir}/kmahjongg
|
||||
%{_kf5_htmldir}/en/kmahjongg/
|
||||
%{_kf5_applicationsdir}/org.kde.kmahjongg.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kmahjongg.*
|
||||
%{_kf5_sharedir}/kmahjongg/
|
||||
%{_kf5_configkcfgdir}/
|
||||
%{_kf5_sharedir}/kxmlgui5
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user