Date: Saturday, April 11, 2015 @ 10:39:50
  Author: arojas
Revision: 236254

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

Added:
  kdevelop/repos/staging-i686/
  kdevelop/repos/staging-i686/PKGBUILD
    (from rev 236253, kdevelop/trunk/PKGBUILD)
  kdevelop/repos/staging-i686/kdevelop.install
    (from rev 236253, kdevelop/trunk/kdevelop.install)
  kdevelop/repos/staging-x86_64/
  kdevelop/repos/staging-x86_64/PKGBUILD
    (from rev 236253, kdevelop/trunk/PKGBUILD)
  kdevelop/repos/staging-x86_64/kdevelop.install
    (from rev 236253, kdevelop/trunk/kdevelop.install)

---------------------------------+
 staging-i686/PKGBUILD           |   42 ++++++++++++++++++++++++++++++++++++++
 staging-i686/kdevelop.install   |   13 +++++++++++
 staging-x86_64/PKGBUILD         |   42 ++++++++++++++++++++++++++++++++++++++
 staging-x86_64/kdevelop.install |   13 +++++++++++
 4 files changed, 110 insertions(+)

Copied: kdevelop/repos/staging-i686/PKGBUILD (from rev 236253, 
kdevelop/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-04-11 08:39:50 UTC (rev 236254)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=kdevelop
+pkgver=4.7.1
+pkgrel=2
+pkgdesc='A C/C++ development environment for KDE'
+arch=('i686' 'x86_64')
+url='http://www.kdevelop.org/'
+license=('GPL')
+depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
+makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
+optdepends=('oktetapart4: hex editor integration'
+            'konsolepart4: embedded terminal'
+            "kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
+            'git: Git support'
+            'subversion: SVN support'
+            'cvs: Concurrent Versions System support'
+            'gdb: GNU Debugger support'
+            'qt5-doc: Qt documentation integration'
+            'cmake: cmake integration')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('9b4cf77b753f6847f10709bb616c55c8e515c53c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevelop/repos/staging-i686/kdevelop.install (from rev 236253, 
kdevelop/trunk/kdevelop.install)
===================================================================
--- staging-i686/kdevelop.install                               (rev 0)
+++ staging-i686/kdevelop.install       2015-04-11 08:39:50 UTC (rev 236254)
@@ -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/staging-x86_64/PKGBUILD (from rev 236253, 
kdevelop/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-04-11 08:39:50 UTC (rev 236254)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=kdevelop
+pkgver=4.7.1
+pkgrel=2
+pkgdesc='A C/C++ development environment for KDE'
+arch=('i686' 'x86_64')
+url='http://www.kdevelop.org/'
+license=('GPL')
+depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
+makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
+optdepends=('oktetapart4: hex editor integration'
+            'konsolepart4: embedded terminal'
+            "kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
+            'git: Git support'
+            'subversion: SVN support'
+            'cvs: Concurrent Versions System support'
+            'gdb: GNU Debugger support'
+            'qt5-doc: Qt documentation integration'
+            'cmake: cmake integration')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('9b4cf77b753f6847f10709bb616c55c8e515c53c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevelop/repos/staging-x86_64/kdevelop.install (from rev 236253, 
kdevelop/trunk/kdevelop.install)
===================================================================
--- staging-x86_64/kdevelop.install                             (rev 0)
+++ staging-x86_64/kdevelop.install     2015-04-11 08:39:50 UTC (rev 236254)
@@ -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
+}

Reply via email to