pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp: try to fix the build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02a2a6849d97
branches:  trunk
changeset: 424186:02a2a6849d97
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Mar 06 13:35:15 2020 +0000

description:
gimp: try to fix the build

- gimp looks for mypaint-brushes-1.0 but we have mypaint-brushes-2.0 now
- don't include archivers/xz/buidlink3.mk twice

diffstat:

 graphics/gimp/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 01312e5329ff -r 02a2a6849d97 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Fri Mar 06 13:10:02 2020 +0000
+++ b/graphics/gimp/Makefile    Fri Mar 06 13:35:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.321 2020/03/04 22:07:26 wiz Exp $
+# $NetBSD: Makefile,v 1.322 2020/03/06 13:35:15 tnn Exp $
 
 DISTNAME=      gimp-2.10.18
 PKGREVISION=   1
@@ -59,13 +59,16 @@
 PLIST_SUBST+=  GIMP_DEBUG_TOOL_DIR="libexec"
 .endif
 
+pre-configure:
+       ln -s mypaint-brushes-2.0.pc    \
+         ${BUILDLINK_DIR}/share/pkgconfig/mypaint-brushes-1.0.pc
+       
 .include "options.mk"
 .include "../../archivers/xz/buildlink3.mk"
 BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.8.1
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"
-.include "../../archivers/xz/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.12.4
 .include "../../fonts/fontconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index