Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] CopyQ: update to 4.1.0.
@ 2021-05-15 20:44 mobinmob
  2021-05-17  3:23 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mobinmob @ 2021-05-15 20:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages CopyQ
https://github.com/void-linux/void-packages/pull/30918

CopyQ: update to 4.1.0.
<!-- 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?
- [ ] 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.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 4d55f5959b4e66da575fa277f2550eb9673b2220 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 15 May 2021 23:44:11 +0300
Subject: [PATCH] CopyQ: update to 4.1.0.

---
 srcpkgs/CopyQ/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/CopyQ/template b/srcpkgs/CopyQ/template
index e0d81316fe8d..d2a6bb2f9ee7 100644
--- a/srcpkgs/CopyQ/template
+++ b/srcpkgs/CopyQ/template
@@ -1,15 +1,16 @@
 # Template file for 'CopyQ'
 pkgname=CopyQ
-version=3.13.0
+version=4.1.0
 revision=1
 build_style=cmake
-hostmakedepends="qt5-tools-devel"
+hostmakedepends="qt5-tools-devel extra-cmake-modules pkg-config"
 makedepends="libXtst-devel qt5-script-devel qt5-svg-devel qt5-tools-devel
- qt5-x11extras-devel"
+ qt5-x11extras-devel knotifications-devel qt5-wayland-devel wayland-devel
+ qt5-declarative-devel"
 short_desc="Clipboard manager with searchable and editable history"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://hluk.github.io/CopyQ/"
 changelog="https://raw.githubusercontent.com/hluk/CopyQ/master/CHANGES"
 distfiles="https://github.com/hluk/CopyQ/archive/v${version}.tar.gz"
-checksum=bde0482f9d17010c430b530f1810ed6d222bd06447258799e25a75328e2745a1
+checksum=adc97a663c9d95a5cacc2e89ad46fc8ab2b3d1436eaf076772214895d3507921

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

* Re: CopyQ: update to 4.1.0.
  2021-05-15 20:44 [PR PATCH] CopyQ: update to 4.1.0 mobinmob
@ 2021-05-17  3:23 ` ericonr
  2021-05-17 14:45 ` mobinmob
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-05-17  3:23 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30918#issuecomment-841954942

Comment:
Cross builds are broken

```
-- Building for X11 window system.
CMake Error at /usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find QtWaylandScanner (missing: QtWaylandScanner_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/ECM/find-modules/FindQtWaylandScanner.cmake:77 (find_package_handle_standard_args)
  src/platform/x11/systemclipboard/CMakeLists.txt:1 (find_package)
```

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

