summaryrefslogtreecommitdiffstats
path: root/slackware64-current/source/a/pkgtools
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2016-03-21 06:10:00 +0100
committerAdrien Nader <adrien@notk.org>2016-03-21 06:10:00 +0100
commit451568512c389e2b44215c4d9b12e1564fa035b5 (patch)
tree90cc2d4e9a4df978e443b1c281c67081af909ca8 /slackware64-current/source/a/pkgtools
parent343f23bf2f757681dc99b25d853c47c983edf1ca (diff)
Mon Mar 21 03:19:48 UTC 2016
a/aaa_elflibs-14.2-x86_64-11.txz: Rebuilt. a/lvm2-2.02.147-x86_64-1.txz: Upgraded. a/pciutils-3.4.1-x86_64-2.txz: Rebuilt. Use a shared libpci, not a static one. This fixes linking some programs as the static library won't pull in other recent dependencies such as libudev. Thanks to 55020. a/pkgtools-14.2-noarch-6.txz: Rebuilt. In installpkg's terse mode, make some dots connecting the description to the uncompressed package size. a/utempter-1.1.6-x86_64-2.txz: Rebuilt. Fixed manpage symlinks. Thanks to elyk. ap/cups-filters-1.8.2-x86_64-2.txz: Rebuilt. Recompiled against poppler-0.42.0. ap/ddrescue-1.21-x86_64-1.txz: Upgraded. ap/man-pages-4.05-noarch-1.txz: Upgraded. ap/mc-4.8.16-x86_64-1.txz: Upgraded. kde/calligra-2.9.11-x86_64-2.txz: Rebuilt. Recompiled against poppler-0.42.0. kde/kde-workspace-4.11.22-x86_64-3.txz: Rebuilt. Recompiled against shared library from pciutils-3.4.1. kde/lskat-4.14.3-x86_64-3.txz: Rebuilt. Fixed a typo in slack-desc. l/harfbuzz-1.2.4-x86_64-1.txz: Upgraded. l/libodfgen-0.1.6-x86_64-1.txz: Upgraded. Thanks to Heinz Wiesinger. l/librevenge-0.0.4-x86_64-1.txz: Upgraded. Thanks to Heinz Wiesinger. l/libvisio-0.1.5-x86_64-1.txz: Upgraded. Thanks to Heinz Wiesinger. l/libwpd-0.10.1-x86_64-1.txz: Upgraded. Thanks to Heinz Wiesinger. l/libzip-1.0.1-x86_64-2.txz: Rebuilt. Fixed manpage symlinks. Thanks to elyk. l/poppler-0.42.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/taglib-1.10-x86_64-1.txz: Upgraded. Thanks to Heinz Wiesinger. l/wavpack-4.75.2-x86_64-1.txz: Upgraded. Thanks to Heinz Wiesinger. n/NetworkManager-1.0.10-x86_64-4.txz: Rebuilt. When stopping NetworkManager, ensure that wpa_supplicant is also stopped. Thanks to allend. n/bluez-5.38-x86_64-1.txz: Upgraded. tcl/tcl-8.6.5-x86_64-2.txz: Rebuilt. Fixed manpage symlinks. Thanks to elyk. tcl/tk-8.6.5-x86_64-2.txz: Rebuilt. xap/hexchat-2.12.0-x86_64-2.txz: Rebuilt. Recompiled against shared library from pciutils-3.4.1. xfce/tumbler-0.1.31-x86_64-5.txz: Rebuilt. Recompiled against poppler-0.42.0. xfce/xfce4-power-manager-1.4.4-x86_64-4.txz: Rebuilt. Removed dead symlinks in documentation. Thanks to elyk. extra/source/flashplayer-plugin/flashplayer-plugin.SlackBuild: Patched. Scrape the webpage to determine the latest version. Thanks to Eric Hameleers. isolinux/initrd.img: Rebuilt. usb-and-pxe-installers/usbboot.img: Rebuilt. usb-and-pxe-installers/usbimg2disk.sh: Patched. Fixed the call to sfdisk to make the first partition active. Thanks to Jonathan Woithe. Leave syslinux files in the USB stick root rather than trying to move them.
Diffstat (limited to 'slackware64-current/source/a/pkgtools')
-rwxr-xr-xslackware64-current/source/a/pkgtools/pkgtools.SlackBuild2
-rw-r--r--slackware64-current/source/a/pkgtools/scripts/installpkg2
2 files changed, 2 insertions, 2 deletions
diff --git a/slackware64-current/source/a/pkgtools/pkgtools.SlackBuild b/slackware64-current/source/a/pkgtools/pkgtools.SlackBuild
index 747b4045b..e8ae31c2d 100755
--- a/slackware64-current/source/a/pkgtools/pkgtools.SlackBuild
+++ b/slackware64-current/source/a/pkgtools/pkgtools.SlackBuild
@@ -29,7 +29,7 @@ PKG=$TMP/package-pkgtools
# *** UPDATE THESE WITH EACH BUILD:
VERSION=14.2
ARCH=${ARCH:-noarch}
-BUILD=5
+BUILD=6
if [ ! -d $TMP ]; then
mkdir -p $TMP # location to build the source
diff --git a/slackware64-current/source/a/pkgtools/scripts/installpkg b/slackware64-current/source/a/pkgtools/scripts/installpkg
index bd8e47f93..96c34fd93 100644
--- a/slackware64-current/source/a/pkgtools/scripts/installpkg
+++ b/slackware64-current/source/a/pkgtools/scripts/installpkg
@@ -450,7 +450,7 @@ EOF
grep "^$shortname:" $DESCRIPTION | uniq | sed "s/^$shortname:/#/g"
fi
elif [ "$MODE" = "terse" ]; then # emit a single description line
- printf "%-72s %-6s\n" "$(echo $shortname: $(cat $DESCRIPTION | grep "^$packagebase:" | sed "s/^$packagebase: //g" | head -n 1 | tr -d '()' | sed "s/^$packagebase //g" ) | cut -b1-72)" "[${UNCOMPRESSED}]" | cut -b1-80
+ printf "%-72s %-6s\n" "$(echo $shortname: $(echo $(cat $DESCRIPTION | grep "^$packagebase:" | sed "s/^$packagebase: //g" | head -n 1 | tr -d '()' | sed "s/^$packagebase //g" ) $(echo " ......................................................................")) | cut -b1-72)" "[${UNCOMPRESSED}]" | cut -b1-80
elif [ "$MODE" = "infobox" ]; then # install infobox package
dialog --title "Installing package $shortname $PMSG" --infobox "$(cat $TMP/tmpmsg$$)" 0 0
elif [ "$MODE" = "menu" -a "$PRIORITY" = "ADD" -a ! "$ALWAYSASK" = "yes" ]; then # ADD overrides menu mode unless -ask was used