Package Details: qlipper 6.0.0-2

Git Clone URL: https://aur.archlinux.org/qlipper.git (read-only, click to copy)
Package Base: qlipper
Description: Lightweight & cross-platform clipboard history applet based on Qt
Upstream URL: https://github.com/pvanek/qlipper
Licenses: GPL2
Submitter: sxe
Maintainer: gehenna14
Last Packager: gehenna14
Votes: 23
Popularity: 0.000000
First Submitted: 2010-01-04 12:52 (UTC)
Last Updated: 2025-12-23 06:36 (UTC)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2025-12-22 17:10 (UTC)

Build fails:

-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)  CMake Error at CMakeLists.txt:60 (find_package):   By not providing "FindKF6GuiAddons.cmake" in CMAKE_MODULE_PATH this project   has asked CMake to find a package configuration file provided by   "KF6GuiAddons", but CMake did not find one.    Could not find a package configuration file provided by "KF6GuiAddons" with   any of the following names:      KF6GuiAddonsConfig.cmake     kf6guiaddons-config.cmake    Add the installation prefix of "KF6GuiAddons" to CMAKE_PREFIX_PATH or set   "KF6GuiAddons_DIR" to a directory containing one of the above files.  If   "KF6GuiAddons" provides a separate development package or SDK, be sure it   has been installed.   -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build().     Aborting... 

bobbes commented on 2025-04-01 14:32 (UTC)

The recent CMake update (3.31.6 -> 4.0.0) unfortunately causes the build to fail.

CMake Error at CMakeLists.txt:43 (CMAKE_MINIMUM_REQUIRED):   Compatibility with CMake < 3.5 has been removed from CMake.    Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax   to tell CMake that the project requires at least <min> but has been updated   to work with policies introduced by <max> or earlier.    Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. 

FredBezies commented on 2019-01-26 13:30 (UTC)

Cleaner and working PKGBUILD:

# Contributor: sxe <sxxe@gmx.de> pkgname=qlipper pkgver=5.1.1 pkgrel=1 pkgdesc="Lightweight & cross-platform clipboard history applet based on qt" arch=('i686' 'x86_64') url="https://github.com/pvanek/qlipper/" license=("GPL") depends=('qt5-base' 'gtk-update-icon-cache') makedepends=('cmake' 'qt5-tools') source=("https://github.com/pvanek/qlipper/archive/$pkgver.tar.gz")  md5sums=('5730a4e8a1cd6b9081135fe317c5a3cd')  build() {   mkdir -p build   cd build   cmake "$srcdir/$pkgname-$pkgver" \          -DCMAKE_INSTALL_PREFIX=/usr  }  package() {     cd build     make DESTDIR="$pkgdir" install } 

sxe commented on 2015-04-10 07:22 (UTC)

Switched the repo to github. Thx for the heads up excalibur1234.

excalibur1234 commented on 2015-04-09 16:15 (UTC)

qlipper has moved: https://github.com/pvanek/qlipper please adjust the pkgbuild.

sxe commented on 2013-12-19 17:36 (UTC)

done

nickolsen commented on 2013-12-19 12:38 (UTC)

Please add cmake to makedepends.

ShadowKyogre commented on 2012-06-04 21:42 (UTC)

http://code.google.com/p/qlipper/downloads/detail?name=qlipper-2.0.0.tar.bz2&can=2&q=