Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gtg-0.4
@ 2021-01-13 12:28 Bleznudd
  2021-10-19 16:21 ` [PR PATCH] [Updated] " Bleznudd
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bleznudd @ 2021-01-13 12:28 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1042 bytes --]

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

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

diff --git a/srcpkgs/gtg/template b/srcpkgs/gtg/template
new file mode 100644
index 00000000000..d47d73be4b4
--- /dev/null
+++ b/srcpkgs/gtg/template
@@ -0,0 +1,13 @@
+# Template file for 'gtg'
+pkgname=gtg
+version=0.4
+revision=1
+wrksrc=${pkgname}-${version}.0
+build_style=meson
+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

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

* Re: [PR PATCH] [Updated] New package: gtg-0.4
  2021-01-13 12:28 [PR PATCH] New package: gtg-0.4 Bleznudd
@ 2021-10-19 16:21 ` Bleznudd
  2021-10-19 16:33 ` Bleznudd
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bleznudd @ 2021-10-19 16:21 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Updated] New package: gtg-0.4
  2021-01-13 12:28 [PR PATCH] New package: gtg-0.4 Bleznudd
  2021-10-19 16:21 ` [PR PATCH] [Updated] " Bleznudd
@ 2021-10-19 16:33 ` Bleznudd
  2021-10-19 16:36 ` Bleznudd
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bleznudd @ 2021-10-19 16:33 UTC (permalink / raw)
  To: ml

[-- 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: 5427 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 bd0f2a85706240d43831e3f0483a99949474815c 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/font-downloader/template  | 22 ++++++++++++++++++++++
 srcpkgs/python3-liblarch/template |  5 ++---
 2 files changed, 24 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/font-downloader/template

diff --git a/srcpkgs/font-downloader/template b/srcpkgs/font-downloader/template
new file mode 100644
index 000000000000..5a2f1ee656a7
--- /dev/null
+++ b/srcpkgs/font-downloader/template
@@ -0,0 +1,22 @@
+# Template file for 'font-downloader'
+pkgname=font-downloader
+version=
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc=""
+maintainer="Bleznudd <bleznudd@pm.me>"
+license="GPL-3.0-or-later"
+homepage=""
+distfiles=""
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
diff --git a/srcpkgs/python3-liblarch/template b/srcpkgs/python3-liblarch/template
index 3af89dd11a36..9e3a4577daa5 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,9 +11,8 @@ 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"
 fi
-

From 46c2c2188d83ebf0a7a4aa12d0b8bc2ca76fd6f3 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

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

* Re: [PR PATCH] [Updated] New package: gtg-0.4
  2021-01-13 12:28 [PR PATCH] New package: gtg-0.4 Bleznudd
  2021-10-19 16:21 ` [PR PATCH] [Updated] " Bleznudd
  2021-10-19 16:33 ` Bleznudd
@ 2021-10-19 16:36 ` Bleznudd
  2022-05-02  2:16 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: Bleznudd @ 2021-10-19 16:36 UTC (permalink / raw)
  To: ml

[-- 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: 6286 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 bd0f2a85706240d43831e3f0483a99949474815c 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/font-downloader/template  | 22 ++++++++++++++++++++++
 srcpkgs/python3-liblarch/template |  5 ++---
 2 files changed, 24 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/font-downloader/template

diff --git a/srcpkgs/font-downloader/template b/srcpkgs/font-downloader/template
new file mode 100644
index 000000000000..5a2f1ee656a7
--- /dev/null
+++ b/srcpkgs/font-downloader/template
@@ -0,0 +1,22 @@
+# Template file for 'font-downloader'
+pkgname=font-downloader
+version=
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc=""
+maintainer="Bleznudd <bleznudd@pm.me>"
+license="GPL-3.0-or-later"
+homepage=""
+distfiles=""
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
diff --git a/srcpkgs/python3-liblarch/template b/srcpkgs/python3-liblarch/template
index 3af89dd11a36..9e3a4577daa5 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,9 +11,8 @@ 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"
 fi
-

From e58fb9afe754d8056716cfe7714875a151f4ffab 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/font-downloader/template | 22 ----------------------
 srcpkgs/gtg/template             |  8 ++++----
 2 files changed, 4 insertions(+), 26 deletions(-)
 delete mode 100644 srcpkgs/font-downloader/template

diff --git a/srcpkgs/font-downloader/template b/srcpkgs/font-downloader/template
deleted file mode 100644
index 5a2f1ee656a7..000000000000
--- a/srcpkgs/font-downloader/template
+++ /dev/null
@@ -1,22 +0,0 @@
-# Template file for 'font-downloader'
-pkgname=font-downloader
-version=
-revision=1
-#archs="i686 x86_64"
-#wrksrc=
-#create_wrksrc=yes
-build_style=gnu-configure
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
-hostmakedepends=""
-makedepends=""
-depends=""
-short_desc=""
-maintainer="Bleznudd <bleznudd@pm.me>"
-license="GPL-3.0-or-later"
-homepage=""
-distfiles=""
-checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
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

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

* Re: New package: gtg-0.4
  2021-01-13 12:28 [PR PATCH] New package: gtg-0.4 Bleznudd
                   ` (2 preceding siblings ...)
  2021-10-19 16:36 ` Bleznudd
@ 2022-05-02  2:16 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-02  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/27883#issuecomment-1114433249

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: gtg-0.4
  2021-01-13 12:28 [PR PATCH] New package: gtg-0.4 Bleznudd
                   ` (3 preceding siblings ...)
  2022-05-02  2:16 ` github-actions
@ 2022-05-17  2:13 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-17  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: gtg-0.4
https://github.com/void-linux/void-packages/pull/27883

Description:
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.



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

end of thread, other threads:[~2022-05-17  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13 12:28 [PR PATCH] New package: gtg-0.4 Bleznudd
2021-10-19 16:21 ` [PR PATCH] [Updated] " Bleznudd
2021-10-19 16:33 ` Bleznudd
2021-10-19 16:36 ` Bleznudd
2022-05-02  2:16 ` github-actions
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions

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