Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kindd-2.0.1
@ 2019-09-28 11:41 voidlinux-github
  2019-09-28 12:00 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 11:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages kindd
https://github.com/void-linux/void-packages/pull/14780

New package: kindd-2.0.1
A kindful dd gui(front-end) written in qt quick:
https://github.com/LinArcX/Kindd

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

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

From 9b71b0413fa026f3fc5d9292126d7ef5360b5fef Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Sat, 28 Sep 2019 15:09:14 +0330
Subject: [PATCH] New package: kindd-2.0.1

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

diff --git a/srcpkgs/kindd/template b/srcpkgs/kindd/template
new file mode 100644
index 00000000000..9fc3ee13578
--- /dev/null
+++ b/srcpkgs/kindd/template
@@ -0,0 +1,25 @@
+# Template file for 'kindd'
+pkgname=kindd
+version=2.0.1
+revision=1
+wrksrc="Kindd-${version}"
+build_style=qmake
+hostmakedepends="git qt5-qmake"
+makedepends="qt5-devel qt5-declarative-devel qt5-quickcontrols2-devel"
+depends="polkit-gnome qt5-quickcontrols qt5-graphicaleffects qt5-quickcontrols2 qt5-declarative qt5-svg"
+short_desc="Kindful dd gui written in qt quick"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/LinArcX/Kindd"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=5dbfcbc07cdc36a6a5d2b40ed5e8159a305ccc5608580635961ed9ad6f43e2b3
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/pixmaps
+	vmkdir usr/share/applications
+
+	vinstall ./kindd 755 usr/bin
+	vinstall ./appconf/kindd.svg 644 usr/share/pixmaps
+	vinstall ./appconf/kindd.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
  2019-09-28 12:00 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-28 12:00 ` voidlinux-github
  2019-09-28 13:47 ` voidlinux-github
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 12:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages kindd
https://github.com/void-linux/void-packages/pull/14780

New package: kindd-2.0.1
A kindful dd gui(front-end) written in qt quick:
https://github.com/LinArcX/Kindd

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

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

From 183b7993cf66f7d1be41f5269b09457547700d2c Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Sat, 28 Sep 2019 15:29:46 +0330
Subject: [PATCH] New package: kindd-2.0.1

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

diff --git a/srcpkgs/kindd/template b/srcpkgs/kindd/template
new file mode 100644
index 00000000000..85cbe971b98
--- /dev/null
+++ b/srcpkgs/kindd/template
@@ -0,0 +1,25 @@
+# Template file for 'kindd'
+pkgname=kindd
+version=2.0.1
+revision=1
+wrksrc="Kindd-${version}"
+build_style=qmake
+hostmakedepends="git qt5-qmake"
+makedepends="qt5-devel qt5-declarative-devel qt5-quickcontrols2-devel"
+depends="polkit-gnome qt5-quickcontrols qt5-graphicaleffects qt5-quickcontrols2 qt5-declarative qt5-svg"
+short_desc="Kindful dd gui written in qt quick"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/LinArcX/Kindd"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=5dbfcbc07cdc36a6a5d2b40ed5e8159a305ccc5608580635961ed9ad6f43e2b3
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/pixmaps
+	vmkdir usr/share/applications
+
+	vbin ./kindd 755 usr/bin
+	vinstall ./appconf/kindd.svg 644 usr/share/pixmaps
+	vinstall ./appconf/kindd.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
@ 2019-09-28 12:00 ` voidlinux-github
  2019-09-28 12:00 ` voidlinux-github
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 12:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages kindd
https://github.com/void-linux/void-packages/pull/14780

New package: kindd-2.0.1
A kindful dd gui(front-end) written in qt quick:
https://github.com/LinArcX/Kindd

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

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

From 183b7993cf66f7d1be41f5269b09457547700d2c Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Sat, 28 Sep 2019 15:29:46 +0330
Subject: [PATCH] New package: kindd-2.0.1

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

