Package Details: ksnip-git 1.11.0_r2770.g99327370-1

Git Clone URL: https://aur.archlinux.org/ksnip-git.git (read-only, click to copy)
Package Base: ksnip-git
Description: Qt-based screenshot tool that provides many annotation features
Upstream URL: https://github.com/ksnip/ksnip
Keywords: ksnip screenshot
Licenses: GPL2
Submitter: dracorp
Maintainer: dr460nf1r3 (IslandC0der)
Last Packager: IslandC0der
Votes: 13
Popularity: 0.000023
First Submitted: 2017-04-06 21:00 (UTC)
Last Updated: 2024-03-01 18:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

dracorp commented on 2019-04-12 15:59 (UTC)

@Danieldakataca great log :) could you paste some text?

dakataca commented on 2019-04-09 23:01 (UTC) (edited on 2019-04-09 23:02 (UTC) by dakataca)

  • Configuring incomplete, errors occurred!

See also "/home/daka/Scripts/Ksnip/ksnip-

git/src/ksnip/build/CMakeFiles/CMakeOutput.log".

==> ERROR: Se produjo un fallo en build().

Cancelando...

j1simon commented on 2019-04-02 12:07 (UTC)

it lacks kcolorpicker-git as dependency.

tobru commented on 2019-01-17 10:14 (UTC)

The dependency kcolorpicker-git should be in depends, otherwise it gets removed by f.e. yay after build and Ksnip doesn't work then.

dracorp commented on 2018-10-28 21:03 (UTC)

Now it should works. Added missing packages: kcolorpicker and kimageannotator

Plexcon commented on 2018-10-25 22:24 (UTC)

CMake Error at CMakeLists.txt:33 (find_package): By not providing "FindkImageAnnotator.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "kImageAnnotator", but CMake did not find one.

Could not find a package configuration file provided by "kImageAnnotator" (requested version 0.0.1) with any of the following names:

kImageAnnotatorConfig.cmake
kimageannotator-config.cmake

Add the installation prefix of "kImageAnnotator" to CMAKE_PREFIX_PATH or set "kImageAnnotator_DIR" to a directory containing one of the above files. If "kImageAnnotator" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/tmp/pamac-build-velkerk-user/ksnip-git/src/ksnip/build/CMakeFiles/CMakeOutput.log". ==> ERROR: Se produjo un fallo en build(). Cancelando...

johndoeblank1 commented on 2018-02-21 05:35 (UTC) (edited on 2018-02-21 05:54 (UTC) by johndoeblank1)

My kernel is at 4.15.3-2-ARCH, cmake version 3.10.2, Qt version 5.10.1.

When I try to install this through yaourt it gives me:


    CMake Error at CMakeLists.txt:23 (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.


    -- Configuring incomplete, errors occurred!
    See also "/home/xyzuser/Downloads/ksnip-master/build/CMakeFiles/CMakeOutput.log".

I tried to build outside yaourt, it still gave me the message. Then I tried installing :

sudo pacman -S extra-cmake-modules qt5-tools

then the message went away. Please add these as dependencies.

CorporalKobold commented on 2018-02-02 20:22 (UTC)

extra-cmake-modules should be added as a make dependency, otherwise CMakeLists.txt fails at line 11 when it searches for ECM.

dracorp commented on 2018-01-08 17:33 (UTC)

Probably there were some changes in sources. I've changed *depends.

omni commented on 2018-01-08 16:53 (UTC) (edited on 2018-01-08 16:54 (UTC) by omni)

why not use qt5?

I changed PKGBUILD: removed qt4 and added qt5-base, removed qt4 as makedepend.

builds fine!