Date: Monday, October 20, 2014 @ 19:30:48 Author: andrea Revision: 225101
upgpkg: attica-qt4 0.4.2-1 rename package Modified: attica/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-20 17:27:54 UTC (rev 225100) +++ PKGBUILD 2014-10-20 17:30:48 UTC (rev 225101) @@ -1,22 +1,28 @@ # $Id$ # Maintainer: Andrea Scarpino <[email protected]> -pkgname=attica +pkgname=attica-qt4 pkgver=0.4.2 pkgrel=1 -pkgdesc='A Qt library that implements the Open Collaboration Services API' +pkgdesc='A Qt4 library that implements the Open Collaboration Services API' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kdesupport/attica' license=('LGPL') depends=('qt4') makedepends=('cmake') -source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +provides=('attica') +replaces=('attica') +conflicts=('attica') +source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2") md5sums=('d62c5c9489a68432e8d990dde7680c24') +prepare() { + mkdir build +} + build() { - mkdir build cd build - cmake ../${pkgname}-${pkgver} \ + cmake ../attica-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make
