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

Andrea Scarpino andrea at archlinux.org
Mon Sep 10 13:31:25 UTC 2012


    Date: Monday, September 10, 2012 @ 09:31:25
  Author: andrea
Revision: 166549

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

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

-------------------------------------+
 testing-i686/PKGBUILD               |   33 +++++++++++++++++++++++++++++++++
 testing-i686/kdevplatform.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD             |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/kdevplatform.install |   11 +++++++++++
 4 files changed, 88 insertions(+)

Copied: kdevplatform/repos/testing-i686/PKGBUILD (from rev 166548, kdevplatform/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-09-10 13:31:25 UTC (rev 166549)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=1.3.90
+_pkgver=4.3.90
+pkgrel=1
+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/unstable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('88300217681caa5c69f09b6428f2a6298cbd4733')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevplatform/repos/testing-i686/kdevplatform.install (from rev 166548, kdevplatform/trunk/kdevplatform.install)
===================================================================
--- testing-i686/kdevplatform.install	                        (rev 0)
+++ testing-i686/kdevplatform.install	2012-09-10 13:31:25 UTC (rev 166549)
@@ -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/testing-x86_64/PKGBUILD (from rev 166548, kdevplatform/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-09-10 13:31:25 UTC (rev 166549)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=1.3.90
+_pkgver=4.3.90
+pkgrel=1
+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/unstable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('88300217681caa5c69f09b6428f2a6298cbd4733')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevplatform/repos/testing-x86_64/kdevplatform.install (from rev 166548, kdevplatform/trunk/kdevplatform.install)
===================================================================
--- testing-x86_64/kdevplatform.install	                        (rev 0)
+++ testing-x86_64/kdevplatform.install	2012-09-10 13:31:25 UTC (rev 166549)
@@ -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