From 3e92cfeccd021b85e9768a160cf7c9876130d14b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 10 May 2018 15:20:56 -0300 Subject: [PATCH] xf86-video-fbturbo: rebuild against xserver-abi-video-24 --- srcpkgs/xf86-video-fbturbo/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xf86-video-fbturbo/template b/srcpkgs/xf86-video-fbturbo/template index 5ad5a8aeb30..b95ef3f0bda 100644 --- a/srcpkgs/xf86-video-fbturbo/template +++ b/srcpkgs/xf86-video-fbturbo/template @@ -1,11 +1,11 @@ # Template build file for 'xf86-video-fbturbo'. pkgname=xf86-video-fbturbo version=0.4.0 -revision=15 +revision=16 build_style=gnu-configure short_desc="Xorg DDX driver for ARM devices (RaspberryPi/Allwinner)" homepage="http://github.com/ssvb/xf86-video-fbturbo" -license="MIT, GPL" +license="MIT, GPL-2.0-or-later" maintainer="Juan RP " distfiles="https://github.com/ssvb/xf86-video-fbturbo/archive/${version}.tar.gz" checksum=10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f @@ -13,10 +13,11 @@ checksum=10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f only_for_archs="armv6l armv6l-musl armv7l armv7l-musl" hostmakedepends="pkg-config xorg-server-devel" makedepends="libXrandr-devel xorg-server-devel" -depends="virtual?xserver-abi-video-23_1" +depends="virtual?xserver-abi-video-24_1" LDFLAGS="-Wl,-z,lazy" post_install() { vinstall xorg.conf 644 usr/share/X11/xorg.conf.d 99-fbturbo.conf + vlicense COPYING }