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

Antonio Rojas arojas at archlinux.org
Tue Aug 30 15:18:16 UTC 2016


    Date: Tuesday, August 30, 2016 @ 15:18:15
  Author: arojas
Revision: 275299

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdevelop/repos/kde-unstable-i686/PKGBUILD
    (from rev 275298, kdevelop/trunk/PKGBUILD)
  kdevelop/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 275298, kdevelop/trunk/PKGBUILD)
Deleted:
  kdevelop/repos/kde-unstable-i686/PKGBUILD
  kdevelop/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   92 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   47 --------------------
 kde-unstable-x86_64/PKGBUILD |   47 --------------------
 3 files changed, 92 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-08-30 15:17:35 UTC (rev 275298)
+++ kde-unstable-i686/PKGBUILD	2016-08-30 15:18:15 UTC (rev 275299)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 248915 2015-10-12 10:11:59Z arojas $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevelop
-pkgver=4.90.91
-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 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/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('b56ba171d6ec42259664c088d80588a765d9c132')
-
-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 \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/kde-unstable-i686/PKGBUILD (from rev 275298, kdevelop/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-08-30 15:18:15 UTC (rev 275299)
@@ -0,0 +1,46 @@
+# $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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-08-30 15:17:35 UTC (rev 275298)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-30 15:18:15 UTC (rev 275299)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 248915 2015-10-12 10:11:59Z arojas $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevelop
-pkgver=4.90.91
-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 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/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('b56ba171d6ec42259664c088d80588a765d9c132')
-
-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 \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/kde-unstable-x86_64/PKGBUILD (from rev 275298, kdevelop/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-30 15:18:15 UTC (rev 275299)
@@ -0,0 +1,46 @@
+# $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
+}



More information about the arch-commits mailing list