From 45418e2c401d857a38afe2d7472874584d72e335 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sun, 29 Sep 2019 16:54:20 -0300 Subject: [PATCH] recipes: xorg/app/xhost: upgraded to version 1.0.8 --- recipes/xorg/app/xhost/recipe | 15 ++++----------- sources/SOURCELIST.txt | 2 +- sources/xhost-1.0.7.tar.bz2.sha256 | 1 - sources/xhost-1.0.8.tar.bz2.sha256 | 1 + 4 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 sources/xhost-1.0.7.tar.bz2.sha256 create mode 100644 sources/xhost-1.0.8.tar.bz2.sha256 diff --git a/recipes/xorg/app/xhost/recipe b/recipes/xorg/app/xhost/recipe index f207ec5a..56e28ff0 100644 --- a/recipes/xorg/app/xhost/recipe +++ b/recipes/xorg/app/xhost/recipe @@ -1,7 +1,7 @@ # Build recipe for xhost. # # 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=xhost -version=1.0.7 +version=1.0.8 release=1 # Set 'outdir' for a nice and well-organized output directory @@ -38,7 +38,7 @@ homepage=http://www.x.org license="MIT X Consortium" # Source documentation -docs="AUTHORS COPYING ChangeLog README" +docs="AUTHORS COPYING ChangeLog README.md" docsdir="${docdir}/${program}-${version}" build() @@ -86,13 +86,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 ba38a6b6..bbb8506d 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -327,7 +327,7 @@ http://www.x.org/releases/individual/app/xfontsel-1.0.6.tar.bz2 http://www.x.org/releases/individual/app/xfs-1.2.0.tar.bz2 http://www.x.org/releases/individual/app/xfsinfo-1.0.6.tar.bz2 http://www.x.org/releases/individual/app/xgamma-1.0.6.tar.bz2 -http://www.x.org/releases/individual/app/xhost-1.0.7.tar.bz2 +http://www.x.org/releases/individual/app/xhost-1.0.8.tar.bz2 http://www.x.org/releases/individual/app/xinit-1.4.0.tar.bz2 http://www.x.org/releases/individual/app/xinput-1.6.2.tar.bz2 http://www.x.org/releases/individual/app/xkbcomp-1.4.2.tar.bz2 diff --git a/sources/xhost-1.0.7.tar.bz2.sha256 b/sources/xhost-1.0.7.tar.bz2.sha256 deleted file mode 100644 index 4ec2f4a7..00000000 --- a/sources/xhost-1.0.7.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -93e619ee15471f576cfb30c663e18f5bc70aca577a63d2c2c03f006a7837c29a xhost-1.0.7.tar.bz2 diff --git a/sources/xhost-1.0.8.tar.bz2.sha256 b/sources/xhost-1.0.8.tar.bz2.sha256 new file mode 100644 index 00000000..31478611 --- /dev/null +++ b/sources/xhost-1.0.8.tar.bz2.sha256 @@ -0,0 +1 @@ +a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396 xhost-1.0.8.tar.bz2 -- 2.11.4.GIT