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

2020-11-05 Thread Antonio Rojas via arch-commits
Date: Thursday, November 5, 2020 @ 13:57:06
  Author: arojas
Revision: 399300

clang 11 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 13:48:53 UTC (rev 399299)
+++ PKGBUILD2020-11-05 13:57:06 UTC (rev 399300)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.6.0
-_clangver=10.0.1
-pkgrel=3
+_clangver=11.0.0
+pkgrel=4
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2020-11-05 Thread Antonio Rojas via arch-commits
Date: Thursday, November 5, 2020 @ 13:48:43
  Author: arojas
Revision: 399298

Support GDB 10 (FS#68536)

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 12:34:20 UTC (rev 399297)
+++ PKGBUILD2020-11-05 13:48:43 UTC (rev 399298)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.6.0
-_clangver=11.0.0
-pkgrel=2
+_clangver=10.0.1
+pkgrel=3
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
@@ -28,14 +28,20 @@
 'clazy: clazy analyzer plugin')
 conflicts=(kdevelop-qmljs kdevplatform)
 replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdevelop-gdb10.patch::"https://invent.kde.org/kdevelop/kdevelop/-/commit/8831937f.patch;)
 sha256sums=('38adc7d4c4cf2f0fb4191650001e979b5e1b5a3476db28737020baf2fb56f532'
-'SKIP')
+'SKIP'
+'14368ecd9e941e8abea21b63b45d269675906d9639fb90dfc710eb9db67fcb8f')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

   'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
   '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdevelop-gdb10.patch # Support GDB 10
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 08:59:11
  Author: arojas
Revision: 398111

LLVM/clang 11 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 08:53:23 UTC (rev 398110)
+++ PKGBUILD2020-10-13 08:59:11 UTC (rev 398111)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.6.0
-_clangver=10.0.1
-pkgrel=1
+_clangver=11.0.0
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:12
  Author: foutrelis
Revision: 392394

upgpkg: kdevelop 5.5.2-3: clang 10.0.1 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:03 UTC (rev 392393)
+++ PKGBUILD2020-07-22 21:29:12 UTC (rev 392394)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.5.2
-_clangver=10.0.0
-pkgrel=2
+_clangver=10.0.1
+pkgrel=3
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2020-06-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 9, 2020 @ 11:55:37
  Author: arojas
Revision: 388603

libksysguard 5.19 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 11:48:07 UTC (rev 388602)
+++ PKGBUILD2020-06-09 11:55:37 UTC (rev 388603)
@@ -5,7 +5,7 @@
 pkgname=kdevelop
 pkgver=5.5.2
 _clangver=10.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 21:37:22
  Author: arojas
Revision: 380134

clang/LLVM 10 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 21:31:13 UTC (rev 380133)
+++ PKGBUILD2020-04-11 21:37:22 UTC (rev 380134)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.5.0
-_clangver=9.0.1
-pkgrel=1
+_clangver=10.0.0
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2020-01-09 Thread Antonio Rojas via arch-commits
Date: Thursday, January 9, 2020 @ 18:56:56
  Author: arojas
Revision: 373085

Drop libKDevPlatformTests.so, no longer needed by umbrello

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-09 17:04:09 UTC (rev 373084)
+++ PKGBUILD2020-01-09 18:56:56 UTC (rev 373085)
@@ -5,7 +5,7 @@
 pkgname=kdevelop
 pkgver=5.4.6
 _clangver=9.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
@@ -42,7 +42,8 @@
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
   make
 }
 


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

2019-12-29 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 29, 2019 @ 23:47:59
  Author: foutrelis
Revision: 372358

upgpkg: kdevelop 5.4.5-2: clang 9.0.1 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-29 23:42:06 UTC (rev 372357)
+++ PKGBUILD2019-12-29 23:47:59 UTC (rev 372358)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.4.5
-_clangver=9.0.0
-pkgrel=1
+_clangver=9.0.1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 17:26:47
  Author: arojas
Revision: 363803

clang 9.0.0 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 17:20:06 UTC (rev 363802)
+++ PKGBUILD2019-10-04 17:26:47 UTC (rev 363803)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.4.2
-_clangver=8.0.1
-pkgrel=1
+_clangver=9.0.0
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2019-07-20 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 20, 2019 @ 14:15:33
  Author: foutrelis
Revision: 358439

clang 8.0.1 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-20 13:45:43 UTC (rev 358438)
+++ PKGBUILD2019-07-20 14:15:33 UTC (rev 358439)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.3.3
-_clangver=8.0.0
-pkgrel=1
+_clangver=8.0.1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2019-03-25 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 26, 2019 @ 03:02:31
  Author: foutrelis
Revision: 349215

upgpkg: kdevelop 5.3.2-3

LLVM 8 rebuild.

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-26 03:02:28 UTC (rev 349214)
+++ PKGBUILD2019-03-26 03:02:31 UTC (rev 349215)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.3.2
-_clangver=7.0.1
-pkgrel=2
+_clangver=8.0.0
+pkgrel=3
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2019-03-11 Thread Antonio Rojas via arch-commits
Date: Monday, March 11, 2019 @ 17:53:03
  Author: arojas
