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

2017-01-03 Thread Antonio Rojas
Date: Tuesday, January 3, 2017 @ 12:08:15
  Author: arojas
Revision: 285235

Add lldb optdepend

Modified:
  kdevelop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 12:05:48 UTC (rev 285234)
+++ PKGBUILD2017-01-03 12:08:15 UTC (rev 285235)
@@ -16,7 +16,8 @@
'git: Git support'
'subversion: SVN support'
'cvs: CVS support'
-   'gdb: GNU Debugger support'
+   'gdb: GNU debugger support'
+'lldb: LLDB debugger support'
'qt5-doc: Qt documentation integration'
'cmake: cmake integration'
'qt5-tools: qthelp plugin'


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

2017-01-03 Thread Antonio Rojas
Date: Tuesday, January 3, 2017 @ 12:05:48
  Author: arojas
Revision: 285234

Add cppcheck optdepend

Modified:
  kdevelop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 11:17:27 UTC (rev 285233)
+++ PKGBUILD2017-01-03 12:05:48 UTC (rev 285234)
@@ -21,7 +21,8 @@
'cmake: cmake integration'
'qt5-tools: qthelp plugin'
'okteta: hex editor integration'
-   'plasma-framework: for the plasma addons')
+   'plasma-framework: for the plasma addons'
+'cppcheck: code analyzer')
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)
 
source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})


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

2016-05-10 Thread Antonio Rojas
Date: Tuesday, May 10, 2016 @ 23:10:26
  Author: arojas
Revision: 267662

clang 3.8 rebuild

Modified:
  kdevelop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-10 20:48:07 UTC (rev 267661)
+++ PKGBUILD2016-05-10 21:10:26 UTC (rev 267662)
@@ -4,13 +4,13 @@
 
 pkgname=kdevelop
 pkgver=4.90.91
-pkgrel=2
+pkgrel=3
 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 clang llvm qt5-tools 
plasma-framework krunner okteta)
+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'


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

2016-04-28 Thread Antonio Rojas
Date: Friday, April 29, 2016 @ 00:01:16
  Author: arojas
Revision: 266616

Hooks

Modified:
  kdevelop/kde-unstable/PKGBUILD
Deleted:
  kdevelop/kde-unstable/kdevelop.install

--+
 PKGBUILD |1 -
 kdevelop.install |   13 -
 2 files changed, 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 22:00:34 UTC (rev 266615)
+++ PKGBUILD2016-04-28 22:01:16 UTC (rev 266616)
@@ -23,7 +23,6 @@
'plasma-framework: for the plasma addons')
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)
-install="$pkgname.install"
 
source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
 sha1sums=('b56ba171d6ec42259664c088d80588a765d9c132')
 

Deleted: kdevelop.install
===
--- kdevelop.install2016-04-28 22:00:34 UTC (rev 266615)
+++ kdevelop.install2016-04-28 22:01:16 UTC (rev 266616)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime  &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-02-17 Thread Antonio Rojas
Date: Wednesday, February 17, 2016 @ 12:36:25
  Author: arojas
Revision: 259900

Enable okteta support

Modified:
  kdevelop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 10:29:16 UTC (rev 259899)
+++ PKGBUILD2016-02-17 11:36:25 UTC (rev 259900)
@@ -4,13 +4,13 @@
 
 pkgname=kdevelop
 pkgver=4.90.91
-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 clang llvm qt5-tools 
plasma-framework krunner) # okteta
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools 
plasma-framework krunner okteta)
 optdepends=('konsole: embedded terminal'
'git: Git support'
'subversion: SVN support'
@@ -19,7 +19,7 @@
'qt5-doc: Qt documentation integration'
'cmake: cmake integration'
'qt5-tools: qthelp plugin'
-#  'okteta: hex editor integration'
+   'okteta: hex editor integration'
'plasma-framework: for the plasma addons')
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)


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

2016-01-24 Thread Antonio Rojas
Date: Sunday, January 24, 2016 @ 12:01:50
  Author: arojas
Revision: 258552

Update to beta 2

Modified:
  kdevelop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-24 10:37:56 UTC (rev 258551)
+++ PKGBUILD2016-01-24 11:01:50 UTC (rev 258552)
@@ -3,14 +3,14 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=4.90.90
-pkgrel=2
+pkgver=4.90.91
+pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
 license=(GPL)
-depends=(kdevplatform clang)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools 
plasma-framework krunner)
+depends=(kdevplatform clang libksysguard)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools 
plasma-framework krunner) # okteta
 optdepends=('konsole: embedded terminal'
'git: Git support'
'subversion: SVN support'
@@ -19,12 +19,13 @@
'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)
 install="$pkgname.install"
 
source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('acb0eba5b5bfefdd2f6e41d61f88c49f132c727f')
+sha1sums=('b56ba171d6ec42259664c088d80588a765d9c132')
 
 prepare() {
   mkdir -p build


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:27:56
  Author: arojas
Revision: 255007

C++11 ABI rebuild

Modified:
  kdevelop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 11:19:51 UTC (rev 255006)
+++ PKGBUILD2015-12-09 11:27:56 UTC (rev 255007)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop
 pkgver=4.90.90
-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/kde-unstable (PKGBUILD)

2015-10-26 Thread Antonio Rojas
Date: Monday, October 26, 2015 @ 16:52:52
  Author: arojas
Revision: 249770

Make clang a real dependency

Modified:
  kdevelop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 15:12:12 UTC (rev 249769)
+++ PKGBUILD2015-10-26 15:52:52 UTC (rev 249770)
@@ -9,17 +9,16 @@
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
 license=(GPL)
-depends=(kdevplatform)
+depends=(kdevplatform clang)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools 
plasma-framework krunner)
 optdepends=('konsole: embedded terminal'
'git: Git support'
'subversion: SVN support'
-   'cvs: Concurrent Versions System support'
+   'cvs: CVS support'
'gdb: GNU Debugger support'
'qt5-doc: Qt documentation integration'
'cmake: cmake integration'
'qt5-tools: qthelp plugin'
-   'clang: Clang support'
'plasma-framework: for the plasma addons')
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)


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

2015-10-23 Thread Antonio Rojas
Date: Friday, October 23, 2015 @ 23:41:04
  Author: arojas
Revision: 249712

Remove old optdepend

Modified:
  kdevelop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 21:33:40 UTC (rev 249711)
+++ PKGBUILD2015-10-23 21:41:04 UTC (rev 249712)
@@ -11,8 +11,7 @@
 license=(GPL)
 depends=(kdevplatform)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools 
plasma-framework krunner)
-optdepends=('oktetapart4: hex editor integration'
-   'konsole: embedded terminal'
+optdepends=('konsole: embedded terminal'
'git: Git support'
'subversion: SVN support'
'cvs: Concurrent Versions System support'