KDE Applications 19.08 Beta (take 2)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ktouch?expand=0&rev=92
This commit is contained in:
parent
a8575d4551
commit
1d04482a7e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dce3f72204f43ddde109a39fca65f2936e9d9db686e6b3edf8ae04bc9c1c0e55
|
|
||||||
size 4947000
|
|
3
ktouch-19.07.80.tar.xz
Normal file
3
ktouch-19.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5cc13fc645c6db2475ef754b99ec4963300efd0de3e2424b629163130d67b882
|
||||||
|
size 4928780
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 11:59:05 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.07.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
|
||||||
|
- Changes since 19.04.3:
|
||||||
|
* Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org
|
Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: ktouch
|
Name: ktouch
|
||||||
Version: 19.04.3
|
Version: 19.07.80
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Touch Typing Tutor
|
Summary: Touch Typing Tutor
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -35,6 +35,7 @@ BuildRequires: kcoreaddons-devel
|
|||||||
BuildRequires: kdeclarative-devel
|
BuildRequires: kdeclarative-devel
|
||||||
BuildRequires: kdoctools-devel
|
BuildRequires: kdoctools-devel
|
||||||
BuildRequires: ki18n-devel
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kiconthemes-devel
|
||||||
BuildRequires: kidletime-devel
|
BuildRequires: kidletime-devel
|
||||||
BuildRequires: kio-devel
|
BuildRequires: kio-devel
|
||||||
BuildRequires: kitemviews-devel
|
BuildRequires: kitemviews-devel
|
||||||
@ -48,6 +49,7 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: cmake(Qt5Qml)
|
BuildRequires: cmake(Qt5Qml)
|
||||||
BuildRequires: cmake(Qt5Quick)
|
BuildRequires: cmake(Qt5Quick)
|
||||||
|
BuildRequires: cmake(Qt5QuickControls2)
|
||||||
BuildRequires: cmake(Qt5QuickWidgets)
|
BuildRequires: cmake(Qt5QuickWidgets)
|
||||||
BuildRequires: cmake(Qt5Script)
|
BuildRequires: cmake(Qt5Script)
|
||||||
BuildRequires: cmake(Qt5Sql)
|
BuildRequires: cmake(Qt5Sql)
|
||||||
@ -56,8 +58,10 @@ BuildRequires: cmake(Qt5Widgets)
|
|||||||
BuildRequires: cmake(Qt5X11Extras)
|
BuildRequires: cmake(Qt5X11Extras)
|
||||||
BuildRequires: cmake(Qt5XmlPatterns)
|
BuildRequires: cmake(Qt5XmlPatterns)
|
||||||
BuildRequires: pkgconfig(xkbfile)
|
BuildRequires: pkgconfig(xkbfile)
|
||||||
# Runtime dep
|
# Runtime deps
|
||||||
|
Requires: kdeclarative-components
|
||||||
Requires: kqtquickcharts
|
Requires: kqtquickcharts
|
||||||
|
Requires: libqt5-qtquickcontrols2
|
||||||
Provides: kde4-ktouch = 4.3.0
|
Provides: kde4-ktouch = 4.3.0
|
||||||
Obsoletes: kde4-ktouch < 4.3.0
|
Obsoletes: kde4-ktouch < 4.3.0
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
|
Loading…
Reference in New Issue
Block a user