Date: Sunday, August 21, 2016 @ 03:30:48 Author: felixonmars Revision: 274390
upgpkg: spectacle 16.08.0-1 Upstream release Added: spectacle/trunk/ spectacle/trunk/PKGBUILD Deleted: spectacle/trunk/ ----------+ PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 03:30:48 UTC (rev 274390) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Antonio Rojas <[email protected]> + +pkgname=spectacle +pkgver=16.08.0 +pkgrel=1 +pkgdesc="KDE screenshot capture utility" +arch=(i686 x86_64) +url='https://www.kde.org/applications/graphics/' +license=(GPL) +depends=(xcb-util-cursor libkscreen libkipi purpose) +makedepends=(extra-cmake-modules kdoctools python) +optdepends=('kipi-plugins: export to various online services') +conflicts=(kdegraphics-ksnapshot kscreengenie) +replaces=(kdegraphics-ksnapshot kscreengenie) +groups=(kde-applications kdegraphics) +source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +md5sums=('5476a3336ebda139befdff5f6799c6d6') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} + Property changes on: spectacle/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
