head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2026.09.02.19.02.36;	author wiz;	state Exp;
branches;
next	1.1;
commitid	vXszxoxOqka005UG;

1.1
date	2026.08.10.07.30.58;	author wiz;	state Exp;
branches;
next	;
commitid	KcSZJeFGF26vV3RG;


desc
@@


1.2
log
@*: recursive bump for pcre2 10.48
@
text
@# $NetBSD: Makefile,v 1.1 2026/08/10 07:30:58 wiz Exp $

DISTNAME=	geeqie-2.9
PKGNAME=	${DISTNAME:S/geeqie/geeqie-gtk3/}
PKGREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_GITHUB:=BestImageViewer/}
EXTRACT_SUFX=	.tar.xz
GITHUB_RELEASE=	v${PKGVERSION_NOREV}

MAINTAINER=	gdt@@NetBSD.org
#MAINTAINER=	wiz@@NetBSD.org
HOMEPAGE=	https://www.geeqie.org/
COMMENT=	Image viewer
LICENSE=	gnu-gpl-v2

TOOL_DEPENDS+=	gettext-m4-[0-9]*:../../devel/gettext-m4
DEPENDS+=	webp-pixbuf-loader-[0-9]*:../../graphics/webp-pixbuf-loader

CONFLICTS=	geeqie-[0-9]*

LDFLAGS.SunOS+=		-lm -lsocket -lnsl

MESON_ARGS+=	-Ddoxygen=disabled
MESON_ARGS+=	-Dpandoc=disabled
# Do not build html documentation.
# \todo Consider depending on yelp instead
MESON_ARGS+=	-Dyelp-build=disabled

USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		c c++
USE_CXX_FEATURES=	c++17
# awk -W
USE_TOOLS=		bash:run gawk msgfmt pkg-config

REPLACE_BASH+=		data/plugins/resize-image/downsize

MESON_ARGS+=	-Dgq_localedir='${PREFIX}/${PKGLOCALEDIR}/locale'
MESON_ARGS+=	--localedir='${PKGLOCALEDIR}/locale'

INSTALLATION_DIRS=	${PKGMANDIR}/man1

.include "../../mk/bsd.fast.prefs.mk"

post-install:
.if ${PKGMANDIR} != "share/man"
	${MV} ${DESTDIR}${PREFIX}/share/man/man1/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.endif

.include "options.mk"

.include "../../devel/meson/build.mk"
.include "../../graphics/exiv2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/lcms2/buildlink3.mk"
.include "../../graphics/libheif/buildlink3.mk"
.include "../../graphics/libjxl/buildlink3.mk"
.include "../../graphics/openjpeg/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../devel/gettext-tools/msgfmt-desktop.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@graphics/geeqie-gtk3: import geeqie-gtk3-2.9

Geeqie is a lightweight Gtk+ based image viewer for Unix like
operating systems.

Geeqie has been forked from gqview project, because it was not possible
to contact gqview author and the only maintainer. Geeqie projects goal is
to move the development forward and also integrate the existing patches.

This package contains the old GTK3-based version.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.169 2026/07/28 05:40:24 wiz Exp $
d5 1
@

