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

2012-11-04 Thread Andrea Scarpino
Date: Sunday, November 4, 2012 @ 02:58:57
  Author: andrea
Revision: 170181

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-04 07:52:57 UTC (rev 170180)
+++ PKGBUILD2012-11-04 07:58:57 UTC (rev 170181)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-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
-}

Copied: kdevplatform/repos/extra-x86_64/PKGBUILD (from rev 170180, 
kdevplatform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-04 07:58:57 UTC (rev 170181)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=1.4.1
+_pkgver=4.4.1
+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=('48f2b40256e96aa015fa40978d5a9a93056fba75')
+
+build() {
+  mkdir 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
+}

Deleted: kdevplatform.install
===
--- kdevplatform.install2012-11-04 07:52:57 UTC (rev 170180)
+++ kdevplatform.install2012-11-04 07:58:57 UTC (rev 170181)
@@ -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-x86_64/kdevplatform.install (from rev 170180, 
kdevplatform/trunk/kdevplatform.install)
===
--- kdevplatform.install(rev 0)
+++ kdevplatform.install2012-11-04 07:58:57 UTC (rev 170181)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-10-23 Thread Andrea Scarpino
Date: Tuesday, October 23, 2012 @ 13:17:52
  Author: andrea
Revision: 169569

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-23 17:17:17 UTC (rev 169568)
+++ PKGBUILD2012-10-23 17:17:52 UTC (rev 169569)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-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-x86_64/PKGBUILD (from rev 169568, 
kdevplatform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-10-23 17:17:52 UTC (rev 169569)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+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.install2012-10-23 17:17:17 UTC (rev 169568)
+++ kdevplatform.install2012-10-23 17:17:52 UTC (rev 169569)
@@ -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-x86_64/kdevplatform.install (from rev 169568, 
kdevplatform/trunk/kdevplatform.install)
===
--- kdevplatform.install(rev 0)
+++ kdevplatform.install2012-10-23 17:17:52 UTC (rev 169569)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-02-26 Thread Andrea Scarpino
Date: Sunday, February 26, 2012 @ 11:56:52
  Author: andrea
Revision: 151477

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-26 16:56:37 UTC (rev 151476)
+++ PKGBUILD2012-02-26 16:56:52 UTC (rev 151477)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=1.2.90
-_pkgver=4.2.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/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('1049eb9c723225c24a38cf2e34381feb370013fc')
-
-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-x86_64/PKGBUILD (from rev 151476, 
kdevplatform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-26 16:56:52 UTC (rev 151477)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=1.2.90
+_pkgver=4.2.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=('1049eb9c723225c24a38cf2e34381feb370013fc')
+
+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
+}

Deleted: kdevplatform.install
===
--- kdevplatform.install2012-02-26 16:56:37 UTC (rev 151476)
+++ kdevplatform.install2012-02-26 16:56:52 UTC (rev 151477)
@@ -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-x86_64/kdevplatform.install (from rev 151476, 
kdevplatform/trunk/kdevplatform.install)
===
--- kdevplatform.install(rev 0)
+++ kdevplatform.install2012-02-26 16:56:52 UTC (rev 151477)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}