summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Kyle Guinn2022-07-29 05:35:54 +0200
committer Willy Sudiarto Raharjo2022-07-30 06:26:26 +0200
commit20cda8998738fc09cef01b739174a30a9f7eadd2 (patch)
treeda83bf606c77b0a130e71802988d41dcf852bbb4
parentd0f11893a056804f9e253432b648de1974f58a8d (diff)
downloadslackbuilds-20cda8998738fc09cef01b739174a30a9f7eadd2.tar.gz
development/icon: Updated for version 9.5.22e
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/icon/icon.SlackBuild15
-rw-r--r--development/icon/icon.info6
2 files changed, 5 insertions, 16 deletions
diff --git a/development/icon/icon.SlackBuild b/development/icon/icon.SlackBuild
index 5f11d22f27..ec7a9611b7 100644
--- a/development/icon/icon.SlackBuild
+++ b/development/icon/icon.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for icon
-# Copyright 2010-2021 Kyle Guinn <elyk03@gmail.com>
+# Copyright 2010-2022 Kyle Guinn <elyk03@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=icon
-VERSION=${VERSION:-9.5.20i}
+VERSION=${VERSION:-9.5.22e}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -80,14 +77,6 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go-w,a+rX-st .
-# Use the system XPM. https://github.com/gtownsend/icon/pull/2
-sed -i -e 's|"../xpm/xpm.h"|<X11/xpm.h>|' src/common/xwindow.c src/h/sys.h
-# Neuter the $XL variable, replace with $XLIBS which includes -lXpm.
-# Set $XLIBS to empty if building without graphics (make Configure).
-sed -i -e 's|-lX11|-lXpm -lX11|' config/linux/Makedefs
-sed -i -e 's|XL=.*|XL= ;;|' config/setup.sh
-sed -i -e 's|XL|XLIBS|' src/runtime/Makefile
-
# Installation creates bin, lib, man, and doc dirs inside the "dest" dir.
# Edit the Install rule to avoid having to manually rearrange files.
# The bin and lib dirs need to share a parent directory, but we don't want
diff --git a/development/icon/icon.info b/development/icon/icon.info
index 828871c284..b90f725dac 100644
--- a/development/icon/icon.info
+++ b/development/icon/icon.info
@@ -1,8 +1,8 @@
PRGNAM="icon"
-VERSION="9.5.20i"
+VERSION="9.5.22e"
HOMEPAGE="https://www2.cs.arizona.edu/icon/"
-DOWNLOAD="https://github.com/gtownsend/icon/archive/v9.5.20i/icon-9.5.20i.tar.gz"
-MD5SUM="2c8803b42ae0512981855e9147738efd"
+DOWNLOAD="https://github.com/gtownsend/icon/archive/v9.5.22e/icon-9.5.22e.tar.gz"
+MD5SUM="b0dd17d0232b76d83f51f66d2ecaaa4a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""