Date: Sunday, August 21, 2016 @ 03:31:54 Author: felixonmars Revision: 274394
upgpkg: kdegraphics-thumbnailers 16.08.0-1 Upstream release Added: kdegraphics-thumbnailers/trunk/ kdegraphics-thumbnailers/trunk/PKGBUILD Deleted: kdegraphics-thumbnailers/trunk/ ----------+ PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 03:31:54 UTC (rev 274394) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +pkgname=kdegraphics-thumbnailers +pkgver=16.08.0 +pkgrel=1 +pkgdesc="Thumbnailers for various graphics file formats" +url="https://www.kde.org/applications/graphics/" +arch=(i686 x86_64) +license=(GPL LGPL FDL) +depends=(libkexiv2 libkdcraw kio) +makedepends=(extra-cmake-modules) +source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +sha1sums=('101f70dd88f62ed175ca5c8467628d27898d854d') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Property changes on: kdegraphics-thumbnailers/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
