[remmina] Try enable APPINDICATOR by suggestion of Giovanni Panozzo.

Pavel Alexeev hubbitus at fedoraproject.org
Thu Oct 23 18:00:43 UTC 2014


commit 2ef81fd6ea292e04e97ecba7393c1b1c7b5bc174
Author: Hubbitus <pahan at hubbitus.info>
Date:   Thu Oct 23 22:00:40 2014 +0400

    Try enable APPINDICATOR by suggestion of Giovanni Panozzo.

 remmina.spec |   56 ++++++++++++++++++++++++++++++--------------------------
 1 files changed, 30 insertions(+), 26 deletions(-)
---
diff --git a/remmina.spec b/remmina.spec
index 6510d73..4f97f8f 100644
--- a/remmina.spec
+++ b/remmina.spec
@@ -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 at Hubbitus.info> - 1.1.1-2.git.efb7b5f
+- Try enable APPINDICATOR by suggestion of Giovanni Panozzo.
+
 * Tue Oct 21 2014 Simone Caronni <negativo17 at 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.


More information about the scm-commits mailing list