Package Details: qlipper 5.1.2-1

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: E5ten
Last Packager: E5ten
Votes: 23
Popularity: 0.000000
First Submitted: 2010-01-04 12:52 (UTC)
Last Updated: 2019-03-02 23:09 (UTC)

Dependencies (5)

Required by (1)

Sources (1)

Latest Comments

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=

sxe commented on 2011-07-29 10:08 (UTC)

updated

sxe commented on 2011-03-03 18:29 (UTC)

thx, updated

karabaja4 commented on 2011-03-02 23:47 (UTC)

http://qlipper.googlecode.com/files/qlipper-1.8.tar.bz2