summaryrefslogtreecommitdiff
path: root/extra/kdevelop-php
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 21:39:50 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 21:39:50 -0300
commit9e2eedaa4921b8d57c364fb3e2a8c9e2e96b8e69 (patch)
tree1f5ef1cf64d8477147f581592b19c94bcaafd917 /extra/kdevelop-php
parent2bd8076ad5b2278e808a796d572bb99a7fccf52a (diff)
parent85828cc2c2c3ef5c0b9b03388b9323d3d163b389 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/gcc/PKGBUILD core/glibc/PKGBUILD core/linux-api-headers/PKGBUILD extra/avidemux/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/qimageblitz/PKGBUILD extra/valgrind/PKGBUILD libre/linux-libre/PKGBUILD multilib/binutils-multilib/PKGBUILD multilib/gcc-multilib/PKGBUILD multilib/lib32-glibc/PKGBUILD staging/kdeutils/PKGBUILD
Diffstat (limited to 'extra/kdevelop-php')
-rw-r--r--extra/kdevelop-php/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/kdevelop-php/PKGBUILD b/extra/kdevelop-php/PKGBUILD
index 7e5ea3478..de621ffa6 100644
--- a/extra/kdevelop-php/PKGBUILD
+++ b/extra/kdevelop-php/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 128655 2011-06-25 11:01:42Z andrea $
+# $Id: PKGBUILD 145872 2012-01-03 14:17:04Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdevelop-php
pkgver=1.2.3
_pkgver=4.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="PHP language and documentation plugin for KDevelop/Quanta"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.kdevelop.org/"
license=('GPL')
-depends=('kdevplatform' 'kdevelop-pg-qt')
+depends=('kdevelop-pg-qt')
makedepends=('cmake' 'automoc4')
replaces=('kdevelop-php-docs')
conflicts=('kdevelop-php-docs')
-options=('!makeflags')
source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
"http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-docs-${pkgver}.tar.bz2")
sha1sums=('b0dc43cf01d2005f2ad66872ce6b49b093a7ceb4'
@@ -28,10 +27,10 @@ build() {
-DCMAKE_BUILD_TYPE=Release
make
+ # kdevelop-php-docs
cd "${srcdir}"
mkdir build-docs
cd build-docs
- # kdevelop-php-docs
cmake ../${pkgname}-docs-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
@@ -42,6 +41,7 @@ package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
+ # kdevelop-php-docs
cd "${srcdir}"/build-docs
make DESTDIR="${pkgdir}" install
}