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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Feb 2 17:56:17 UTC 2013


    Date: Saturday, February 2, 2013 @ 18:56:17
  Author: andrea
Revision: 176923

upgpkg: rdesktop 1.7.1-3

Build with IPv6 (FS#33162) and Xrandr support

Modified:
  rdesktop/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 17:50:55 UTC (rev 176922)
+++ PKGBUILD	2013-02-02 17:56:17 UTC (rev 176923)
@@ -1,15 +1,16 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Dan McGee <dan at archlinux.org>
 
 pkgname=rdesktop
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source client for Windows Remote Desktop Services"
 arch=('i686' 'x86_64')
 url="http://www.rdesktop.org/"
 license=('GPL3')
-depends=('libx11' 'openssl' 'libao' 'libsamplerate')
+depends=('openssl' 'libao' 'libsamplerate' 'xorg-xrandr')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch')
 md5sums=('c4b39115951c4a6d74f511c99b18fcf9'
@@ -17,7 +18,7 @@
          'bd2c9bc68bddcc2652c668753d787df7')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   # FS#15113
   patch -i "${srcdir}/rdesktop-send_physical_buttons.diff"
@@ -25,11 +26,13 @@
   # Fix libao segfault, from Fedora
   patch -i "${srcdir}/rdesktop-libao.patch"
 
-  ./configure --prefix=/usr --enable-smartcard
+  ./configure --prefix=/usr \
+    --enable-smartcard \
+    --with-ipv6
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list