diff --git a/srcpkgs/kindd/template b/srcpkgs/kindd/template
new file mode 100644
index 00000000000..85cbe971b98
--- /dev/null
+++ b/srcpkgs/kindd/template
@@ -0,0 +1,25 @@
+# Template file for 'kindd'
+pkgname=kindd
+version=2.0.1
+revision=1
+wrksrc="Kindd-${version}"
+build_style=qmake
+hostmakedepends="git qt5-qmake"
+makedepends="qt5-devel qt5-declarative-devel qt5-quickcontrols2-devel"
+depends="polkit-gnome qt5-quickcontrols qt5-graphicaleffects qt5-quickcontrols2 qt5-declarative qt5-svg"
+short_desc="Kindful dd gui written in qt quick"
+maintainer="linarcx <linarcx@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/LinArcX/Kindd"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=5dbfcbc07cdc36a6a5d2b40ed5e8159a305ccc5608580635961ed9ad6f43e2b3
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/pixmaps
+	vmkdir usr/share/applications
+
+	vbin ./kindd 755 usr/bin
+	vinstall ./appconf/kindd.svg 644 usr/share/pixmaps
+	vinstall ./appconf/kindd.desktop 644 usr/share/applications
+}

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
  2019-09-28 12:00 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-28 12:00 ` voidlinux-github
@ 2019-09-28 13:47 ` voidlinux-github
  2019-09-28 14:46 ` voidlinux-github
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 13:47 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536191469

Comment:
It fails for some ARCHs:
https://travis-ci.org/void-linux/void-packages/builds/590781795?utm_source=github_status&utm_medium=notification
What should i do?

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-28 13:47 ` voidlinux-github
@ 2019-09-28 14:46 ` voidlinux-github
  2019-09-28 15:08 ` voidlinux-github
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 14:46 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536195888

Comment:
> It fails for some ARCHs: What should i do?

Qmake often fails to cross-compile. One way is to add some makedepends to hostmakedepends, other is to add not detected include paths like in `qt5-fsarchiver` template.

> Files of kindd:
> /usr/bin/755

Test your packages before submission, or leave comment that they are untested/wip.

> => kindd-2.0.1_1: running pre-pkg hook: 04-generate-runtime-deps ...
>
>   SONAME: libQt5QuickControls2.so.5 <-> qt5-quickcontrols2>=5.7.1_1

xbps-src detects what libraries package do link with, so no need to define most of libraries in depends.

> wrksrc="Kindd-${version}"

