aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xorgxrdp
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-30 00:14:17 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-30 15:44:38 -0300
commit1d487a3b4fdb4bdeae7354382cd03dadca3003dd (patch)
treecf04716249ab56ee072316e6b7c7bfa2bf343a9d /testing/xorgxrdp
parent8cf7122447af2c597e6322982235686c8f2bbdc6 (diff)
downloadaports-1d487a3b4fdb4bdeae7354382cd03dadca3003dd.tar.bz2
aports-1d487a3b4fdb4bdeae7354382cd03dadca3003dd.tar.xz
testing/xorgxrdp: upgrade to 0.2.10
Diffstat (limited to 'testing/xorgxrdp')
-rw-r--r--testing/xorgxrdp/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/xorgxrdp/APKBUILD b/testing/xorgxrdp/APKBUILD
index 3334197736..90f836a930 100644
--- a/testing/xorgxrdp/APKBUILD
+++ b/testing/xorgxrdp/APKBUILD
@@ -1,19 +1,18 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=xorgxrdp
-pkgver=0.2.7
+pkgver=0.2.10
pkgrel=0
pkgdesc="Xorg drivers for xrdp"
+options="!check" # Testsuite is non-functional
url="https://github.com/neutrinolabs/xorgxrdp"
arch="all !x86"
license="X11"
makedepends="xorg-server-dev xrdp-dev nasm"
subpackages="$pkgname-dev"
source="https://github.com/neutrinolabs/xorgxrdp/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,8 +24,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="b209f89017b9bcc8386e8690cfb0c59cb6817c37a051f1d6256365afa2d80290f5b162c01b34faab828c811c26d2a26bc9e55eb3925522833bd3a598e67127f3 xorgxrdp-0.2.7.tar.gz"
+sha512sums="5df225b5e2b2b4ba9aa11244f76c6f09c0324bca7bf86ebf56f4e2230ee0cf80da808e16bbec1a750d5a3d0da057459a6ed82ff238a47228f6384b31114ebbde xorgxrdp-0.2.10.tar.gz"