1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11-fm/nautilus-python/Makefile
Baptiste Daroussin 8a016444ba First batch at upgrading gnome to 3.36/3.38
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
    OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0

Update cheese to 3.38.0
Update aisleriot to 3.22.9
Update five-or-more to 3.22.2
Update fastream to 0.2.9
Update gnome-control-center to 3.36.4
Update gnmoe-settings-daemon to 3.38.0
Update meld to 3.21.0

Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of
all dependant ports not touched by this update
Update gnome-session to 3.38.0
Update gnome-shell to 3.36.6, now run depends on gdm
Update gnome-shell-extensions to 3.36.3
Update mutter to 3.36.6
2020-09-29 12:07:28 +00:00

32 lines
646 B
Makefile

# $FreeBSD$
PORTNAME= nautilus-python
DISTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= x11-fm gnome python
MASTER_SITES= GNOME
MAINTAINER= daniel@shafer.cc
COMMENT= Python nautilus bindings
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake gnome libtool localbase pathfix pkgconfig python:3.6+ \
tar:xz
USE_GNOME= cairo gdkpixbuf2 nautilus3 pygobject3
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= GTKDOC
OPTIONS_SUB= yes
GTKDOC_MESON_TRUE= gtk_doc
GTKDOC_DESC= Build documentation
GTKDOC_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
GTKDOC_CONFIGURE_ENABLE= gtk-doc
.include <bsd.port.mk>