Skip to content
Snippets Groups Projects
Commit b7ca0e85 authored by Anton Saietskii's avatar Anton Saietskii Committed by Guido Falsi
Browse files

graphics/ristretto: Add optional tumbler dependency

Ristretto uses xfce tumbler service via dbus to generate thumbnails.

This adds a new TUMBLER option (on by defualt) to set an explicit
runtime dependency for tumbler.

PR:		273496
parent 6ca711ce
No related merge requests found
PORTNAME= ristretto
PORTVERSION= 0.13.1
PORTREVISION= 1
CATEGORIES= graphics xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
......@@ -22,10 +23,15 @@ USE_XORG= ice sm x11
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NLS
OPTIONS_DEFINE= NLS TUMBLER
OPTIONS_DEFAULT= TUMBLER
OPTIONS_SUB= yes
TUMBLER_DESC= Install Tumbler dependency for creating thumbnails
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
TUMBLER_RUN_DEPENDS= xfce4-tumbler>0:deskutils/xfce4-tumbler
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment