Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] io.elementary.calendar: update to 5.0.3.
@ 2020-01-01  0:03 voidlinux-github
  2020-01-01  1:26 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-01  0:03 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.3
https://github.com/void-linux/void-packages/pull/17950

io.elementary.calendar: update to 5.0.3.
None

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

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

From ec1a9ca851d7909ae36a4a23f5c66d7e81b12c3d Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 31 Dec 2019 14:46:24 -0800
Subject: [PATCH] io.elementary.calendar: update to 5.0.3.

---
 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 5e9ae316d95..9a9864bbb54 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.3
+revision=1
 _git_commit=46346e48b53e9d3d59d9f567b622532338f50f32
 wrksrc="calendar-${_git_commit}"
 build_style=meson

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

* Re: io.elementary.calendar: update to 5.0.3.
  2020-01-01  0:03 [PR PATCH] io.elementary.calendar: update to 5.0.3 voidlinux-github
@ 2020-01-01  1:26 ` voidlinux-github
  2020-01-01  7:45 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-01  1:26 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17950#issuecomment-570012533

Comment:
The cross-build will probably build, unless it needs more, with adding glib-devel to hostmake as well.

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

* Re: io.elementary.calendar: update to 5.0.3.
  2020-01-01  0:03 [PR PATCH] io.elementary.calendar: update to 5.0.3 voidlinux-github
  2020-01-01  1:26 ` voidlinux-github
@ 2020-01-01  7:45 ` voidlinux-github
  2020-01-01  7:46 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-01  7:45 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/17950#issuecomment-570031702

Comment:
glib-compile-schemas should not be invoked. it is not invoked for the native build. https://github.com/elementary/calendar/blob/b5a3890485bfa526156bf3cb39e6919515966617/meson/post_install.py#L8

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

* Re: io.elementary.calendar: update to 5.0.3.
  2020-01-01  0:03 [PR PATCH] io.elementary.calendar: update to 5.0.3 voidlinux-github
  2020-01-01  1:26 ` voidlinux-github
  2020-01-01  7:45 ` voidlinux-github
@ 2020-01-01  7:46 ` voidlinux-github
  2020-01-01  9:44 ` voidlinux-github
  2020-02-15 18:53 ` [PR PATCH] [Closed]: " CameronNemo
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-01  7:46 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/17950#issuecomment-570031702

Comment:
glib-compile-schemas should not be invoked. it is not invoked for the native build. https://github.com/elementary/calendar/blob/b5a3890485bfa526156bf3cb39e6919515966617/meson/post_install.py#L8 glib-devel should not be necessary.

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

* Re: io.elementary.calendar: update to 5.0.3.
  2020-01-01  0:03 [PR PATCH] io.elementary.calendar: update to 5.0.3 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-01  7:46 ` voidlinux-github
@ 2020-01-01  9:44 ` voidlinux-github
  2020-02-15 18:53 ` [PR PATCH] [Closed]: " CameronNemo
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-01  9:44 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17950#issuecomment-570038179

Comment:
The way I read that line is if not host is environment’s destdir, then call glib, but I am no programmer so may be misinterpreting it :)

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

* Re: [PR PATCH] [Closed]: io.elementary.calendar: update to 5.0.3.
  2020-01-01  0:03 [PR PATCH] io.elementary.calendar: update to 5.0.3 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-01  9:44 ` voidlinux-github
@ 2020-02-15 18:53 ` CameronNemo
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2020-02-15 18:53 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

io.elementary.calendar: update to 5.0.3.
https://github.com/void-linux/void-packages/pull/17950

Description:
None

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

end of thread, other threads:[~2020-02-15 18:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-01  0:03 [PR PATCH] io.elementary.calendar: update to 5.0.3 voidlinux-github
2020-01-01  1:26 ` voidlinux-github
2020-01-01  7:45 ` voidlinux-github
2020-01-01  7:46 ` voidlinux-github
2020-01-01  9:44 ` voidlinux-github
2020-02-15 18:53 ` [PR PATCH] [Closed]: " CameronNemo

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).