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
|
Sun Mar 13 15:46:45 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -17,19 +17,33 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kmahjongg
|
Name: kmahjongg
|
||||||
BuildRequires: libkdegames4-devel
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: libkmahjongg4-devel
|
BuildRequires: kconfig-devel
|
||||||
BuildRequires: libkde4-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: 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
|
Summary: Mahjongg 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: 15.12.3
|
Version: 16.04.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: kmahjongg-%{version}.tar.xz
|
Source0: kmahjongg-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KMahjongg is a clone of the well known tile based patience game of the
|
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}
|
%setup -q -n kmahjongg-%{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.kmahjongg Game BoardGame
|
||||||
%suse_update_desktop_file -r kmahjongg Game BoardGame
|
|
||||||
%kde_post_install
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
%{_kde4_bindir}/kmahjongg
|
%{_kf5_bindir}/kmahjongg
|
||||||
%{_kde4_htmldir}/en/kmahjongg/
|
%{_kf5_htmldir}/en/kmahjongg/
|
||||||
%{_kde4_applicationsdir}/kmahjongg.desktop
|
%{_kf5_applicationsdir}/org.kde.kmahjongg.desktop
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/kmahjongg.*
|
%{_kf5_iconsdir}/hicolor/*/apps/kmahjongg.*
|
||||||
%{_kde4_appsdir}/kmahjongg/
|
%{_kf5_sharedir}/kmahjongg/
|
||||||
%{_kde4_configkcfgdir}/kmahjongg.kcfg
|
%{_kf5_configkcfgdir}/
|
||||||
|
%{_kf5_sharedir}/kxmlgui5
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user