pkgsrc-WIP-changes archive

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

pan2-git: switch to gmime3 and default to gtk3.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Mon Oct 25 21:32:37 2021 +0200
Changeset:	963867a072ef251c881a8c52ecedbf2298eafe4c

Modified Files:
	pan2-git/Makefile
	pan2-git/options.mk

Log Message:
pan2-git: switch to gmime3 and default to gtk3.

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

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

diffstat:
 pan2-git/Makefile   | 4 ++--
 pan2-git/options.mk | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/pan2-git/Makefile b/pan2-git/Makefile
index 11ae930663..9c721a32ec 100644
--- a/pan2-git/Makefile
+++ b/pan2-git/Makefile
@@ -7,7 +7,7 @@ GIT_REPO=		https://gitlab.gnome.org/GNOME/pan.git
 
 MAINTAINER=		rhialto%falu.nl@localhost
 HOMEPAGE=		http://pan.rebelbase.com/
-COMMENT=		Newsreader for GTK2
+COMMENT=		Newsreader for GTK3 and GTK2
 LICENSE=		gnu-gpl-v2
 
 BUILD_DEPENDS+=		gnome-common>=3.6.0nb1:../../devel/gnome-common
@@ -34,7 +34,7 @@ pre-configure:
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../mail/gmime/buildlink3.mk"
+.include "../../mail/gmime3/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"			# optional
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/gtkspell/buildlink3.mk"		# optional
diff --git a/pan2-git/options.mk b/pan2-git/options.mk
index eb9651b689..6ebee5dae9 100644
--- a/pan2-git/options.mk
+++ b/pan2-git/options.mk
@@ -3,7 +3,7 @@
 PKG_OPTIONS_VAR=		PKG_OPTIONS.pan2_git
 PKG_OPTIONS_REQUIRED_GROUPS=	gtkversion
 PKG_OPTIONS_GROUP.gtkversion=	gtk2 gtk3
-PKG_SUGGESTED_OPTIONS=		gtk2
+PKG_SUGGESTED_OPTIONS=		gtk3
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index