* Re: CopyQ: update to 4.1.0.
  2021-05-15 20:44 [PR PATCH] CopyQ: update to 4.1.0 mobinmob
  2021-05-17  3:23 ` ericonr
@ 2021-05-17 14:45 ` mobinmob
  2021-05-17 14:46 ` mobinmob
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-05-17 14:45 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/30918#issuecomment-842384720

Comment:
> Cross builds are broken
> 
> ```
> -- Building for X11 window system.
> CMake Error at /usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
>   Could NOT find QtWaylandScanner (missing: QtWaylandScanner_EXECUTABLE)
> Call Stack (most recent call first):
>   /usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
>   /usr/share/ECM/find-modules/FindQtWaylandScanner.cmake:77 (find_package_handle_standard_args)
>   src/platform/x11/systemclipboard/CMakeLists.txt:1 (find_package)
> ```

I am not sure cross-compilation is possible :(
QtWaylandScanner_EXECUTABLE is in qt5-wayland-devel. If that is placed in the hostmakedepends array, the configuration step works, but build fails because there is an arch mishmatch when the exec tries to compile a file:
```
105/280] Automatic MOC for target systemclipboard
[106/280] Generating wayland-wlr-data-control-unstable-v1-client-protocol.h
FAILED: src/platform/x11/systemclipboard/wayland-wlr-data-control-unstable-v1-client-protocol.h 
cd /builddir/CopyQ-4.1.0/build/src/platform/x11/systemclipboard && /usr/aarch64-linux-musl/usr/bin/wayland-scanner client-header /builddir/CopyQ-4.1.0/src/platform/x11/systemclipboard/wlr-data-control-unstable-v1.xml /builddir/CopyQ-4.1.0/build/src/platform/x11/systemclipboard/wayland-wlr-data-control-unstable-v1-client-protocol.h
/bin/sh: line 1: /usr/aarch64-linux-musl/usr/bin/wayland-scanner: cannot execute binary file: Exec format error
ninja: build stopped: subcommand failed.
=> ERROR: CopyQ-4.1.0_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/cmake.sh:82
```


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

* Re: CopyQ: update to 4.1.0.
  2021-05-15 20:44 [PR PATCH] CopyQ: update to 4.1.0 mobinmob
  2021-05-17  3:23 ` ericonr
  2021-05-17 14:45 ` mobinmob
@ 2021-05-17 14:46 ` mobinmob
  2021-05-17 15:00 ` q66
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-05-17 14:46 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/30918#issuecomment-842384720

Comment:
I am not sure cross-compilation is possible :(
QtWaylandScanner_EXECUTABLE is in qt5-wayland-devel. If that is placed in the hostmakedepends array, the configuration step works, but build fails because there is an arch mishmatch when wayland-scanner tries to compile a file:
```
105/280] Automatic MOC for target systemclipboard
[106/280] Generating wayland-wlr-data-control-unstable-v1-client-protocol.h
FAILED: src/platform/x11/systemclipboard/wayland-wlr-data-control-unstable-v1-client-protocol.h 
cd /builddir/CopyQ-4.1.0/build/src/platform/x11/systemclipboard && /usr/aarch64-linux-musl/usr/bin/wayland-scanner client-header /builddir/CopyQ-4.1.0/src/platform/x11/systemclipboard/wlr-data-control-unstable-v1.xml /builddir/CopyQ-4.1.0/build/src/platform/x11/systemclipboard/wayland-wlr-data-control-unstable-v1-client-protocol.h
/bin/sh: line 1: /usr/aarch64-linux-musl/usr/bin/wayland-scanner: cannot execute binary file: Exec format error
ninja: build stopped: subcommand failed.
=> ERROR: CopyQ-4.1.0_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/cmake.sh:82
```


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

* Re: CopyQ: update to 4.1.0.
  2021-05-15 20:44 [PR PATCH] CopyQ: update to 4.1.0 mobinmob
                   ` (2 preceding siblings ...)
  2021-05-17 14:46 ` mobinmob
@ 2021-05-17 15:00 ` q66
  2021-05-17 15:01 ` Johnnynator
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: q66 @ 2021-05-17 15:00 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/30918#issuecomment-842396169

Comment:
`build_helper="qemu"`?

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

* Re: CopyQ: update to 4.1.0.
  2021-05-15 20:44 [PR PATCH] CopyQ: update to 4.1.0 mobinmob
                   ` (3 preceding siblings ...)
  2021-05-17 15:00 ` q66
@ 2021-05-17 15:01 ` Johnnynator
  2021-05-17 21:02 ` [PR PATCH] [Updated] " mobinmob
  2021-05-21  5:08 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2021-05-17 15:01 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/30918#issuecomment-842396767

Comment:
> I am not sure cross-compilation is possible :(
> QtWaylandScanner_EXECUTABLE is in qt5-wayland-devel. If that is placed in the hostmakedepends array, the configuration step works, but build fails because there is an arch mishmatch when wayland-scanner tries to compile a file:
> 
> ```
> 105/280] Automatic MOC for target systemclipboard
> [106/280] Generating wayland-wlr-data-control-unstable-v1-client-protocol.h
> FAILED: src/platform/x11/systemclipboard/wayland-wlr-data-control-unstable-v1-client-protocol.h 
> cd /builddir/CopyQ-4.1.0/build/src/platform/x11/systemclipboard && /usr/aarch64-linux-musl/usr/bin/wayland-scanner client-header /builddir/CopyQ-4.1.0/src/platform/x11/systemclipboard/wlr-data-control-unstable-v1.xml /builddir/CopyQ-4.1.0/build/src/platform/x11/systemclipboard/wayland-wlr-data-control-unstable-v1-client-protocol.h
> /bin/sh: line 1: /usr/aarch64-linux-musl/usr/bin/wayland-scanner: cannot execute binary file: Exec format error
> ninja: build stopped: subcommand failed.
> => ERROR: CopyQ-4.1.0_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
> => ERROR:   in do_build() at common/build-style/cmake.sh:82
> ```

You also need `wayland-devel` in hostmakepends. (and maybe also `-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner` in configure_args)

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

* Re: [PR PATCH] [Updated] CopyQ: update to 4.1.0.
  2021-05-15 20:44 [PR PATCH] CopyQ: update to 4.1.0 mobinmob
                   ` (4 preceding siblings ...)
  2021-05-17 15:01 ` Johnnynator
@ 2021-05-17 21:02 ` mobinmob
  2021-05-21  5:08 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2021-05-17 21:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages CopyQ
