commit 769354dcda500e00f790b0e6ab580d376013a5fcdce905843e9097c5d68ebb5f Author: Dominique Leuenberger Date: Thu Apr 22 07:44:16 2021 +0000 Accepting request 886950 from GNOME:Next Initial package version, 40.0.1 OBS-URL: https://build.opensuse.org/request/show/886950 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-connections?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gnome-connections-40.0.1.tar.xz b/gnome-connections-40.0.1.tar.xz new file mode 100644 index 0000000..a592212 --- /dev/null +++ b/gnome-connections-40.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9bcba07cf3faf5ace0ce54cd22f8609b4dc7766e25ee5fd9c180c3959b4d11 +size 105880 diff --git a/gnome-connections.changes b/gnome-connections.changes new file mode 100644 index 0000000..bc5f129 --- /dev/null +++ b/gnome-connections.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Apr 20 09:56:10 UTC 2021 - Dominique Leuenberger + +- Initial package, version 40.0.1. diff --git a/gnome-connections.spec b/gnome-connections.spec new file mode 100644 index 0000000..4ac59ae --- /dev/null +++ b/gnome-connections.spec @@ -0,0 +1,79 @@ +# +# spec file for package gnome-connections +# +# Copyright (c) 2021 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/ +# + + +Name: gnome-connections +Version: 40.0.1 +Release: 0 +Summary: A remote desktop client for GNOME +# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses +License: GPL-3.0-or-later +URL: https://wiki.gnome.org/Apps/Connections +Source: https://download.gnome.org/sources/gnome-connections/40/%{name}-%{version}.tar.xz +BuildRequires: meson >= 0.50.0 +BuildRequires: pkgconfig +BuildRequires: vala +BuildRequires: yelp-tools +BuildRequires: pkgconfig(freerdp2) >= 2.0.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.50 +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 +BuildRequires: pkgconfig(gtk-vnc-2.0) > 0.4.4 +BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8 +BuildRequires: pkgconfig(winpr2) >= 2.0.0 + +%description +A remote desktop client for the GNOME desktop environment. + +%lang_package + +%prep +%setup -q + +%build +%meson +%meson_build + +%install +%meson_install +%find_lang %{name} +# gtk-frdp is a subproject, do not offer it for consumption outside +rm -rf %{buildroot}%{_includedir}/%{name}/gtk-frdp/ +rm %{buildroot}%{_libdir}/gnome-connections/pkgconfig/gtk-frdp-0.1.pc +rm %{buildroot}%{_datadir}/gnome-connections/gir-1.0/GtkFrdp-0.1.gir +rm %{buildroot}%{_datadir}/gnome-connections/vapi/gtk-frdp-0.1.deps +rm %{buildroot}%{_datadir}/gnome-connections/vapi/gtk-frdp-0.1.vapi + + +%files +%license COPYING +%{_bindir}/gnome-connections +%dir %{_libdir}/gnome-connections +%dir %{_libdir}/gnome-connections/girepository-1.0 +%{_libdir}/gnome-connections/girepository-1.0/GtkFrdp-0.1.typelib +%{_libdir}/gnome-connections/libgtk-frdp-0.1.so +%{_datadir}/appdata/org.gnome.Connections.appdata.xml +%{_datadir}/applications/org.gnome.Connections.desktop +%{_datadir}/dbus-1/services/org.gnome.Connections.service +%{_datadir}/glib-2.0/schemas/org.gnome.Connections.gschema.xml +%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Connections.svg +%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Connections-symbolic.svg +%{_datadir}/mime/packages/org.gnome.Connections.xml + +%files lang -f %{name}.lang + +%changelog