diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2023-03-11 18:36:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 18:36:32 +0700 |
commit | cb278e3842217b2eaee647624ff8a36fccf93cd2 (patch) | |
tree | e5dce0ac66e6763b728026186a62540f871a4e9b /network | |
parent | 204d0819f4ee0fded329320265d5c03ec267110a (diff) |
network/courier-unicode: Updated for version 2.2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/courier-unicode/README | 2 | ||||
-rw-r--r-- | network/courier-unicode/courier-unicode.SlackBuild | 8 | ||||
-rw-r--r-- | network/courier-unicode/courier-unicode.info | 6 |
3 files changed, 6 insertions, 10 deletions
diff --git a/network/courier-unicode/README b/network/courier-unicode/README index 4f4b08b02a032..a0e38483ee17c 100644 --- a/network/courier-unicode/README +++ b/network/courier-unicode/README @@ -1,3 +1,3 @@ The Courier Unicode Library provides Unicode-related algorithms for other Courier applications. The current release of the Courier Unicode -Library is based on the Unicode 8.0.0 standard. +Library is based on the Unicode 13.0.0 standard. diff --git a/network/courier-unicode/courier-unicode.SlackBuild b/network/courier-unicode/courier-unicode.SlackBuild index 04beef2c7b19f..bd1da8a65cae2 100644 --- a/network/courier-unicode/courier-unicode.SlackBuild +++ b/network/courier-unicode/courier-unicode.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for courier unicode # # Copyright 2015 - 2019 Derek Noonburg (derekn@foolabs.com) -# Copyright 2019 - 2022 Andrew Strong, Blue Mountains, Australia. +# Copyright 2019 - 2023 Andrew Strong, Blue Mountains, Australia. # # Permission to use, copy, modify, and distribute this software for # any purpose with or without fee is hereby granted, provided that @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=courier-unicode -VERSION=${VERSION:-2.2.3} +VERSION=${VERSION:-2.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,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 @@ -95,7 +92,6 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -# Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/network/courier-unicode/courier-unicode.info b/network/courier-unicode/courier-unicode.info index 70f4f8db6ff5b..379b283259d1e 100644 --- a/network/courier-unicode/courier-unicode.info +++ b/network/courier-unicode/courier-unicode.info @@ -1,8 +1,8 @@ PRGNAM="courier-unicode" -VERSION="2.2.3" +VERSION="2.2.6" HOMEPAGE="http://www.courier-mta.org/unicode/" -DOWNLOAD="https://download.sourceforge.net/courier/courier-unicode-2.2.3.tar.bz2" -MD5SUM="2a3be811e113840500253c2b14bb1d7c" +DOWNLOAD="https://download.sourceforge.net/courier/courier-unicode-2.2.6.tar.bz2" +MD5SUM="55ca273834da0eca2f99e2558af3a225" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |