Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#75215 - [copyq] PLEASE ENTER SUMMARY
Attached to Project:
Community Packages
Opened by ljgdasfhk (ljgdasfhk) - Saturday, 02 July 2022, 17:35 GMT
Last edited by Ike Devolder (BlackEagle) - Tuesday, 19 July 2022, 13:50 GMT
Opened by ljgdasfhk (ljgdasfhk) - Saturday, 02 July 2022, 17:35 GMT
Last edited by Ike Devolder (BlackEagle) - Tuesday, 19 July 2022, 13:50 GMT
|
DetailsThe «copyq» is only for KDE, but I'm against it.
I propose to eliminate the dependence on KDE and replace PKGBUILD with the following [code] # Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com > # Contributor: Maxim Baz <$pkgname at maximbaz dot com> # Contributor: Batou <batou at cryptolab net> # Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>[/ins] pkgname=copyq pkgver=6.1.0 pkgrel=1 pkgdesc="Clipboard manager with searchable and editable history" url="https://github.com/hluk/${pkgname}" depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-wayland') makedepends=('extra-cmake-modules' 'qt5-tools') license=('GPL3') arch=('x86_64') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('d235b31224264e7fa463020f1a934143aa287a4d9cb9bbb6883563ad66e84099') build() { cmake -B build -S CopyQ-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH_NATIVE_NOTIFICATIONS=false cmake --build build } package() { DESTDIR="${pkgdir}" cmake --install build } [/code] [b]NATIVE_NOTIFICATIONS=false[/b] |
This task depends upon
Closed by Ike Devolder (BlackEagle)
Tuesday, 19 July 2022, 13:50 GMT
Reason for closing: Implemented
Additional comments about closing: changed in 6.2.0-2
Tuesday, 19 July 2022, 13:50 GMT
Reason for closing: Implemented
Additional comments about closing: changed in 6.2.0-2

Ok will do, I did not see too much benefit anyway of depending on knotifications