diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-06-24 18:47:52 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-06-25 08:59:47 +0200 |
commit | 352adad5bf5aa22b1538fbed8d1a0983f30e4d49 (patch) | |
tree | 22fb37d37348633189a765ec8fe96fe3edda3e0e /source | |
parent | 7620d0fdfe9fac9f33acd6ec1585b03c9a41500f (diff) | |
download | current-352adad5bf5aa22b1538fbed8d1a0983f30e4d49.tar.gz |
Mon Jun 24 18:47:52 UTC 201920190624184752
ap/mc-4.8.23-x86_64-1.txz: Upgraded.
l/imagemagick-6.9.10_50-x86_64-1.txz: Upgraded.
l/pygobject3-3.32.2-x86_64-1.txz: Upgraded.
n/php-7.3.6-x86_64-1.txz: Upgraded.
x/libinput-1.13.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/ap/mc/mc.SlackBuild | 5 | ||||
-rw-r--r-- | source/ap/mc/mc.image.sh.geeqie.diff | 11 | ||||
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 |
3 files changed, 3 insertions, 17 deletions
diff --git a/source/ap/mc/mc.SlackBuild b/source/ap/mc/mc.SlackBuild index ae15ffdf..cf80202f 100755 --- a/source/ap/mc/mc.SlackBuild +++ b/source/ap/mc/mc.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -73,9 +73,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Use geeqie instead of gqview as an external image viewer: -zcat $CWD/mc.image.sh.geeqie.diff.gz | patch -p1 --verbose || exit 1 - # Upstream fixes: zcat $CWD/mc-3605-extfs.c-fix-buffer-overflow.patch.gz | patch -p1 --verbose || exit 1 diff --git a/source/ap/mc/mc.image.sh.geeqie.diff b/source/ap/mc/mc.image.sh.geeqie.diff deleted file mode 100644 index 8a7fe1c5..00000000 --- a/source/ap/mc/mc.image.sh.geeqie.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./misc/ext.d/image.sh.orig 2013-05-29 01:53:42.379848005 -0500 -+++ ./misc/ext.d/image.sh 2013-05-29 01:54:54.639853218 -0500 -@@ -39,7 +39,7 @@ - ;; - *) - if [ -n "$DISPLAY" ]; then -- (gqview "${MC_EXT_FILENAME}" &) -+ (geeqie "${MC_EXT_FILENAME}" &) - elif see >/dev/null 2>&1; then - (see "${MC_EXT_FILENAME}" &) - else diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index 7b000a30..cc422ce0 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.2.19.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.2.19.tar.xz +lftpget http://us.php.net/distributions/php-7.3.6.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.3.6.tar.xz |