Revision: 347701

okteta 0.26 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 17:36:56 UTC (rev 347700)
+++ PKGBUILD2019-03-11 17:53:03 UTC (rev 347701)
@@ -5,7 +5,7 @@
 pkgname=kdevelop
 pkgver=5.3.2
 _clangver=7.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2018-12-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 18, 2018 @ 11:31:50
  Author: arojas
Revision: 342505

clang 7.0.1 rebuild (FS#61122)

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 09:05:24 UTC (rev 342504)
+++ PKGBUILD2018-12-18 11:31:50 UTC (rev 342505)
@@ -4,12 +4,13 @@
 
 pkgname=kdevelop
 pkgver=5.3.1
-pkgrel=1
+_clangver=7.0.1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
 license=(GPL)
-depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee 
libkomparediff2 qt5-webengine
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2 qt5-webengine
  kcmutils threadweaver knewstuff)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion)
 optdepends=('konsole: embedded terminal'


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

2018-09-20 Thread Antonio Rojas via arch-commits
Date: Thursday, September 20, 2018 @ 06:29:33
  Author: arojas
Revision: 335067

clang 7 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-20 06:18:40 UTC (rev 335066)
+++ PKGBUILD2018-09-20 06:29:33 UTC (rev 335067)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop
 pkgver=5.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2018-08-31 Thread Antonio Rojas via arch-commits
Date: Friday, August 31, 2018 @ 10:10:54
  Author: arojas
Revision: 333162

Add optdepend

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 10:07:40 UTC (rev 333161)
+++ PKGBUILD2018-08-31 10:10:54 UTC (rev 333162)
@@ -22,7 +22,7 @@
 'okteta: GNU debugger support'
 'plasma-framework: for the plasma addons'
 'purpose: patch review plugin'
-'cppcheck: code analyzer' 'heaptrack: memory profiler')
+'cppcheck: code analyzer' 'heaptrack: memory profiler' 
'kdevelop-clang-tidy: clang-tidy analyzer plugin')
 conflicts=(kdevelop-qmljs kdevplatform)
 replaces=(kdevelop-qmljs kdevplatform)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})


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

2018-04-02 Thread Antonio Rojas via arch-commits
Date: Monday, April 2, 2018 @ 22:54:19
  Author: arojas
Revision: 320864

Build kdevelop test library, needed by umbrello

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-02 21:50:59 UTC (rev 320863)
+++ PKGBUILD2018-04-02 22:54:19 UTC (rev 320864)
@@ -5,7 +5,7 @@
 
 pkgname=kdevelop
 pkgver=5.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
@@ -44,8 +44,7 @@
   cd build
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
+-DCMAKE_INSTALL_LIBDIR=lib
   make
 }
 


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

2018-03-16 Thread Antonio Rojas via arch-commits
Date: Friday, March 16, 2018 @ 14:25:10
  Author: arojas
Revision: 319524

clang 6.0 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 10:44:39 UTC (rev 319523)
+++ PKGBUILD2018-03-16 14:25:10 UTC (rev 319524)
@@ -5,7 +5,7 @@
 
 pkgname=kdevelop
 pkgver=5.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2018-01-17 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 17, 2018 @ 22:13:02
  Author: arojas
Revision: 315025

Backport performance fix (FS#57134)

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-17 21:18:24 UTC (rev 315024)
+++ PKGBUILD2018-01-17 22:13:02 UTC (rev 315025)
@@ -5,7 +5,7 @@
 
 pkgname=kdevelop
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
@@ -26,13 +26,18 @@
 'cppcheck: code analyzer' 'heaptrack: memory profiler')
 conflicts=(kdevelop-qmljs kdevplatform)
 replaces=(kdevelop-qmljs kdevplatform)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc}
