[arch-commits] Commit in vinagre/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 18:00:09 UTC 2011


    Date: Saturday, October 1, 2011 @ 14:00:09
  Author: ibiru
Revision: 139204

fix rdesktop support and add back telepathy and ssh. FS#26143

Modified:
  vinagre/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-01 17:05:13 UTC (rev 139203)
+++ PKGBUILD	2011-10-01 18:00:09 UTC (rev 139204)
@@ -5,15 +5,16 @@
 
 pkgname=vinagre
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A VNC Client for the GNOME Desktop"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.gnome.org/projects/vinagre/"
 install=vinagre.install
-depends=('libgnome-keyring' 'gtk-vnc' 'avahi' 'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
-optdepends=('rdesktop: RDP plugin')
-makedepends=('gtk-doc' 'intltool' 'rdesktop')
+depends=('libgnome-keyring' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
+optdepends=('openssh: SSH plugin'
+            'rdesktop: RDP plugin')
+makedepends=('gnome-doc-utils' 'intltool' 'rdesktop' 'openssh')
 groups=('gnome-extra')
 options=('!emptydirs' '!libtool')
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
@@ -21,6 +22,10 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
+  #building with as-needed breaks rdp
+  #https://bugzilla.gnome.org/show_bug.cgi?id=653558
+  export LDFLAGS="$LDFLAGS,--no-as-needed"
   ./configure --prefix=/usr --sysconfdir=/etc --disable-scrollkeeper \
       --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
   make




More information about the arch-commits mailing list