Date: Sunday, August 21, 2016 @ 02:05:37 Author: felixonmars Revision: 274134
upgpkg: libkomparediff2 16.08.0-1 Upstream release Added: libkomparediff2/trunk/ libkomparediff2/trunk/PKGBUILD Deleted: libkomparediff2/trunk/ ----------+ PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 02:05:37 UTC (rev 274134) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +pkgname=libkomparediff2 +pkgver=16.08.0 +pkgrel=1 +pkgdesc="Library to compare files and strings" +url='https://www.kde.org/applications/development/kompare/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kio') +makedepends=('extra-cmake-modules' 'python') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('cb47799e09011fc4a0dd5ae55680a6ff87f17d09') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Property changes on: libkomparediff2/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
