forked from pool/picmi
Accepting request 443465 from home:luca_b:test_KA
KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443465 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/picmi?expand=0&rev=40
This commit is contained in:
parent
6004289ed1
commit
9dc7af72b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c0d260fb32b3fdb7daa60774d2929f06c5de1ef608d8eb32eccbb186cf2dc63
|
|
||||||
size 1088860
|
|
3
picmi-16.11.80.tar.xz
Normal file
3
picmi-16.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b4e456a3ce580b3c7f212102a1bb09714b52ece916bf530e59b6b2728c9c2922
|
||||||
|
size 1089676
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 12:43:38 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:29:03 UTC 2016 - lbeltrame@kde.org
|
Wed Nov 9 06:29:03 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
51
picmi.spec
51
picmi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package picmi
|
# spec file for package picmi
|
||||||
#
|
#
|
||||||
# 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,36 +17,42 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: picmi
|
Name: picmi
|
||||||
BuildRequires: libkdegames-devel
|
Version: 16.11.80
|
||||||
BuildRequires: extra-cmake-modules
|
Release: 0
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
%define kf5_version 5.26.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||||
BuildRequires: pkgconfig(Qt5Svg)
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
BuildRequires: pkgconfig(Qt5Quick)
|
|
||||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
|
||||||
BuildRequires: kcoreaddons-devel
|
|
||||||
BuildRequires: kdeclarative-devel
|
|
||||||
BuildRequires: ki18n-devel
|
|
||||||
BuildRequires: kdelibs4support-devel
|
|
||||||
BuildRequires: knewstuff-devel
|
|
||||||
BuildRequires: kxmlgui-devel
|
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
Summary: Nonogram Logic game
|
Summary: Nonogram Logic game
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
|
||||||
Group: Amusements/Games/Board/Logic
|
Group: Amusements/Games/Board/Logic
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Version: 16.08.3
|
|
||||||
Release: 0
|
|
||||||
Source0: picmi-%{version}.tar.xz
|
Source0: picmi-%{version}.tar.xz
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kdeclarative-devel
|
||||||
|
BuildRequires: kdelibs4support-devel
|
||||||
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: knewstuff-devel
|
||||||
|
BuildRequires: kxmlgui-devel
|
||||||
|
BuildRequires: libkdegames-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
BuildRequires: pkgconfig(Qt5Quick)
|
||||||
|
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
Obsoletes: picmi5 < %{version}
|
||||||
|
Provides: picmi5 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A nonogram logic game for KDE
|
A nonogram logic game for KDE
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n picmi-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
@ -56,10 +62,7 @@ A nonogram logic game for KDE
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%suse_update_desktop_file -r org.kde.picmi Game LogicGame
|
%suse_update_desktop_file -r org.kde.picmi Game LogicGame
|
||||||
|
|
||||||
%clean
|
%files
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_kf5_bindir}/picmi
|
%{_kf5_bindir}/picmi
|
||||||
|
Loading…
Reference in New Issue
Block a user