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, xiota)
Last Packager: IslandC0der
Votes: 13
Popularity: 0.000018
First Submitted: 2017-04-06 21:00 (UTC)
Last Updated: 2024-03-01 18:42 (UTC)

Pinned Comments

xiota commented on 2024-04-28 10:06 (UTC) (edited on 2024-04-28 10:08 (UTC) by xiota)

Unflagging because upstream is not Qt6 ready. Flag again when it is, or if there is another issue.

Latest Comments

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

eugenefrompechor commented on 2019-05-06 04:13 (UTC) (edited on 2019-05-06 04:14 (UTC) by eugenefrompechor)

@dracorp, please see below cmake .. && make -- The CXX compiler identification is GNU 8.3.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found X11: /usr/include
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- XCB: XFIXES requires XCB;RENDER;SHAPE -- XCB: XFIXES requires XCB;RENDER;SHAPE -- XCB: XFIXES requires XCB;RENDER;SHAPE -- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.1") -- Found XCB_XCB: /usr/lib/libxcb.so (found version "1.13.1") -- Found XCB_RENDER: /usr/lib/libxcb-render.so (found version "1.13.1") -- Found XCB_SHAPE: /usr/lib/libxcb-shape.so (found version "1.13.1") -- Found XCB_XFIXES: /usr/lib/libxcb-xfixes.so (found version "1.13.1") -- Found XCB: /usr/lib/libxcb.so;/usr/lib/libxcb-render.so;/usr/lib/libxcb-shape.so;/usr/lib/libxcb-xfixes.so (found version "1.13.1") found components: XFIXES CMake Error at CMakeLists.txt:46 (find_package): Could not find a configuration file for package "kImageAnnotator" that is compatible with requested version "0.1.0".

The following configuration files were considered but not accepted:

/usr/lib64/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake, version: 0.0.1
/usr/lib/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake, version: 0.0.1
/lib64/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake, version: 0.0.1
/lib/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake, version: 0.0.1

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

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.