Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bibletime-2.11.2
@ 2020-07-12  7:56 fosslinux
  2020-07-12  8:07 ` [PR PATCH] [Updated] " fosslinux
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: fosslinux @ 2020-07-12  7:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages bibletime
https://github.com/void-linux/void-packages/pull/23532

New package: bibletime-2.11.2


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

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

From c0ac80e7ae7b1101e8433fb7c629ddd3b9ddc23c Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 12 Jul 2020 08:03:00 +1000
Subject: [PATCH] New package: bibletime-2.11.2

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

diff --git a/srcpkgs/bibletime/template b/srcpkgs/bibletime/template
new file mode 100644
index 00000000000..6710eaa48b1
--- /dev/null
+++ b/srcpkgs/bibletime/template
@@ -0,0 +1,30 @@
+# Template file for 'bibletime'
+#
+# NOTE: Docs have not been split out because otherwise the application fails
+# to start.
+pkgname=bibletime
+version=2.11.2
+revision=1
+build_style=cmake
+configure_args="-D CMAKE_BUILD_TYPE=Release"
+hostmakedepends="pkg-config"
+makedepends="clucene-devel libcurl-devel qt5-devel qt5-tools-devel
+ qt5-svg-devel qt5-webkit-devel sword-devel zlib-devel"
+short_desc="A powerful cross platform Bible study tool"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="GPL-2.0-or-later"
+homepage="http://bibletime.io"
+distfiles="https://github.com/bibletime/bibletime/releases/download/v${version}/bibletime-${version}.tar.xz"
+checksum=d178197ce87c8211733409fb28fa6ed0220800bbf06944ebb8fe85bf78ddabe8
+
+if [ "$CROSS_BUILD" ]; then
+    hostmakedepends+=" qt5-host-tools qt5-qmake"
+fi
+
+post_configure() {
+    # Workaround problem with qt5-host-tools path on some cross archs
+    if [ "$CROSS_BUILD" ]; then
+        find . -name build.make -exec \
+            sed -i "s:${XBPS_CROSS_BASE}/usr/lib/qt5/bin:/usr/lib/qt5/bin:" {} \;
+    fi
+}

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

* Re: [PR PATCH] [Updated] New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
@ 2020-07-12  8:07 ` fosslinux
  2020-07-12  8:20 ` fosslinux
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-12  8:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages bibletime
https://github.com/void-linux/void-packages/pull/23532

New package: bibletime-2.11.2


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

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

From 17807aff120f4bbb99df64e074d8c658c813be07 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 12 Jul 2020 08:03:00 +1000
Subject: [PATCH] New package: bibletime-2.11.2

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

diff --git a/srcpkgs/bibletime/template b/srcpkgs/bibletime/template
new file mode 100644
index 00000000000..70439813652
--- /dev/null
+++ b/srcpkgs/bibletime/template
@@ -0,0 +1,30 @@
+# Template file for 'bibletime'
+#
+# NOTE: Docs have not been split out because otherwise the application fails
+# to start.
+pkgname=bibletime
+version=2.11.2
+revision=1
+build_style=cmake
+configure_args="-D CMAKE_BUILD_TYPE=Release"
+hostmakedepends="pkg-config"
+makedepends="clucene-devel libcurl-devel qt5-devel qt5-tools-devel
+ qt5-svg-devel qt5-webkit-devel sword-devel zlib-devel"
+short_desc="Powerful cross platform Bible study tool"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="GPL-2.0-or-later"
+homepage="http://bibletime.io"
+distfiles="https://github.com/bibletime/bibletime/releases/download/v${version}/bibletime-${version}.tar.xz"
+checksum=d178197ce87c8211733409fb28fa6ed0220800bbf06944ebb8fe85bf78ddabe8
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools qt5-qmake"
+fi
+
+post_configure() {
+	# Workaround problem with qt5-host-tools path on some cross archs
+	if [ "$CROSS_BUILD" ]; then
+		find . -name build.make -exec \
+			sed -i "s:${XBPS_CROSS_BASE}/usr/lib/qt5/bin:/usr/lib/qt5/bin:" {} \;
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
  2020-07-12  8:07 ` [PR PATCH] [Updated] " fosslinux
