Package Details: copyq-git 1:r6078.19e9dd1c-1

Git Clone URL: https://aur.archlinux.org/copyq-git.git (read-only, click to copy)
Package Base: copyq-git
Description: Clipboard manager with searchable and editable history.
Upstream URL: https://github.com/hluk/CopyQ
Licenses: GPL3
Conflicts: copyq
Provides: copyq
Submitter: SanskritFritz
Maintainer: aksr
Last Packager: aksr
Votes: 10
Popularity: 0.83
First Submitted: 2012-11-26 13:53 (UTC)
Last Updated: 2023-10-22 09:58 (UTC)

Latest Comments

hlukas commented on 2021-01-17 14:04 (UTC)

Here is new list of dependencies:

depends=(
  'hicolor-icon-theme'
  'libxtst'
  'qt5-declarative'
  'qt5-svg'
  'qt5-x11extras'
  'qt5-wayland'
  'desktop-file-utils'
  'knotifications'
)

Additionally, itemweb plugin was dropped and WITH_WEBKIT, WITH_QT5 cmake arguments are no longer needed.

zayatura commented on 2020-11-26 18:07 (UTC)

This package has a missing build dependency: extra-cmake-modules

Without it, the build fails with the following:

-- Building for X11 window system.
CMake Error at src/platform/x11/x11platform.cmake:33 (find_package):
  Could not find a package configuration file provided by "ECM" with any of
  the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  src/platform/platform.cmake:13 (include)
  src/CMakeLists.txt:23 (include)

yochananmarqos commented on 2019-10-13 14:21 (UTC) (edited on 2019-10-13 14:21 (UTC) by yochananmarqos)

There are tags available, please use the array I posted and remove the epoch. That will currently generate 3.9.2.r63.g2217511c.

yochananmarqos commented on 2019-08-02 17:29 (UTC)

Please use a proper pkgver() array according to VCS package guidelines:

pkgver() {
    cd "$srcdir/${pkgname%-git}"
    git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

cyrinux commented on 2018-04-29 18:54 (UTC)

Hi,

Could you please add missing "qt5-x11extras" to makedepends.

Thanks!

FadeMind commented on 2017-01-26 19:00 (UTC)

FIXED PKGBUILD code: https://github.com/FadeMind/mnjpkgbuilds/blob/master/copyq-git/PKGBUILD Regards

KenjiTakahashi commented on 2013-02-22 16:30 (UTC)

It must have slipped by when I was cleaning the PKGBUILD. Sorry about that ;).

SanskritFritz commented on 2013-02-21 20:37 (UTC)

Please use the -p in the command mkdir $srcdir/$_gitname/build otherwise makepkg fails on existing build directory as it is in my case.