diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/pkgtools/pkgtools.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/pkgtools/scripts/setup.services | 2 | ||||
-rw-r--r-- | source/a/xz/slack-desc | 2 | ||||
-rwxr-xr-x | source/ap/man-pages/man-pages.SlackBuild | 18 | ||||
-rw-r--r-- | source/kde/kde/build/kdnssd | 2 | ||||
-rwxr-xr-x | source/n/npth/npth.SlackBuild | 2 | ||||
-rwxr-xr-x | source/t/texlive/dump.unused.internal.libraries.from.sources.sh | 2 | ||||
-rwxr-xr-x | source/t/texlive/texlive.SlackBuild | 3 |
8 files changed, 17 insertions, 16 deletions
diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild index 2f5142d00..2c664868f 100755 --- a/source/a/pkgtools/pkgtools.SlackBuild +++ b/source/a/pkgtools/pkgtools.SlackBuild @@ -30,7 +30,7 @@ PKGNAM=pkgtools # *** UPDATE THESE WITH EACH BUILD: VERSION=15.1 ARCH=${ARCH:-noarch} -BUILD=${BUILD:-9} +BUILD=${BUILD:-10} # 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 diff --git a/source/a/pkgtools/scripts/setup.services b/source/a/pkgtools/scripts/setup.services index a2bf6281c..dbc80aee5 100644 --- a/source/a/pkgtools/scripts/setup.services +++ b/source/a/pkgtools/scripts/setup.services @@ -49,7 +49,7 @@ if [ -r etc/rc.d/rc.avahidaemon ]; then RC_AVAHIDAEMON=off fi cat << EOF >> $TMP/tmpscript - "rc.avahidaemon" "Zeroconf implementation" $AVAHIDAEMON "Avahi is a system which facilitates service discovery on a local network." \\ + "rc.avahidaemon" "Zeroconf implementation" $RC_AVAHIDAEMON "Avahi is a system which facilitates service discovery on a local network." \\ EOF fi diff --git a/source/a/xz/slack-desc b/source/a/xz/slack-desc index 30a6bb342..87680c1e5 100644 --- a/source/a/xz/slack-desc +++ b/source/a/xz/slack-desc @@ -15,5 +15,5 @@ xz: LZMA compression easy to use on free (as in freedom) operating xz: systems. xz: xz: The people most responsible for xz are Igor Pavlov, Ville Koskinen, -xz: and Lasse Collin. Homepage: http://tukaani.org/xz/ +xz: and Lasse Collin. Homepage: https://tukaani.org/xz/ xz: diff --git a/source/ap/man-pages/man-pages.SlackBuild b/source/ap/man-pages/man-pages.SlackBuild index c967ac3c1..87303f8ab 100755 --- a/source/ap/man-pages/man-pages.SlackBuild +++ b/source/ap/man-pages/man-pages.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=man-pages VERSION=${VERSION:-$(/bin/ls man-pages-*.tar.?z | head -n 1 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ARCH=noarch -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # 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 @@ -44,16 +44,16 @@ mkdir -p $TMP $PKG cd $TMP rm -rf man-pages-$VERSION tar xvf $CWD/man-pages-$VERSION.tar.?z -tar xvf $CWD/man-pages-posix-2017-a.tar.?z +tar xvf $CWD/man-pages-posix-*.tar.?z echo "Fixing permissions..." -chown -R root:root man-pages-$VERSION man-pages-posix-2013-a -chmod -R a-s,u+rw,go+r-w man-pages-$VERSION man-pages-posix-2013-a +chown -R root:root man-pages-$VERSION man-pages-posix-* +chmod -R a-s,u+rw,go+r-w man-pages-$VERSION man-pages-posix-* find man-pages-$VERSION \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -find man-pages-posix-2013-a \ +find man-pages-posix-* \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ @@ -69,8 +69,10 @@ cp -a man-pages-$VERSION/man* $PKG/usr/man # isn't likely to help most people and may lead to confusion. # The pthread manpages are the only POSIX ones that anyone # has requested saving. If I missed anything important, let me know. -cp -a man-pages-posix-2013-a/man0p/pthread.h.0p $PKG/usr/man/man3/pthread.h.3p -cp -a man-pages-posix-2013-a/man3p/pthread_* $PKG/usr/man/man3 +cp -a man-pages-posix-*/man0p/pthread.h.0p $PKG/usr/man/man3/pthread.h.3p +cp -a man-pages-posix-*/man3p/pthread_* $PKG/usr/man/man3 +# Adding this one to avoid getting ksh for sh: +cp -a man-pages-posix-*/man1p/sh.1p $PKG/usr/man/man1 # Compress the pages: echo "Compressing manpages..." @@ -99,7 +101,7 @@ rm -r $TEMPDIR mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION cp -a \ man-pages-$VERSION/{CONTRIBUTING,Changes,README,man-pages-${VERSION}.Announce,man-pages-${VERSION}.lsm} \ - man-pages-posix-2013-a/POSIX-COPYRIGHT \ + man-pages-posix-*/POSIX-COPYRIGHT \ $PKG/usr/doc/${PKGNAM}-$VERSION mkdir -p $PKG/install diff --git a/source/kde/kde/build/kdnssd b/source/kde/kde/build/kdnssd index d00491fd7..0cfbf0888 100644 --- a/source/kde/kde/build/kdnssd +++ b/source/kde/kde/build/kdnssd @@ -1 +1 @@ -1 +2 diff --git a/source/n/npth/npth.SlackBuild b/source/n/npth/npth.SlackBuild index 2fda3f8ee..d5e9ff658 100755 --- a/source/n/npth/npth.SlackBuild +++ b/source/n/npth/npth.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=npth VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/t/texlive/dump.unused.internal.libraries.from.sources.sh b/source/t/texlive/dump.unused.internal.libraries.from.sources.sh index 79027a199..3e2c531ff 100755 --- a/source/t/texlive/dump.unused.internal.libraries.from.sources.sh +++ b/source/t/texlive/dump.unused.internal.libraries.from.sources.sh @@ -5,7 +5,7 @@ VERSION=${VERSION:-$(echo texlive-*source.tar.?z* | rev | cut -f 2 -d - | cut -f tar xf texlive-${VERSION}-source.tar.xz || exit 1 mv texlive-${VERSION}-source.tar.xz texlive-${VERSION}-source.tar.xz.orig -( cd texlive-${VERSION}-source/libs && rm -rf cairo freetype2 gd gmp graphite2 harfbuzz mpfr icu libpng pixman zlib ) +( cd texlive-${VERSION}-source/libs && rm -rf cairo freetype2 gd gmp graphite2 harfbuzz mpfr icu libpng pixman ) ( cd texlive-${VERSION}-source/utils && rm -rf asymptote ) ( cd texlive-${VERSION}-source/utils && rm -rf texdoctk ) ( cd texlive-${VERSION}-source/utils && rm -rf m-tx ) diff --git a/source/t/texlive/texlive.SlackBuild b/source/t/texlive/texlive.SlackBuild index cab509432..04763863e 100755 --- a/source/t/texlive/texlive.SlackBuild +++ b/source/t/texlive/texlive.SlackBuild @@ -34,7 +34,7 @@ PKGNAM=texlive SOURCEVERSION=${SOURCEVERSION:-20230311} TEXMFVERSION=${TEXMFVERSION:-230322} VERSION=${VERSION:-2023.$TEXMFVERSION} -BUILD=${BUILD:-6} +BUILD=${BUILD:-7} TMP=${TMP:-/tmp} PKG=$TMP/package-texlive @@ -106,7 +106,6 @@ cd build --disable-xindy-rules \ --with-clisp-runtime=system \ --enable-gc=system \ - --with-system-zlib \ --with-system-libpng \ --with-system-t1lib \ --with-system-gd \ |