From 6a035002792b87be680c48da5b2a6ba5904e1d35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 2 Jan 2019 10:53:40 -0300 Subject: [PATCH] recipes: xorg/driver/xf86-video-i740: upgraded to version 1.4.0 --- recipes/xorg/driver/xf86-video-i740/recipe | 23 ++++------------------- sources/SOURCELIST.txt | 2 +- sources/xf86-video-i740-1.3.6.tar.bz2.sha256 | 1 - sources/xf86-video-i740-1.4.0.tar.bz2.sha256 | 1 + 4 files changed, 6 insertions(+), 21 deletions(-) delete mode 100644 sources/xf86-video-i740-1.3.6.tar.bz2.sha256 create mode 100644 sources/xf86-video-i740-1.4.0.tar.bz2.sha256 diff --git a/recipes/xorg/driver/xf86-video-i740/recipe b/recipes/xorg/driver/xf86-video-i740/recipe index a4ed72a8..f8408990 100644 --- a/recipes/xorg/driver/xf86-video-i740/recipe +++ b/recipes/xorg/driver/xf86-video-i740/recipe @@ -1,7 +1,7 @@ # Build recipe for xf86-video-i740. # # Copyright (c) 2017 Mateus P. Rodrigues . -# Copyright (c) 2017 Matias Fonzo, . +# Copyright (c) 2017, 2019 Matias Fonzo . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ # limitations under the License. program=xf86-video-i740 -version=1.3.6 +version=1.4.0 release=1 # Set 'outdir' for a nice and well-organized output directory @@ -54,21 +54,13 @@ build() ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \ $configure_args \ --libdir=/usr/lib${libSuffix} \ - --infodir=$infodir \ --mandir=$mandir \ --docdir=$docsdir \ - || true + --build="$(cc -dumpmachine)" make -j${jobs} V=1 make -j${jobs} DESTDIR="$destdir" install - # Compress info documents deleting index file for the package - if test -d "${destdir}/$infodir" - then - rm -f "${destdir}/${infodir}/dir" - lzip -9 "${destdir}/${infodir}"/* - fi - # Compress and link man pages (if needed) if test -d "${destdir}/$mandir" then @@ -85,13 +77,6 @@ build() # Copy documentation mkdir -p "${destdir}${docsdir}" - - for file in $docs - do - if test -e $file - then - cp -p $file "${destdir}${docsdir}" - fi - done + cp -p $docs "${destdir}${docsdir}" } diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index df127107..86faf6b9 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -357,7 +357,7 @@ http://www.x.org/releases/individual/driver/xf86-video-fbdev-0.5.0.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-geode-2.11.19.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-glint-1.2.9.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-i128-1.4.0.tar.bz2 -http://www.x.org/releases/individual/driver/xf86-video-i740-1.3.6.tar.bz2 +http://www.x.org/releases/individual/driver/xf86-video-i740-1.4.0.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-mach64-6.9.6.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-mga-1.6.5.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-neomagic-1.2.9.tar.bz2 diff --git a/sources/xf86-video-i740-1.3.6.tar.bz2.sha256 b/sources/xf86-video-i740-1.3.6.tar.bz2.sha256 deleted file mode 100644 index 139ed602..00000000 --- a/sources/xf86-video-i740-1.3.6.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -090d5d99a587b8074e939fa96cdcbb1c15a4c64dfc69d33eb10870ef3da01631 xf86-video-i740-1.3.6.tar.bz2 diff --git a/sources/xf86-video-i740-1.4.0.tar.bz2.sha256 b/sources/xf86-video-i740-1.4.0.tar.bz2.sha256 new file mode 100644 index 00000000..f72aa348 --- /dev/null +++ b/sources/xf86-video-i740-1.4.0.tar.bz2.sha256 @@ -0,0 +1 @@ +46e401219f8ceea1faa58efd46d05a5c3f85f08d789014e7234fb755520d7a50 xf86-video-i740-1.4.0.tar.bz2 -- 2.11.4.GIT