summaryrefslogtreecommitdiff
path: root/x11-fm/nemo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nemo/Makefile')
-rw-r--r--x11-fm/nemo/Makefile36
1 files changed, 17 insertions, 19 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile
index ed5d2a5dd1f5..bbb7275e42b5 100644
--- a/x11-fm/nemo/Makefile
+++ b/x11-fm/nemo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nemo
DISTVERSION= 6.4.5
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= x11-fm gnome
DIST_SUBDIR= gnome
@@ -15,46 +15,41 @@ LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libcinnamon-desktop.so:x11/cinnamon-desktop \
libxapp.so:x11/xapp \
- libjson-glib-1.0.so:devel/json-glib \
- libxmlb.so:textproc/libxmlb
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \
+ libjson-glib-1.0.so:devel/json-glib
+RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
+ ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xlrd>=0:textproc/py-xlrd@${PY_FLAVOR} \
catdoc:textproc/catdoc \
- exif:graphics/exif \
- gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
- gvfs>0:filesystems/gvfs \
html2text:textproc/html2text \
id3:audio/id3mtag \
- pdftotext:graphics/poppler-utils \
- ps2ascii:print/ghostscript10
+ pdftotext:graphics/poppler-utils
-USES= compiler:c11 desktop-file-utils gettext-runtime gnome meson pkgconfig \
- python localbase shebangfix xorg
+USES= compiler:c11 desktop-file-utils gettext-runtime ghostscript:run gnome \
+ localbase meson pkgconfig python shared-mime-info shebangfix xorg
-SHEBANG_FILES= generate_additional_file search-helpers/nemo-xls-to-txt \
+SHEBANG_FILES= generate_additional_file makepot search-helpers/nemo-xls-to-txt \
search-helpers/nemo-odf-to-txt
SHEBANG_GLOB= *.py
USE_GITHUB= yes
GH_ACCOUNT= linuxmint
-USE_GNOME= cairo gdkpixbuf gtk30 intltool pygobject3 libgsf \
- introspection:build
+USE_GNOME= cairo gdkpixbuf gtk30 gvfs:run intltool introspection:build libgsf \
+ pango pygobject3
-USE_XORG= x11 xext xorgproto xrender
-
-MESON_ARGS= -Dtracker=false
+USE_XORG= x11
GLIB_SCHEMAS= org.nemo.gschema.xml
USE_LDCONFIG= yes
-OPTIONS_DEFINE= DOCS EXEMPI EXIF
+OPTIONS_DEFINE= DOCS EXEMPI EXIF TRACKER
OPTIONS_DEFAULT= DOCS EXEMPI EXIF
+OPTIONS_SUB= yes
EXEMPI_DESC= XMP support
EXIF_DESC= Digital camera file meta-data support
+TRACKER_DESC= Integration with tracker
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
DOCS_MESON_TRUE= gtk_doc
@@ -65,4 +60,7 @@ EXEMPI_MESON_TRUE= xmp
EXIF_LIB_DEPENDS= libexif.so:graphics/libexif
EXIF_MESON_TRUE= exif
+TRACKER_LIB_DEPENDS= libtracker-sparql-3.0.so:devel/tinysparql
+TRACKER_MESON_TRUE= tracker
+
.include <bsd.port.mk>