pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp: shell portability



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79965e342322
branches:  trunk
changeset: 424687:79965e342322
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Mar 13 16:51:00 2020 +0000

description:
gimp: shell portability

diffstat:

 graphics/gimp/distinfo                                 |   3 ++-
 graphics/gimp/patches/patch-plug-ins_pygimp_py-compile |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r d75557ad2776 -r 79965e342322 graphics/gimp/distinfo
--- a/graphics/gimp/distinfo    Fri Mar 13 16:43:05 2020 +0000
+++ b/graphics/gimp/distinfo    Fri Mar 13 16:51:00 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.100 2020/03/04 12:46:01 wiz Exp $
+$NetBSD: distinfo,v 1.101 2020/03/13 16:51:00 tnn Exp $
 
 SHA1 (gimp-2.10.18.tar.bz2) = 9dd171ca05c60816d641ca2edf4806639eda99a4
 RMD160 (gimp-2.10.18.tar.bz2) = 52045f0f163a74ef154ac936f637be4a999bbbcf
@@ -8,4 +8,5 @@
 SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb
 SHA1 (patch-app_core_gimpbrush-transform.cc) = 3bd3f69401ee7dabb53f7ebf533870ee9add856c
 SHA1 (patch-plug-ins_common_file-mng.c) = 8ed244997cdef7125e1aa5da4d0fac5068ad5159
+SHA1 (patch-plug-ins_pygimp_py-compile) = 59dcdd00073b737f8f52e6a56832722033ee5703
 SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = c424b1a8e345ec3d0763ac2cf1f8535da9e10797
diff -r d75557ad2776 -r 79965e342322 graphics/gimp/patches/patch-plug-ins_pygimp_py-compile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp/patches/patch-plug-ins_pygimp_py-compile    Fri Mar 13 16:51:00 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-plug-ins_pygimp_py-compile,v 1.1 2020/03/13 16:51:00 tnn Exp $
+
+shell portability
+
+--- plug-ins/pygimp/py-compile.orig    2018-07-04 11:00:26.000000000 +0000
++++ plug-ins/pygimp/py-compile
+@@ -2,7 +2,7 @@
+ # called as "py-compile [--basedir DIR] PY_FILES ...
+ 
+ if [ -z "$PYTHON" ]; then
+-    if [[ -x "$(command -v python2)" ]]; then
++    if [ -x "$(command -v python2)" ]; then
+         PYTHON=python2
+     else
+         # Let's hope it's Python2



Home | Main Index | Thread Index | Old Index