SHA256
1
0
forked from pool/krfb

KDE Applications 19.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=108
This commit is contained in:
Wolfgang Bauer 2019-11-29 11:40:10 +00:00 committed by Git OBS Bridge
parent 4f5e7d34e8
commit b6879c3647
7 changed files with 51 additions and 35 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/O0ACgkQ29LOiT4t
HIcluQgAmO2ZUoq7QQbggultIeLTaEopfeaGAJSlX9vh3USNQx7AaWedF5wbCvR0
7JmUvHFTsIImwO/dpEmhH4W4nZUKKFd8N321PCrohOaZN8ZBL+ReYOComHa9jre+
7p0G0kkZJWT+ko2+X+mg7pXcyK0ALB4c0mZQvwkDfsfBKSHjohSRZ8ZsnBCVTsbd
e5pigMggjB56Zf+vbrQawNd1lOTwMLNq2K/+rJNuxPgEon1Qo/yqM6vjraA/kNmO
Naa7EFHYUfO5PW98Ry6i4gTyInLOFjcwS6b8ddruxg9Punc9x0SK0Dd9UB1DLoD+
8lVd1R3rZazeoM2/9hOO4XGDEjBPFA==
=POCR
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl3ObxYACgkQOmpNuDnq
ptdZXg//e1StW7fJTx7PM+jpZ/3WdxiOl524Xc50lz8HClisiBVv9begIuSaHcFJ
R9zIUqZAop/Vvpwlf860FmMZ7i/FgBtM/TQcj+y8zoWnSFSYoK96qpiY/HKEpPHz
XUpkHPwUkJcufcZVs8YnilIzBv6td2ET+CJIOLaNSY3z/uHPE0XKtWswiSLTQYGF
zWI7OXO2JfsWZh5WDzzgFkk1LgEiWROkjleS52Y09B4yZIqWzMSw4jU3VOedhV9U
XqjNAQspcYUffm3YDL/QU9G51hgV+8JgddIYDjZ38kS2MWFnl+APq2qgLOAVzx5g
89sUMya5Vekb41xN2Fi2Iezer+/0VUz4KqWd1bnjgKKXb8BuhZh7F+vjhiYqCZ6P
DwLFKXr4kQi9TiAuXxxVpP2zytGOT/6wL2LfHqsnKt5dyaDxF8IrU2AmwUvQQUQT
dtjJnTDwHjt+YV8PT7L8EjxQ1kaPjMOAGjt9Tb3RBEijbwEv0fu038LSwm43MoeW
lv/g8emSYWCJNz14DpJZtMGXiMtF3nYhI7qIhEVuh9jX7dGrNF+WtzpDW9kTX+TP
+Q9W+SJ5uvcTXw+R3jVsSYuwTrK4FdUcSMZcJ/VxFVwa9uDWn614ThUbVzbYnaxL
yQnVF0M6rdznaNg1/xzWufrM8WNjbMR0XhgqvRGW6IkQJ4iwn1M=
=LNu+
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 24 13:29:45 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:
* Un-break portal support
* Attempt to fix build
-------------------------------------------------------------------
Thu Nov 7 23:13:17 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,45 +16,45 @@
#
%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: krfb
Version: 19.08.3
Version: 19.11.80
Release: 0
Summary: Screen sharing using the VNC/RFB protocol
License: GPL-2.0-or-later
Group: Productivity/Networking/Other
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
BuildRequires: LibVNCServer-devel
BuildRequires: extra-cmake-modules
BuildRequires: kcompletion-devel
BuildRequires: kconfig-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdnssd-framework-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: knotifications-devel
BuildRequires: kwallet-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kwindowsystem-devel
BuildRequires: kxmlgui-devel
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DNSSD)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: pkgconfig
BuildRequires: systemd-devel
BuildRequires: telepathy-qt5-devel
BuildRequires: update-desktop-files
BuildRequires: xcb-util-image-devel
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5X11Extras)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xtst)