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

Andrea Scarpino andrea at archlinux.org
Sat Oct 3 15:43:03 UTC 2009


    Date: Saturday, October 3, 2009 @ 11:43:03
  Author: andrea
Revision: 53859

upgpkg: rdesktop 1.6.0-3
    added patch to build

Modified:
  rdesktop/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-03 15:30:19 UTC (rev 53858)
+++ PKGBUILD	2009-10-03 15:43:03 UTC (rev 53859)
@@ -16,6 +16,9 @@
 
 build() {
    cd $srcdir/$pkgname-$pkgver
+
+   patch -i ${srcdir}/rdesktop-send_physical_buttons.diff || return 1
+
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$pkgdir install




More information about the arch-commits mailing list