https://github.com/void-linux/void-packages/pull/30918

CopyQ: update to 4.1.0.
<!-- 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?
- [ ] 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.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 1375cf2546e0100e4c67835e429ae32dc18beb41 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 15 May 2021 23:44:11 +0300
Subject: [PATCH] CopyQ: update to 4.1.0.

---
 srcpkgs/CopyQ/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/CopyQ/template b/srcpkgs/CopyQ/template
index e0d81316fe8d..1c57c30068c0 100644
--- a/srcpkgs/CopyQ/template
+++ b/srcpkgs/CopyQ/template
@@ -1,15 +1,16 @@
 # Template file for 'CopyQ'
 pkgname=CopyQ
-version=3.13.0
+version=4.1.0
 revision=1
 build_style=cmake
-hostmakedepends="qt5-tools-devel"
+hostmakedepends="qt5-tools-devel extra-cmake-modules pkg-config qt5-wayland-devel wayland-devel"
 makedepends="libXtst-devel qt5-script-devel qt5-svg-devel qt5-tools-devel
- qt5-x11extras-devel"
+ qt5-x11extras-devel knotifications-devel qt5-wayland-devel wayland-devel
+ qt5-declarative-devel"
 short_desc="Clipboard manager with searchable and editable history"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://hluk.github.io/CopyQ/"
 changelog="https://raw.githubusercontent.com/hluk/CopyQ/master/CHANGES"
 distfiles="https://github.com/hluk/CopyQ/archive/v${version}.tar.gz"
-checksum=bde0482f9d17010c430b530f1810ed6d222bd06447258799e25a75328e2745a1
+checksum=adc97a663c9d95a5cacc2e89ad46fc8ab2b3d1436eaf076772214895d3507921

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

* Re: [PR PATCH] [Closed]: CopyQ: update to 4.1.0.
  2021-05-15 20:44 [PR PATCH] CopyQ: update to 4.1.0 mobinmob
                   ` (5 preceding siblings ...)
  2021-05-17 21:02 ` [PR PATCH] [Updated] " mobinmob
@ 2021-05-21  5:08 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-05-21  5:08 UTC (permalink / raw)
  To: ml

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

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

CopyQ: update to 4.1.0.
https://github.com/void-linux/void-packages/pull/30918

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?
- [ ] 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.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-05-21  5:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-15 20:44 [PR PATCH] CopyQ: update to 4.1.0 mobinmob
2021-05-17  3:23 ` ericonr
2021-05-17 14:45 ` mobinmob
2021-05-17 14:46 ` mobinmob
2021-05-17 15:00 ` q66
2021-05-17 15:01 ` Johnnynator
2021-05-17 21:02 ` [PR PATCH] [Updated] " mobinmob
2021-05-21  5:08 ` [PR PATCH] [Closed]: " 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).