pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gdk-pixbuf2
Module Name: pkgsrc
Committed By: nia
Date: Fri Apr 16 06:43:48 UTC 2021
Modified Files:
pkgsrc/graphics/gdk-pixbuf2: Makefile PLIST
Log Message:
gdk-pixbuf2: install man pages
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/gdk-pixbuf2/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/gdk-pixbuf2/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.46 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.47
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.46 Mon Apr 12 11:33:16 2021
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile Fri Apr 16 06:43:48 2021
@@ -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/gd
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}/out
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
Index: pkgsrc/graphics/gdk-pixbuf2/PLIST
diff -u pkgsrc/graphics/gdk-pixbuf2/PLIST:1.19 pkgsrc/graphics/gdk-pixbuf2/PLIST:1.20
--- pkgsrc/graphics/gdk-pixbuf2/PLIST:1.19 Wed Nov 6 13:52:51 2019
+++ pkgsrc/graphics/gdk-pixbuf2/PLIST Fri Apr 16 06:43:48 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index