Date: Wed, 15 May 2024 15:13:02 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2a997d7a89f1 - main - deskutils/elementary-calendar: Update to 7.0.0 Message-ID: <202405151513.44FFD2F8084721@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a997d7a89f11b6fb95680e829f07c9688be27bc commit 2a997d7a89f11b6fb95680e829f07c9688be27bc Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2024-05-15 15:13:00 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2024-05-15 15:13:00 +0000 deskutils/elementary-calendar: Update to 7.0.0 --- deskutils/elementary-calendar/Makefile | 13 ++++++------- deskutils/elementary-calendar/distinfo | 6 +++--- deskutils/elementary-calendar/pkg-plist | 2 -- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/deskutils/elementary-calendar/Makefile b/deskutils/elementary-calendar/Makefile index 628443215874..aac301ce98b8 100644 --- a/deskutils/elementary-calendar/Makefile +++ b/deskutils/elementary-calendar/Makefile @@ -1,6 +1,5 @@ PORTNAME= calendar -DISTVERSION= 6.1.2 -PORTREVISION= 2 +DISTVERSION= 7.0.0 CATEGORIES= deskutils PKGNAMEPREFIX= elementary- @@ -11,8 +10,7 @@ WWW= https://github.com/elementary/calendar LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcanberra.so:audio/libcanberra \ - libchamplain-0.12.so:graphics/libchamplain \ +LIB_DEPENDS= 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 \ @@ -21,15 +19,16 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ 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 \ + libical-glib.so:devel/libical \ + libportal.so:deskutils/libportal \ + libportal-gtk3.so:deskutils/libportal-gtk3 \ libsoup-2.4.so:devel/libsoup RUN_DEPENDS= consolekit2>0:sysutils/consolekit2 USES= desktop-file-utils gettext gnome meson pkgconfig vala:build USE_GITHUB= yes GH_ACCOUNT= elementary -USE_GNOME= gdkpixbuf2 glib20 gtk30 evolutiondataserver3 +USE_GNOME= evolutiondataserver3 gdkpixbuf2 glib20 gtk30 GLIB_SCHEMAS= io.elementary.calendar.gschema.xml .include <bsd.port.mk> diff --git a/deskutils/elementary-calendar/distinfo b/deskutils/elementary-calendar/distinfo index 7eb8c300e7ea..ae96f9d492f1 100644 --- a/deskutils/elementary-calendar/distinfo +++ b/deskutils/elementary-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674251085 -SHA256 (elementary-calendar-6.1.2_GH0.tar.gz) = 4051f4d190d2144054c3fb637e53281850a7db858771d73adf157c914dba8f31 -SIZE (elementary-calendar-6.1.2_GH0.tar.gz) = 629552 +TIMESTAMP = 1715737776 +SHA256 (elementary-calendar-7.0.0_GH0.tar.gz) = 389a46896b8cf883ef30cf60eab9edd397cfa38a2375164f833921b1ff72aefc +SIZE (elementary-calendar-7.0.0_GH0.tar.gz) = 631730 diff --git a/deskutils/elementary-calendar/pkg-plist b/deskutils/elementary-calendar/pkg-plist index 7a166ca7d536..829b2493dc81 100644 --- a/deskutils/elementary-calendar/pkg-plist +++ b/deskutils/elementary-calendar/pkg-plist @@ -1,5 +1,4 @@ bin/io.elementary.calendar -etc/xdg/autostart/io.elementary.calendar-daemon.desktop include/elementary-calendar/elementary-calendar.h lib/io.elementary.calendar/plugins/CalDAV/libcaldav.so lib/io.elementary.calendar/plugins/Google/libgoogle.so @@ -104,6 +103,5 @@ share/locale/vi/LC_MESSAGES/io.elementary.calendar.mo share/locale/zh/LC_MESSAGES/io.elementary.calendar.mo share/locale/zh_CN/LC_MESSAGES/io.elementary.calendar.mo share/locale/zh_TW/LC_MESSAGES/io.elementary.calendar.mo -share/metainfo/io.elementary.calendar.appdata.xml share/vala/vapi/elementary-calendar.deps share/vala/vapi/elementary-calendar.vapi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405151513.44FFD2F8084721>