Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] io.elementary.calendar: update to 5.0.4.
@ 2020-04-07  4:16 CameronNemo
  2020-04-07  5:15 ` [PR PATCH] [Updated] " CameronNemo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: CameronNemo @ 2020-04-07  4:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages io.elementary.calendar-5.0.4
https://github.com/void-linux/void-packages/pull/20716

io.elementary.calendar: update to 5.0.4.
None

A patch file from https://github.com/void-linux/void-packages/pull/20716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-io.elementary.calendar-5.0.4-20716.patch --]
[-- Type: text/x-diff, Size: 789 bytes --]

From 220b632c828cf2c8bab0c76367093b0d18f9e4f3 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 6 Apr 2020 21:12:02 -0700
Subject: [PATCH] io.elementary.calendar: update to 5.0.4.

---
 srcpkgs/io.elementary.calendar/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/io.elementary.calendar/template b/srcpkgs/io.elementary.calendar/template
index 7e704101298..7268fb15147 100644
--- a/srcpkgs/io.elementary.calendar/template
+++ b/srcpkgs/io.elementary.calendar/template
@@ -1,7 +1,7 @@
 # Template file for 'io.elementary.calendar'
 pkgname=io.elementary.calendar
-version=5.0
-revision=3
+version=5.0.4
+revision=1
 _git_commit=46346e48b53e9d3d59d9f567b622532338f50f32
 wrksrc="calendar-${_git_commit}"
 build_style=meson

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] io.elementary.calendar: update to 5.0.4.
  2020-04-07  4:16 [PR PATCH] io.elementary.calendar: update to 5.0.4 CameronNemo
@ 2020-04-07  5:15 ` CameronNemo
  2020-04-07  5:25 ` CameronNemo
  2020-04-10  7:28 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: CameronNemo @ 2020-04-07  5:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages io.elementary.calendar-5.0.4
https://github.com/void-linux/void-packages/pull/20716

io.elementary.calendar: update to 5.0.4.
None

A patch file from https://github.com/void-linux/void-packages/pull/20716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-io.elementary.calendar-5.0.4-20716.patch --]
[-- Type: text/x-diff, Size: 1875 bytes --]

From 233f836800cb15e2fda65b5f882558df5705cad0 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 6 Apr 2020 21:12:02 -0700
Subject: [PATCH] io.elementary.calendar: update to 5.0.4.

---
 srcpkgs/io.elementary.calendar/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/io.elementary.calendar/template b/srcpkgs/io.elementary.calendar/template
index 7e704101298..e47d2357370 100644
--- a/srcpkgs/io.elementary.calendar/template
+++ b/srcpkgs/io.elementary.calendar/template
@@ -1,21 +1,19 @@
 # Template file for 'io.elementary.calendar'
 pkgname=io.elementary.calendar
-version=5.0
-revision=3
-_git_commit=46346e48b53e9d3d59d9f567b622532338f50f32
-wrksrc="calendar-${_git_commit}"
+version=5.0.4
+revision=1
 build_style=meson
 build_helper="gir"
-hostmakedepends="intltool pkg-config vala desktop-file-utils AppStream"
-makedepends="granite-devel libglib-devel gtk+3-devel libgee08-devel
- libchamplain-devel clutter-devel evolution-data-server-devel
- folks-devel geocode-glib-devel geoclue2-devel libical-devel libnotify-devel"
+hostmakedepends="intltool pkg-config vala glib-devel desktop-file-utils AppStream"
+makedepends="granite-devel  libchamplain-devel clutter-devel libical-devel
+ evolution-data-server-devel folks-devel geocode-glib-devel geoclue2-devel
+ libnotify-devel"
 short_desc="Desktop calendar app designed for elementary OS"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/elementary/calendar"
-distfiles="${homepage}/archive/${_git_commit}.tar.gz"
-checksum=3be3851baeed67144e5cbed209b2c1b982fe9830db13372e3051423295dee345
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=88034d3a13776cbee8ba1fdcb18691115b9d339c551bad93336fab9f6f5ec0d2
 
 libio.elementary.calendar_package() {
 	short_desc+=" - library"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] io.elementary.calendar: update to 5.0.4.
  2020-04-07  4:16 [PR PATCH] io.elementary.calendar: update to 5.0.4 CameronNemo
  2020-04-07  5:15 ` [PR PATCH] [Updated] " CameronNemo
@ 2020-04-07  5:25 ` CameronNemo
  2020-04-10  7:28 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: CameronNemo @ 2020-04-07  5:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages io.elementary.calendar-5.0.4
https://github.com/void-linux/void-packages/pull/20716

io.elementary.calendar: update to 5.0.4.
None

A patch file from https://github.com/void-linux/void-packages/pull/20716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-io.elementary.calendar-5.0.4-20716.patch --]
[-- Type: text/x-diff, Size: 1906 bytes --]

From c0a296aa450f956c3a54be0ff0b6aba1b406a240 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 6 Apr 2020 21:12:02 -0700
Subject: [PATCH] io.elementary.calendar: update to 5.0.4.

---
 srcpkgs/io.elementary.calendar/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/io.elementary.calendar/template b/srcpkgs/io.elementary.calendar/template
index 7e704101298..0e40e94ac7f 100644
--- a/srcpkgs/io.elementary.calendar/template
+++ b/srcpkgs/io.elementary.calendar/template
@@ -1,21 +1,20 @@
 # Template file for 'io.elementary.calendar'
 pkgname=io.elementary.calendar
-version=5.0
-revision=3
-_git_commit=46346e48b53e9d3d59d9f567b622532338f50f32
-wrksrc="calendar-${_git_commit}"
+version=5.0.4
+revision=1
+wrksrc="calendar-${version}"
 build_style=meson
 build_helper="gir"
-hostmakedepends="intltool pkg-config vala desktop-file-utils AppStream"
-makedepends="granite-devel libglib-devel gtk+3-devel libgee08-devel
- libchamplain-devel clutter-devel evolution-data-server-devel
- folks-devel geocode-glib-devel geoclue2-devel libical-devel libnotify-devel"
+hostmakedepends="intltool pkg-config vala glib-devel desktop-file-utils AppStream"
+makedepends="granite-devel  libchamplain-devel clutter-devel libical-devel
+ evolution-data-server-devel folks-devel geocode-glib-devel geoclue2-devel
+ libnotify-devel"
 short_desc="Desktop calendar app designed for elementary OS"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/elementary/calendar"
-distfiles="${homepage}/archive/${_git_commit}.tar.gz"
-checksum=3be3851baeed67144e5cbed209b2c1b982fe9830db13372e3051423295dee345
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=88034d3a13776cbee8ba1fdcb18691115b9d339c551bad93336fab9f6f5ec0d2
 
 libio.elementary.calendar_package() {
 	short_desc+=" - library"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: io.elementary.calendar: update to 5.0.4.
  2020-04-07  4:16 [PR PATCH] io.elementary.calendar: update to 5.0.4 CameronNemo
  2020-04-07  5:15 ` [PR PATCH] [Updated] " CameronNemo
  2020-04-07  5:25 ` CameronNemo
@ 2020-04-10  7:28 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-04-10  7:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/20716#issuecomment-611916172

Comment:
fails to cross-compile.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-10  7:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07  4:16 [PR PATCH] io.elementary.calendar: update to 5.0.4 CameronNemo
2020-04-07  5:15 ` [PR PATCH] [Updated] " CameronNemo
2020-04-07  5:25 ` CameronNemo
2020-04-10  7:28 ` Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).