From b2a6f1b28b7fa31088cab9a90b0f5ab97948534d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Oct 2013 01:12:24 -0700 Subject: Thu Oct 31 01:09:50 PDT 2013 --- extra/kdevplatform/PKGBUILD | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'extra/kdevplatform/PKGBUILD') diff --git a/extra/kdevplatform/PKGBUILD b/extra/kdevplatform/PKGBUILD index 840084833..9de6e085f 100644 --- a/extra/kdevplatform/PKGBUILD +++ b/extra/kdevplatform/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 186672 2013-05-30 12:43:39Z andrea $ +# $Id: PKGBUILD 198616 2013-10-30 22:25:51Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Giovanni Scafora pkgname=kdevplatform -pkgver=1.5.1 -_pkgver=4.5.1 +pkgver=1.5.2 +_pkgver=4.5.2 pkgrel=1 pkgdesc="A C/C++ development platform for KDE" arch=('i686' 'x86_64') @@ -13,13 +13,16 @@ license=('GPL') depends=('kdelibs' 'subversion' 'qjson') optdepends=("kdesdk-kompare: difference checking") makedepends=('cmake' 'automoc4' 'boost') -install=${pkgname}.install -source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('af3e78b55c4aec97e271bc06c59186cdf77fe3d1') +install="${pkgname}.install" +source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('a2fa1f765e992739546fa04d0aaffc4f2200c520') -build() { +prepare() { mkdir build - cd build +} + +build() { + cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ -- cgit v1.2.3-54-g00ecf