@ 2020-07-12  8:20 ` fosslinux
  2020-07-12 23:57 ` fosslinux
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-12  8:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages bibletime
https://github.com/void-linux/void-packages/pull/23532

New package: bibletime-2.11.2


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

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

From 28cb6864a1724bb22f6d3b1519f4feb30f571ada Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 12 Jul 2020 08:03:00 +1000
Subject: [PATCH] New package: bibletime-2.11.2

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

diff --git a/srcpkgs/bibletime/template b/srcpkgs/bibletime/template
new file mode 100644
index 00000000000..39f9bfb3780
--- /dev/null
+++ b/srcpkgs/bibletime/template
@@ -0,0 +1,29 @@
+# Template file for 'bibletime'
+#
+# NOTE: Docs have not been split out because otherwise the application fails
+# to start.
+pkgname=bibletime
+version=2.11.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="clucene-devel libcurl-devel qt5-devel qt5-tools-devel
+ qt5-svg-devel qt5-webkit-devel sword-devel zlib-devel"
+short_desc="Powerful cross platform Bible study tool"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="GPL-2.0-or-later"
+homepage="http://bibletime.io"
+distfiles="https://github.com/bibletime/bibletime/releases/download/v${version}/bibletime-${version}.tar.xz"
+checksum=d178197ce87c8211733409fb28fa6ed0220800bbf06944ebb8fe85bf78ddabe8
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools qt5-qmake"
+fi
+
+post_configure() {
+	# Workaround problem with qt5-host-tools path on some cross archs
+	if [ "$CROSS_BUILD" ]; then
+		find . -name build.make -exec \
+			sed -i "s:${XBPS_CROSS_BASE}/usr/lib/qt5/bin:/usr/lib/qt5/bin:" {} \;
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
  2020-07-12  8:07 ` [PR PATCH] [Updated] " fosslinux
  2020-07-12  8:20 ` fosslinux
@ 2020-07-12 23:57 ` fosslinux
  2020-07-13 21:22 ` [PR REVIEW] " Chocimier
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-12 23:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages bibletime
https://github.com/void-linux/void-packages/pull/23532

New package: bibletime-2.11.2


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

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

From 8627f3b7b4fe9fe748c7d0cf60831b1d9a3ac589 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 12 Jul 2020 08:03:00 +1000
Subject: [PATCH] New package: bibletime-2.11.2

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

diff --git a/srcpkgs/bibletime/template b/srcpkgs/bibletime/template
new file mode 100644
index 00000000000..39f9bfb3780
--- /dev/null
+++ b/srcpkgs/bibletime/template
@@ -0,0 +1,29 @@
+# Template file for 'bibletime'
+#
+# NOTE: Docs have not been split out because otherwise the application fails
+# to start.
+pkgname=bibletime
+version=2.11.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="clucene-devel libcurl-devel qt5-devel qt5-tools-devel
+ qt5-svg-devel qt5-webkit-devel sword-devel zlib-devel"
+short_desc="Powerful cross platform Bible study tool"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="GPL-2.0-or-later"
+homepage="http://bibletime.io"
+distfiles="https://github.com/bibletime/bibletime/releases/download/v${version}/bibletime-${version}.tar.xz"
+checksum=d178197ce87c8211733409fb28fa6ed0220800bbf06944ebb8fe85bf78ddabe8
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools qt5-qmake"
+fi
+
+post_configure() {
+	# Workaround problem with qt5-host-tools path on some cross archs
+	if [ "$CROSS_BUILD" ]; then
+		find . -name build.make -exec \
+			sed -i "s:${XBPS_CROSS_BASE}/usr/lib/qt5/bin:/usr/lib/qt5/bin:" {} \;
+	fi
+}

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

* Re: [PR REVIEW] New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (2 preceding siblings ...)
  2020-07-12 23:57 ` fosslinux
@ 2020-07-13 21:22 ` Chocimier
  2020-07-13 22:33 ` fosslinux
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Chocimier @ 2020-07-13 21:22 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23532#discussion_r453940266

Comment:
Add unconditionally.

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

* Re: New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (3 preceding siblings ...)
  2020-07-13 21:22 ` [PR REVIEW] " Chocimier
@ 2020-07-13 22:33 ` fosslinux
  2020-07-17 19:47 ` Chocimier
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-13 22:33 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23532#issuecomment-657826458

Comment:
Oh crap I forgot to do tests!! Thanks

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

* Re: New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (4 preceding siblings ...)
  2020-07-13 22:33 ` fosslinux
@ 2020-07-17 19:47 ` Chocimier
  2020-07-17 22:26 ` fosslinux
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Chocimier @ 2020-07-17 19:47 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23532#issuecomment-660306181

Comment:
Ping?

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

* Re: New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (5 preceding siblings ...)
  2020-07-17 19:47 ` Chocimier
@ 2020-07-17 22:26 ` fosslinux
  2020-07-20  3:00 ` [PR PATCH] [Updated] " fosslinux
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-17 22:26 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23532#issuecomment-660363233

Comment:
Sorry, I've added the block but tests need fixing on i686. I've urgently needed to get something else fixed over the last few days, but I should get back to it today

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

* Re: [PR PATCH] [Updated] New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (6 preceding siblings ...)
  2020-07-17 22:26 ` fosslinux
@ 2020-07-20  3:00 ` fosslinux
  2020-07-20  3:02 ` fosslinux
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-20  3:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages bibletime
https://github.com/void-linux/void-packages/pull/23532

New package: bibletime-2.11.2


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

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

From 518607324bf4c62bcac6f0dd11839bca285d9f00 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 12 Jul 2020 08:03:00 +1000
Subject: [PATCH] New package: bibletime-2.11.2

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

diff --git a/srcpkgs/bibletime/template b/srcpkgs/bibletime/template
new file mode 100644
index 00000000000..43ec68d576b
--- /dev/null
+++ b/srcpkgs/bibletime/template
@@ -0,0 +1,32 @@
+# Template file for 'bibletime'
+#
+# NOTE: Docs have not been split out because otherwise the application fails
+# to start.
+pkgname=bibletime
+version=2.11.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="clucene-devel libcurl-devel qt5-devel qt5-tools-devel
+ qt5-svg-devel qt5-webkit-devel sword-devel zlib-devel"
+short_desc="Powerful cross platform Bible study tool"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="GPL-2.0-or-later"
+homepage="http://bibletime.io"
+distfiles="https://github.com/bibletime/bibletime/releases/download/v${version}/bibletime-${version}.tar.xz"
+checksum=d178197ce87c8211733409fb28fa6ed0220800bbf06944ebb8fe85bf78ddabe8
+
+post_configure() {
+	# Workaround problem with qt5-host-tools path on some cross archs
+	if [ "$CROSS_BUILD" ]; then
+		find . -name build.make -exec \
+			sed -i "s:${XBPS_CROSS_BASE}/usr/lib/qt5/bin:/usr/lib/qt5/bin:" {} \;
+	fi
+}
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+	mkdir -p share/bibletime
+	cd share/bibletime
+	mkdir -p icons javascript license pics locale docs/handbook/en docs/howto/en display-templates
+}

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

* Re: New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (7 preceding siblings ...)
  2020-07-20  3:00 ` [PR PATCH] [Updated] " fosslinux
@ 2020-07-20  3:02 ` fosslinux
  2020-07-20  3:46 ` fosslinux
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-20  3:02 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23532#issuecomment-660774879

Comment:
I have no clue what the problem is with the tests on i686. It seem to be some strange, isolated locale issue.

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

* Re: New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (8 preceding siblings ...)
  2020-07-20  3:02 ` fosslinux
@ 2020-07-20  3:46 ` fosslinux
  2020-07-21  2:16 ` fosslinux
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-20  3:46 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23532#issuecomment-660785480

Comment:
Same thing on x86_64 now?!

```
FAIL!  : test_CSwordBackend::booknameLanguage(L2) Compared values are not the same
   Actual   (QString(vKey->getBookName())): "John"
   Expected (bookName)                    : "Johannes"
   Loc: [/builddir/bibletime-2.11.2/tests/backend/managers/cswordbackend/test_cswordbackend.cpp(236)]
PASS   : test_CSwordBackend::booknameLanguage(L3)
FAIL!  : test_CSwordBackend::booknameLanguage(L4) Compared values are not the same
   Actual   (QString(vKey->getBookName())): "Genesis"
   Expected (bookName)                    : "1. Mose"
   Loc: [/builddir/bibletime-2.11.2/tests/backend/managers/cswordbackend/test_cswordbackend.cpp(236)]
```

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

* Re: New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (9 preceding siblings ...)
  2020-07-20  3:46 ` fosslinux
@ 2020-07-21  2:16 ` fosslinux
  2020-07-21 20:39 ` Chocimier
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-21  2:16 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23532#issuecomment-661567390

Comment:
https://github.com/bibletime/bibletime/issues/259 :

> I would currently discourage you to run the tests at all.

Hence, I don't think this should be a blocking failure. Although, I will try what they said:

> using `ctest` seems to work properly for me, with all 5 tests passing.

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

* Re: New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (10 preceding siblings ...)
  2020-07-21  2:16 ` fosslinux
@ 2020-07-21 20:39 ` Chocimier
  2020-07-21 20:39 ` [PR PATCH] [Merged]: " Chocimier
  2020-07-21 23:46 ` fosslinux
  13 siblings, 0 replies; 15+ messages in thread
From: Chocimier @ 2020-07-21 20:39 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23532#issuecomment-662094237

Comment:
Tests work for me, is your locale leaking into chroot? Maybe try calling env(1) in pre_check to see it.

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

* Re: [PR PATCH] [Merged]: New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (11 preceding siblings ...)
  2020-07-21 20:39 ` Chocimier
@ 2020-07-21 20:39 ` Chocimier
  2020-07-21 23:46 ` fosslinux
  13 siblings, 0 replies; 15+ messages in thread
From: Chocimier @ 2020-07-21 20:39 UTC (permalink / raw)
  To: ml

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

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

New package: bibletime-2.11.2
https://github.com/void-linux/void-packages/pull/23532

Description:


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

* Re: New package: bibletime-2.11.2
  2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
                   ` (12 preceding siblings ...)
  2020-07-21 20:39 ` [PR PATCH] [Merged]: " Chocimier
@ 2020-07-21 23:46 ` fosslinux
  13 siblings, 0 replies; 15+ messages in thread
From: fosslinux @ 2020-07-21 23:46 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23532#issuecomment-662162236

Comment:
I bet it is; and if so, that's an xbps-src bug. I will continue to test this, so I can find where the issue lies.

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

end of thread, other threads:[~2020-07-21 23:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-12  7:56 [PR PATCH] New package: bibletime-2.11.2 fosslinux
2020-07-12  8:07 ` [PR PATCH] [Updated] " fosslinux
2020-07-12  8:20 ` fosslinux
2020-07-12 23:57 ` fosslinux
2020-07-13 21:22 ` [PR REVIEW] " Chocimier
2020-07-13 22:33 ` fosslinux
2020-07-17 19:47 ` Chocimier
2020-07-17 22:26 ` fosslinux
2020-07-20  3:00 ` [PR PATCH] [Updated] " fosslinux
2020-07-20  3:02 ` fosslinux
2020-07-20  3:46 ` fosslinux
2020-07-21  2:16 ` fosslinux
2020-07-21 20:39 ` Chocimier
2020-07-21 20:39 ` [PR PATCH] [Merged]: " Chocimier
2020-07-21 23:46 ` fosslinux

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