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

Felix Yan fyan at archlinux.org
Sun Sep 28 16:04:12 UTC 2014


    Date: Sunday, September 28, 2014 @ 18:04:12
  Author: fyan
Revision: 223655

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

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

-------------------------------------+
 staging-i686/PKGBUILD               |   36 ++++++++++++++++++++++++++++++++++
 staging-i686/kdevplatform.install   |   11 ++++++++++
 staging-x86_64/PKGBUILD             |   36 ++++++++++++++++++++++++++++++++++
 staging-x86_64/kdevplatform.install |   11 ++++++++++
 4 files changed, 94 insertions(+)

Copied: kdevplatform/repos/staging-i686/PKGBUILD (from rev 223654, kdevplatform/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-09-28 16:04:12 UTC (rev 223655)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=1.7.0
+_pkgver=4.7.0
+pkgrel=2
+pkgdesc="A C/C++ development platform for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/"
+license=('GPL')
+depends=('kdelibs' 'subversion' 'qjson')
+optdepends=("kdesdk-kompare: difference checking")
+makedepends=('cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('9fc196e7cb09ab33fd5cfbf5af19aa7c513efdc9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevplatform/repos/staging-i686/kdevplatform.install (from rev 223654, kdevplatform/trunk/kdevplatform.install)
===================================================================
--- staging-i686/kdevplatform.install	                        (rev 0)
+++ staging-i686/kdevplatform.install	2014-09-28 16:04:12 UTC (rev 223655)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdevplatform/repos/staging-x86_64/PKGBUILD (from rev 223654, kdevplatform/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-09-28 16:04:12 UTC (rev 223655)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=1.7.0
+_pkgver=4.7.0
+pkgrel=2
+pkgdesc="A C/C++ development platform for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/"
+license=('GPL')
+depends=('kdelibs' 'subversion' 'qjson')
+optdepends=("kdesdk-kompare: difference checking")
+makedepends=('cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('9fc196e7cb09ab33fd5cfbf5af19aa7c513efdc9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevplatform/repos/staging-x86_64/kdevplatform.install (from rev 223654, kdevplatform/trunk/kdevplatform.install)
===================================================================
--- staging-x86_64/kdevplatform.install	                        (rev 0)
+++ staging-x86_64/kdevplatform.install	2014-09-28 16:04:12 UTC (rev 223655)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list