diff options
Diffstat (limited to 'x11-fm/nautilus-python/Makefile')
-rw-r--r-- | x11-fm/nautilus-python/Makefile | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/x11-fm/nautilus-python/Makefile b/x11-fm/nautilus-python/Makefile index 863f5e53d6ae..b3a69c51e747 100644 --- a/x11-fm/nautilus-python/Makefile +++ b/x11-fm/nautilus-python/Makefile @@ -1,32 +1,25 @@ PORTNAME= nautilus-python -DISTVERSION= 1.2.3 -PORTREVISION= 5 +DISTVERSION= 4.0.1 CATEGORIES= x11-fm gnome python MASTER_SITES= GNOME MAINTAINER= daniel@shafer.cc -COMMENT= Python nautilus bindings -WWW= https://wiki.gnome.org/Projects/NautilusPython +COMMENT= Python bindings for the Nautilus extension framework +WWW= https://gitlab.gnome.org/GNOME/nautilus-python -BROKEN= does not work with latest nautilus - -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome libtool localbase pathfix pkgconfig python \ - tar:xz -USE_GNOME= cairo gdkpixbuf nautilus3 pygobject3 +USES= gnome localbase meson pkgconfig python tar:xz +USE_GNOME= glib20 nautilus4 pygobject3 USE_LDCONFIG= yes - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +BINARY_ALIAS= python3=${PYTHON_VERSION} OPTIONS_DEFINE= GTKDOC OPTIONS_SUB= yes -GTKDOC_MESON_TRUE= gtk_doc +GTKDOC_MESON_ENABLED= docs GTKDOC_DESC= Build documentation GTKDOC_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc -GTKDOC_CONFIGURE_ENABLE= gtk-doc .include <bsd.port.mk> |