diff options
author | nia <nia@pkgsrc.org> | 2021-04-16 06:43:48 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-16 06:43:48 +0000 |
commit | 96b8427f0c4af9a2d399e8e869fd60f3a638cdda (patch) | |
tree | 60c2a613b4178b12f515992ebaaf07e0af014f58 /graphics/gdk-pixbuf2 | |
parent | f9ae5eaa7ebf0e96a485f8eb9a96419f08c109de (diff) | |
download | pkgsrc-96b8427f0c4af9a2d399e8e869fd60f3a638cdda.tar.gz |
gdk-pixbuf2: install man pages
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 8 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/PLIST | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index f3e7149f6bc..b7c3b2f1fb1 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2021/04/12 11:33:16 nia Exp $ +# $NetBSD: Makefile,v 1.47 2021/04/16 06:43:48 nia Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${MSITE_VERSION}/} EXTRACT_SUFX= .tar.xz @@ -12,6 +12,9 @@ HOMEPAGE= https://developer.gnome.org/gdk-pixbuf COMMENT= Library for image loading and manipulation LICENSE= gnu-gpl-v2 +TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt +TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl + CONFLICTS+= gtk2+<2.22 .include "../../graphics/gdk-pixbuf2/Makefile.version" @@ -21,7 +24,6 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf MESON_ARGS+= -D installed_tests=false MESON_ARGS+= -D x11=false -MESON_ARGS+= -D man=false PKGCONFIG_OVERRIDE_STAGE= pre-install PKGCONFIG_OVERRIDE= output/meson-private/gdk-pixbuf-2.0.pc diff --git a/graphics/gdk-pixbuf2/PLIST b/graphics/gdk-pixbuf2/PLIST index a4cc6eafad3..095f6129a9e 100644 --- a/graphics/gdk-pixbuf2/PLIST +++ b/graphics/gdk-pixbuf2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2019/11/06 13:52:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.20 2021/04/16 06:43:48 nia Exp $ bin/gdk-pixbuf-csource bin/gdk-pixbuf-pixdata bin/gdk-pixbuf-query-loaders @@ -35,6 +35,8 @@ lib/libgdk_pixbuf-2.0.so lib/libgdk_pixbuf-2.0.so.0 lib/libgdk_pixbuf-2.0.so.0.4000.0 lib/pkgconfig/gdk-pixbuf-2.0.pc +man/man1/gdk-pixbuf-csource.1 +man/man1/gdk-pixbuf-query-loaders.1 share/gir-1.0/GdkPixbuf-2.0.gir share/gir-1.0/GdkPixdata-2.0.gir share/locale/af/LC_MESSAGES/gdk-pixbuf.mo |