Date: Friday, February 12, 2010 @ 14:25:05 Author: andrea Revision: 68402
upgpkg: konq-plugins 4.4.0-1 upstream release Modified: konq-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-12 17:52:56 UTC (rev 68401) +++ PKGBUILD 2010-02-12 19:25:05 UTC (rev 68402) @@ -3,7 +3,7 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=konq-plugins -pkgver=4.3.1 +pkgver=4.4.0 pkgrel=1 pkgdesc="Konqueror Plugins" arch=('i686' 'x86_64') @@ -13,9 +13,9 @@ depends=('kdebase-konqueror' 'tidyhtml') makedepends=('pkgconfig' 'cmake' 'automoc4') options=('docs') -install='konq-plugins.install' +install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/extragear/${pkgname}-${pkgver}.tar.bz2") -md5sums=('57ba2ab5e7c6bdad8d6ac7644b151b32') +md5sums=('7eb163f429adf035c1495d1cbb05d4d2') build() { cd ${srcdir} @@ -25,5 +25,9 @@ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make || return 1 +} + +package() { + cd ${srcdir}/build make DESTDIR=${pkgdir} install }
