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

Antonio Rojas arojas at archlinux.org
Sat Sep 17 23:10:52 UTC 2016


    Date: Saturday, September 17, 2016 @ 23:10:51
  Author: arojas
Revision: 276660

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

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

-----------------------+
 /PKGBUILD             |   96 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   46 -----------------------
 extra-x86_64/PKGBUILD |   46 -----------------------
 3 files changed, 96 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-09-17 23:10:22 UTC (rev 276659)
+++ extra-i686/PKGBUILD	2016-09-17 23:10:51 UTC (rev 276660)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevelop
-pkgver=5.0
-pkgrel=1
-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 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 -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 276659, kdevelop/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-09-17 23:10:51 UTC (rev 276660)
@@ -0,0 +1,48 @@
+# $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.0.1
+pkgrel=1
+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)
+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/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('8ee5a8668f4eea303a86b482e3c97ae069a51e2d')
+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	2016-09-17 23:10:22 UTC (rev 276659)
+++ extra-x86_64/PKGBUILD	2016-09-17 23:10:51 UTC (rev 276660)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevelop
-pkgver=5.0
-pkgrel=1
-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 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 -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 276659, kdevelop/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-09-17 23:10:51 UTC (rev 276660)
@@ -0,0 +1,48 @@
+# $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.0.1
+pkgrel=1
+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)
+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/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('8ee5a8668f4eea303a86b482e3c97ae069a51e2d')
+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