8a016444ba
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
39 lines
1010 B
Makefile
39 lines
1010 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-todo
|
|
PORTVERSION= 3.28.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Small application to manage your personal tasks
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= appstream-util:devel/appstream-glib
|
|
LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \
|
|
libgoa-1.0.so:net/gnome-online-accounts \
|
|
libsecret-1.so:security/libsecret \
|
|
libsoup-2.4.so:devel/libsoup \
|
|
libical.so:devel/libical
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= compiler:c11 gettext gnome localbase meson pkgconfig \
|
|
python:3.4+,build shebangfix tar:xz
|
|
USE_GNOME= cairo evolutiondataserver3 gnomedesktop3 gtk30 introspection
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
SHEBANG_FILES= meson_post_install.py
|
|
|
|
GLIB_SCHEMAS= org.gnome.todo.background.gschema.xml \
|
|
org.gnome.todo.enums.xml \
|
|
org.gnome.todo.gschema.xml \
|
|
org.gnome.todo.txt.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|