SHA256
1
0
forked from pool/krfb

KDE Release Gear 24.05.2

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=206
This commit is contained in:
Christophe Marin 2024-07-04 20:42:44 +00:00 committed by Git OBS Bridge
commit 15c37d15e0
7 changed files with 2931 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
applications.keyring Normal file

Binary file not shown.

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

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

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

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDm3EACgkQu0YzUNbv
Me8VmQ/5AaqwAPx2Za8zflMwbV0H3Dm3Cb6jiBUPTIbsGd3Xz6QxrSQMKKlYPv+v
wgOtmYy+voZpuAevHapi+XplatlZKzACq4BRoOnlEhnID3PiCFvsAC/UaH9WHKaG
AlQJg7SjQLN+hB2wiW5dnl10lLuywboPHZw+OenJzS0086t0prC8OZHPU+kHaKuu
yBf8Z98wwNq6u8aoQy8QSi0FrBp8LIVMooyYgotYtMNqM6oDnerHon7Si5uI3Q82
DRNHbQzRfAuuDlbJb1OnVsVGZgCb+GDF9qJlcnHMNgQZVSLYKuPJDmjf8kyMVSVk
hmxO3F6joAfEiSItp9ZuVglGR3hLiQ/eh87HhwYetefXt0+gvc/Kp4YdT4FaycBD
cihvoQqLy3jfux9/Pae1FW1hPTI3tuSMUL9o5W9Si7kreka/DAwpsuGGWC2GVRHy
9EoGf+jk8kSAFxv4u7MBWCxKOnVnNqpLB+OkJvbmuIycA7IUp3//IL0zSC93ObtA
FT3cWgC2MA0D46M+FUZ9zxqEB9x4j4RGEZ2Hq8YtRg4/4lLp3iCp/fBvte5NAtIY
bU0UjXFz+B28hzKyGzA9he/M1Wo2M8ovqe2GBAYxQLeEZF6gNw2CQ7Jgu9QC16k3
K13NZHRTjwjN4PSfkES8zKQnR1XzgAb+krftan9JWX2OG24V8yQ=
=w3k0
-----END PGP SIGNATURE-----

2778
krfb.changes Normal file

File diff suppressed because it is too large Load Diff

110
krfb.spec Normal file
View File

@ -0,0 +1,110 @@
#
# spec file for package krfb
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define kf6_version 6.0.0
%define qt6_version 6.6.0
%bcond_without released
Name: krfb
Version: 24.05.2
Release: 0
Summary: Screen sharing using the VNC/RFB protocol
License: GPL-2.0-or-later
URL: https://apps.kde.org/krfb
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: LibVNCServer-devel
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: pkgconfig
BuildRequires: qt6-gui-private-devel >= %{qt6_version}
BuildRequires: cmake(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires: cmake(KF6DNSSD) >= %{kf6_version}
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6Notifications) >= %{kf6_version}
BuildRequires: cmake(KF6StatusNotifierItem) >= %{kf6_version}
BuildRequires: cmake(KF6Wallet) >= %{kf6_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version}
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires: cmake(KPipeWire) >= 5.93
BuildRequires: cmake(KWayland) >= 5.93
BuildRequires: cmake(PlasmaWaylandProtocols) >= 1.5.0
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6WaylandClient) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-damage)
BuildRequires: pkgconfig(xcb-image)
BuildRequires: pkgconfig(xcb-render)
BuildRequires: pkgconfig(xcb-shape)
BuildRequires: pkgconfig(xcb-shm)
BuildRequires: pkgconfig(xcb-xfixes)
BuildRequires: pkgconfig(xdamage)
%description
VNC-compatible server to share KDE desktops.
%lang_package
%prep
%autosetup -p1
%build
%ifarch ppc ppc64
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang %{name} --with-html --all-name
%ldconfig_scriptlets
%files
%license COPYING*
%doc README
%doc %lang(en) %{_kf6_htmldir}/en/krfb/
%{_kf6_applicationsdir}/org.kde.krfb.desktop
%{_kf6_applicationsdir}/org.kde.krfb.virtualmonitor.desktop
%{_kf6_appstreamdir}/org.kde.krfb.appdata.xml
%{_kf6_bindir}/krfb
%{_kf6_bindir}/krfb-virtualmonitor
%{_kf6_debugdir}/krfb.categories
%{_kf6_iconsdir}/hicolor/*/apps/krfb.*
%{_kf6_libdir}/libkrfbprivate.so.*
%{_kf6_plugindir}/krfb/
%{_kf6_sharedir}/krfb/
%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/krfb/
%changelog