Try enable APPINDICATOR by suggestion of Giovanni Panozzo.

epel8
Hubbitus 10 years ago
parent f5d0fdd77d
commit 2ef81fd6ea

@ -4,38 +4,39 @@
%global commit efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: remmina
Version: 1.1.1
Release: 1%{?shortcommit:.git.%{shortcommit}}%{?dist}
Summary: Remote Desktop Client
Name: remmina
Version: 1.1.1
Release: 2%{?shortcommit:.git.%{shortcommit}}%{?dist}
Summary: Remote Desktop Client
License: GPLv2+ and MIT
URL: http://remmina.sourceforge.net
License: GPLv2+ and MIT
URL: http://remmina.sourceforge.net
# VCS: git:https://github.com/FreeRDP/Remmina.git
Source0: https://github.com/FreeRDP/Remmina/archive/%{commit}/Remmina-%{commit}.tar.gz
Source0: https://github.com/FreeRDP/Remmina/archive/%{commit}/Remmina-%{commit}.tar.gz
# Cmake helper file to easy build plugins outside remmina sourse tree
# See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which
# use http://www.muflone.com/remmina-plugin-builder/ with remmina bundled source.
# So we can't use it directly only as instructions.
Source1: pluginBuild-CMakeLists.txt
BuildRequires: avahi-ui-devel
BuildRequires: cmake >= 2.8
BuildRequires: desktop-file-utils
BuildRequires: freerdp-devel >= 1:1.1.0
BuildRequires: gettext
BuildRequires: gnutls-devel
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: libgcrypt-devel
BuildRequires: libgnome-keyring-devel
BuildRequires: libjpeg-devel
BuildRequires: libssh-devel >= 0.4
BuildRequires: libvncserver-devel
BuildRequires: libxkbfile-devel
BuildRequires: telepathy-glib-devel
BuildRequires: vte3-devel
Source1: pluginBuild-CMakeLists.txt
BuildRequires: avahi-ui-devel
BuildRequires: cmake >= 2.8
BuildRequires: desktop-file-utils
BuildRequires: freerdp-devel >= 1:1.1.0
BuildRequires: gettext
BuildRequires: gnutls-devel
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: libgcrypt-devel
BuildRequires: libgnome-keyring-devel
BuildRequires: libjpeg-devel
BuildRequires: libssh-devel >= 0.4
BuildRequires: libvncserver-devel
BuildRequires: libxkbfile-devel
BuildRequires: telepathy-glib-devel
BuildRequires: vte3-devel
BuildRequires: libappindicator-gtk3-devel
# https://github.com/FreeRDP/Remmina/issues/228
Patch0: %{name}-rfx_context_new.patch
@ -170,7 +171,7 @@ mkdir -p build
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_INSTALL_COMPONENT=1 \
-DLIBVNCSERVER_WITH_CLIENT_TLS=1 \
-DWITH_APPINDICATOR=OFF \
-DWITH_APPINDICATOR=ON \
-DWITH_AVAHI=ON \
-DWITH_FREERDP=ON \
-DWITH_GCRYPT=ON \
@ -305,6 +306,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%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
- Update to latest snapshot, version now at 1.1.1. Remove upstreamed patch.
- Full GTK3 version removed and moved to 1.2.0 branch.

Loading…
Cancel
Save