pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics gimp-devel: make PKGNAME match directory name
details: https://anonhg.NetBSD.org/pkgsrc/rev/a84e102ad08b
branches: trunk
changeset: 382208:a84e102ad08b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 23 06:40:08 2022 +0000
description:
gimp-devel: make PKGNAME match directory name
Requested by David H. Gutteridge
diffstat:
graphics/gimp-devel/Makefile | 5 ++++-
graphics/gimp-devel/buildlink3.mk | 16 ++++++++--------
graphics/gimp/Makefile | 5 +++--
3 files changed, 15 insertions(+), 11 deletions(-)
diffs (67 lines):
diff -r f1715908458c -r a84e102ad08b graphics/gimp-devel/Makefile
--- a/graphics/gimp-devel/Makefile Fri Jul 22 22:31:58 2022 +0000
+++ b/graphics/gimp-devel/Makefile Sat Jul 23 06:40:08 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/07/22 20:18:54 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/23 06:40:08 wiz Exp $
DISTNAME= gimp-2.99.10
+PKGNAME= ${DISTNAME:S/gimp/gimp-devel/}
CATEGORIES= graphics
MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
@@ -17,6 +18,8 @@
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+CONFLICTS+= gimp-[0-9]*
+
USE_LANGUAGES+= c c++14
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff -r f1715908458c -r a84e102ad08b graphics/gimp-devel/buildlink3.mk
--- a/graphics/gimp-devel/buildlink3.mk Fri Jul 22 22:31:58 2022 +0000
+++ b/graphics/gimp-devel/buildlink3.mk Sat Jul 23 06:40:08 2022 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: buildlink3.mk,v 1.1 2022/07/22 20:18:54 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/07/23 06:40:08 wiz Exp $
-BUILDLINK_TREE+= gimp
+BUILDLINK_TREE+= gimp-devel
-.if !defined(GIMP_BUILDLINK3_MK)
-GIMP_BUILDLINK3_MK:=
+.if !defined(GIMP_DEVEL_BUILDLINK3_MK)
+GIMP_DEVEL_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.gimp+= gimp>=2.99
-BUILDLINK_PKGSRCDIR.gimp?= ../../graphics/gimp-devel
+BUILDLINK_API_DEPENDS.gimp-devel+= gimp-devel>=2.99.10
+BUILDLINK_PKGSRCDIR.gimp-devel?= ../../graphics/gimp-devel
.include "../../graphics/gegl/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
-.endif # GIMP_BUILDLINK3_MK
+.endif # GIMP_DEVEL_BUILDLINK3_MK
-BUILDLINK_TREE+= -gimp
+BUILDLINK_TREE+= -gimp-devel
diff -r f1715908458c -r a84e102ad08b graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Fri Jul 22 22:31:58 2022 +0000
+++ b/graphics/gimp/Makefile Sat Jul 23 06:40:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.363 2022/07/14 23:46:22 dholland Exp $
+# $NetBSD: Makefile,v 1.364 2022/07/23 06:40:08 wiz Exp $
DISTNAME= gimp-2.10.32
PKGREVISION= 1
@@ -15,7 +15,8 @@
TOOL_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools
TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking
-CONFLICTS+= gimp<=1.2.3
+
+CONFLICTS+= gimp-devel-[0-9]*
USE_LANGUAGES+= c c++14
USE_LIBTOOL= yes
Home |
Main Index |
Thread Index |
Old Index