From eda9e54732938474e497f2a05f9a10f06dc779e5 Mon Sep 17 00:00:00 2001 From: Matias Fonzo Date: Fri, 20 Oct 2017 17:22:13 -0300 Subject: [PATCH] libXres has been upgraded to version 1.2.0 --- recipes/xorg/lib/libXres/recipe | 19 +++++++++---------- sources/SOURCELIST.txt | 2 +- sources/libXres-1.0.7.tar.bz2.sha256 | 1 - sources/libXres-1.2.0.tar.bz2.sha256 | 1 + 4 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 sources/libXres-1.0.7.tar.bz2.sha256 create mode 100644 sources/libXres-1.2.0.tar.bz2.sha256 diff --git a/recipes/xorg/lib/libXres/recipe b/recipes/xorg/lib/libXres/recipe index 0984f4a8..39b1b860 100644 --- a/recipes/xorg/lib/libXres/recipe +++ b/recipes/xorg/lib/libXres/recipe @@ -1,12 +1,13 @@ # Build recipe for libXres. # # Copyright (C) 2017 Mateus P. Rodrigues . +# Copyright (C) 2017 Matias A. Fonzo . # # This recipe is free software: you have unlimited permission # to copy, distribute and modify it. program=libXres -version=1.0.7 +version=1.2.0 release=1 tarname=${program}-${version}.tar.bz2 @@ -15,7 +16,11 @@ tarname=${program}-${version}.tar.bz2 fetch=http://www.x.org/releases/individual/lib/$tarname description=" -X-Resource extension client library +X-Resource extension client library. + +X-Resources is an extension that allows a client to query the X server +about its usage of various resources. It should not be confused with +the X resource database access functions. " homepage=http://www.x.org @@ -67,12 +72,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 0e36f78c..0e6fc72b 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -274,7 +274,7 @@ http://www.x.org/releases/individual/lib/libXmu-1.1.2.tar.bz2 http://www.x.org/releases/individual/lib/libXpm-3.5.12.tar.bz2 http://www.x.org/releases/individual/lib/libXrandr-1.5.1.tar.bz2 http://www.x.org/releases/individual/lib/libXrender-0.9.10.tar.bz2 -http://www.x.org/releases/individual/lib/libXres-1.0.7.tar.bz2 +http://www.x.org/releases/individual/lib/libXres-1.2.0.tar.bz2 http://www.x.org/releases/individual/lib/libXt-1.1.5.tar.bz2 http://www.x.org/releases/individual/lib/libXtst-1.2.3.tar.bz2 http://www.x.org/releases/individual/lib/libXv-1.0.11.tar.bz2 diff --git a/sources/libXres-1.0.7.tar.bz2.sha256 b/sources/libXres-1.0.7.tar.bz2.sha256 deleted file mode 100644 index 8cab00b4..00000000 --- a/sources/libXres-1.0.7.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5 libXres-1.0.7.tar.bz2 diff --git a/sources/libXres-1.2.0.tar.bz2.sha256 b/sources/libXres-1.2.0.tar.bz2.sha256 new file mode 100644 index 00000000..4d0dd82d --- /dev/null +++ b/sources/libXres-1.2.0.tar.bz2.sha256 @@ -0,0 +1 @@ +ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4 libXres-1.2.0.tar.bz2 -- 2.11.4.GIT