summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rdesktop/.footprint1
-rw-r--r--rdesktop/.signature8
-rw-r--r--rdesktop/Pkgfile7
3 files changed, 7 insertions, 9 deletions
diff --git a/rdesktop/.footprint b/rdesktop/.footprint
index 3f48ba7ac..e0d730dbd 100644
--- a/rdesktop/.footprint
+++ b/rdesktop/.footprint
@@ -16,6 +16,7 @@ drwxr-xr-x root/root usr/share/rdesktop/keymaps/
-rw-r--r-- root/root usr/share/rdesktop/keymaps/en-dv
-rw-r--r-- root/root usr/share/rdesktop/keymaps/en-gb
-rw-r--r-- root/root usr/share/rdesktop/keymaps/en-us
+-rw-r--r-- root/root usr/share/rdesktop/keymaps/en-us-intl
-rw-r--r-- root/root usr/share/rdesktop/keymaps/es
-rw-r--r-- root/root usr/share/rdesktop/keymaps/et
-rw-r--r-- root/root usr/share/rdesktop/keymaps/fi
diff --git a/rdesktop/.signature b/rdesktop/.signature
index 92e4f5529..6bd99e0c3 100644
--- a/rdesktop/.signature
+++ b/rdesktop/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF31Wt5Y/aZ1xXoN1lzKCN4CizVnwYzHOlI8+m6OhgjccVwOSBYT+jKYRk6y65ueZhMqCFgc5pLY90ygwihV/PUAA=
-SHA256 (Pkgfile) = 15d9e3b7548838996d78cea92026034e5f777edd2a1128e527a59b800cf9bd08
-SHA256 (.footprint) = b6d0ff145ca09e35ab61020820e05c5b3fd34770e2299cc045e683bb7454497b
-SHA256 (rdesktop-v1.8.6.tar.gz) = ffb9f8e2f0b7a06e383e550698bdc9734ae33eb3ec971b0a094078434a4bba6d
+RWSagIOpLGJF31avCC90zYnZf8gRoPe9UdTTk/M1r6ZndD6E/VnWtx+4BRLBsnT+Tf4xSGo1rSZC3iCwTgu0gAe9D1gWlwFijwI=
+SHA256 (Pkgfile) = 23611cbf8c7d9de09231d9c6d8e6e291b3c853a84e8f6e1df9ed15e7ad7ab86a
+SHA256 (.footprint) = 4f6f1b61837f0bdd1cbcf6ca3819d51d97e9c83f85c1307663a0dbc38381bebb
+SHA256 (rdesktop-v1.9.0.tar.gz) = d547c2e6f3e4c818a7e69a0f39adb39fac303633e0c25aa804bb588507ffc230
diff --git a/rdesktop/Pkgfile b/rdesktop/Pkgfile
index 1ad0e0f58..c6e368353 100644
--- a/rdesktop/Pkgfile
+++ b/rdesktop/Pkgfile
@@ -1,16 +1,14 @@
# Description: Open source client for Windows NT Terminal Server
# URL: http://www.rdesktop.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Packager: Simone Rota, sip at crux dot nu
-# Depends on: xorg-libx11
+# Depends on: gnutls libtasn1 nettle xorg-libx11 xorg-libxcursor
name=rdesktop
-version=1.8.6
+version=1.9.0
release=1
source=(https://github.com/rdesktop/rdesktop/archive/v${version}/rdesktop-v${version}.tar.gz)
build(){
-
cd $name-$version
autoreconf -i
@@ -18,5 +16,4 @@ build(){
make
make prefix=$PKG/usr install
-
}

Generated by cgit