summaryrefslogtreecommitdiffstats
path: root/source/l/libieee1284/libieee1284.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-03-14 20:01:17 +0000
committer Eric Hameleers <alien@slackware.com>2024-03-14 21:30:41 +0100
commit497dcc1ee740160c0e3f3b7af0a0a3c312c42de7 (patch)
tree9ac23cec295ae79791bce6ac3700c1bba0cb8d03 /source/l/libieee1284/libieee1284.SlackBuild
parent47e3f5d9c3c5d0832b83f12782ded63fdcb11bd1 (diff)
downloadcurrent-497dcc1ee740160c0e3f3b7af0a0a3c312c42de7.tar.gz
current-497dcc1ee740160c0e3f3b7af0a0a3c312c42de7.tar.xz
Thu Mar 14 20:01:17 UTC 202420240314200117
a/cryptsetup-2.7.1-x86_64-1.txz: Upgraded. a/elogind-252.23-x86_64-2.txz: Rebuilt. Install /etc/pam.d/elogind-user as .new. Thanks to Markus Wiesner. a/kmod-32-x86_64-1.txz: Upgraded. a/tcsh-6.24.11-x86_64-1.txz: Upgraded. ap/a2ps-4.15.6-x86_64-1.txz: Upgraded. d/vala-0.56.16-x86_64-1.txz: Upgraded. l/avahi-20240306_709e60f-x86_64-1.txz: Upgraded. Don't reload dbus from the installer. x/mesa-24.0.3-x86_64-1.txz: Upgraded. xap/xlockmore-5.76-x86_64-1.txz: Upgraded. xfce/xfce4-screensaver-4.18.3-x86_64-2.txz: Rebuilt. Install /etc/pam.d/xfce4-screensaver as .new. Thanks to Markus Wiesner.
Diffstat (limited to '')
-rwxr-xr-xsource/l/libieee1284/libieee1284.SlackBuild15
1 files changed, 2 insertions, 13 deletions
diff --git a/source/l/libieee1284/libieee1284.SlackBuild b/source/l/libieee1284/libieee1284.SlackBuild
index 1827ffda3..65397a04b 100755
--- a/source/l/libieee1284/libieee1284.SlackBuild
+++ b/source/l/libieee1284/libieee1284.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2006, 2007, 2008, 2009, 2010, 2018, 2023 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2006, 2007, 2008, 2009, 2010, 2018, 2023, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -78,20 +78,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Upstream commits around better python bindings support
-zcat $CWD/libieee1284-fix-warnings.patch.gz | patch -p1 --verbose || exit 1
-zcat $CWD/libieee1284-add-more-python-bindings.patch.gz | patch -p1 --verbose || exit 1
-
-# Arch patch to update python bindings to python3
-zcat $CWD/libieee1284-python3.patch.gz | patch -p1 --verbose || exit 1
-
-sed -i "s|print sys.version\[:3\]|print(sys.version\[:3\])|" ./configure
-sed -i "s|print sys.platform|print(sys.platform)|" ./configure
-sed -i "s|lib/python|lib$LIBDIRSUFFIX/python|" ./configure
-
# Configure:
CFLAGS="$SLKCFLAGS" \
-PYTHON="/usr/bin/python3" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
@@ -99,6 +87,7 @@ PYTHON="/usr/bin/python3" \
--mandir=/usr/man \
--program-prefix= \
--program-suffix= \
+ --without-python \
--build=$ARCH-slackware-linux || exit 1
# Build and install: