diff options
Diffstat (limited to 'x11-fm/nemo/Makefile')
-rw-r--r-- | x11-fm/nemo/Makefile | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index 76c50100a16d..06cd5b8b4ebe 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -1,6 +1,5 @@ PORTNAME= nemo -PORTVERSION= 5.4.2 -PORTREVISION= 7 +DISTVERSION= 6.4.5 CATEGORIES= x11-fm gnome DIST_SUBDIR= gnome @@ -13,27 +12,36 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB -BUILD_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libcinnamon-desktop.so:x11/cinnamon-desktop \ - libxapp.so:x11/xapp -RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \ + 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} \ + ${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 + gvfs>0:filesystems/gvfs \ + html2text:textproc/html2text \ + id3:audio/id3mtag \ + pdftotext:graphics/poppler-utils \ + ps2ascii:print/ghostscript10 -USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \ - python shared-mime-info shebangfix xorg +USES= compiler:c11 desktop-file-utils gettext-runtime gnome meson pkgconfig \ + python localbase shebangfix xorg -SHEBANG_FILES= generate_additional_file makepot search-helpers/nemo-xls-to-txt +SHEBANG_FILES= generate_additional_file 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 intlhack introspection libgsf \ - libxml2 pango pygobject3 +USE_GNOME= cairo gdkpixbuf gtk30 intltool pygobject3 libgsf \ + introspection:build -USE_XORG= x11 +USE_XORG= x11 xext xorgproto xrender MESON_ARGS= -Dtracker=false @@ -43,7 +51,6 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXEMPI EXIF OPTIONS_DEFAULT= DOCS EXEMPI EXIF -OPTIONS_SUB= yes EXEMPI_DESC= XMP support EXIF_DESC= Digital camera file meta-data support |