[arch-commits] Commit in kdevelop/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Oct 30 22:40:49 UTC 2013


    Date: Wednesday, October 30, 2013 @ 23:40:48
  Author: andrea
Revision: 198617

upgpkg: kdevelop 4.5.2-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-30 22:25:51 UTC (rev 198616)
+++ PKGBUILD	2013-10-30 22:40:48 UTC (rev 198617)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=kdevelop
-pkgver=4.5.1
+pkgver=4.5.2
 pkgrel=1
 pkgdesc="A C/C++ development environment for KDE"
 arch=('i686' 'x86_64')
@@ -11,18 +11,24 @@
 license=('GPL')
 depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
-optdepends=('kdesdk-okteta: hex editor'
+optdepends=('kdesdk-okteta: hex editor integration'
             'kdebase-konsole: embedded terminal'
-            'git: git support'
-            'gdb: gdb support'
-            'qt-doc: qt documentation integration')
+            'git: Git support'
+            'subversion: SVN support'
+            'cvs: Concurrent Versions System support'
+            'gdb: GNU Debugger support'
+            'qt5-doc: Qt documentation integration'
+            'cmake: cmake integration')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('e27b77bca0b4c466f66b24167ec416f20b353f6f')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('3bd354ca9ff8562c8099a41836ccd72456561409')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
-  cd build 
+  cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release




More information about the arch-commits mailing list