[arch-commits] Commit in kdevplatform/repos/extra-i686 (4 files)

Andrea Scarpino andrea at archlinux.org
Tue Oct 23 17:12:21 UTC 2012


    Date: Tuesday, October 23, 2012 @ 13:12:20
  Author: andrea
Revision: 169567

archrelease: copy trunk to extra-i686

Added:
  kdevplatform/repos/extra-i686/PKGBUILD
    (from rev 169566, kdevplatform/trunk/PKGBUILD)
  kdevplatform/repos/extra-i686/kdevplatform.install
    (from rev 169566, kdevplatform/trunk/kdevplatform.install)
Deleted:
  kdevplatform/repos/extra-i686/PKGBUILD
  kdevplatform/repos/extra-i686/kdevplatform.install

----------------------+
 PKGBUILD             |   65 ++++++++++++++++++++++++-------------------------
 kdevplatform.install |   22 ++++++++--------
 2 files changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-23 17:10:05 UTC (rev 169566)
+++ PKGBUILD	2012-10-23 17:12:20 UTC (rev 169567)
@@ -1,33 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 169566, kdevplatform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-10-23 17:12:20 UTC (rev 169567)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=1.4.0
+_pkgver=4.4.0
+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/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('2db4fc073385c49d82de526273272da648a0af60')
+
+build() {
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdevplatform.install
===================================================================
--- kdevplatform.install	2012-10-23 17:10:05 UTC (rev 169566)
+++ kdevplatform.install	2012-10-23 17:12:20 UTC (rev 169567)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdevplatform/repos/extra-i686/kdevplatform.install (from rev 169566, kdevplatform/trunk/kdevplatform.install)
===================================================================
--- kdevplatform.install	                        (rev 0)
+++ kdevplatform.install	2012-10-23 17:12:20 UTC (rev 169567)
@@ -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