x11/xfce4-tumbler: fix PLIST so it handles options correctly
The PLIST was not reflecting optional dependencies correctly. (It was also not necessary to include ffmpeg3 as a fixed dependency in the make file. That gets pulled in via ffmpegthumbnailer anyway, which is an option.) No PKGREVISION, because this doesn't affect the default build.
This commit is contained in:
parent
0cf3070c44
commit
76b4a1e474
2 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.57 2019/01/18 14:00:40 youri Exp $
|
||||
# $NetBSD: Makefile,v 1.58 2019/01/19 01:51:15 gutteridge Exp $
|
||||
|
||||
.include "../../meta-pkgs/xfce4/Makefile.common"
|
||||
|
||||
|
@ -39,7 +39,6 @@ CFLAGS+= -g
|
|||
.include "../../graphics/openjpeg/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
||||
.include "../../multimedia/ffmpeg3/buildlink3.mk"
|
||||
.include "../../sysutils/dbus/buildlink3.mk"
|
||||
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2018/05/15 22:22:02 youri Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2019/01/19 01:51:15 gutteridge Exp $
|
||||
include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h
|
||||
include/tumbler-1/tumbler/tumbler-cache-plugin.h
|
||||
include/tumbler-1/tumbler/tumbler-cache.h
|
||||
|
@ -22,12 +22,12 @@ lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so
|
|||
lib/tumbler-1/plugins/cache/tumbler-xdg-cache.la
|
||||
lib/tumbler-1/plugins/tumbler-cover-thumbnailer.la
|
||||
lib/tumbler-1/plugins/tumbler-desktop-thumbnailer.la
|
||||
lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la
|
||||
${PLIST.ffmpegthumbnailer}lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la
|
||||
lib/tumbler-1/plugins/tumbler-font-thumbnailer.la
|
||||
lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la
|
||||
lib/tumbler-1/plugins/tumbler-odf-thumbnailer.la
|
||||
${PLIST.jpeg}lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la
|
||||
${PLIST.odf}lib/tumbler-1/plugins/tumbler-odf-thumbnailer.la
|
||||
lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la
|
||||
lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la
|
||||
${PLIST.pdf}lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la
|
||||
lib/tumbler-1/tumblerd
|
||||
share/dbus-1/services/org.xfce.Tumbler.Cache1.service
|
||||
share/dbus-1/services/org.xfce.Tumbler.Manager1.service
|
||||
|
|
Loading…
Reference in a new issue