diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index fb2ac8d162a..b450af855ee 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.79 2019/11/08 14:46:37 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.80 2019/11/10 16:10:12 ajacoutot Exp $ COMMENT= graphic library for GTK+ GNOME_PROJECT= gdk-pixbuf GNOME_VERSION= 2.40.0 -REVISION= 0 +REVISION= 1 CATEGORIES= graphics @@ -41,4 +41,12 @@ CONFIGURE_ARGS= -Dinstalled_tests=false \ TEST_DEPENDS= ${BASE_PKGPATH}=${GNOME_VERSION} +DEBUG_PACKAGES= - +DEBUG_FILES= bin/gdk-pixbuf-csource \ + bin/gdk-pixbuf-pixdata \ + bin/gdk-pixbuf-query-loaders \ + bin/gdk-pixbuf-thumbnailer \ + lib/libgdk_pixbuf-2.0.so.${LIBgdk_pixbuf-2.0_VERSION} \ + lib/libgdk_pixbuf_xlib-2.0.so.${LIBgdk_pixbuf_xlib-2.0_VERSION} + .include diff --git a/graphics/gdk-pixbuf2/pkg/PLIST-debug b/graphics/gdk-pixbuf2/pkg/PLIST-debug new file mode 100644 index 00000000000..909997f45db --- /dev/null +++ b/graphics/gdk-pixbuf2/pkg/PLIST-debug @@ -0,0 +1,7 @@ +@comment $OpenBSD: PLIST-debug,v 1.1 2019/11/10 16:10:12 ajacoutot Exp $ +bin/.debug/gdk-pixbuf-csource.dbg +bin/.debug/gdk-pixbuf-pixdata.dbg +bin/.debug/gdk-pixbuf-query-loaders.dbg +bin/.debug/gdk-pixbuf-thumbnailer.dbg +lib/.debug/libgdk_pixbuf-2.0.so.${LIBgdk_pixbuf-2.0_VERSION}.dbg +lib/.debug/libgdk_pixbuf_xlib-2.0.so.${LIBgdk_pixbuf_xlib-2.0_VERSION}.dbg