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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ike Devolder (BlackEagle)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

The «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
Comment by Ike Devolder (BlackEagle) - Tuesday, 19 July 2022, 13:44 GMT
Ok will do, I did not see too much benefit anyway of depending on knotifications

Loading...