From owner-dev-commits-ports-main@freebsd.org Mon Aug 9 17:19:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AAD7C658110; Mon, 9 Aug 2021 17:19:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gk2rd4CBMz4thC; Mon, 9 Aug 2021 17:19:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 779213DBA; Mon, 9 Aug 2021 17:19:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 179HJjWu062497; Mon, 9 Aug 2021 17:19:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 179HJjCq062496; Mon, 9 Aug 2021 17:19:45 GMT (envelope-from git) Date: Mon, 9 Aug 2021 17:19:45 GMT Message-Id: <202108091719.179HJjCq062496@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 21929b9e2261 - main - deskutils/elementary-calendar: update to 6.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 21929b9e2261b11de1e6b7ad4ddd4cb8760beb13 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 17:19:45 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=21929b9e2261b11de1e6b7ad4ddd4cb8760beb13 commit 21929b9e2261b11de1e6b7ad4ddd4cb8760beb13 Author: Olivier Duchateau AuthorDate: 2021-08-09 17:18:24 +0000 Commit: Neel Chauhan CommitDate: 2021-08-09 17:19:27 +0000 deskutils/elementary-calendar: update to 6.0.0 PR: 257716 --- deskutils/elementary-calendar/Makefile | 17 ++-- deskutils/elementary-calendar/distinfo | 6 +- .../patch-core_Services_Calendar_TimeManager.vala | 17 ++++ deskutils/elementary-calendar/pkg-plist | 97 ++++++++++++++++++++++ 4 files changed, 126 insertions(+), 11 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 diff --git a/deskutils/elementary-calendar/distinfo b/deskutils/elementary-calendar/distinfo index 8339a25075f8..5baea1e7aeb6 100644 --- a/deskutils/elementary-calendar/distinfo +++ b/deskutils/elementary-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609034354 -SHA256 (elementary-calendar-5.1.1_GH0.tar.gz) = 59e9e775c355791f093580fab73e45a8b0581b70899c2bb89e870b9e89b39573 -SIZE (elementary-calendar-5.1.1_GH0.tar.gz) = 505188 +TIMESTAMP = 1628353363 +SHA256 (elementary-calendar-6.0.0_GH0.tar.gz) = 979311083ff8a2b0ee87208859340e2aa2301c4e0d01ed10955f8375f1048562 +SIZE (elementary-calendar-6.0.0_GH0.tar.gz) = 633877 diff --git a/deskutils/elementary-calendar/files/patch-core_Services_Calendar_TimeManager.vala b/deskutils/elementary-calendar/files/patch-core_Services_Calendar_TimeManager.vala new file mode 100644 index 000000000000..c89fdb10ccf1 --- /dev/null +++ b/deskutils/elementary-calendar/files/patch-core_Services_Calendar_TimeManager.vala @@ -0,0 +1,17 @@ +--- core/Services/Calendar/TimeManager.vala.orig 2021-07-21 02:56:10 UTC ++++ core/Services/Calendar/TimeManager.vala +@@ -1,4 +1,4 @@ +-[DBus (name = "org.freedesktop.login1.Manager")] ++[DBus (name = "org.freedesktop.ConsoleKit.Manager")] + private interface FDO.LoginManager : Object { + // Called when computer is going to sleep or waking up. + // start is true when going to sleep, false when waking up. +@@ -27,7 +27,7 @@ public class Calendar.TimeManager : Object { + try { + // Setup login_manager to listen for sleep signal. + // When computer wakes up (!sleeping), update time. +- login_manager = Bus.get_proxy_sync (BusType.SYSTEM, "org.freedesktop.login1", "/org/freedesktop/login1"); ++ login_manager = Bus.get_proxy_sync (BusType.SYSTEM, "org.freedesktop.ConsoleKit", "/org/freedesktop/ConsoleKit/Manager"); + login_manager.prepare_for_sleep.connect ((sleeping) => { + if (!sleeping) { + on_update_today (); diff --git a/deskutils/elementary-calendar/pkg-plist b/deskutils/elementary-calendar/pkg-plist index 7bb7c6627370..5572929a4e5d 100644 --- a/deskutils/elementary-calendar/pkg-plist +++ b/deskutils/elementary-calendar/pkg-plist @@ -8,5 +8,102 @@ lib/libelementary-calendar.so.0 lib/libelementary-calendar.so.0.1 libdata/pkgconfig/elementary-calendar.pc libexec/io.elementary.calendar-daemon +share/applications/io.elementary.calendar.desktop +share/icons/hicolor/128x128/apps/io.elementary.calendar.svg +share/icons/hicolor/128x128@2/apps/io.elementary.calendar.svg +share/icons/hicolor/16x16/apps/io.elementary.calendar.svg +share/icons/hicolor/16x16@2/apps/io.elementary.calendar.svg +share/icons/hicolor/24x24/apps/io.elementary.calendar.svg +share/icons/hicolor/24x24@2/apps/io.elementary.calendar.svg +share/icons/hicolor/32x32/apps/io.elementary.calendar.svg +share/icons/hicolor/32x32@2/apps/io.elementary.calendar.svg +share/icons/hicolor/48x48/apps/io.elementary.calendar.svg +share/icons/hicolor/48x48@2/apps/io.elementary.calendar.svg +share/icons/hicolor/64x64/apps/io.elementary.calendar.svg +share/icons/hicolor/64x64@2/apps/io.elementary.calendar.svg +share/locale/af/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ak/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ar/LC_MESSAGES/io.elementary.calendar.mo +share/locale/az/LC_MESSAGES/io.elementary.calendar.mo +share/locale/be/LC_MESSAGES/io.elementary.calendar.mo +share/locale/bg/LC_MESSAGES/io.elementary.calendar.mo +share/locale/bn/LC_MESSAGES/io.elementary.calendar.mo +share/locale/bs/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ca/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ckb/LC_MESSAGES/io.elementary.calendar.mo +share/locale/cs/LC_MESSAGES/io.elementary.calendar.mo +share/locale/cv/LC_MESSAGES/io.elementary.calendar.mo +share/locale/da/LC_MESSAGES/io.elementary.calendar.mo +share/locale/de/LC_MESSAGES/io.elementary.calendar.mo +share/locale/el/LC_MESSAGES/io.elementary.calendar.mo +share/locale/en_AU/LC_MESSAGES/io.elementary.calendar.mo +share/locale/en_CA/LC_MESSAGES/io.elementary.calendar.mo +share/locale/en_GB/LC_MESSAGES/io.elementary.calendar.mo +share/locale/eo/LC_MESSAGES/io.elementary.calendar.mo +share/locale/es/LC_MESSAGES/io.elementary.calendar.mo +share/locale/et/LC_MESSAGES/io.elementary.calendar.mo +share/locale/eu/LC_MESSAGES/io.elementary.calendar.mo +share/locale/fa/LC_MESSAGES/io.elementary.calendar.mo +share/locale/fi/LC_MESSAGES/io.elementary.calendar.mo +share/locale/fr/LC_MESSAGES/io.elementary.calendar.mo +share/locale/fr_CA/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ga/LC_MESSAGES/io.elementary.calendar.mo +share/locale/gl/LC_MESSAGES/io.elementary.calendar.mo +share/locale/he/LC_MESSAGES/io.elementary.calendar.mo +share/locale/hi/LC_MESSAGES/io.elementary.calendar.mo +share/locale/hr/LC_MESSAGES/io.elementary.calendar.mo +share/locale/hu/LC_MESSAGES/io.elementary.calendar.mo +share/locale/hy/LC_MESSAGES/io.elementary.calendar.mo +share/locale/id/LC_MESSAGES/io.elementary.calendar.mo +share/locale/is/LC_MESSAGES/io.elementary.calendar.mo +share/locale/it/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ja/LC_MESSAGES/io.elementary.calendar.mo +share/locale/jv/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ka/LC_MESSAGES/io.elementary.calendar.mo +share/locale/kn/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ko/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ku/LC_MESSAGES/io.elementary.calendar.mo +share/locale/lb/LC_MESSAGES/io.elementary.calendar.mo +share/locale/lg/LC_MESSAGES/io.elementary.calendar.mo +share/locale/lt/LC_MESSAGES/io.elementary.calendar.mo +share/locale/lv/LC_MESSAGES/io.elementary.calendar.mo +share/locale/mg/LC_MESSAGES/io.elementary.calendar.mo +share/locale/mk/LC_MESSAGES/io.elementary.calendar.mo +share/locale/mn/LC_MESSAGES/io.elementary.calendar.mo +share/locale/mo/LC_MESSAGES/io.elementary.calendar.mo +share/locale/mr/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ms/LC_MESSAGES/io.elementary.calendar.mo +share/locale/my/LC_MESSAGES/io.elementary.calendar.mo +share/locale/nb/LC_MESSAGES/io.elementary.calendar.mo +share/locale/nl/LC_MESSAGES/io.elementary.calendar.mo +share/locale/nn/LC_MESSAGES/io.elementary.calendar.mo +share/locale/pl/LC_MESSAGES/io.elementary.calendar.mo +share/locale/pt/LC_MESSAGES/io.elementary.calendar.mo +share/locale/pt_BR/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ro/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ru/LC_MESSAGES/io.elementary.calendar.mo +share/locale/sa/LC_MESSAGES/io.elementary.calendar.mo +share/locale/si/LC_MESSAGES/io.elementary.calendar.mo +share/locale/sk/LC_MESSAGES/io.elementary.calendar.mo +share/locale/sl/LC_MESSAGES/io.elementary.calendar.mo +share/locale/sma/LC_MESSAGES/io.elementary.calendar.mo +share/locale/sq/LC_MESSAGES/io.elementary.calendar.mo +share/locale/sr/LC_MESSAGES/io.elementary.calendar.mo +share/locale/sv/LC_MESSAGES/io.elementary.calendar.mo +share/locale/szl/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ta/LC_MESSAGES/io.elementary.calendar.mo +share/locale/te/LC_MESSAGES/io.elementary.calendar.mo +share/locale/th/LC_MESSAGES/io.elementary.calendar.mo +share/locale/tl/LC_MESSAGES/io.elementary.calendar.mo +share/locale/tr/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ug/LC_MESSAGES/io.elementary.calendar.mo +share/locale/uk/LC_MESSAGES/io.elementary.calendar.mo +share/locale/ur/LC_MESSAGES/io.elementary.calendar.mo +share/locale/uz/LC_MESSAGES/io.elementary.calendar.mo +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