summaryrefslogtreecommitdiff
path: root/extra/kdevplatform/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-13 11:55:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-13 11:55:35 -0300
commit69fbf2ca624da30dfaefb4c4150715df81d8cf00 (patch)
tree43a6191492a1d6a8b2dbf3a5fc30e04418407eff /extra/kdevplatform/PKGBUILD
parent20325742c50f83cc58e49aa3b8347fde1399d734 (diff)
parentcb9c375209c236c16557878a1b864f91de27b88d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/ctpl/PKGBUILD extra/ffmpeg/PKGBUILD extra/subversion/PKGBUILD multilib/lib32-libtiff/PKGBUILD
Diffstat (limited to 'extra/kdevplatform/PKGBUILD')
-rw-r--r--extra/kdevplatform/PKGBUILD18
1 files changed, 12 insertions, 6 deletions
diff --git a/extra/kdevplatform/PKGBUILD b/extra/kdevplatform/PKGBUILD
index e01c3d51e..aeb6b863a 100644
--- a/extra/kdevplatform/PKGBUILD
+++ b/extra/kdevplatform/PKGBUILD
@@ -1,23 +1,29 @@
-# $Id: PKGBUILD 128645 2011-06-25 10:59:34Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# $Id: PKGBUILD 144956 2011-12-12 01:44:18Z andrea $
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=kdevplatform
pkgver=1.2.3
_pkgver=4.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A C/C++ development platform for KDE"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.kdevelop.org/"
license=('GPL')
-depends=('kdelibs' 'boost-libs' 'subversion' 'qjson')
+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=('c8badd157c2477b1b299403d01d40f68a1ba14cd')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
+ 'subversion17.patch')
+sha1sums=('c8badd157c2477b1b299403d01d40f68a1ba14cd'
+ '08e2ab2005a7a447f1733e8449a9bc926035fb9e')
build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ patch -p1 -i "${srcdir}"/subversion17.patch
+
cd "${srcdir}"
mkdir build
cd build