libpipeline: Update to 1.5.4
* Add new pgp key. * Rebase libpipeline-1.5.1-msys2.patch file.
This commit is contained in:
parent
843b1b3dc5
commit
2fcce1e1d4
@ -1,8 +1,8 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=('libpipeline' 'libpipeline-devel')
|
||||
pkgver=1.5.3
|
||||
pkgrel=2
|
||||
pkgver=1.5.4
|
||||
pkgrel=1
|
||||
pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
|
||||
url="http://libpipeline.nongnu.org/"
|
||||
groups=('libraries')
|
||||
@ -12,10 +12,10 @@ makedepends=('openssl-devel' 'zlib-devel')
|
||||
options=('!libtool')
|
||||
source=(https://download.savannah.gnu.org/releases/libpipeline/libpipeline-$pkgver.tar.gz{,.asc}
|
||||
libpipeline-1.5.1-msys2.patch)
|
||||
sha256sums=('5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0'
|
||||
sha256sums=('db785bddba0a37ef14b4ef82ae2d18b8824e6983dfb9910319385e28df3f1a9c'
|
||||
'SKIP'
|
||||
'd3e18828f4918260329984139e890ab79f434ef601eec9cd3a69450d3b857621')
|
||||
validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <cjwatson@debian.org>
|
||||
'847f6626c782fd0139e6e7d5c9adf97811b0765dddac3e363360480f7e6d27a3')
|
||||
validpgpkeys=('87317259431038049C92C139F6DD330210FA4CD1') # Colin Watson <cjwatson@flatline.org.uk>
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
@ -21,29 +21,6 @@ diff -Naur libpipeline-1.5.1-orig/build-aux/ar-lib libpipeline-1.5.1/build-aux/a
|
||||
wine)
|
||||
file=`winepath -w "$file" || echo "$file"`
|
||||
;;
|
||||
diff -Naur libpipeline-1.5.1-orig/build-aux/compile libpipeline-1.5.1/build-aux/compile
|
||||
--- libpipeline-1.5.1-orig/build-aux/compile 2019-01-27 17:02:33.000000000 +0300
|
||||
+++ libpipeline-1.5.1/build-aux/compile 2019-02-20 09:02:55.572548100 +0300
|
||||
@@ -56,6 +56,9 @@
|
||||
CYGWIN*)
|
||||
file_conv=cygwin
|
||||
;;
|
||||
+ MSYS*)
|
||||
+ file_conv=cygwin
|
||||
+ ;;
|
||||
*)
|
||||
file_conv=wine
|
||||
;;
|
||||
@@ -70,6 +73,9 @@
|
||||
cygwin/*)
|
||||
file=`cygpath -m "$file" || echo "$file"`
|
||||
;;
|
||||
+ msys/*)
|
||||
+ file=`cygpath -m "$file" || echo "$file"`
|
||||
+ ;;
|
||||
wine/*)
|
||||
file=`winepath -w "$file" || echo "$file"`
|
||||
;;
|
||||
diff -Naur libpipeline-1.5.1-orig/build-aux/config.guess libpipeline-1.5.1/build-aux/config.guess
|
||||
--- libpipeline-1.5.1-orig/build-aux/config.guess 2019-01-27 16:48:01.000000000 +0300
|
||||
+++ libpipeline-1.5.1/build-aux/config.guess 2019-02-20 09:03:27.399604100 +0300
|
||||
@ -57,54 +34,6 @@ diff -Naur libpipeline-1.5.1-orig/build-aux/config.guess libpipeline-1.5.1/build
|
||||
prep*:SunOS:5.*:*)
|
||||
echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
|
||||
exit ;;
|
||||
diff -Naur libpipeline-1.5.1-orig/build-aux/config.rpath libpipeline-1.5.1/build-aux/config.rpath
|
||||
--- libpipeline-1.5.1-orig/build-aux/config.rpath 2019-01-05 14:20:49.000000000 +0300
|
||||
+++ libpipeline-1.5.1/build-aux/config.rpath 2019-02-20 08:59:56.838833800 +0300
|
||||
@@ -57,7 +57,7 @@
|
||||
aix*)
|
||||
wl='-Wl,'
|
||||
;;
|
||||
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
||||
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
||||
;;
|
||||
hpux9* | hpux10* | hpux11*)
|
||||
wl='-Wl,'
|
||||
@@ -149,7 +149,7 @@
|
||||
hardcode_minus_L=no
|
||||
|
||||
case "$host_os" in
|
||||
- cygwin* | mingw* | pw32* | cegcc*)
|
||||
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
||||
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
||||
# When not using gcc, we currently assume that we are using
|
||||
# Microsoft Visual C++.
|
||||
@@ -198,7 +198,7 @@
|
||||
ld_shlibs=no
|
||||
fi
|
||||
;;
|
||||
- cygwin* | mingw* | pw32* | cegcc*)
|
||||
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
||||
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
||||
# no search path for DLLs.
|
||||
hardcode_libdir_flag_spec='-L$libdir'
|
||||
@@ -348,7 +348,7 @@
|
||||
;;
|
||||
bsdi[45]*)
|
||||
;;
|
||||
- cygwin* | mingw* | pw32* | cegcc*)
|
||||
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
||||
# When not using gcc, we currently assume that we are using
|
||||
# Microsoft Visual C++.
|
||||
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
||||
@@ -533,7 +533,7 @@
|
||||
bsdi[45]*)
|
||||
library_names_spec='$libname$shrext'
|
||||
;;
|
||||
- cygwin* | mingw* | pw32* | cegcc*)
|
||||
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
||||
shrext=.dll
|
||||
library_names_spec='$libname.dll.a $libname.lib'
|
||||
;;
|
||||
diff -Naur libpipeline-1.5.1-orig/gl/m4/double-slash-root.m4 libpipeline-1.5.1/gl/m4/double-slash-root.m4
|
||||
--- libpipeline-1.5.1-orig/gl/m4/double-slash-root.m4 2019-01-05 14:20:51.000000000 +0300
|
||||
+++ libpipeline-1.5.1/gl/m4/double-slash-root.m4 2019-02-20 09:04:33.340328000 +0300
|
||||
@ -120,15 +49,15 @@ diff -Naur libpipeline-1.5.1-orig/gl/m4/double-slash-root.m4 libpipeline-1.5.1/g
|
||||
diff -Naur libpipeline-1.5.1-orig/gl/m4/malloc.m4 libpipeline-1.5.1/gl/m4/malloc.m4
|
||||
--- libpipeline-1.5.1-orig/gl/m4/malloc.m4 2019-01-05 14:20:51.000000000 +0300
|
||||
+++ libpipeline-1.5.1/gl/m4/malloc.m4 2019-02-20 09:23:03.458478800 +0300
|
||||
@@ -33,7 +33,7 @@
|
||||
@@ -25,7 +25,7 @@
|
||||
[case "$host_os" in
|
||||
# Guess yes on platforms where we know the result.
|
||||
*-gnu* | gnu* | freebsd* | netbsd* | openbsd* \
|
||||
*-gnu* | gnu* | *-musl* | freebsd* | netbsd* | openbsd* \
|
||||
- | hpux* | solaris* | cygwin* | mingw*)
|
||||
+ | hpux* | solaris* | cygwin* | msys* | mingw*)
|
||||
ac_cv_func_malloc_0_nonnull=yes ;;
|
||||
# If we don't know, assume the worst.
|
||||
*) ac_cv_func_malloc_0_nonnull=no ;;
|
||||
ac_cv_func_malloc_0_nonnull="guessing yes" ;;
|
||||
# If we don't know, obey --enable-cross-guesses.
|
||||
*) ac_cv_func_malloc_0_nonnull="$gl_cross_guess_normal" ;;
|
||||
diff -Naur libpipeline-1.5.1-orig/gl/m4/printf.m4 libpipeline-1.5.1/gl/m4/printf.m4
|
||||
--- libpipeline-1.5.1-orig/gl/m4/printf.m4 2019-01-27 16:48:24.000000000 +0300
|
||||
+++ libpipeline-1.5.1/gl/m4/printf.m4 2019-02-20 09:23:33.878532200 +0300
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user