From owner-svn-ports-head@freebsd.org Fri Jan 1 09:56:23 2021 Return-Path: Delivered-To: svn-ports-head@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 2E9494C3776; Fri, 1 Jan 2021 09:56:23 +0000 (UTC) (envelope-from pi@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6gQb0c2fz4dy6; Fri, 1 Jan 2021 09:56:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 032D1209C7; Fri, 1 Jan 2021 09:56:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1019uMM0087830; Fri, 1 Jan 2021 09:56:22 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1019uLsP087824; Fri, 1 Jan 2021 09:56:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202101010956.1019uLsP087824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 1 Jan 2021 09:56:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559818 - in head/deskutils: . elementary-calendar elementary-calendar/files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/deskutils: . elementary-calendar elementary-calendar/files X-SVN-Commit-Revision: 559818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2021 09:56:23 -0000 Author: pi Date: Fri Jan 1 09:56:21 2021 New Revision: 559818 URL: https://svnweb.freebsd.org/changeset/ports/559818 Log: New port: deskutils/elementary-calendar: Desktop calendar app designed for elementary OS Desktop calendar app designed for elementary OS. WWW: https://github.com/elementary/calendar PR: 252185 Submitted by: Neel Chauhan Added: head/deskutils/elementary-calendar/ head/deskutils/elementary-calendar/Makefile (contents, props changed) head/deskutils/elementary-calendar/distinfo (contents, props changed) head/deskutils/elementary-calendar/files/ head/deskutils/elementary-calendar/files/patch-core_Services_Calendar_EventStore.vala (contents, props changed) head/deskutils/elementary-calendar/pkg-descr (contents, props changed) head/deskutils/elementary-calendar/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Jan 1 09:42:22 2021 (r559817) +++ head/deskutils/Makefile Fri Jan 1 09:56:21 2021 (r559818) @@ -47,6 +47,7 @@ SUBDIR += dstask SUBDIR += easystroke SUBDIR += egroupware + SUBDIR += elementary-calendar SUBDIR += fasd SUBDIR += fbreader SUBDIR += fet Added: head/deskutils/elementary-calendar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/elementary-calendar/Makefile Fri Jan 1 09:56:21 2021 (r559818) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= elementary-calendar +DISTVERSION= 5.1.1 +CATEGORIES= deskutils + +MAINTAINER= neel@neelc.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 \ + libedataserver-1.2.so:databases/evolution-data-server \ + 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 + +USES= gnome meson pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= elementary +GH_PROJECT= calendar +USE_GNOME= glib20 gtk30 +GLIB_SCHEMAS= io.elementary.calendar.gschema.xml +INSTALLS_ICONS= yes + +.include Added: head/deskutils/elementary-calendar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/elementary-calendar/distinfo Fri Jan 1 09:56:21 2021 (r559818) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609034354 +SHA256 (elementary-calendar-5.1.1_GH0.tar.gz) = 59e9e775c355791f093580fab73e45a8b0581b70899c2bb89e870b9e89b39573 +SIZE (elementary-calendar-5.1.1_GH0.tar.gz) = 505188 Added: head/deskutils/elementary-calendar/files/patch-core_Services_Calendar_EventStore.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/elementary-calendar/files/patch-core_Services_Calendar_EventStore.vala Fri Jan 1 09:56:21 2021 (r559818) @@ -0,0 +1,20 @@ +--- core/Services/Calendar/EventStore.vala.orig 2020-10-08 20:26:30 UTC ++++ core/Services/Calendar/EventStore.vala +@@ -303,7 +303,7 @@ public class Calendar.EventStore : Object { + // number we want, so we convert the pointer address to a uint to get + // the data. Since the pointer address is actually data, using it as a + // pointer will segfault. +- uint week_day1 = (uint) Posix.NLTime.WEEK_1STDAY.to_string (); ++ uint week_day1 = (uint) Posix.NLItem.DAY_1.to_string (); + var week_1stday = 0; // Default to 0 if unrecognized data + if (week_day1 == 19971130) { // Sunday + week_1stday = 0; +@@ -322,7 +322,7 @@ public class Calendar.EventStore : Object { + // Get the start of week + // HACK This line produces a string of 3 bytes. It takes the raw value + // of the first one and uses that as the value of week_start. +- int week_start_posix = Posix.NLTime.FIRST_WEEKDAY.to_string ().data[0]; ++ int week_start_posix = Posix.NLItem.DAY_1.to_string ().data[0]; + + var week_start = week_start_posix + glib_offset; + if (week_start == 0) { // Sunday special case Added: head/deskutils/elementary-calendar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/elementary-calendar/pkg-descr Fri Jan 1 09:56:21 2021 (r559818) @@ -0,0 +1,3 @@ +Desktop calendar app designed for elementary OS. + +WWW: https://github.com/elementary/calendar Added: head/deskutils/elementary-calendar/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/elementary-calendar/pkg-plist Fri Jan 1 09:56:21 2021 (r559818) @@ -0,0 +1,12 @@ +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 +lib/libelementary-calendar.so +lib/libelementary-calendar.so.0 +lib/libelementary-calendar.so.0.1 +libdata/pkgconfig/elementary-calendar.pc +libexec/io.elementary.calendar-daemon +share/vala/vapi/elementary-calendar.deps +share/vala/vapi/elementary-calendar.vapi