b5687f8a8a
Release notes are at https://github.com/elementary/granite/releases/tag/6.2.0 Bumping PORTREVISION of consumers, too, because of the crash-fix. PR: 260024 Reported by: Olivier Duchateau
35 lines
1,017 B
Makefile
35 lines
1,017 B
Makefile
PORTNAME= calendar
|
|
DISTVERSION= 6.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
PKGNAMEPREFIX= elementary-
|
|
|
|
MAINTAINER= nc@FreeBSD.org
|
|
COMMENT= Desktop calendar app designed for elementary OS
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
|
|
libchamplain-0.12.so:graphics/libchamplain \
|
|
libclutter-1.0.so:graphics/clutter \
|
|
libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
|
|
libfolks.so:net-im/folks \
|
|
libgee-0.8.so:devel/libgee \
|
|
libgeoclue-2.so:net/geoclue \
|
|
libgeocode-glib.so:net/geocode-glib \
|
|
libgranite.so:x11-toolkits/granite \
|
|
libhandy-1.so:x11-toolkits/libhandy \
|
|
libical.so:devel/libical \
|
|
libnotify.so:devel/libnotify \
|
|
libsoup-2.4.so:devel/libsoup
|
|
RUN_DEPENDS= consolekit2>0:sysutils/consolekit2
|
|
|
|
USES= desktop-file-utils gettext gnome meson pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= elementary
|
|
USE_GNOME= glib20 gtk30 evolutiondataserver3
|
|
GLIB_SCHEMAS= io.elementary.calendar.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|