aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Saietskii <vsasjason@gmail.com>2023-09-02 09:38:11 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-09-02 09:56:51 +0000
commit161c8368dc2326187d48d0f026f0212e961ab857 (patch)
treebc24bf162a120296e8b9be6dab55f9806bdb1d28
parentc868776211abf318d9e8b7551a8a4d291d183e1d (diff)
downloadports-161c8368dc2326187d48d0f026f0212e961ab857.tar.gz
ports-161c8368dc2326187d48d0f026f0212e961ab857.zip
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 (cherry picked from commit b7ca0e85105a9ac68a9d9ea1bdac98dfcf766333)
-rw-r--r--graphics/ristretto/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile
index 4b67e9d7bbe0..a9c380b2a915 100644
--- a/graphics/ristretto/Makefile
+++ b/graphics/ristretto/Makefile
@@ -1,5 +1,6 @@
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>