rdesktop: 1.8.3 -> 1.8.4

This commit is contained in:
Thomas Penteker 2019-03-27 23:53:45 +01:00
parent 12a07f85cc
commit 2afb81fd95
3 changed files with 14 additions and 10 deletions

View File

@ -1,10 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rdesktop
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/rdesktop.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/rdesktop.1.gz
drwxr-xr-x root/root usr/share/rdesktop/
drwxr-xr-x root/root usr/share/rdesktop/keymaps/
-rw-r--r-- root/root usr/share/rdesktop/keymaps/ar

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36C+BQeVTrCUwfJrTygs2ra3nGkDtqGjUEcND5mITxe51XEQgdKZqMTA3o32J8qUCxHjKp4lZ5+/KrDgYk56zAI=
SHA256 (Pkgfile) = f8d7a07fcf33248cf0d74fc31de8b3205456ba98ca8ae7537bfbb65e165f7836
SHA256 (.footprint) = 566ced364a8e4460b24b0b0b5b980a8d3c502990de049f892064920675d2fafd
SHA256 (rdesktop-1.8.3.tar.gz) = 88b20156b34eff5f1b453f7c724e0a3ff9370a599e69c01dc2bf0b5e650eece4
RWSagIOpLGJF37GWpNfJ28c9T3R7SFi/R2e4WtEEKVnBSQPVAzM1jWjw79eOSVMkHtgPRuymYshF+FSgBFMheW+s2PJiWAo1QgQ=
SHA256 (Pkgfile) = c2313863b4e07313fde7cea6b73cc04c542c215531091bd64c7e2bfaf5c52702
SHA256 (.footprint) = b6d0ff145ca09e35ab61020820e05c5b3fd34770e2299cc045e683bb7454497b
SHA256 (rdesktop-1.8.4.tar.gz) = 9b98b8e73aa83e93aa1d9ae82ce38c08395f64b67799edc24821bb26a84dcd2d

View File

@ -5,12 +5,16 @@
# Depends on: xorg-libx11
name=rdesktop
version=1.8.3
version=1.8.4
release=1
source=(http://download.sourceforge.net/rdesktop/$name-$version.tar.gz)
source=(https://github.com/rdesktop/rdesktop/releases/download/v${version}/rdesktop-${version}.tar.gz)
build(){
cd $name-$version
./configure --prefix=/usr --disable-credssp --disable-smartcard
make
make prefix=$PKG/usr mandir=$PKG/usr/man install
make prefix=$PKG/usr install
}