forked from pool/kapptemplate
KDE Applications 20.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapptemplate?expand=0&rev=111
This commit is contained in:
parent
67a32d46eb
commit
3f5558d7fc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:464642615a4701d415b38ec7fde927132bb9e7e86a8f77e0f7e4138784b2e9c4
|
|
||||||
size 325600
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3t0ACgkQ29LOiT4t
|
|
||||||
HIdOcAf+J+XH2eRTC/t+Xwv37UF95ZbkuRizvK1K3rUE1sOHol2uQKank6CT4lho
|
|
||||||
+sP5W35j8axfbWul/WttSC4+iCFKmE2VVkS0RWUWwZBgYraAb9x9wqeORGnP4oWm
|
|
||||||
JwLdHgSl0HGF5k40Bi6Fp/goikfHWZutwiQUFJZYsipzbRLukQ6nMsBmsNNQEYq8
|
|
||||||
khDhuog/3pzwN/X9C0A5TXztkmEJGFXEfxb5RPMAqPVnUXXBjSRLIWK92Ryx6Jj7
|
|
||||||
Oh5xPqRg3sUEWq711ZirTVj6JIB7j5yJWbbkRXSNXSaO9dNnavOJh+ZutzJ5j1az
|
|
||||||
t5F3wY3O4ePQVT6DkB2kNtA4gMWY7g==
|
|
||||||
=LpvZ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kapptemplate-20.04.0.tar.xz
Normal file
3
kapptemplate-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aae90e74f5a32d33f8526f0d87ab22a6955bdbbb9b31c26464d4a5af0a89af99
|
||||||
|
size 325396
|
11
kapptemplate-20.04.0.tar.xz.sig
Normal file
11
kapptemplate-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB7cACgkQ29LOiT4t
|
||||||
|
HIehgwf9EKkN8lvjp/C144BBiBUfmPQrzLjQZriXANPFiZ4++22Bpi/u38ePrcMz
|
||||||
|
anP3D9ZwsTl2LthxLVlvplAaIZ3LQuTP1oOw49J5QjFb3Dmw/JAx/ELZcfnmyFPD
|
||||||
|
aEkwdX1Lw3P6nNqzBjn5ATfSBwMtTjSpT4NkoorXxpxPXAWvqH7L910TrzGzX03i
|
||||||
|
8HDSi83ovqq3zikbYymd6233zqFPqN0TfH3APmJVOLpe/eQDeXsPjQLmTjQqQUQG
|
||||||
|
6f2u3zBCMuGdann6547q/az00q3a9P6lQ6/RSPpsDuMArP7KLmCAyQb+W3RKIXPw
|
||||||
|
UgwVxHPrKyhcrNsJ65LECeh+WbMfWA==
|
||||||
|
=KpnN
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 12:22:06 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Update to 20.04.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/releases/2020-04-apps-update
|
||||||
|
- No code change since 20.03.90
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 5 20:29:48 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Sun Apr 5 20:29:48 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@
|
|||||||
%{!?_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: kapptemplate
|
Name: kapptemplate
|
||||||
Version: 20.03.90
|
Version: 20.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Template for KDE Application Development
|
Summary: Template for KDE Application Development
|
||||||
License: GPL-2.0-only AND GFDL-1.2-only
|
License: GPL-2.0-only AND GFDL-1.2-only
|
||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
URL: https://www.kde.org/
|
URL: https://www.kde.org/
|
||||||
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -44,7 +44,7 @@ Obsoletes: %{name}5 < %{version}
|
|||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
Obsoletes: kapptemplate5 < %{version}
|
Obsoletes: kapptemplate5 < %{version}
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||||
Source2: applications.keyring
|
Source2: applications.keyring
|
||||||
%endif
|
%endif
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user