From 3f1e66f489c88342fc4096b669d415acf5387d86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 2 Jan 2019 10:47:22 -0300 Subject: [PATCH] recipes: xorg/driver/xf86-video-chips: upgraded to version 1.3.0 --- recipes/xorg/driver/xf86-video-chips/recipe | 23 ++++------------------- sources/SOURCELIST.txt | 2 +- sources/xf86-video-chips-1.2.7.tar.bz2.sha256 | 1 - sources/xf86-video-chips-1.3.0.tar.bz2.sha256 | 1 + 4 files changed, 6 insertions(+), 21 deletions(-) delete mode 100644 sources/xf86-video-chips-1.2.7.tar.bz2.sha256 create mode 100644 sources/xf86-video-chips-1.3.0.tar.bz2.sha256 diff --git a/recipes/xorg/driver/xf86-video-chips/recipe b/recipes/xorg/driver/xf86-video-chips/recipe index 1a3fb8d1..e9915fce 100644 --- a/recipes/xorg/driver/xf86-video-chips/recipe +++ b/recipes/xorg/driver/xf86-video-chips/recipe @@ -1,7 +1,7 @@ # Build recipe for xf86-video-chips. # # 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-chips -version=1.2.7 +version=1.3.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 47366a40..1cccc3b4 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -350,7 +350,7 @@ http://www.x.org/releases/individual/driver/xf86-video-apm-1.2.5.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-ark-0.7.5.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-ast-1.1.5.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-ati-18.1.0.tar.bz2 -http://www.x.org/releases/individual/driver/xf86-video-chips-1.2.7.tar.bz2 +http://www.x.org/releases/individual/driver/xf86-video-chips-1.3.0.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-cirrus-1.5.3.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-dummy-0.3.8.tar.bz2 http://www.x.org/releases/individual/driver/xf86-video-fbdev-0.5.0.tar.bz2 diff --git a/sources/xf86-video-chips-1.2.7.tar.bz2.sha256 b/sources/xf86-video-chips-1.2.7.tar.bz2.sha256 deleted file mode 100644 index 5f15bcfa..00000000 --- a/sources/xf86-video-chips-1.2.7.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -6ea8688c5eeaba9a34a30071732d3072c31d95ca4b78c9cce0f3cbb9eaf59f58 xf86-video-chips-1.2.7.tar.bz2 diff --git a/sources/xf86-video-chips-1.3.0.tar.bz2.sha256 b/sources/xf86-video-chips-1.3.0.tar.bz2.sha256 new file mode 100644 index 00000000..40b4d12f --- /dev/null +++ b/sources/xf86-video-chips-1.3.0.tar.bz2.sha256 @@ -0,0 +1 @@ +972c4c206cf2047004e86db883cf20a6bac09754737e56b28d7f56f4c1f7da02 xf86-video-chips-1.3.0.tar.bz2 -- 2.11.4.GIT