Try enable APPINDICATOR by suggestion of Giovanni Panozzo.

epel8
Hubbitus 10 years ago
parent f5d0fdd77d
commit 2ef81fd6ea

@ -6,7 +6,7 @@
Name: remmina Name: remmina
Version: 1.1.1 Version: 1.1.1
Release: 1%{?shortcommit:.git.%{shortcommit}}%{?dist} Release: 2%{?shortcommit:.git.%{shortcommit}}%{?dist}
Summary: Remote Desktop Client Summary: Remote Desktop Client
License: GPLv2+ and MIT License: GPLv2+ and MIT
@ -36,6 +36,7 @@ BuildRequires: libvncserver-devel
BuildRequires: libxkbfile-devel BuildRequires: libxkbfile-devel
BuildRequires: telepathy-glib-devel BuildRequires: telepathy-glib-devel
BuildRequires: vte3-devel BuildRequires: vte3-devel
BuildRequires: libappindicator-gtk3-devel
# https://github.com/FreeRDP/Remmina/issues/228 # https://github.com/FreeRDP/Remmina/issues/228
Patch0: %{name}-rfx_context_new.patch Patch0: %{name}-rfx_context_new.patch
@ -170,7 +171,7 @@ mkdir -p build
-DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_INSTALL_COMPONENT=1 \ -DCMAKE_INSTALL_COMPONENT=1 \
-DLIBVNCSERVER_WITH_CLIENT_TLS=1 \ -DLIBVNCSERVER_WITH_CLIENT_TLS=1 \
-DWITH_APPINDICATOR=OFF \ -DWITH_APPINDICATOR=ON \
-DWITH_AVAHI=ON \ -DWITH_AVAHI=ON \
-DWITH_FREERDP=ON \ -DWITH_FREERDP=ON \
-DWITH_GCRYPT=ON \ -DWITH_GCRYPT=ON \
@ -305,6 +306,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog %changelog
* Thu Oct 23 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.1.1-2.git.efb7b5f
- Try enable APPINDICATOR by suggestion of Giovanni Panozzo.
* Tue Oct 21 2014 Simone Caronni <negativo17@gmail.com> - 1.1.1-1.git.efb7b5f * Tue Oct 21 2014 Simone Caronni <negativo17@gmail.com> - 1.1.1-1.git.efb7b5f
- Update to latest snapshot, version now at 1.1.1. Remove upstreamed patch. - Update to latest snapshot, version now at 1.1.1. Remove upstreamed patch.
- Full GTK3 version removed and moved to 1.2.0 branch. - Full GTK3 version removed and moved to 1.2.0 branch.

Loading…
Cancel
Save