Thu Nov 19 19:28:49 2020 UTC ()
eog: Needs itstool


(nia)
diff -r1.108 -r1.109 pkgsrc/graphics/eog/Makefile

cvs diff -r1.108 -r1.109 pkgsrc/graphics/eog/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/eog/Makefile 2020/11/12 09:44:00 1.108
+++ pkgsrc/graphics/eog/Makefile 2020/11/19 19:28:49 1.109
@@ -1,29 +1,31 @@ @@ -1,29 +1,31 @@
1# $NetBSD: Makefile,v 1.108 2020/11/12 09:44:00 nia Exp $ 1# $NetBSD: Makefile,v 1.109 2020/11/19 19:28:49 nia Exp $
2 2
3DISTNAME= eog-3.38.0 3DISTNAME= eog-3.38.0
4CATEGORIES= graphics gnome 4CATEGORIES= graphics gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/${PKGVERSION_NOREV:R}/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= prlw1@cam.ac.uk 8MAINTAINER= prlw1@cam.ac.uk
9HOMEPAGE= https://www.gnome.org/ 9HOMEPAGE= https://www.gnome.org/
10COMMENT= Eye of GNOME: an image viewing and cataloging program 10COMMENT= Eye of GNOME: an image viewing and cataloging program
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13PREV_PKGPATH= graphics/eog3 13PREV_PKGPATH= graphics/eog3
14 14
15USE_TOOLS+= msgfmt pkg-config xgettext 15USE_TOOLS+= msgfmt pkg-config xgettext
16 16
 17TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
 18
17# some linux-only packaging thing 19# some linux-only packaging thing
18MESON_ARGS+= -Dlibportal=false 20MESON_ARGS+= -Dlibportal=false
19 21
20LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/eog 22LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/eog
21 23
22.include "../../mk/bsd.prefs.mk" 24.include "../../mk/bsd.prefs.mk"
23 25
24# msgfmt: unknown option -- desktop 26# msgfmt: unknown option -- desktop
25.if ${OPSYS} == "NetBSD" 27.if ${OPSYS} == "NetBSD"
26TOOLS_PLATFORM.msgfmt= 28TOOLS_PLATFORM.msgfmt=
27.endif 29.endif
28 30
29PYTHON_FOR_BUILD_ONLY= tool 31PYTHON_FOR_BUILD_ONLY= tool