diff options
| author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2021-08-09 17:18:24 +0000 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2021-08-09 17:19:27 +0000 |
| commit | 21929b9e2261b11de1e6b7ad4ddd4cb8760beb13 (patch) | |
| tree | fa5c7e9fbd915ecc061b886da98d07fec7dc7673 /deskutils/elementary-calendar/Makefile | |
| parent | 3fe1745c5d4a9a72e527a2be8f76b9ade279b843 (diff) | |
deskutils/elementary-calendar: update to 6.0.0
PR: 257716
Diffstat (limited to 'deskutils/elementary-calendar/Makefile')
| -rw-r--r-- | deskutils/elementary-calendar/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/deskutils/elementary-calendar/Makefile b/deskutils/elementary-calendar/Makefile index 30cf41ba31d6..9ddfcc07f8e4 100644 --- a/deskutils/elementary-calendar/Makefile +++ b/deskutils/elementary-calendar/Makefile @@ -1,7 +1,7 @@ -PORTNAME= elementary-calendar -DISTVERSION= 5.1.1 -PORTREVISION= 2 +PORTNAME= calendar +DISTVERSION= 6.0.0 CATEGORIES= deskutils +PKGNAMEPREFIX= elementary- MAINTAINER= nc@FreeBSD.org COMMENT= Desktop calendar app designed for elementary OS @@ -13,7 +13,7 @@ BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libchamplain-0.12.so:graphics/libchamplain \ libclutter-1.0.so:graphics/clutter \ - libedataserver-1.2.so:databases/evolution-data-server \ + libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libfolks.so:net-im/folks \ libgee-0.8.so:devel/libgee \ libgeoclue-2.so:net/geoclue \ @@ -21,13 +21,14 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libgranite.so:x11-toolkits/granite \ libhandy-1.so:x11-toolkits/libhandy \ libical.so:devel/libical \ - libnotify.so:devel/libnotify + libnotify.so:devel/libnotify \ + libsoup-2.4.so:devel/libsoup +RUN_DEPENDS= consolekit2>0:sysutils/consolekit2 -USES= gnome meson pkgconfig +USES= desktop-file-utils gnome meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= elementary -GH_PROJECT= calendar -USE_GNOME= glib20 gtk30 +USE_GNOME= glib20 gtk30 evolutiondataserver3 GLIB_SCHEMAS= io.elementary.calendar.gschema.xml INSTALLS_ICONS= yes |
