From 81f93d4876768effabb0fd2afb0c5a32d0188e29 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 6 Jul 2018 00:43:17 +0000 Subject: [PATCH] libXScrnSaver: bump to 1.2.3, drop unneeded call to autoreconf. --- ...scrnsaver-1.2.2.recipe => libxscrnsaver-1.2.3.recipe} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename x11-libs/libxscrnsaver/{libxscrnsaver-1.2.2.recipe => libxscrnsaver-1.2.3.recipe} (90%) diff --git a/x11-libs/libxscrnsaver/libxscrnsaver-1.2.2.recipe b/x11-libs/libxscrnsaver/libxscrnsaver-1.2.3.recipe similarity index 90% rename from x11-libs/libxscrnsaver/libxscrnsaver-1.2.2.recipe rename to x11-libs/libxscrnsaver/libxscrnsaver-1.2.3.recipe index 1aae246be..b844e225f 100644 --- a/x11-libs/libxscrnsaver/libxscrnsaver-1.2.2.recipe +++ b/x11-libs/libxscrnsaver/libxscrnsaver-1.2.3.recipe @@ -2,14 +2,14 @@ SUMMARY="X11 Screen Saver extension client library" DESCRIPTION="The library provided by libXScrnSaver is an extension to the X \ protocol. It allows X clients behaving as screen savers to register themselves \ with the X server to better integrate themselves with the running X11 session." -HOMEPAGE="http://cgit.freedesktop.org/xorg/lib/libXScrnSaver +HOMEPAGE="https://cgit.freedesktop.org/xorg/lib/libXScrnSaver https://www.x.org/releases/individual/lib/" COPYRIGHT="1992 X Consortium 2003-2012 The XFree86 Project, Inc." LICENSE="libXScrnSaver" REVISION="1" SOURCE_URI="https://www.x.org/releases/individual/lib/libXScrnSaver-$portVersion.tar.bz2" -CHECKSUM_SHA256="8ff1efa7341c7f34bcf9b17c89648d6325ddaae22e3904e091794e0b4426ce1d" +CHECKSUM_SHA256="f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8" SOURCE_DIR="libXScrnSaver-$portVersion" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -66,7 +66,6 @@ defineDebugInfoPackage libxscrnsaver$secondaryArchSuffix \ BUILD() { - autoreconf -i runConfigure ./configure make $jobArgs } @@ -76,8 +75,8 @@ INSTALL() make install if [ -z "$secondaryArchSuffix" ]; then - install -d "$developDocDir" - install -t "$developDocDir" README + install -m 0755 -d "$developDocDir" + install -m 0644 -t "$developDocDir" README maybe_manDir="$manDir" else rm -rf "$manDir"