From 423ae5a5a1cd103d57b8cb52279533b3011f42d8 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 18 May 2014 03:52:05 +0000 Subject: Sun May 18 03:42:25 UTC 2014 --- extra/kio/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 extra/kio/PKGBUILD (limited to 'extra/kio/PKGBUILD') diff --git a/extra/kio/PKGBUILD b/extra/kio/PKGBUILD new file mode 100644 index 000000000..9ad03ec41 --- /dev/null +++ b/extra/kio/PKGBUILD @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kio +pkgver=4.99.0 +pkgrel=1 +pkgdesc='KIO' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/frameworks/kio' +license=('LGPL') +depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' + 'desktop-file-utils') +makedepends=('extra-cmake-modules' 'kdoctools') +groups=('kf5') +install=kio.install +source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('7eafc35cc0bcfb247b7871dce93c8b63') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_INSTALL_DIR=lib \ + -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \ + -DBUILD_TESTING=OFF \ + -DSYSCONF_INSTALL_DIR=/etc + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf