[arch-commits] Commit in kdevelop/repos (4 files)

Antonio Rojas arojas at archlinux.org
Mon Aug 28 19:28:41 UTC 2017


    Date: Monday, August 28, 2017 @ 19:28:40
  Author: arojas
Revision: 304303

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdevelop/repos/extra-i686/PKGBUILD
    (from rev 304302, kdevelop/trunk/PKGBUILD)
  kdevelop/repos/extra-x86_64/PKGBUILD
    (from rev 304302, kdevelop/trunk/PKGBUILD)
Deleted:
  kdevelop/repos/extra-i686/PKGBUILD
  kdevelop/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  102 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   51 ------------------------
 extra-x86_64/PKGBUILD |   51 ------------------------
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-08-28 19:28:11 UTC (rev 304302)
+++ extra-i686/PKGBUILD	2017-08-28 19:28:40 UTC (rev 304303)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevelop
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='C++ IDE using KDE technologies based on KDevelop Platform'
-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 mesa)
-optdepends=('konsole: embedded terminal'
-	'git: Git support'
-	'subversion: SVN support'
-	'cvs: CVS support'
-	'gdb: GNU debugger support'
-        'lldb: LLDB debugger support'
-	'qt5-doc: Qt documentation integration'
-	'cmake: cmake integration'
-	'qt5-tools: qthelp plugin'
- 	'okteta: hex editor integration'
-	'plasma-framework: for the plasma addons'
-        'cppcheck: code analyzer')
-conflicts=(kdevelop-qmljs)
-replaces=(kdevelop-qmljs)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
-sha1sums=('16a494010b9a7b0dd1b4c795fa81c119b604f89f'
-          'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch <mail at svenbrauch.de>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/extra-i686/PKGBUILD (from rev 304302, kdevelop/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-08-28 19:28:40 UTC (rev 304303)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevelop
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='C++ IDE using KDE technologies based on KDevelop Platform'
+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 mesa)
+optdepends=('konsole: embedded terminal'
+	'git: Git support'
+	'subversion: SVN support'
+	'cvs: CVS support'
+	'gdb: GNU debugger support'
+        'lldb: LLDB debugger support'
+	'qt5-doc: Qt documentation integration'
+	'cmake: cmake integration'
+	'qt5-tools: qthelp plugin'
+ 	'okteta: hex editor integration'
+	'plasma-framework: for the plasma addons'
+        'cppcheck: code analyzer')
+conflicts=(kdevelop-qmljs)
+replaces=(kdevelop-qmljs)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha1sums=('5310577ff6c774e4c68fbd55e646ca99bc2fdd2e'
+          'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch <mail at svenbrauch.de>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-08-28 19:28:11 UTC (rev 304302)
+++ extra-x86_64/PKGBUILD	2017-08-28 19:28:40 UTC (rev 304303)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevelop
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='C++ IDE using KDE technologies based on KDevelop Platform'
-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 mesa)
-optdepends=('konsole: embedded terminal'
-	'git: Git support'
-	'subversion: SVN support'
-	'cvs: CVS support'
-	'gdb: GNU debugger support'
-        'lldb: LLDB debugger support'
-	'qt5-doc: Qt documentation integration'
-	'cmake: cmake integration'
-	'qt5-tools: qthelp plugin'
- 	'okteta: hex editor integration'
-	'plasma-framework: for the plasma addons'
-        'cppcheck: code analyzer')
-conflicts=(kdevelop-qmljs)
-replaces=(kdevelop-qmljs)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
-sha1sums=('16a494010b9a7b0dd1b4c795fa81c119b604f89f'
-          'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch <mail at svenbrauch.de>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 304302, kdevelop/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-08-28 19:28:40 UTC (rev 304303)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevelop
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='C++ IDE using KDE technologies based on KDevelop Platform'
+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 mesa)
+optdepends=('konsole: embedded terminal'
+	'git: Git support'
+	'subversion: SVN support'
+	'cvs: CVS support'
+	'gdb: GNU debugger support'
+        'lldb: LLDB debugger support'
+	'qt5-doc: Qt documentation integration'
+	'cmake: cmake integration'
+	'qt5-tools: qthelp plugin'
+ 	'okteta: hex editor integration'
+	'plasma-framework: for the plasma addons'
+        'cppcheck: code analyzer')
+conflicts=(kdevelop-qmljs)
+replaces=(kdevelop-qmljs)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha1sums=('5310577ff6c774e4c68fbd55e646ca99bc2fdd2e'
+          'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch <mail at svenbrauch.de>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list