Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: planner-2.2.14
@ 2020-04-12 20:37 LinArcX
  2020-04-14 16:52 ` LinArcX
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: LinArcX @ 2020-04-12 20:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages planner
https://github.com/void-linux/void-packages/pull/20933

New package: planner-2.2.14
[Closes](https://github.com/void-linux/void-packages/issues/20825)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-planner-20933.patch --]
[-- Type: text/x-diff, Size: 1197 bytes --]

From 454daaf6c3e976d7595ee7bfb72d498784f46e76 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Mon, 13 Apr 2020 01:06:11 +0430
Subject: [PATCH] New package: planner-2.2.14

---
 srcpkgs/planner/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/planner/template

diff --git a/srcpkgs/planner/template b/srcpkgs/planner/template
new file mode 100644
index 00000000000..d4c832fc3bb
--- /dev/null
+++ b/srcpkgs/planner/template
@@ -0,0 +1,18 @@
+# Template file for 'planner'
+pkgname=planner
+version=2.2.14
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="evolution-data-server-devel libgee08-devel granite-devel
+ webkit2gtk-devel"
+short_desc="Task manager with Todoist support designed for GNU/Linux"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/alainm23/planner"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=e94c07967914a3ef3d847fee9f51e1169b133939a7873290fad3e5d8087ed598
+
+post_install() {
+	vinstall data/com.github.alainm23.planner.desktop.in 644 usr/share/applications data/com.github.alainm23.planner.desktop
+}

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

* Re: New package: planner-2.2.14
  2020-04-12 20:37 [PR PATCH] New package: planner-2.2.14 LinArcX
@ 2020-04-14 16:52 ` LinArcX
  2020-04-14 17:05 ` pullmoll
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: LinArcX @ 2020-04-14 16:52 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/20933#issuecomment-613557053

Comment:
[What's wrong](https://travis-ci.org/github/void-linux/void-packages/jobs/674166980#L4220)?

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

* Re: New package: planner-2.2.14
  2020-04-12 20:37 [PR PATCH] New package: planner-2.2.14 LinArcX
  2020-04-14 16:52 ` LinArcX
@ 2020-04-14 17:05 ` pullmoll
  2020-04-14 18:20 ` [PR PATCH] [Updated] " LinArcX
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pullmoll @ 2020-04-14 17:05 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/20933#issuecomment-613564593

Comment:
Try with `build_helper="gir"` perhaps.

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

* Re: [PR PATCH] [Updated] New package: planner-2.2.14
  2020-04-12 20:37 [PR PATCH] New package: planner-2.2.14 LinArcX
  2020-04-14 16:52 ` LinArcX
  2020-04-14 17:05 ` pullmoll
@ 2020-04-14 18:20 ` LinArcX
  2020-04-14 18:51 ` LinArcX
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: LinArcX @ 2020-04-14 18:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages planner
https://github.com/void-linux/void-packages/pull/20933

New package: planner-2.2.14
[Closes](https://github.com/void-linux/void-packages/issues/20825)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-planner-20933.patch --]
[-- Type: text/x-diff, Size: 1213 bytes --]

From 75682c3e366ae13df1a37991a9e23dc486db29f3 Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Mon, 13 Apr 2020 01:06:11 +0430
Subject: [PATCH] New package: planner-2.2.14

---
 srcpkgs/planner/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/planner/template

diff --git a/srcpkgs/planner/template b/srcpkgs/planner/template
new file mode 100644
index 00000000000..aa69136a078
--- /dev/null
+++ b/srcpkgs/planner/template
@@ -0,0 +1,19 @@
+# Template file for 'planner'
+pkgname=planner
+version=2.2.14
+revision=1
+build_style=meson
+build_helper="gir"
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="evolution-data-server-devel libgee08-devel granite-devel
+ webkit2gtk-devel"
+short_desc="Task manager with Todoist support designed for GNU/Linux"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/alainm23/planner"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=e94c07967914a3ef3d847fee9f51e1169b133939a7873290fad3e5d8087ed598
+
+post_install() {
+	vinstall data/com.github.alainm23.planner.desktop.in 644 usr/share/applications com.github.alainm23.planner.desktop
+}

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

* Re: New package: planner-2.2.14
  2020-04-12 20:37 [PR PATCH] New package: planner-2.2.14 LinArcX
                   ` (2 preceding siblings ...)
  2020-04-14 18:20 ` [PR PATCH] [Updated] " LinArcX
@ 2020-04-14 18:51 ` LinArcX
  2020-04-14 21:21 ` [PR PATCH] [Closed]: " pullmoll
  2020-04-14 21:22 ` pullmoll
  5 siblings, 0 replies; 7+ messages in thread
From: LinArcX @ 2020-04-14 18:51 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/20933#issuecomment-613618914

Comment:
> Try with `build_helper="gir"` perhaps.

Still same issues.

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

* Re: [PR PATCH] [Closed]: New package: planner-2.2.14
  2020-04-12 20:37 [PR PATCH] New package: planner-2.2.14 LinArcX
                   ` (3 preceding siblings ...)
  2020-04-14 18:51 ` LinArcX
@ 2020-04-14 21:21 ` pullmoll
  2020-04-14 21:22 ` pullmoll
  5 siblings, 0 replies; 7+ messages in thread
From: pullmoll @ 2020-04-14 21:21 UTC (permalink / raw)
  To: ml

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

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

New package: planner-2.2.14
https://github.com/void-linux/void-packages/pull/20933

Description:
[Closes](https://github.com/void-linux/void-packages/issues/20825)

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

* Re: New package: planner-2.2.14
  2020-04-12 20:37 [PR PATCH] New package: planner-2.2.14 LinArcX
                   ` (4 preceding siblings ...)
  2020-04-14 21:21 ` [PR PATCH] [Closed]: " pullmoll
@ 2020-04-14 21:22 ` pullmoll
  5 siblings, 0 replies; 7+ messages in thread
From: pullmoll @ 2020-04-14 21:22 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/20933#issuecomment-613688344

Comment:
Fixed cross and also the musl problem with `_NL_TIME_FIRST_WEEKDAY` being not defined in `<langinfo.h>`. For musl thus the first weekday is always sunday (0). ;-P

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

end of thread, other threads:[~2020-04-14 21:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 20:37 [PR PATCH] New package: planner-2.2.14 LinArcX
2020-04-14 16:52 ` LinArcX
2020-04-14 17:05 ` pullmoll
2020-04-14 18:20 ` [PR PATCH] [Updated] " LinArcX
2020-04-14 18:51 ` LinArcX
2020-04-14 21:21 ` [PR PATCH] [Closed]: " pullmoll
2020-04-14 21:22 ` pullmoll

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