forked from pool/parley
KDE Applications 17.12 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/parley?expand=0&rev=64
This commit is contained in:
parent
9ac062de67
commit
c306859745
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5228e9e5da1ba9ec1496844168c907b515f55def7eb94fb0383fa78be6713933
|
||||
size 8825020
|
3
parley-17.11.80.tar.xz
Normal file
3
parley-17.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84e6baf2e569163e447e2036a77ccdd3b7bbe19ec66ae67ef8ec00e9a1915fc4
|
||||
size 8827416
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 20 06:59:41 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
|
||||
- Changes since 17.08.3:
|
||||
* Enable browser widget adding WebEngineWidgets dependency
|
||||
* Silent warnings in newer G++
|
||||
* Improve i18n handling
|
||||
* Add locale name to column title
|
||||
* Comment out khtml dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 09 23:13:08 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: parley
|
||||
Version: 17.08.3
|
||||
Version: 17.11.80
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
@ -36,7 +36,6 @@ BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: khtml-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
@ -55,6 +54,8 @@ BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Multimedia) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5WebEngine)
|
||||
BuildRequires: pkgconfig(Qt5WebEngineWidgets)
|
||||
Requires: kdeedu-data
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Obsoletes: parley5 < %{version}
|
||||
@ -63,6 +64,8 @@ Provides: %{name}5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
|
||||
%description
|
||||
Parley is a vocabulary trainer for KDE.
|
||||
|
Loading…
Reference in New Issue
Block a user