Github messages for voidlinux
 help / color / mirror / Atom feed
From: Bleznudd <Bleznudd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gtg-0.4
Date: Tue, 19 Oct 2021 18:21:16 +0200	[thread overview]
Message-ID: <20211019162116.RoUwfYrRVpolVnVnSbr39NT3IyLA2o1GA2jXXSdSg0w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27883@inbox.vuxu.org>

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

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

https://github.com/Bleznudd/void-packages gtg
https://github.com/void-linux/void-packages/pull/27883

New package: gtg-0.4
Homepage: https://github.com/getting-things-gnome/gtg
Documentation: https://wiki.gnome.org/Apps/GTG

I tried to write the template file but maybe it is still missing some dependencies for the correct functioning of plugins.
If someone can figure this out it would be great.

Also, this need #27505 to be merged, since it's a dependency.



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

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

From 0c4fe67847c55f2a2c77463105a37f083c090af3 Mon Sep 17 00:00:00 2001
From: Bleznudd <bleznudd@pm.me>
Date: Wed, 13 Jan 2021 13:16:56 +0100
Subject: [PATCH 1/4] New package: gtg-0.4

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

diff --git a/srcpkgs/gtg/template b/srcpkgs/gtg/template
new file mode 100644
index 000000000000..8645a95b74f8
--- /dev/null
+++ b/srcpkgs/gtg/template
@@ -0,0 +1,14 @@
+# Template file for 'gtg'
+pkgname=gtg
+version=0.4
+revision=1
+wrksrc=${pkgname}-${version}.0
+build_style=meson
+hostmakedepends="gettext"
+depends="python3-cairo python3-gobject python3-xdg python3-dbus python3-lxml python3-liblarch"
+short_desc="Getting Things GNOME is a tasks organizer with GTD methodology"
+maintainer="Bleznudd <bleznudd@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/getting-things-gnome/gtg"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.0.tar.xz"
+checksum=0b529be351168cf6c9ec86c1e825906347fa8a4e9ef91754c37151081002c533

From d3cd65d2ad3556e99fe08e0966ce9925aaf12118 Mon Sep 17 00:00:00 2001
From: Bleznudd <bleznudd@pm.me>
Date: Tue, 19 Oct 2021 11:31:24 +0200
Subject: [PATCH 2/4] New package: python3-liblarch-3.0.1

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

diff --git a/srcpkgs/python3-liblarch/template b/srcpkgs/python3-liblarch/template
new file mode 100644
index 000000000000..3af89dd11a36
--- /dev/null
+++ b/srcpkgs/python3-liblarch/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-liblarch'
+pkgname=python3-liblarch
+version=3.0.1
+revision=1
+wrksrc=liblarch-${version}
+build_style=python3-module
+makedepends="python3-setuptools"
+depends="python3 python3-gobject gtk+3"
+short_desc="Library to handle data structures such as trees and acyclic graphs"
+maintainer="Bleznudd <bleznudd@pm.me>"
+license="LGPL-3.0-only"
+homepage="https://github.com/getting-things-gnome/liblarch"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=3a866cc43873454b88ae5526207555aca1f0e16e3120577d6135ea13db98ca68
+
+if [ "${CROSS_BUILD}" ]; then
+	hostmakedepends="python3"
+fi
+

From 330b8502aee5b3b7dbfb8c201d8d5f570a703e89 Mon Sep 17 00:00:00 2001
From: Bleznudd <bleznudd@pm.me>
Date: Tue, 19 Oct 2021 11:42:22 +0200
Subject: [PATCH 3/4] python3-liblarch: update to 3.1.0.

---
 srcpkgs/python3-liblarch/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-liblarch/template b/srcpkgs/python3-liblarch/template
index 3af89dd11a36..68c17c61d632 100644
--- a/srcpkgs/python3-liblarch/template
+++ b/srcpkgs/python3-liblarch/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-liblarch'
 pkgname=python3-liblarch
-version=3.0.1
+version=3.1.0
 revision=1
 wrksrc=liblarch-${version}
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="Bleznudd <bleznudd@pm.me>"
 license="LGPL-3.0-only"
 homepage="https://github.com/getting-things-gnome/liblarch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=3a866cc43873454b88ae5526207555aca1f0e16e3120577d6135ea13db98ca68
+checksum=8542f51bde7a064fe81556ee34acfb124bd783e9c4e8826ca1b07445cdde5690
 
 if [ "${CROSS_BUILD}" ]; then
 	hostmakedepends="python3"

From 4301aac472ce6ed7128499b8fab636dbbb28cfad Mon Sep 17 00:00:00 2001
From: Bleznudd <bleznudd@pm.me>
Date: Tue, 19 Oct 2021 11:48:01 +0200
Subject: [PATCH 4/4] gtg: update to 0.5.

---
 srcpkgs/gtg/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gtg/template b/srcpkgs/gtg/template
index 8645a95b74f8..d678b3b9fce1 100644
--- a/srcpkgs/gtg/template
+++ b/srcpkgs/gtg/template
@@ -1,8 +1,8 @@
 # Template file for 'gtg'
 pkgname=gtg
-version=0.4
+version=0.5
 revision=1
-wrksrc=${pkgname}-${version}.0
+wrksrc=${pkgname}-${version}
 build_style=meson
 hostmakedepends="gettext"
 depends="python3-cairo python3-gobject python3-xdg python3-dbus python3-lxml python3-liblarch"
@@ -10,5 +10,5 @@ short_desc="Getting Things GNOME is a tasks organizer with GTD methodology"
 maintainer="Bleznudd <bleznudd@pm.me>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/getting-things-gnome/gtg"
-distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.0.tar.xz"
-checksum=0b529be351168cf6c9ec86c1e825906347fa8a4e9ef91754c37151081002c533
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=48972da85715d8ddcd211fe215fe0cb3f492bab5fdff55ac97e53b2fd662983d

  reply	other threads:[~2021-10-19 16:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-13 12:28 [PR PATCH] " Bleznudd
2021-10-19 16:21 ` Bleznudd [this message]
2021-10-19 16:33 ` [PR PATCH] [Updated] " Bleznudd
2021-10-19 16:36 ` Bleznudd
2022-05-02  2:16 ` github-actions
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211019162116.RoUwfYrRVpolVnVnSbr39NT3IyLA2o1GA2jXXSdSg0w@z \
    --to=bleznudd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).