pkgsrc-WIP-changes archive

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

mtpaint: Delete GTK1 support from the port



Module Name:	pkgsrc-wip
Committed By:	adr <adr%sdf.org@localhost>
Pushed By:	adr
Date:		Sun Jan 26 14:56:32 2025 +0000
Changeset:	5355852d64b9521f36a3e8a29a8ab1c119dd257f

Modified Files:
	mtpaint/DESCR
	mtpaint/Makefile
	mtpaint/options.mk

Log Message:
mtpaint: Delete GTK1 support from the port

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5355852d64b9521f36a3e8a29a8ab1c119dd257f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mtpaint/DESCR      | 6 +++---
 mtpaint/Makefile   | 4 ++--
 mtpaint/options.mk | 7 +------
 3 files changed, 6 insertions(+), 11 deletions(-)

diffs:
diff --git a/mtpaint/DESCR b/mtpaint/DESCR
index 82ce69ddf1..518c8bfd31 100644
--- a/mtpaint/DESCR
+++ b/mtpaint/DESCR
@@ -1,3 +1,3 @@
-mtPaint is a GTK+1/2/3 based painting program designed for creating
-icons and pixel based artwork. It can edit indexed palette or 24
-bit RGB images and offers painting and palette manipulation tools.
+mtPaint is a painting program designed for creating icons and pixel
+based artwork. It can edit indexed palette or 24 bit RGB images
+and offers painting and palette manipulation tools.
diff --git a/mtpaint/Makefile b/mtpaint/Makefile
index e81c1e1ed4..6ad4bd3c72 100644
--- a/mtpaint/Makefile
+++ b/mtpaint/Makefile
@@ -8,14 +8,14 @@ WRKSRC=		${WRKDIR}/mtPaint-${GITHUB_TAG}
 CATEGORIES=	graphics
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://mtpaint.sourceforge.net/
+HOMEPAGE=	https://mtpaint.sourceforge.net/
 COMMENT=	Painting program and photo editor
 LICENSE=	gnu-gpl-v2
 
 HAS_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX} --bindir=${PREFIX}/bin
 CONFIGURE_ARGS+=	--mandir=${PREFIX}/${PKGMANDIR}
-CONFIGURE_ARGS+=	cflags gtk3 jpeg jp2v2 webp intl tiff man
+CONFIGURE_ARGS+=	cflags jpeg jp2v2 webp intl tiff man
 USE_TOOLS+=		gmake pkg-config
 
 .include "options.mk"
diff --git a/mtpaint/options.mk b/mtpaint/options.mk
index 4107312333..9a07339eea 100644
--- a/mtpaint/options.mk
+++ b/mtpaint/options.mk
@@ -2,16 +2,11 @@
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.mtpaint
 PKG_OPTIONS_OPTIONAL_GROUPS=	toolkit
-PKG_OPTIONS_GROUP.toolkit=	gtk gtk2 gtk3
+PKG_OPTIONS_GROUP.toolkit=	gtk2 gtk3
 PKG_SUGGESTED_OPTIONS=		gtk3
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mgtk)
-.  include "../../x11/gtk/buildlink3.mk"
-CONFIGURE_ARGS+=	gtk1
-.endif
-
 .if !empty(PKG_OPTIONS:Mgtk2)
 .  include "../../x11/gtk2/buildlink3.mk"
 CONFIGURE_ARGS+=	gtk2


Home | Main Index | Thread Index | Old Index