SHA256
1
0
forked from pool/kdf

KDE Applications 19.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdf?expand=0&rev=101
This commit is contained in:
Wolfgang Bauer 2019-11-29 11:39:30 +00:00 committed by Git OBS Bridge
parent 721e54ddca
commit be4652a65f
7 changed files with 44 additions and 28 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OYACgkQ29LOiT4t
HIeCAgf8C7JzHaZBXLTkz5tUzGePbEn0S3m+HVMgds9x6NRSv44mMB8pDEazRQuY
XpVAMvr8xzDokVKTJiBm0FYq2D5j8RZU/bS7WoW1n5osO0BRyBRd7+Gh4xs6pqSo
5ccU49f/5NY26O5AXVE3iR1gH1GOt1p/ik2DQ7ToDw/NzrrRzAByCmX5kUe/akAT
BBD1e8/czZqX4/vbvUrnAHw16TN2TwtGZeD9WKj/4JYHsy7abFlQgHmgwAO8VkJy
qyfkOrAANJukTW/kYhBTFn3HBVODApII5Swif0VXo4XQWhKEVd8Sif/nk5rUlg7b
J/RgCQkosyIATU/tfg6ecmc9+9j/7A==
=jg/Q
-----END PGP SIGNATURE-----

3
kdf-19.11.80.tar.xz Normal file
View File

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

16
kdf-19.11.80.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl3ObwwACgkQOmpNuDnq
ptehUw//dbnPLXb0qOmmtQouqZ8LvHFx1bNKCPLI0B+cFi3NIIuJOfChzgUYUvSS
PFY3+5XFlmjPow6GmIgM5bdu8Ow4vV+Y924RCRegL1rB/0WVCm6XSN/FdoE5q/DU
qro41k5pJmhfIx1SFT/UvFVkYCZ82zyotM2OCsIPc6AUnxrheSTlYMXjIc60cbo6
X6C93+uO2vIkoCoPjow1LTh4Ac3z9Pu4JCF5K0sHS6sVP96E+bfNFvL/wtwgIyJp
rL6zodw4RbNB9+AeQs1ZaekGwqG/t8smE7Pop6wyj9JMBBRrZyfDM56d8NKcXRaI
xOg5ZMRAI3cX99obH3+G1YLtC/vWJrJ0QnSiwOAoBXxAX25VrmZZcg6BPS3gj2cx
mi4CUk/0Alm58PPM9SQelCfU6V/6Vu7MTXqRJeGMyijK0szWZd1HMzb9fdhCOWiX
Jr193Fu9yz4oOjkhoewQsE56pryPvLJTYgxbgdkDgGvHSLvnAu1Ae9F0sDkjrY7A
yiC4J3g4v75OM9+QmL+bnNXSXP1ww7yLB+zGHPOrw5fwt0a5xAcxbtH3YdsYELaX
+2vMrwpqHX9tMnrrEeg2Z7TgVSQbMNw6D8iznTGhrJGr1885HM4kOTMVoGZe7RFF
CnbvzBtIKMpidolDSD/oBaX0CIyMnvidHhw48M54kElqq5SZ5Ps=
=LMDl
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 24 13:29:21 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.12-beta.php
- Changes since 19.08.2:
* QString::replace operates on the same object, no need to reassign
* It compiles fine without foreach
-------------------------------------------------------------------
Thu Nov 7 23:12:54 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,33 +16,33 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kdf
Version: 19.08.3
Version: 19.11.80
Release: 0
Summary: Disk Usage Viewer
License: GPL-2.0-or-later
Group: System/Monitoring
URL: https://www.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Patch1: desktop-files.diff
BuildRequires: kcmutils-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: knotifications-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: cmake(KF5KCMUtils)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(Qt5Core)