libXScrnSaver: bump to 1.2.3, drop unneeded call to autoreconf.

This commit is contained in:
fbrosson
2018-07-06 00:43:17 +00:00
parent 6858f38fda
commit 81f93d4876

View File

@@ -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"