According to [Manual.md](https://github.com/void-linux/void-packages/blob/master/Manual.md#programs), Kindd is better choice for pkgname then.

> fatal: not a git repository (or any of the parent directories): .git

Can you check if it builds without git in hostmakedepends?

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-28 14:46 ` voidlinux-github
@ 2019-09-28 15:08 ` voidlinux-github
  2019-09-28 15:08 ` voidlinux-github
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 15:08 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536197741

Comment:
@Chocimier 
1. Can i set specific ARCHs for this package? (For example said, only build for x86_64 and i686)?
2. I don't have this file: `/usr/bin/755`.
3. `so no need to define most of libraries in depends`. Exactly which of them should i remove?
4. I will rename the project to __kindd__, and there is no wrksrc needed anymore after that.
5. I'll check it tomorow.

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-28 15:08 ` voidlinux-github
@ 2019-09-28 15:08 ` voidlinux-github
  2019-09-28 15:11 ` voidlinux-github
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 15:08 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536197741

Comment:
@Chocimier 
1. Can i set specific ARCHs for this package? (For example said, only build for x86_64 and i686)?
2. I don't have this file: `/usr/bin/755`.
3. `so no need to define most of libraries in depends`. Exactly which of them should i remove?
4. I will rename the project to __kindd__, and there is no wrksrc needed anymore after that.
5. I'll check it tomorrow.

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-28 15:08 ` voidlinux-github
@ 2019-09-28 15:11 ` voidlinux-github
  2019-09-28 15:12 ` voidlinux-github
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 15:11 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536197971

Comment:
>     2. I don't have this file: `/usr/bin/755`.

You have, the wrong usage vbin I marked renamed your binary to 755

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-28 15:11 ` voidlinux-github
@ 2019-09-28 15:12 ` voidlinux-github
  2019-09-28 15:16 ` voidlinux-github
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 15:12 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536197741

Comment:
@Chocimier 
1. Can i set specific ARCHs for this package? (For example said, only build for x86_64 and i686)?
2. I don't have this file: `/usr/bin/755`.
3. `so no need to define most of libraries in depends`. Exactly which of them should i remove?
4. I will rename the project to __kindd__, and there is no wrksrc needed anymore after that.
5. Yes, it build. Remove it?

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-28 15:12 ` voidlinux-github
@ 2019-09-28 15:16 ` voidlinux-github
  2019-09-28 15:16 ` voidlinux-github
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 15:16 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536198306

Comment:
> > ```
> > 2. I don't have this file: `/usr/bin/755`.
> > ```
> 
> You have, the wrong usage vbin I marked renamed your binary to 755

I changed 
`vbin ./kindd 755 usr/bin`
to:
`vbin kindd`
in new version. It's correct, isn't it?

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-09-28 15:16 ` voidlinux-github
@ 2019-09-28 15:16 ` voidlinux-github
  2019-09-28 15:21 ` voidlinux-github
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 15:16 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536197741

Comment:
@Chocimier 
1. Can i set specific ARCHs for this package? (For example said, only build for x86_64 and i686)?
2. I don't have this file: `/usr/bin/755`.
3. `so no need to define most of libraries in depends`. Exactly which of them should i remove?
4. I will rename the project to __kindd__, and there is no wrksrc needed anymore after that.
5. Yes, it builds. Remove it?

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-09-28 15:16 ` voidlinux-github
@ 2019-09-28 15:21 ` voidlinux-github
  2019-09-28 15:35 ` voidlinux-github
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 15:21 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536198705

Comment:
>     1. Can i set specific ARCHs for this package? (For example said, only build for x86_64 and i686)?

Archs is for marking packages that are strictly tied to arch, eg. written in assembler. Most of qmake-built packages do cross build with small effort.

>     3. `so no need to define most of libraries in depends`. Exactly which of them should i remove?

Detected by xbps-src, see output of build, I quoted what to look for already.

> It's correct, isn't it?

You can check it.

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-09-28 15:21 ` voidlinux-github
@ 2019-09-28 15:35 ` voidlinux-github
  2019-09-28 15:36 ` voidlinux-github
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 15:35 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536199827

Comment:
> > ```
> > 1. Can i set specific ARCHs for this package? (For example said, only build for x86_64 and i686)?
> > ```
> 
> Archs is for marking packages that are strictly tied to arch, eg. written in assembler. Most of qmake-built packages do cross build with small effort.
> 
> > ```
> > 3. `so no need to define most of libraries in depends`. Exactly which of them should i remove?
> > ```
> 
> Detected by xbps-src, see output of build, I quoted what to look for already.
> 
> > It's correct, isn't it?
> 
> You can check it.

No, no. I mean just build this package for x86_64 and i686. I see some options like nocross:
`nocross="kaccounts-integration is nocross"`
or
archs="x86_64*i686*"
Can i use them?

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

* Re: New package: kindd-2.0.1
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-09-28 15:35 ` voidlinux-github
@ 2019-09-28 15:36 ` voidlinux-github
  2020-03-14 18:12 ` New package: kindd-2.1.0 LinArcX
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-09-28 15:36 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-536199827

Comment:
> > ```
> > 1. Can i set specific ARCHs for this package? (For example said, only build for x86_64 and i686)?
> > ```
> 
> Archs is for marking packages that are strictly tied to arch, eg. written in assembler. Most of qmake-built packages do cross build with small effort.
> 
> > ```
> > 3. `so no need to define most of libraries in depends`. Exactly which of them should i remove?
> > ```
> 
> Detected by xbps-src, see output of build, I quoted what to look for already.
> 
> > It's correct, isn't it?
> 
> You can check it.

No, no. I mean just build this package for x86_64 and i686. I see some options like nocross:
`nocross="kaccounts-integration is nocross"`
or
`archs="x86_64*i686*"`
Can i use them?

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-09-28 15:36 ` voidlinux-github
@ 2020-03-14 18:12 ` LinArcX
  2020-03-14 18:13 ` LinArcX
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: LinArcX @ 2020-03-14 18:12 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599113391

Comment:
@Chocimier, @Johnnynator 
I changed build-tools from qmake to cmake and update my repo and this template file.

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (13 preceding siblings ...)
  2020-03-14 18:12 ` New package: kindd-2.1.0 LinArcX
@ 2020-03-14 18:13 ` LinArcX
  2020-03-14 19:36 ` LinArcX
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: LinArcX @ 2020-03-14 18:13 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599113391

Comment:
@Chocimier, @Johnnynator 
I've changed build-tools from `qmake` to `cmake` and updated my repo and this template file too.

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (14 preceding siblings ...)
  2020-03-14 18:13 ` LinArcX
@ 2020-03-14 19:36 ` LinArcX
  2020-03-14 19:37 ` LinArcX
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: LinArcX @ 2020-03-14 19:36 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599125647

Comment:
Still i don't understand [why Qt5::Core should be depned on qmake](https://travis-ci.org/github/void-linux/void-packages/jobs/662470362#L648)?

I totally removed qmake and replaced it with cmake. Why shouldn't be compiled on arm arch?

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (15 preceding siblings ...)
  2020-03-14 19:36 ` LinArcX
@ 2020-03-14 19:37 ` LinArcX
  2020-03-14 19:39 ` LinArcX
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: LinArcX @ 2020-03-14 19:37 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599125647

Comment:
Still i don't understand [why Qt5::Core should be depend on qmake](https://travis-ci.org/github/void-linux/void-packages/jobs/662470362#L648)?

I totally removed qmake and replaced it with cmake. Why shouldn't be compiled on arm arch?

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (16 preceding siblings ...)
  2020-03-14 19:37 ` LinArcX
@ 2020-03-14 19:39 ` LinArcX
  2020-03-14 19:48 ` LinArcX
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: LinArcX @ 2020-03-14 19:39 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599125647

Comment:
I don't understand [why Qt5::Core should be depend on qmake](https://travis-ci.org/github/void-linux/void-packages/jobs/662470362#L648)?

I totally removed qmake and replaced it with cmake. Why shouldn't be compile on some ARCHs?

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (17 preceding siblings ...)
  2020-03-14 19:39 ` LinArcX
@ 2020-03-14 19:48 ` LinArcX
  2020-03-14 19:48 ` LinArcX
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: LinArcX @ 2020-03-14 19:48 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599125647

Comment:
I don't understand [why Qt5::Core should be depend on qmake](https://travis-ci.org/github/void-linux/void-packages/jobs/662470362#L648)?

I completely removed qmake and replaced it with cmake. Why shouldn't be compile on some ARCHs?

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (18 preceding siblings ...)
  2020-03-14 19:48 ` LinArcX
@ 2020-03-14 19:48 ` LinArcX
  2020-03-15  9:24 ` [PR PATCH] [Merged]: " Johnnynator
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: LinArcX @ 2020-03-14 19:48 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599125647

Comment:
I don't understand [why Qt5::Core should be depend on qmake](https://travis-ci.org/github/void-linux/void-packages/jobs/662470362#L648)?

I've completely removed qmake and replaced it with cmake. Why shouldn't be compile on some ARCHs?

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

* Re: [PR PATCH] [Merged]: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (19 preceding siblings ...)
  2020-03-14 19:48 ` LinArcX
@ 2020-03-15  9:24 ` Johnnynator
  2020-03-15 10:57 ` LinArcX
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: Johnnynator @ 2020-03-15  9:24 UTC (permalink / raw)
  To: ml

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

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

New package: kindd-2.1.0
https://github.com/void-linux/void-packages/pull/14780

Description:
A kindful dd gui(front-end) written in qt quick:
https://github.com/LinArcX/kindd

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (20 preceding siblings ...)
  2020-03-15  9:24 ` [PR PATCH] [Merged]: " Johnnynator
@ 2020-03-15 10:57 ` LinArcX
  2020-03-15 11:25 ` Johnnynator
  2020-03-15 11:26 ` Johnnynator
  23 siblings, 0 replies; 25+ messages in thread
From: LinArcX @ 2020-03-15 10:57 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599194741

Comment:
@Johnnynator Seems it's not still in repo. Why?

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (21 preceding siblings ...)
  2020-03-15 10:57 ` LinArcX
@ 2020-03-15 11:25 ` Johnnynator
  2020-03-15 11:26 ` Johnnynator
  23 siblings, 0 replies; 25+ messages in thread
From: Johnnynator @ 2020-03-15 11:25 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599197676

Comment:
The build server is busy building cross toolchains. So it might take a few hours.

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

* Re: New package: kindd-2.1.0
  2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
                   ` (22 preceding siblings ...)
  2020-03-15 11:25 ` Johnnynator
@ 2020-03-15 11:26 ` Johnnynator
  23 siblings, 0 replies; 25+ messages in thread
From: Johnnynator @ 2020-03-15 11:26 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/14780#issuecomment-599197676

Comment:
The build server is busy building cross toolchains. So it might take a few hours.

https://build.voidlinux.org/waterfall

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

end of thread, other threads:[~2020-03-15 11:26 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28 11:41 [PR PATCH] New package: kindd-2.0.1 voidlinux-github
2019-09-28 12:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-28 12:00 ` voidlinux-github
2019-09-28 13:47 ` voidlinux-github
2019-09-28 14:46 ` voidlinux-github
2019-09-28 15:08 ` voidlinux-github
2019-09-28 15:08 ` voidlinux-github
2019-09-28 15:11 ` voidlinux-github
2019-09-28 15:12 ` voidlinux-github
2019-09-28 15:16 ` voidlinux-github
2019-09-28 15:16 ` voidlinux-github
2019-09-28 15:21 ` voidlinux-github
2019-09-28 15:35 ` voidlinux-github
2019-09-28 15:36 ` voidlinux-github
2020-03-14 18:12 ` New package: kindd-2.1.0 LinArcX
2020-03-14 18:13 ` LinArcX
2020-03-14 19:36 ` LinArcX
2020-03-14 19:37 ` LinArcX
2020-03-14 19:39 ` LinArcX
2020-03-14 19:48 ` LinArcX
2020-03-14 19:48 ` LinArcX
2020-03-15  9:24 ` [PR PATCH] [Merged]: " Johnnynator
2020-03-15 10:57 ` LinArcX
2020-03-15 11:25 ` Johnnynator
2020-03-15 11:26 ` Johnnynator

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