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

Antonio Rojas arojas at archlinux.org
Sun Jan 24 11:02:20 UTC 2016


    Date: Sunday, January 24, 2016 @ 12:02:19
  Author: arojas
Revision: 258553

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

Added:
  kdevelop/repos/kde-unstable-i686/PKGBUILD
    (from rev 258552, kdevelop/kde-unstable/PKGBUILD)
  kdevelop/repos/kde-unstable-i686/kdevelop.install
    (from rev 258552, kdevelop/kde-unstable/kdevelop.install)
  kdevelop/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 258552, kdevelop/kde-unstable/PKGBUILD)
  kdevelop/repos/kde-unstable-x86_64/kdevelop.install
    (from rev 258552, kdevelop/kde-unstable/kdevelop.install)
Deleted:
  kdevelop/repos/kde-unstable-i686/PKGBUILD
  kdevelop/repos/kde-unstable-i686/kdevelop.install
  kdevelop/repos/kde-unstable-x86_64/PKGBUILD
  kdevelop/repos/kde-unstable-x86_64/kdevelop.install

--------------------------------------+
 /PKGBUILD                            |   96 +++++++++++++++++++++++++++++++++
 /kdevelop.install                    |   26 ++++++++
 kde-unstable-i686/PKGBUILD           |   47 ----------------
 kde-unstable-i686/kdevelop.install   |   13 ----
 kde-unstable-x86_64/PKGBUILD         |   47 ----------------
 kde-unstable-x86_64/kdevelop.install |   13 ----
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-01-24 11:01:50 UTC (rev 258552)
+++ kde-unstable-i686/PKGBUILD	2016-01-24 11:02:19 UTC (rev 258553)
@@ -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.90
-pkgrel=2
-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)
-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'
-	'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')
-
-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 258552, kdevelop/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-01-24 11:02:19 UTC (rev 258553)
@@ -0,0 +1,48 @@
+# $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=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
+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)
+install="$pkgname.install"
+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
+}

Deleted: kde-unstable-i686/kdevelop.install
===================================================================
--- kde-unstable-i686/kdevelop.install	2016-01-24 11:01:50 UTC (rev 258552)
+++ kde-unstable-i686/kdevelop.install	2016-01-24 11:02:19 UTC (rev 258553)
@@ -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
-}

Copied: kdevelop/repos/kde-unstable-i686/kdevelop.install (from rev 258552, kdevelop/kde-unstable/kdevelop.install)
===================================================================
--- kde-unstable-i686/kdevelop.install	                        (rev 0)
+++ kde-unstable-i686/kdevelop.install	2016-01-24 11:02:19 UTC (rev 258553)
@@ -0,0 +1,13 @@
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-01-24 11:01:50 UTC (rev 258552)
+++ kde-unstable-x86_64/PKGBUILD	2016-01-24 11:02:19 UTC (rev 258553)
@@ -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.90
-pkgrel=2
-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)
-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'
-	'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')
-
-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 258552, kdevelop/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-01-24 11:02:19 UTC (rev 258553)
@@ -0,0 +1,48 @@
+# $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=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
+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)
+install="$pkgname.install"
+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
+}

Deleted: kde-unstable-x86_64/kdevelop.install
===================================================================
--- kde-unstable-x86_64/kdevelop.install	2016-01-24 11:01:50 UTC (rev 258552)
+++ kde-unstable-x86_64/kdevelop.install	2016-01-24 11:02:19 UTC (rev 258553)
@@ -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
-}

Copied: kdevelop/repos/kde-unstable-x86_64/kdevelop.install (from rev 258552, kdevelop/kde-unstable/kdevelop.install)
===================================================================
--- kde-unstable-x86_64/kdevelop.install	                        (rev 0)
+++ kde-unstable-x86_64/kdevelop.install	2016-01-24 11:02:19 UTC (rev 258553)
@@ -0,0 +1,13 @@
+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
+}



More information about the arch-commits mailing list