summaryrefslogtreecommitdiffstats
path: root/libcdr
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-21 15:26:41 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-21 15:26:41 +0000
commitee09495ab2e0da8ae62116bdc490bbcccacc355d (patch)
tree86d5dcc90583a01c2af366f4d9009fe42bf32d49 /libcdr
parent9eb687ba10f3521088c8ae3d7db490e4ba8409c7 (diff)
downloadasb-ee09495ab2e0da8ae62116bdc490bbcccacc355d.tar.gz
asb-ee09495ab2e0da8ae62116bdc490bbcccacc355d.tar.xz
libcdr: update to 0.1.7
Diffstat (limited to 'libcdr')
-rwxr-xr-xlibcdr/build/libcdr.SlackBuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/libcdr/build/libcdr.SlackBuild b/libcdr/build/libcdr.SlackBuild
index ba7ac9ae..9e9c8b58 100755
--- a/libcdr/build/libcdr.SlackBuild
+++ b/libcdr/build/libcdr.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -33,6 +33,8 @@
# Changelog:
# 0.1.6-1: 08/nov/2020 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.1.7-1: 21/oct/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh libcdr.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -41,7 +43,7 @@
# -----------------------------------------------------------------------------
PRGNAM=libcdr
-VERSION=${VERSION:-0.1.6}
+VERSION=${VERSION:-0.1.7}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -149,11 +151,6 @@ cd $TMP/tmp-$PRGNAM
echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE}
cd ${PRGNAM}-${VERSION}
-
-# Use gentoo patch to compile against icu4c-68:
-cat $SRCDIR/patches/libcdr_icu68.patch | patch -p1 --verbose \
- 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
-
chown -R root:root .
chmod -R u+w,go+r-w,a+rX-st .