Date: Sunday, August 21, 2016 @ 02:18:13 Author: felixonmars Revision: 274178
upgpkg: akonadi-notes 16.08.0-1 Upstream release Added: akonadi-notes/trunk/ akonadi-notes/trunk/PKGBUILD ----------+ PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 02:18:13 UTC (rev 274178) @@ -0,0 +1,32 @@ +# Maintainer: Antonio Rojas <[email protected]> + +pkgname=akonadi-notes +pkgver=16.08.0 +pkgrel=1 +pkgdesc="Libraries and daemons to implement management of notes in Akonadi" +arch=(i686 x86_64) +url="https://community.kde.org/KDE_PIM" +license=(LGPL) +depends=(kmime) +makedepends=(extra-cmake-modules python akonadi kdelibs4support kdesignerplugin kdoctools boost) +source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +md5sums=('570a8054b70caec44b9a22e336a1eeba') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Property changes on: akonadi-notes/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