+
kdebug-386720.patch::"https://cgit.kde.org/kdevelop.git/patch/?id=f2a6941e;)
 sha256sums=('d1c39c563e4fada89eb9f30bd43c6c4beed0fec7ca7d124af587193cfe020650'
-'SKIP')
+'SKIP'
+'9e52906314f25f036e3c7a9c8d825dd6b196fed70437c6d09ce155ccaaab7591')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-386720.patch # Fix performance issue
 }
 
 build() {


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

2018-01-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 16, 2018 @ 17:52:02
  Author: arojas
Revision: 314951

Improve okteta optdepend description (FS#57119)

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-16 14:11:35 UTC (rev 314950)
+++ PKGBUILD2018-01-16 17:52:02 UTC (rev 314951)
@@ -20,7 +20,7 @@
 'qt5-doc: Qt documentation integration'
 'cmake: cmake integration'
 'qt5-tools: qthelp plugin'
-'okteta: hex editor integration'
+'okteta: GNU debugger support'
 'plasma-framework: for the plasma addons'
 'purpose: patch review plugin'
 'cppcheck: code analyzer' 'heaptrack: memory profiler')


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

2017-11-18 Thread Antonio Rojas
Date: Saturday, November 18, 2017 @ 10:33:57
  Author: arojas
Revision: 310369

Add missing dependencies (FS#56367)

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-18 09:25:48 UTC (rev 310368)
+++ PKGBUILD2017-11-18 10:33:57 UTC (rev 310369)
@@ -5,12 +5,13 @@
 
 pkgname=kdevelop
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
 license=(GPL)
-depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee 
libkomparediff2 qt5-webengine)
+depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee 
libkomparediff2 qt5-webengine
+ kcmutils threadweaver knewstuff)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa
  boost purpose subversion)
 optdepends=('konsole: embedded terminal'


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

2017-09-08 Thread Antonio Rojas
Date: Friday, September 8, 2017 @ 06:57:03
  Author: arojas
Revision: 305037

LLVM 5.0 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-08 06:37:14 UTC (rev 305036)
+++ PKGBUILD2017-09-08 06:57:03 UTC (rev 305037)
@@ -5,7 +5,7 @@
 
 pkgname=kdevelop
 pkgver=5.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies based on KDevelop Platform'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'


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

2017-03-28 Thread Antonio Rojas
Date: Tuesday, March 28, 2017 @ 14:55:47
  Author: arojas
Revision: 291761

clang 4.0 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-28 14:02:45 UTC (rev 291760)
+++ PKGBUILD2017-03-28 14:55:47 UTC (rev 291761)
@@ -5,7 +5,7 @@
 
 pkgname=kdevelop
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'


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

2016-11-30 Thread Antonio Rojas
Date: Thursday, December 1, 2016 @ 07:56:03
  Author: arojas
Revision: 282410

Update to 4.0.3

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 07:29:42 UTC (rev 282409)
+++ PKGBUILD2016-12-01 07:56:03 UTC (rev 282410)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.0.3
+pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
@@ -25,7 +25,7 @@
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('8b8816347ec22b8fa6104981da74b2b82243ea17'
+sha1sums=('c642fe91620840c0de655b5a5aebff6bdf4b4912'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


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

2016-10-26 Thread Antonio Rojas
Date: Wednesday, October 26, 2016 @ 17:20:44
  Author: arojas
Revision: 279285

LLVM 3.9 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 16:58:30 UTC (rev 279284)
+++ PKGBUILD2016-10-26 17:20:44 UTC (rev 279285)
@@ -5,13 +5,13 @@
 
 pkgname=kdevelop
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
 license=(GPL)
 depends=(kdevplatform clang libksysguard)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa)
 optdepends=('konsole: embedded terminal'
'git: Git support'
'subversion: SVN support'


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

2016-10-17 Thread Antonio Rojas
Date: Monday, October 17, 2016 @ 09:57:28
  Author: arojas
Revision: 278877

Update to 5.0.2

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 09:42:13 UTC (rev 278876)
+++ PKGBUILD2016-10-17 09:57:28 UTC (rev 278877)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
@@ -25,7 +25,7 @@
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('8ee5a8668f4eea303a86b482e3c97ae069a51e2d'
+sha1sums=('8b8816347ec22b8fa6104981da74b2b82243ea17'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


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

2016-09-17 Thread Antonio Rojas
Date: Saturday, September 17, 2016 @ 23:10:22
  Author: arojas
Revision: 276659

Update to 5.0.1

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-17 23:00:42 UTC (rev 276658)
+++ PKGBUILD2016-09-17 23:10:22 UTC (rev 276659)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
@@ -23,9 +24,8 @@
'plasma-framework: for the plasma addons')
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)
-source=("http://download.kde.org/stable/$pkgname/${pkgver}.0/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('f755ac986bbc5f794e6f77c4f2583b80040dc1f6'
-  'SKIP')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('8ee5a8668f4eea303a86b482e3c97ae069a51e2d')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 
 prepare() {


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

2016-08-30 Thread Antonio Rojas
Date: Tuesday, August 30, 2016 @ 15:17:28
  Author: arojas
Revision: 275297

Update to 5.0

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |   46 ++
 1 file changed, 26 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 15:03:47 UTC (rev 275296)
+++ PKGBUILD2016-08-30 15:17:28 UTC (rev 275297)
@@ -3,38 +3,44 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=4.7.3
-pkgrel=2
+pkgver=5.0
+pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
-license=('GPL')
-depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
-makedepends=('cmake' 'automoc4' 'oktetapart4')
-optdepends=('oktetapart4: hex editor integration'
-'konsolepart4: embedded terminal'
-'git: Git support'
-'subversion: SVN support'
-'cvs: Concurrent Versions System support'
-'gdb: GNU Debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('5ebd56ee348d7688eff55ffc6a83018ccf42a4fb')
+license=(GPL)
+depends=(kdevplatform clang libksysguard)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools 
plasma-framework krunner okteta python)
+optdepends=('konsole: embedded terminal'
+   'git: Git support'
+   'subversion: SVN support'
+   'cvs: CVS support'
+   'gdb: GNU Debugger support'
+   'qt5-doc: Qt documentation integration'
+   'cmake: cmake integration'
+   'qt5-tools: qthelp plugin'
+   'okteta: hex editor integration'
+   'plasma-framework: for the plasma addons')
+conflicts=(kdevelop-qmljs)
+replaces=(kdevelop-qmljs)
+source=("http://download.kde.org/stable/$pkgname/${pkgver}.0/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f755ac986bbc5f794e6f77c4f2583b80040dc1f6')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
   make
 }
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


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

2016-01-24 Thread Antonio Rojas
Date: Sunday, January 24, 2016 @ 11:14:12
  Author: arojas
Revision: 258544

Update to 4.7.3

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-24 10:03:40 UTC (rev 258543)
+++ PKGBUILD2016-01-24 10:14:12 UTC (rev 258544)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=4.7.2
-pkgrel=3
+pkgver=4.7.3
+pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
 url='http://www.kdevelop.org/'
@@ -20,8 +20,8 @@
 'qt5-doc: Qt documentation integration'
 'cmake: cmake integration')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c377eff02c2fe39aef3d49122af57c97ad7e930a')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('5ebd56ee348d7688eff55ffc6a83018ccf42a4fb')
 
 prepare() {
   mkdir build


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 17:20:26
  Author: foutrelis
Revision: 253968

C++11 ABI rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:19:42 UTC (rev 253967)
+++ PKGBUILD2015-12-08 16:20:26 UTC (rev 253968)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop
 pkgver=4.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
 url='http://www.kdevelop.org/'


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

2015-10-28 Thread Antonio Rojas
Date: Wednesday, October 28, 2015 @ 18:18:47
  Author: arojas
Revision: 249842

Drop kdebase-workspace dependency so that GDB plugin can be used in Plasma 5

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 14:48:33 UTC (rev 249841)
+++ PKGBUILD2015-10-28 17:18:47 UTC (rev 249842)
@@ -4,16 +4,15 @@
 
 pkgname=kdevelop
 pkgver=4.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
 url='http://www.kdevelop.org/'
 license=('GPL')
 depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
-makedepends=('cmake' 'automoc4' 'oktetapart4' 'kdebase-workspace')
+makedepends=('cmake' 'automoc4' 'oktetapart4')
 optdepends=('oktetapart4: hex editor integration'
 'konsolepart4: embedded terminal'
-"kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
 'git: Git support'
 'subversion: SVN support'
 'cvs: Concurrent Versions System support'


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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:11:59
  Author: arojas
Revision: 248915

Update to 4.7.2

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 10:01:10 UTC (rev 248914)
+++ PKGBUILD2015-10-12 10:11:59 UTC (rev 248915)
@@ -3,14 +3,14 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
 url='http://www.kdevelop.org/'
 license=('GPL')
 depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
-makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
+makedepends=('cmake' 'automoc4' 'oktetapart4' 'kdebase-workspace')
 optdepends=('oktetapart4: hex editor integration'
 'konsolepart4: embedded terminal'
 "kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
@@ -22,7 +22,7 @@
 'cmake: cmake integration')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9b4cf77b753f6847f10709bb616c55c8e515c53c')
+sha1sums=('c377eff02c2fe39aef3d49122af57c97ad7e930a')
 
 prepare() {
   mkdir build


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

2015-04-11 Thread Antonio Rojas
Date: Saturday, April 11, 2015 @ 10:38:58
  Author: arojas
Revision: 236253

Doc move rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-11 08:16:03 UTC (rev 236252)
+++ PKGBUILD2015-04-11 08:38:58 UTC (rev 236253)
@@ -4,15 +4,15 @@
 
 pkgname=kdevelop
 pkgver=4.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
 url='http://www.kdevelop.org/'
 license=('GPL')
-depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
+depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
 makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
-optdepends=('kdesdk-okteta: hex editor integration'
-'kdebase-konsole: embedded terminal'
+optdepends=('oktetapart4: hex editor integration'
+'konsolepart4: embedded terminal'
 kdebase-workspace: GDB plugin and 'Attach to process' 
functionality
 'git: Git support'
 'subversion: SVN support'


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

2015-02-03 Thread Andrea Scarpino
Date: Tuesday, February 3, 2015 @ 18:59:32
  Author: andrea
Revision: 230397

upgpkg: kdevelop 4.7.1-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 17:59:17 UTC (rev 230396)
+++ PKGBUILD2015-02-03 17:59:32 UTC (rev 230397)
@@ -3,13 +3,13 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.7.0
-pkgrel=5
-pkgdesc=A C/C++ development environment for KDE
+pkgver=4.7.1
+pkgrel=1
+pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
+url='http://www.kdevelop.org/'
 license=('GPL')
-depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart' 'grantlee-qt4')
+depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
 optdepends=('kdesdk-okteta: hex editor integration'
 'kdebase-konsole: embedded terminal'
@@ -22,7 +22,7 @@
 'cmake: cmake integration')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6c4becf482956334975886963ba0acf158f2aa15')
+sha1sums=('9b4cf77b753f6847f10709bb616c55c8e515c53c')
 
 prepare() {
   mkdir build


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

2014-12-06 Thread Andrea Scarpino
Date: Saturday, December 6, 2014 @ 11:23:24
  Author: andrea
Revision: 227317

upgpkg: kdevelop 4.7.0-5

Add missing grantlee dependence; GDB plugin requires kdebase-workspace

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 10:01:00 UTC (rev 227316)
+++ PKGBUILD2014-12-06 10:23:24 UTC (rev 227317)
@@ -4,16 +4,16 @@
 
 pkgname=kdevelop
 pkgver=4.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
+depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart' 'grantlee-qt4')
 makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
 optdepends=('kdesdk-okteta: hex editor integration'
 'kdebase-konsole: embedded terminal'
-kdebase-workspace: 'Attach to process' functionality
+kdebase-workspace: GDB plugin and 'Attach to process' 
functionality
 'git: Git support'
 'subversion: SVN support'
 'cvs: Concurrent Versions System support'


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

2014-11-15 Thread Andrea Scarpino
Date: Saturday, November 15, 2014 @ 12:04:56
  Author: andrea
Revision: 226279

upgpkg: kdevelop 4.7.0-4

Build 'attach to process' plugin (FS#42757)

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-15 10:24:41 UTC (rev 226278)
+++ PKGBUILD2014-11-15 11:04:56 UTC (rev 226279)
@@ -4,13 +4,13 @@
 
 pkgname=kdevelop
 pkgver=4.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
 depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
+makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
 optdepends=('kdesdk-okteta: hex editor integration'
 'kdebase-konsole: embedded terminal'
 kdebase-workspace: 'Attach to process' functionality


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

2014-10-14 Thread Andrea Scarpino
Date: Tuesday, October 14, 2014 @ 18:52:02
  Author: andrea
Revision: 224345

kdebase-workspace is optional (FS#41977)

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 16:49:57 UTC (rev 224344)
+++ PKGBUILD2014-10-14 16:52:02 UTC (rev 224345)
@@ -4,15 +4,16 @@
 
 pkgname=kdevelop
 pkgver=4.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
+depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
 optdepends=('kdesdk-okteta: hex editor integration'
 'kdebase-konsole: embedded terminal'
+kdebase-workspace: 'Attach to process' functionality
 'git: Git support'
 'subversion: SVN support'
 'cvs: Concurrent Versions System support'


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

2014-09-27 Thread Andrea Scarpino
Date: Saturday, September 27, 2014 @ 19:24:27
  Author: andrea
Revision: 223586

upgpkg: kdevelop 4.7.0-2

kdelibs rebuild

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-27 17:10:11 UTC (rev 223585)
+++ PKGBUILD2014-09-27 17:24:27 UTC (rev 223586)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop
 pkgver=4.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;


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

2014-08-27 Thread Andrea Scarpino
Date: Wednesday, August 27, 2014 @ 18:23:01
  Author: andrea
Revision: 220700

upgpkg: kdevelop 4.7.0-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-27 16:22:51 UTC (rev 220699)
+++ PKGBUILD2014-08-27 16:23:01 UTC (rev 220700)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.6.0
+pkgver=4.7.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'cmake: cmake integration')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2b723c3e16c41dbcd9817336893eff85712cb11d')
+sha1sums=('6c4becf482956334975886963ba0acf158f2aa15')
 
 prepare() {
   mkdir build



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

2013-12-09 Thread Andrea Scarpino
Date: Monday, December 9, 2013 @ 11:44:13
  Author: andrea
Revision: 201352

upgpkg: kdevelop 4.6.0-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-09 10:43:58 UTC (rev 201351)
+++ PKGBUILD2013-12-09 10:44:13 UTC (rev 201352)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.5.2
+pkgver=4.6.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'cmake: cmake integration')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3bd354ca9ff8562c8099a41836ccd72456561409')
+sha1sums=('2b723c3e16c41dbcd9817336893eff85712cb11d')
 
 prepare() {
   mkdir build



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

2013-10-30 Thread Andrea Scarpino
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
===
--- PKGBUILD2013-10-30 22:25:51 UTC (rev 198616)
+++ PKGBUILD2013-10-30 22:40:48 UTC (rev 198617)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@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



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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 14:43:51
  Author: andrea
Revision: 186673

upgpkg: kdevelop 4.5.1-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:43:39 UTC (rev 186672)
+++ PKGBUILD2013-05-30 12:43:51 UTC (rev 186673)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'qt-doc: qt documentation integration')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('21cdff814b5840d4b62b105b53c0b128e35c3c9f')
+sha1sums=('e27b77bca0b4c466f66b24167ec416f20b353f6f')
 
 build() {
   mkdir build



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

2013-04-26 Thread Andrea Scarpino
Date: Friday, April 26, 2013 @ 15:19:57
  Author: andrea
Revision: 183675

upgpkg: kdevelop 4.5.0-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-26 13:19:47 UTC (rev 183674)
+++ PKGBUILD2013-04-26 13:19:57 UTC (rev 183675)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.4.1
+pkgver=4.5.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'qt-doc: qt documentation integration')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('31bd10ffdbf2a6f2b3a75ecc8c1877d1bcc5b685')
+sha1sums=('21cdff814b5840d4b62b105b53c0b128e35c3c9f')
 
 build() {
   mkdir build



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

2012-10-28 Thread Andrea Scarpino
Date: Sunday, October 28, 2012 @ 05:26:59
  Author: andrea
Revision: 169767

Moved okteta to optdepends; add konsole as optdeps(FS#32262); add more optdeps

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-28 02:03:08 UTC (rev 169766)
+++ PKGBUILD2012-10-28 09:26:59 UTC (rev 169767)
@@ -4,13 +4,18 @@
 
 pkgname=kdevelop
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4')
+depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
+optdepends=('kdesdk-okteta: hex editor'
+'kdebase-konsole: embedded terminal'
+'git: git support'
+'gdb: gdb support'
+'qt-doc: qt documentation integration')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('271a6ab3dd6063175e9ce18810bed7437d451ecf')



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

2012-10-23 Thread Andrea Scarpino
Date: Tuesday, October 23, 2012 @ 13:18:22
  Author: andrea
Revision: 169570

upgpkg: kdevelop 4.4.0-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-23 17:17:52 UTC (rev 169569)
+++ PKGBUILD2012-10-23 17:18:22 UTC (rev 169570)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.3.90
+pkgver=4.4.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -12,11 +12,10 @@
 depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('18ed2dccdeef8abe41c135cd3038038790b4e50a')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('271a6ab3dd6063175e9ce18810bed7437d451ecf')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build 
   cmake ../${pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-09-10 Thread Andrea Scarpino
Date: Monday, September 10, 2012 @ 09:09:47
  Author: andrea
Revision: 166546

upgpkg: kdevelop 4.3.90-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-10 13:09:01 UTC (rev 166545)
+++ PKGBUILD2012-09-10 13:09:47 UTC (rev 166546)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.3.1
+pkgver=4.3.90
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('99596bf333bf5a62547f3dc0800674db146eb401')
+source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('18ed2dccdeef8abe41c135cd3038038790b4e50a')
 
 build() {
   cd ${srcdir}



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

2012-04-19 Thread Andrea Scarpino
Date: Thursday, April 19, 2012 @ 06:22:34
  Author: andrea
Revision: 156480

upgpkg: kdevelop 4.3.1-1

upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-19 10:22:22 UTC (rev 156479)
+++ PKGBUILD2012-04-19 10:22:34 UTC (rev 156480)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('06a91f9ae0fc15bcec12a92bd9c30a7517b3b8e0')
+sha1sums=('99596bf333bf5a62547f3dc0800674db146eb401')
 
 build() {
   cd ${srcdir}



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

2012-04-05 Thread Andrea Scarpino
Date: Thursday, April 5, 2012 @ 05:06:00
  Author: andrea
Revision: 155698

katepart has been split from kwrite

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-05 08:34:14 UTC (rev 155697)
+++ PKGBUILD2012-04-05 09:06:00 UTC (rev 155698)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-kwrite')
+depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)



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

2012-03-20 Thread Andrea Scarpino
Date: Tuesday, March 20, 2012 @ 10:02:22
  Author: andrea
Revision: 153915

upgpkg: kdevelop 4.3.0-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-20 14:01:46 UTC (rev 153914)
+++ PKGBUILD2012-03-20 14:02:22 UTC (rev 153915)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.2.90
+pkgver=4.3.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-kwrite')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('459dbbc51f157b9a9322bf429bec84a881473f32')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('06a91f9ae0fc15bcec12a92bd9c30a7517b3b8e0')
 
 build() {
   cd ${srcdir}



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

2012-02-25 Thread Andrea Scarpino
Date: Saturday, February 25, 2012 @ 12:01:12
  Author: andrea
Revision: 151359

upgpkg: kdevelop 4.2.90-1

latest RC is more stable than current stable

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 17:00:52 UTC (rev 151358)
+++ PKGBUILD2012-02-25 17:01:12 UTC (rev 151359)
@@ -3,17 +3,17 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.2.3
-pkgrel=3
+pkgver=4.2.90
+pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
 depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-kwrite')
-makedepends=('cmake' 'automoc4' 'perl')
+makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e87ae29b343df3fea9bda7d8d85ec696e57b68e4')
+sha1sums=('459dbbc51f157b9a9322bf429bec84a881473f32')
 
 build() {
   cd ${srcdir}



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

2012-01-03 Thread Andrea Scarpino
Date: Tuesday, January 3, 2012 @ 09:25:51
  Author: andrea
Revision: 145873

upgpkg: kdevelop 4.2.3-3

Rebuilt for signing

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-03 14:17:04 UTC (rev 145872)
+++ PKGBUILD2012-01-03 14:25:51 UTC (rev 145873)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop
 pkgver=4.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;



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

2011-08-16 Thread Andrea Scarpino
Date: Tuesday, August 16, 2011 @ 12:20:17
  Author: andrea
Revision: 135608

upgpkg: kdevelop 4.2.3-2
Needs the KTextEditor component from the kdebase-kwrite package

Modified:
  kdevelop/trunk/PKGBUILD
  kdevelop/trunk/kdevelop.install

--+
 PKGBUILD |4 ++--
 kdevelop.install |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-16 15:40:37 UTC (rev 135607)
+++ PKGBUILD2011-08-16 16:20:17 UTC (rev 135608)
@@ -4,12 +4,12 @@
 
 pkgname=kdevelop
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta')
+depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-kwrite')
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)

Modified: kdevelop.install
===
--- kdevelop.install2011-08-16 15:40:37 UTC (rev 135607)
+++ kdevelop.install2011-08-16 16:20:17 UTC (rev 135608)
@@ -1,6 +1,7 @@
 post_install() {
xdg-icon-resource forceupdate --theme hicolor  /dev/null
update-mime-database usr/share/mime   /dev/null
+update-desktop-database -q
 }
 
 post_upgrade() {



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

2011-06-25 Thread Andrea Scarpino
Date: Saturday, June 25, 2011 @ 07:00:37
  Author: andrea
Revision: 128650

upgpkg: kdevelop 4.2.3-1
upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-25 11:00:16 UTC (rev 128649)
+++ PKGBUILD2011-06-25 11:00:37 UTC (rev 128650)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.2.2
+pkgver=4.2.3
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('943f86edd0f353bfa4c614972af222a1c7075755')
+sha1sums=('e87ae29b343df3fea9bda7d8d85ec696e57b68e4')
 
 build() {
-  cd ${srcdir}
+  cd ${srcdir}
   mkdir build
   cd build 
   cmake ../${pkgname}-${pkgver} \
@@ -26,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
 }



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

2011-04-06 Thread Andrea Scarpino
Date: Wednesday, April 6, 2011 @ 08:39:07
  Author: andrea
Revision: 118376

upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-06 12:39:01 UTC (rev 118375)
+++ PKGBUILD2011-04-06 12:39:07 UTC (rev 118376)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.2.0
+pkgver=4.2.2
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('cebd9c00e19a9c27ad65e89b4653ca0b31261275')
+sha1sums=('943f86edd0f353bfa4c614972af222a1c7075755')
 
 build() {
   cd ${srcdir}



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

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:29:50
  Author: andrea
Revision: 107402

prepare next release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 17:29:42 UTC (rev 107401)
+++ PKGBUILD2011-01-24 17:29:50 UTC (rev 107402)
@@ -3,17 +3,17 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.1.2
+pkgver=4.2.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdeutils-okteta')
+depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta')
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e9e83f931bfd0ae508203a1d340fb1585eed95ac')
+sha1sums=('cebd9c00e19a9c27ad65e89b4653ca0b31261275')
 
 build() {
   cd ${srcdir}



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

2011-01-14 Thread Andrea Scarpino
Date: Friday, January 14, 2011 @ 11:40:34
  Author: andrea
Revision: 106116

upgpkg: kdevelop 4.1.2-1
upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-14 16:40:25 UTC (rev 106115)
+++ PKGBUILD2011-01-14 16:40:34 UTC (rev 106116)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.1.1
+pkgver=4.1.2
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('bf26c9d4ade12cf9f98a3bf234f37335')
+sha1sums=('e9e83f931bfd0ae508203a1d340fb1585eed95ac')
 
 build() {
   cd ${srcdir}



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

2010-11-28 Thread Andrea Scarpino
Date: Sunday, November 28, 2010 @ 18:39:51
  Author: andrea
Revision: 101371

upgpkg: kdevelop 4.1.1-1
upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 23:39:37 UTC (rev 101370)
+++ PKGBUILD2010-11-28 23:39:51 UTC (rev 101371)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
 license=('GPL')
 depends=('kdebase-workspace' 'kdevplatform' 'kdeutils-okteta')
 makedepends=('cmake' 'automoc4' 'perl')
-install=${pkgname}.install
+install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('39f1385919cf0d00f7086521c2bc29d9')
+md5sums=('bf26c9d4ade12cf9f98a3bf234f37335')
 
 build() {
   cd ${srcdir}



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

2010-10-22 Thread Andrea Scarpino
Date: Friday, October 22, 2010 @ 10:56:51
  Author: andrea
Revision: 96603

upgpkg: kdevelop 4.1.0-1
upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-22 14:56:32 UTC (rev 96602)
+++ PKGBUILD2010-10-22 14:56:51 UTC (rev 96603)
@@ -3,17 +3,17 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.0.2
+pkgver=4.1.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform')
+depends=('kdebase-workspace' 'kdevplatform' 'kdeutils-okteta')
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5390087c06574892baaf6f2e7a2f9d05')
+md5sums=('39f1385919cf0d00f7086521c2bc29d9')
 
 build() {
   cd ${srcdir}



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

2010-09-04 Thread Andrea Scarpino
Date: Saturday, September 4, 2010 @ 13:43:16
  Author: andrea
Revision: 89914

upgpkg: kdevelop 4.0.2-1
upstream release

Modified:
  kdevelop/trunk/PKGBUILD
  kdevelop/trunk/kdevelop.install

--+
 PKGBUILD |7 +++
 kdevelop.install |1 +
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-04 17:42:00 UTC (rev 89913)
+++ PKGBUILD2010-09-04 17:43:16 UTC (rev 89914)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0538996c8cf47352fb075d8d301892fe')
+md5sums=('5390087c06574892baaf6f2e7a2f9d05')
 
 build() {
   cd ${srcdir}
@@ -21,8 +21,7 @@
   cd build 
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON
+-DCMAKE_BUILD_TYPE=Release
   make
 }
 

Modified: kdevelop.install
===
--- kdevelop.install2010-09-04 17:42:00 UTC (rev 89913)
+++ kdevelop.install2010-09-04 17:43:16 UTC (rev 89914)
@@ -1,5 +1,6 @@
 post_install() {
xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime   /dev/null
 }
 
 post_upgrade() {



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

2010-07-20 Thread Andrea Scarpino
Date: Tuesday, July 20, 2010 @ 06:25:00
  Author: andrea
Revision: 85810

upgpkg: kdevelop 4.0.1-1
upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-20 09:08:15 UTC (rev 85809)
+++ PKGBUILD2010-07-20 10:25:00 UTC (rev 85810)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9f63a0f68bc30d34c79f935386fb512d')
+md5sums=('0538996c8cf47352fb075d8d301892fe')
 
 build() {
   cd ${srcdir}
@@ -23,10 +23,10 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-04-28 Thread Andrea Scarpino
Date: Wednesday, April 28, 2010 @ 17:40:21
  Author: andrea
Revision: 78865

prepare next release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 21:40:12 UTC (rev 78864)
+++ PKGBUILD2010-04-28 21:40:21 UTC (rev 78865)
@@ -3,17 +3,17 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=3.10.2
+pkgver=4.0.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform=0.10.2')
+depends=('kdebase-workspace' 'kdevplatform')
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('328b9d352624c10e6cde7168d8af5329')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9f63a0f68bc30d34c79f935386fb512d')
 
 build() {
   cd ${srcdir}



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

2010-04-16 Thread Andrea Scarpino
Date: Friday, April 16, 2010 @ 15:37:06
  Author: andrea
Revision: 77638

upgpkg: kdevelop 3.10.2-1
upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-16 19:35:21 UTC (rev 77637)
+++ PKGBUILD2010-04-16 19:37:06 UTC (rev 77638)
@@ -3,17 +3,17 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=3.10.0
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform=0.10.0')
+depends=('kdebase-workspace' 'kdevplatform=0.10.2')
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e1176595b4396672d666c8a76ea2fb5c')
+md5sums=('328b9d352624c10e6cde7168d8af5329')
 
 build() {
   cd ${srcdir}



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

2010-04-06 Thread Andrea Scarpino
Date: Tuesday, April 6, 2010 @ 05:22:04
  Author: andrea
Revision: 76022

upgpkg: kdevelop 3.10.0-1
upstream release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-06 09:03:32 UTC (rev 76021)
+++ PKGBUILD2010-04-06 09:22:04 UTC (rev 76022)
@@ -3,17 +3,17 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=3.9.99
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform=0.9.99')
+depends=('kdebase-workspace' 'kdevplatform=0.10.0')
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4b0b9bb343da46ead3ae9632a0bd9ce9')
+md5sums=('e1176595b4396672d666c8a76ea2fb5c')
 
 build() {
   cd ${srcdir}



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

2010-02-10 Thread Andrea Scarpino
Date: Wednesday, February 10, 2010 @ 18:39:02
  Author: andrea
Revision: 68140

ready for next release

Added:
  kdevelop/trunk/kdevelop.install
Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 kdevelop.install |   11 +++
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-10 23:38:48 UTC (rev 68139)
+++ PKGBUILD2010-02-10 23:39:02 UTC (rev 68140)
@@ -3,16 +3,17 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=3.9.97
+pkgver=3.9.98
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform=0.9.97')
+depends=('kdebase-workspace' 'kdevplatform=0.9.98')
 makedepends=('cmake' 'automoc4' 'perl')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('260b4eae5962c1e57941ebbb64b42bb8')
+md5sums=('335fa118aa57c25a1793d2c45526a89f')
 
 build() {
   cd ${srcdir}
@@ -24,5 +25,9 @@
 -DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined 
-Wl,--as-needed'
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/build
   make DESTDIR=${pkgdir} install || return 1
 }

Added: kdevelop.install
===
--- kdevelop.install(rev 0)
+++ kdevelop.install2010-02-10 23:39:02 UTC (rev 68140)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}