From 0c4fe67847c55f2a2c77463105a37f083c090af3 Mon Sep 17 00:00:00 2001 From: Bleznudd 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 " +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 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 " +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 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 " +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 " 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 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 " 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