temp/xf86-video-opentegra: update, remove dep on libdrm-grate (MR 1179)
- remove dep on libdrm-grate, libdrm is enough - add armv7 (keep deprecated armhf for now) Signed-off-by: David Heidelberg <david@ixit.cz>
This commit is contained in:
parent
5adbde19ba
commit
4b011c82cf
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: David Heidelberg <david@ixit.cz>
|
||||
pkgname=xf86-video-opentegra
|
||||
pkgver=0.6.0_git20191222
|
||||
pkgver=0.6.0_git20200423
|
||||
pkgrel=0
|
||||
pkgdesc="X.Org driver for NVIDIA tegra"
|
||||
url="https://github.com/grate-driver/xf86-video-opentegra"
|
||||
arch="armhf"
|
||||
arch="armhf armv7"
|
||||
license="MIT"
|
||||
subpackages="$pkgname-doc"
|
||||
depends="libdrm-grate"
|
||||
makedepends="libdrm-grate-dev xorg-server-dev xproto fontsproto util-macros
|
||||
depends="libdrm"
|
||||
makedepends="libdrm-dev xorg-server-dev xproto fontsproto util-macros
|
||||
libtool m4 automake autoconf bison flex"
|
||||
_commit="6c250a123b176b2cbaf05ade68731029f73dc16b"
|
||||
_commit="f8d8199d67530ee1419a70400f36e954ec2fcbd1"
|
||||
source="$pkgname-$_commit.tar.gz::https://github.com/grate-driver/xf86-video-opentegra/archive/$_commit.tar.gz"
|
||||
builddir="$srcdir"/$pkgname-$_commit
|
||||
|
||||
|
@ -35,4 +35,4 @@ package() {
|
|||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="0ce37b72f94f074f54e0f5a68cbdd478137d862860606942aa98bd8bcdff4abb54c9eab288a5199210b6d3c2640183251718a28048630fa4b97eda89869bb206 xf86-video-opentegra-6c250a123b176b2cbaf05ade68731029f73dc16b.tar.gz"
|
||||
sha512sums="6ce26e245c9ec2627f2999a5245db1d186f9f2b49d8a75852ac0e05bf83d73a22be3b7bc8480c74d3401f04d66b79ed440d4c391a60473884f1394ad113ef8d1 xf86-video-opentegra-f8d8199d67530ee1419a70400f36e954ec2fcbd1.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue