Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Tintin: update to 2.02.10_1
@ 2021-03-19 11:54 lilmike
  2021-03-19 12:55 ` [PR PATCH] [Updated] " lilmike
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lilmike @ 2021-03-19 11:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages tintin
https://github.com/void-linux/void-packages/pull/29583

Tintin: update to 2.02.10_1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl (cross)
  - [x] armv7l (cross)
  - [x] armv6l-musl (cross)
-->


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

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

From 7d1dea2cfd893fe7ff5eb938c5b9c2b8722c1679 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Sat, 6 Feb 2021 20:22:15 -0800
Subject: [PATCH 1/2] New package: fenrir-1.9.6

---
 srcpkgs/fenrir/files/fenrir/run |  3 +++
 srcpkgs/fenrir/template         | 25 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/fenrir/files/fenrir/run
 create mode 100644 srcpkgs/fenrir/template

diff --git a/srcpkgs/fenrir/files/fenrir/run b/srcpkgs/fenrir/files/fenrir/run
new file mode 100644
index 000000000000..862ece9f5154
--- /dev/null
+++ b/srcpkgs/fenrir/files/fenrir/run
@@ -0,0 +1,3 @@
+#! /bin/sh
+[ -r conf ] && . ./conf
+/usr/bin/fenrir-daemon $opts
diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
new file mode 100644
index 000000000000..af12308952cf
--- /dev/null
+++ b/srcpkgs/fenrir/template
@@ -0,0 +1,25 @@
+# Template file for 'fenrir'
+pkgname=fenrir
+version=1.9.6
+revision=1
+wrksrc=$pkgname-$version
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-setuptools"
+depends="python3-evdev python3-daemonize python3-dbus python3-pyudev python3-pexpect python3-pyte"
+#checkdepends="$makedepends $depends python3-pip"
+short_desc="A user space console screen reader written in python3"
+maintainer="Michael Taboada <michael@michaels.world>"
+license="LGPL-3"
+homepage="https://github.com/chrys87/fenrir"
+distfiles="https://github.com/chrys87/$pkgname/archive/$version.tar.gz"
+checksum=cf675a207901cbce7a6ca9141f81672a6ae77f1d7f769b02ef040a61063d0adc
+
+do_check() {
+: # Checking will try to build modules that we don't want.
+}
+
+post_install() {
+vsv fenrir
+rm -rf "$DESTDIR/usr/lib/systemd"
+}

From 25f2742326af21d179ee4daa60e8fc728b0f1f92 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Fri, 19 Mar 2021 04:51:46 -0700
Subject: [PATCH 2/2] tintin: update to 2.02.10.

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

diff --git a/srcpkgs/tintin/template b/srcpkgs/tintin/template
index 4bedfe3ab047..5bbd8c71a616 100644
--- a/srcpkgs/tintin/template
+++ b/srcpkgs/tintin/template
@@ -1,6 +1,6 @@
 # Template file for 'tintin'
 pkgname=tintin
-version=2.02.05
+version=2.02.10
 revision=1
 wrksrc=tt
 build_wrksrc=src
@@ -11,7 +11,7 @@ maintainer="Michael Taboada <voidpkgs@forwardme.email>"
 license="GPL-2.0-or-later"
 homepage="http://tintin.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/tintin/${pkgname}-${version}.tar.gz"
-checksum=63a70052122d24d69d7bc012395745f1a0412dffd456a8e8aab85704d44bd5a1
+checksum=079d316da0d5cfa2d737af647041e54dd00cd1b601a37f2bb127eb80251eaa1a
 
 post_install() {
 	for i in FAQ SCRIPTS README; do

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

* Re: [PR PATCH] [Updated] Tintin: update to 2.02.10_1
  2021-03-19 11:54 [PR PATCH] Tintin: update to 2.02.10_1 lilmike
@ 2021-03-19 12:55 ` lilmike
  2021-03-19 12:56 ` lilmike
  2021-03-19 17:24 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: lilmike @ 2021-03-19 12:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages tintin
https://github.com/void-linux/void-packages/pull/29583

Tintin: update to 2.02.10_1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl (cross)
  - [x] armv7l (cross)
  - [x] armv6l-musl (cross)
-->


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

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

From 8df525ab26bb839a669beb9778afaf9be51474a1 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Fri, 19 Mar 2021 05:54:43 -0700
Subject: [PATCH] tintin: update to 2.02.10.

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

diff --git a/srcpkgs/tintin/template b/srcpkgs/tintin/template
index 4bedfe3ab047..5bbd8c71a616 100644
--- a/srcpkgs/tintin/template
+++ b/srcpkgs/tintin/template
@@ -1,6 +1,6 @@
 # Template file for 'tintin'
 pkgname=tintin
-version=2.02.05
+version=2.02.10
 revision=1
 wrksrc=tt
 build_wrksrc=src
@@ -11,7 +11,7 @@ maintainer="Michael Taboada <voidpkgs@forwardme.email>"
 license="GPL-2.0-or-later"
 homepage="http://tintin.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/tintin/${pkgname}-${version}.tar.gz"
-checksum=63a70052122d24d69d7bc012395745f1a0412dffd456a8e8aab85704d44bd5a1
+checksum=079d316da0d5cfa2d737af647041e54dd00cd1b601a37f2bb127eb80251eaa1a
 
 post_install() {
 	for i in FAQ SCRIPTS README; do

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

* Re: Tintin: update to 2.02.10_1
  2021-03-19 11:54 [PR PATCH] Tintin: update to 2.02.10_1 lilmike
  2021-03-19 12:55 ` [PR PATCH] [Updated] " lilmike
@ 2021-03-19 12:56 ` lilmike
  2021-03-19 17:24 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: lilmike @ 2021-03-19 12:56 UTC (permalink / raw)
  To: ml

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

New comment by lilmike on void-packages repository

https://github.com/void-linux/void-packages/pull/29583#issuecomment-802813932

Comment:
Whoops, checked out the new branch from an incomplete branch so had two packages in there. Fixed.

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

* Re: [PR PATCH] [Merged]: Tintin: update to 2.02.10_1
  2021-03-19 11:54 [PR PATCH] Tintin: update to 2.02.10_1 lilmike
  2021-03-19 12:55 ` [PR PATCH] [Updated] " lilmike
  2021-03-19 12:56 ` lilmike
@ 2021-03-19 17:24 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-03-19 17:24 UTC (permalink / raw)
  To: ml

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

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

Tintin: update to 2.02.10_1
https://github.com/void-linux/void-packages/pull/29583

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl (cross)
  - [x] armv7l (cross)
  - [x] armv6l-musl (cross)
-->


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

end of thread, other threads:[~2021-03-19 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 11:54 [PR PATCH] Tintin: update to 2.02.10_1 lilmike
2021-03-19 12:55 ` [PR PATCH] [Updated] " lilmike
2021-03-19 12:56 ` lilmike
2021-03-19 17:24 ` [PR PATCH] [Merged]: " ericonr

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