From 2537ea4f11bdf6dd523cf6c1ba242871c80ce621 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Fri, 8 Nov 2019 21:38:00 +1000 Subject: libraries/xforms: New maintainer Signed-off-by: Christoph Willing --- libraries/xforms/xforms.SlackBuild | 8 +++++--- libraries/xforms/xforms.info | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'libraries') diff --git a/libraries/xforms/xforms.SlackBuild b/libraries/xforms/xforms.SlackBuild index 1cf2772eba..989a8aff16 100644 --- a/libraries/xforms/xforms.SlackBuild +++ b/libraries/xforms/xforms.SlackBuild @@ -4,6 +4,8 @@ # Copyright 2009-2014 LukenShiro, Italy # All rights reserved. +# Copyright 2019 Christoph Willing, Brisbane Australia +# All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -29,7 +31,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -45,8 +47,8 @@ DOCFILES="ChangeLog COPYING.LIB Copyright INSTALL* README" DEMOFILES="*.h *.c *.xbm *.xpm *.menu .libs/*" DEMOFDFILES="*.h *.c *.fd *.xpm" -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/libraries/xforms/xforms.info b/libraries/xforms/xforms.info index 8be82a3e75..f6ee39b739 100644 --- a/libraries/xforms/xforms.info +++ b/libraries/xforms/xforms.info @@ -6,5 +6,5 @@ MD5SUM="d4414c9eb3b284aa2f603a49f376ed22" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="LukenShiro" -EMAIL="lukenshiro@ngi.it" +MAINTAINER="Christoph Willing +EMAIL="chris.willing@linux.com" -- cgit v1.2.3