SHA256
1
0
forked from pool/kajongg

KDE Applications 17.08.80 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kajongg?expand=0&rev=44
This commit is contained in:
Luca Beltrame 2017-03-26 07:16:03 +00:00 committed by Git OBS Bridge
parent 2f1641be4d
commit 3df24969d3
4 changed files with 58 additions and 38 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:accc4b1bc857495bc1d9fdc9aa3274f5a2aaf566b49741085640d36b059d9c77
size 2528552

3
kajongg-17.03.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a204bb7cca644636144a1f05acf6874ac25cddf5564d053db9539c18a10f2e56
size 2527736

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 25 23:10:14 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Too many changes to list here
-------------------------------------------------------------------
Thu Mar 9 12:35:02 CET 2017 - lbeltrame@kde.org

View File

@ -17,24 +17,32 @@
Name: kajongg
Version: 16.12.3
Version: 17.03.80
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: 4 Player Mahjongg game
License: GPL-2.0+
Group: Amusements/Games/Board/Puzzle
Url: http://www.kde.org
Source0: kajongg-%{version}.tar.xz
BuildRequires: libkdegames4-devel
BuildRequires: python-kde4-devel
BuildRequires: python-kdebase4
BuildRequires: extra-cmake-modules
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5KMahjongglib)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: python3-qt5-devel
BuildRequires: python3-Twisted >= 16.6.0
BuildRequires: xz
Requires: python-kde4
Requires: python-twisted
BuildRequires: update-desktop-files
Requires: python3-Twisted
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{kde4_runtime_requires}
BuildArch: noarch
%description
Kajongg is a version of the four player Mahjongg tile game.
@ -43,14 +51,16 @@ Kajongg is a version of the four player Mahjongg tile game.
%setup -q -n kajongg-%{version}
%build
%cmake_kde4 -d build -- -DINSTALL_KAJONGG=TRUE
# Workaround for kde#376303
export PYTHONDONTWRITEBYTECODE=1
export DESTDIR=%{buildroot}
%cmake_kf5 -d build
%make_jobs
%install
cd build
make %{?_smp_mflags} DESTDIR=%{buildroot} install
%suse_update_desktop_file -r org.kde.kajongg Game BoardGame
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -58,13 +68,13 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC README
%{_kde4_bindir}/kajongg
%{_kde4_bindir}/kajonggserver
%{_kde4_applicationsdir}/org.kde.kajongg.desktop
%{_kde4_htmldir}/en/kajongg/
%{_kde4_iconsdir}/hicolor/*/apps/kajongg.*
%{_kde4_iconsdir}/hicolor/*/actions/games-kajongg-law.*
%{_kde4_appsdir}/kajongg/
%{_bindir}/kajongg
%{_bindir}/kajonggserver
%{_kf5_applicationsdir}/org.kde.kajongg.desktop
%{_kf5_htmldir}/en/kajongg/
%{_kf5_iconsdir}/hicolor/*/apps/kajongg.*
%{_kf5_iconsdir}/hicolor/*/actions/games-kajongg-law.*
%{_kf5_appsdir}/kajongg/
%{_datadir}/metainfo/
%changelog