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

Antonio Rojas arojas at archlinux.org
Fri Oct 23 21:33:40 UTC 2015


    Date: Friday, October 23, 2015 @ 23:33:40
  Author: arojas
Revision: 249711

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

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

--------------------------------------+
 kde-unstable-i686/PKGBUILD           |   49 +++++++++++++++++++++++++++++++++
 kde-unstable-i686/kdevelop.install   |   13 ++++++++
 kde-unstable-x86_64/PKGBUILD         |   49 +++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/kdevelop.install |   13 ++++++++
 4 files changed, 124 insertions(+)

Copied: kdevelop/repos/kde-unstable-i686/PKGBUILD (from rev 249710, kdevelop/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-10-23 21:33:40 UTC (rev 249711)
@@ -0,0 +1,49 @@
+# $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=1
+pkgdesc='A C/C++ development environment for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+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'
+	'git: Git support'
+	'subversion: SVN support'
+	'cvs: Concurrent Versions System 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)
+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/kdevelop.install (from rev 249710, kdevelop/kde-unstable/kdevelop.install)
===================================================================
--- kde-unstable-i686/kdevelop.install	                        (rev 0)
+++ kde-unstable-i686/kdevelop.install	2015-10-23 21:33:40 UTC (rev 249711)
@@ -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
+}

Copied: kdevelop/repos/kde-unstable-x86_64/PKGBUILD (from rev 249710, kdevelop/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-10-23 21:33:40 UTC (rev 249711)
@@ -0,0 +1,49 @@
+# $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=1
+pkgdesc='A C/C++ development environment for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+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'
+	'git: Git support'
+	'subversion: SVN support'
+	'cvs: Concurrent Versions System 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)
+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/kdevelop.install (from rev 249710, kdevelop/kde-unstable/kdevelop.install)
===================================================================
--- kde-unstable-x86_64/kdevelop.install	                        (rev 0)
+++ kde-unstable-x86_64/kdevelop.install	2015-10-23 21:33:40 UTC (rev 249711)
@@ -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