[arch-commits] Commit in krusader/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Thu Aug 5 14:08:39 UTC 2010
Date: Thursday, August 5, 2010 @ 10:08:39
Author: andrea
Revision: 86836
needs kdebase-runtime (FS#20164)
Modified:
krusader/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-08-05 13:42:39 UTC (rev 86835)
+++ PKGBUILD 2010-08-05 14:08:39 UTC (rev 86836)
@@ -11,7 +11,7 @@
url="http://krusader.sourceforge.net/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('kdebase-lib')
+depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2")
@@ -24,10 +24,10 @@
cmake ../${pkgname}-${_pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
- make || return 1
+ make
}
package() {
cd ${srcdir}/build
- make DESTDIR=${pkgdir} install || return 1
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list