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

2016-01-24 Thread Antonio Rojas
Date: Sunday, January 24, 2016 @ 11:03:40
  Author: arojas
Revision: 258543

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

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

---+
 /PKGBUILD |   70 
 /kdevplatform.install |   22 +++
 extra-i686/PKGBUILD   |   36 --
 extra-i686/kdevplatform.install   |   11 -
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/kdevplatform.install |   11 -
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-24 10:03:03 UTC (rev 258542)
+++ extra-i686/PKGBUILD 2016-01-24 10:03:40 UTC (rev 258543)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=1.7.2
-_pkgver=4.7.2
-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' 'grantlee-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('kdesdk-kompare: difference checking')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('eed01990b91e81bffeb24104da604ee7b8f45cad')
-
-prepare() {
-  mkdir -p 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/extra-i686/PKGBUILD (from rev 258542, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-24 10:03:40 UTC (rev 258543)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=1.7.3
+_pkgver=4.7.3
+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' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('7201629fb4fa9bec83def4bf691f4eda41bfc555')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2016-01-24 10:03:03 UTC (rev 258542)
+++ extra-i686/kdevplatform.install 2016-01-24 10:03:40 UTC (rev 258543)
@@ -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 258542, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2016-01-24 10:03:40 UTC (rev 258543)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-24 10:03:03 UTC (rev 258542)
+++ extra-x86_64/PKGBUILD   2016-01-24 10:03:40 UTC (rev 258543)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=1.7.2
-_pkgver=4.7.2
-pkgrel=2
-pkgdesc='A C/C++ development platform for KDE'
-arch=('i686' 'x86_64')

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

2016-01-24 Thread Antonio Rojas
Date: Sunday, January 24, 2016 @ 11:32:26
  Author: arojas
Revision: 258549

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
(from rev 258548, kdevplatform/kde-unstable/PKGBUILD)
  kdevplatform/repos/kde-unstable-i686/kdevplatform.install
(from rev 258548, kdevplatform/kde-unstable/kdevplatform.install)
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
(from rev 258548, kdevplatform/kde-unstable/PKGBUILD)
  kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install
(from rev 258548, kdevplatform/kde-unstable/kdevplatform.install)
Deleted:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
  kdevplatform/repos/kde-unstable-i686/kdevplatform.install
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
  kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install

--+
 /PKGBUILD|   74 +
 /kdevplatform.install|   22 
 kde-unstable-i686/PKGBUILD   |   37 --
 kde-unstable-i686/kdevplatform.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 --
 kde-unstable-x86_64/kdevplatform.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-01-24 10:31:57 UTC (rev 258548)
+++ kde-unstable-i686/PKGBUILD  2016-01-24 10:32:26 UTC (rev 258549)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=4.90.90
-pkgrel=3
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-quick1)
-makedepends=(extra-cmake-modules boost subversion)
-optdepends=('subversion: Subversion plugin')
-install="$pkgname.install"
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0231764f5c8f41bb69dae7aa780a531e584103e2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 258548, 
kdevplatform/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-01-24 10:32:26 UTC (rev 258549)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=4.90.91
+pkgrel=1
+pkgdesc='A C/C++ development platform for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
+makedepends=(extra-cmake-modules boost subversion)
+optdepends=('subversion: Subversion plugin')
+install="$pkgname.install"
+source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('aaeaf7833ed18941d44f43e5b0d87b60ae067751')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdevplatform.install
===
--- kde-unstable-i686/kdevplatform.install  2016-01-24 10:31:57 UTC (rev 
258548)
+++ kde-unstable-i686/kdevplatform.install  2016-01-24 10:32:26 UTC (rev 
258549)
@@ -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/kde-unstable-i686/kdevplatform.install (from rev 
258548, kdevplatform/kde-unstable/kdevplatform.install)
===
--- kde-unstable-i686/kdevplatform.install  (rev 0)
+++ kde-unstable-i686/kdevplatform.install  2016-01-24 10:32:26 UTC (rev 
258549)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:19:51
  Author: arojas
Revision: 255006

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
(from rev 255005, kdevplatform/kde-unstable/PKGBUILD)
  kdevplatform/repos/kde-unstable-i686/kdevplatform.install
(from rev 255005, kdevplatform/kde-unstable/kdevplatform.install)
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
(from rev 255005, kdevplatform/kde-unstable/PKGBUILD)
  kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install
(from rev 255005, kdevplatform/kde-unstable/kdevplatform.install)
Deleted:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
  kdevplatform/repos/kde-unstable-i686/kdevplatform.install
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
  kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install

--+
 /PKGBUILD|   74 +
 /kdevplatform.install|   22 
 kde-unstable-i686/PKGBUILD   |   37 --
 kde-unstable-i686/kdevplatform.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 --
 kde-unstable-x86_64/kdevplatform.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 11:19:22 UTC (rev 255005)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:19:51 UTC (rev 255006)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=4.90.90
-pkgrel=2
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-quick1)
-makedepends=(extra-cmake-modules boost subversion)
-optdepends=('subversion: Subversion plugin')
-install="$pkgname.install"
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0231764f5c8f41bb69dae7aa780a531e584103e2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 255005, 
kdevplatform/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:19:51 UTC (rev 255006)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=4.90.90
+pkgrel=3
+pkgdesc='A C/C++ development platform for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-quick1)
+makedepends=(extra-cmake-modules boost subversion)
+optdepends=('subversion: Subversion plugin')
+install="$pkgname.install"
+source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0231764f5c8f41bb69dae7aa780a531e584103e2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdevplatform.install
===
--- kde-unstable-i686/kdevplatform.install  2015-12-09 11:19:22 UTC (rev 
255005)
+++ kde-unstable-i686/kdevplatform.install  2015-12-09 11:19:51 UTC (rev 
255006)
@@ -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/kde-unstable-i686/kdevplatform.install (from rev 
255005, kdevplatform/kde-unstable/kdevplatform.install)
===
--- kde-unstable-i686/kdevplatform.install  (rev 0)
+++ kde-unstable-i686/kdevplatform.install  2015-12-09 11:19:51 UTC (rev 
255006)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource 

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

2015-10-23 Thread Antonio Rojas
Date: Friday, October 23, 2015 @ 22:01:08
  Author: arojas
Revision: 249701

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
(from rev 249700, kdevplatform/kde-unstable/PKGBUILD)
  kdevplatform/repos/kde-unstable-i686/kdevplatform.install
(from rev 249700, kdevplatform/kde-unstable/kdevplatform.install)
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
(from rev 249700, kdevplatform/kde-unstable/PKGBUILD)
  kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install
(from rev 249700, kdevplatform/kde-unstable/kdevplatform.install)
Deleted:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
  kdevplatform/repos/kde-unstable-i686/kdevplatform.install
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
  kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install

--+
 /PKGBUILD|   74 +
 /kdevplatform.install|   22 
 kde-unstable-i686/PKGBUILD   |   36 --
 kde-unstable-i686/kdevplatform.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   36 --
 kde-unstable-x86_64/kdevplatform.install |   11 
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-10-23 20:00:40 UTC (rev 249700)
+++ kde-unstable-i686/PKGBUILD  2015-10-23 20:01:08 UTC (rev 249701)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=4.90.90
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-quick1)
-makedepends=(extra-cmake-modules boost subversion)
-optdepends=('subversion: Subversion plugin')
-install="$pkgname.install"
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0231764f5c8f41bb69dae7aa780a531e584103e2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 249700, 
kdevplatform/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-10-23 20:01:08 UTC (rev 249701)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=4.90.90
+pkgrel=2
+pkgdesc='A C/C++ development platform for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-quick1)
+makedepends=(extra-cmake-modules boost subversion)
+optdepends=('subversion: Subversion plugin')
+install="$pkgname.install"
+source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0231764f5c8f41bb69dae7aa780a531e584103e2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdevplatform.install
===
--- kde-unstable-i686/kdevplatform.install  2015-10-23 20:00:40 UTC (rev 
249700)
+++ kde-unstable-i686/kdevplatform.install  2015-10-23 20:01:08 UTC (rev 
249701)
@@ -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/kde-unstable-i686/kdevplatform.install (from rev 
249700, kdevplatform/kde-unstable/kdevplatform.install)
===
--- kde-unstable-i686/kdevplatform.install  (rev 0)
+++ kde-unstable-i686/kdevplatform.install  2015-10-23 20:01:08 UTC (rev 
249701)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> 

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

2015-10-12 Thread Antonio Rojas
Date: Monday, October 12, 2015 @ 12:01:10
  Author: arojas
Revision: 248914

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

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

---+
 /PKGBUILD |   72 
 /kdevplatform.install |   22 +++
 extra-i686/PKGBUILD   |   36 --
 extra-i686/kdevplatform.install   |   11 -
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/kdevplatform.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 10:00:30 UTC (rev 248913)
+++ extra-i686/PKGBUILD 2015-10-12 10:01:10 UTC (rev 248914)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=1.7.1
-_pkgver=4.7.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' 'grantlee-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('kdesdk-kompare: difference checking')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('dbb0524ec455fe88e1aa68f03b42c845c3a87154')
-
-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/extra-i686/PKGBUILD (from rev 248913, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 10:01:10 UTC (rev 248914)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=1.7.2
+_pkgver=4.7.2
+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' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('kdesdk-kompare: difference checking')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('eed01990b91e81bffeb24104da604ee7b8f45cad')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2015-10-12 10:00:30 UTC (rev 248913)
+++ extra-i686/kdevplatform.install 2015-10-12 10:01:10 UTC (rev 248914)
@@ -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 248913, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2015-10-12 10:01:10 UTC (rev 248914)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 10:00:30 UTC (rev 248913)
+++ extra-x86_64/PKGBUILD   2015-10-12 10:01:10 UTC (rev 248914)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=1.7.1
-_pkgver=4.7.1
-pkgrel=1
-pkgdesc='A C/C++ development 

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

2015-02-03 Thread Andrea Scarpino
Date: Tuesday, February 3, 2015 @ 18:59:17
  Author: andrea
Revision: 230396

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

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

---+
 /PKGBUILD |   72 
 /kdevplatform.install |   22 +++
 extra-i686/PKGBUILD   |   36 --
 extra-i686/kdevplatform.install   |   11 -
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/kdevplatform.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-03 17:59:10 UTC (rev 230395)
+++ extra-i686/PKGBUILD 2015-02-03 17:59:17 UTC (rev 230396)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@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/extra-i686/PKGBUILD (from rev 230395, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-03 17:59:17 UTC (rev 230396)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.7.1
+_pkgver=4.7.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' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('kdesdk-kompare: difference checking')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('dbb0524ec455fe88e1aa68f03b42c845c3a87154')
+
+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
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2015-02-03 17:59:10 UTC (rev 230395)
+++ extra-i686/kdevplatform.install 2015-02-03 17:59:17 UTC (rev 230396)
@@ -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 230395, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2015-02-03 17:59:17 UTC (rev 230396)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-03 17:59:10 UTC (rev 230395)
+++ extra-x86_64/PKGBUILD   2015-02-03 17:59:17 UTC (rev 230396)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@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')

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

2014-08-27 Thread Andrea Scarpino
Date: Wednesday, August 27, 2014 @ 18:22:51
  Author: andrea
Revision: 220699

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

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

---+
 /PKGBUILD |   72 
 /kdevplatform.install |   22 +++
 extra-i686/PKGBUILD   |   36 --
 extra-i686/kdevplatform.install   |   11 -
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/kdevplatform.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-27 16:22:38 UTC (rev 220698)
+++ extra-i686/PKGBUILD 2014-08-27 16:22:51 UTC (rev 220699)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.6.0
-_pkgver=4.6.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.xz;)
-sha1sums=('8ed8ccb63b64a3675716f1ad14b4a73fcbf4133d')
-
-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/extra-i686/PKGBUILD (from rev 220698, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-27 16:22:51 UTC (rev 220699)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.7.0
+_pkgver=4.7.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.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
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2014-08-27 16:22:38 UTC (rev 220698)
+++ extra-i686/kdevplatform.install 2014-08-27 16:22:51 UTC (rev 220699)
@@ -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 220698, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2014-08-27 16:22:51 UTC (rev 220699)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-27 16:22:38 UTC (rev 220698)
+++ extra-x86_64/PKGBUILD   2014-08-27 16:22:51 UTC (rev 220699)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.6.0
-_pkgver=4.6.0
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')

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

2013-12-09 Thread Andrea Scarpino
Date: Monday, December 9, 2013 @ 11:43:58
  Author: andrea
Revision: 201351

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

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

---+
 /PKGBUILD |   72 
 /kdevplatform.install |   22 +++
 extra-i686/PKGBUILD   |   36 --
 extra-i686/kdevplatform.install   |   11 -
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/kdevplatform.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-09 10:43:51 UTC (rev 201350)
+++ extra-i686/PKGBUILD 2013-12-09 10:43:58 UTC (rev 201351)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.5.2
-_pkgver=4.5.2
-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.xz;)
-sha1sums=('a2fa1f765e992739546fa04d0aaffc4f2200c520')
-
-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/extra-i686/PKGBUILD (from rev 201350, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-09 10:43:58 UTC (rev 201351)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.6.0
+_pkgver=4.6.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.xz;)
+sha1sums=('8ed8ccb63b64a3675716f1ad14b4a73fcbf4133d')
+
+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
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2013-12-09 10:43:51 UTC (rev 201350)
+++ extra-i686/kdevplatform.install 2013-12-09 10:43:58 UTC (rev 201351)
@@ -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 201350, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2013-12-09 10:43:58 UTC (rev 201351)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-09 10:43:51 UTC (rev 201350)
+++ extra-x86_64/PKGBUILD   2013-12-09 10:43:58 UTC (rev 201351)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.5.2
-_pkgver=4.5.2
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;

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

2013-10-30 Thread Andrea Scarpino
Date: Wednesday, October 30, 2013 @ 23:25:51
  Author: andrea
Revision: 198616

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

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

---+
 /PKGBUILD |   72 
 /kdevplatform.install |   22 +++
 extra-i686/PKGBUILD   |   33 
 extra-i686/kdevplatform.install   |   11 -
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/kdevplatform.install |   11 -
 6 files changed, 94 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-30 22:25:42 UTC (rev 198615)
+++ extra-i686/PKGBUILD 2013-10-30 22:25:51 UTC (rev 198616)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.5.1
-_pkgver=4.5.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=('af3e78b55c4aec97e271bc06c59186cdf77fe3d1')
-
-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
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 198615, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-30 22:25:51 UTC (rev 198616)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.5.2
+_pkgver=4.5.2
+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.xz;)
+sha1sums=('a2fa1f765e992739546fa04d0aaffc4f2200c520')
+
+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
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2013-10-30 22:25:42 UTC (rev 198615)
+++ extra-i686/kdevplatform.install 2013-10-30 22:25:51 UTC (rev 198616)
@@ -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 198615, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2013-10-30 22:25:51 UTC (rev 198616)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-30 22:25:42 UTC (rev 198615)
+++ extra-x86_64/PKGBUILD   2013-10-30 22:25:51 UTC (rev 198616)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.5.1
-_pkgver=4.5.1
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')

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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 14:43:39
  Author: andrea
Revision: 186672

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

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

---+
 /PKGBUILD |   66 
 /kdevplatform.install |   22 
 extra-i686/PKGBUILD   |   33 --
 extra-i686/kdevplatform.install   |   11 --
 extra-x86_64/PKGBUILD |   33 --
 extra-x86_64/kdevplatform.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:43:32 UTC (rev 186671)
+++ extra-i686/PKGBUILD 2013-05-30 12:43:39 UTC (rev 186672)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.5.0
-_pkgver=4.5.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=('c5b887fdd9fe065ff8be5641859c80c020ba625e')
-
-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
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 186671, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:43:39 UTC (rev 186672)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.5.1
+_pkgver=4.5.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=('af3e78b55c4aec97e271bc06c59186cdf77fe3d1')
+
+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: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2013-05-30 12:43:32 UTC (rev 186671)
+++ extra-i686/kdevplatform.install 2013-05-30 12:43:39 UTC (rev 186672)
@@ -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 186671, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2013-05-30 12:43:39 UTC (rev 186672)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-30 12:43:32 UTC (rev 186671)
+++ extra-x86_64/PKGBUILD   2013-05-30 12:43:39 UTC (rev 186672)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.5.0
-_pkgver=4.5.0
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')

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

2013-04-26 Thread Andrea Scarpino
Date: Friday, April 26, 2013 @ 15:19:47
  Author: andrea
Revision: 183674

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

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

---+
 /PKGBUILD |   66 
 /kdevplatform.install |   22 
 extra-i686/PKGBUILD   |   33 --
 extra-i686/kdevplatform.install   |   11 --
 extra-x86_64/PKGBUILD |   33 --
 extra-x86_64/kdevplatform.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-26 13:19:40 UTC (rev 183673)
+++ extra-i686/PKGBUILD 2013-04-26 13:19:47 UTC (rev 183674)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.4.1
-_pkgver=4.4.1
-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.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
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 183673, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-26 13:19:47 UTC (rev 183674)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.5.0
+_pkgver=4.5.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=('c5b887fdd9fe065ff8be5641859c80c020ba625e')
+
+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: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2013-04-26 13:19:40 UTC (rev 183673)
+++ extra-i686/kdevplatform.install 2013-04-26 13:19:47 UTC (rev 183674)
@@ -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 183673, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2013-04-26 13:19:47 UTC (rev 183674)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-26 13:19:40 UTC (rev 183673)
+++ extra-x86_64/PKGBUILD   2013-04-26 13:19:47 UTC (rev 183674)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.4.1
-_pkgver=4.4.1
-pkgrel=2
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')

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

2012-11-25 Thread Andrea Scarpino
Date: Sunday, November 25, 2012 @ 09:40:16
  Author: andrea
Revision: 171963

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

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

---+
 extra-i686/PKGBUILD   |   66 ++--
 extra-i686/kdevplatform.install   |   22 ++--
 extra-x86_64/PKGBUILD |   66 ++--
 extra-x86_64/kdevplatform.install |   22 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-25 14:39:45 UTC (rev 171962)
+++ extra-i686/PKGBUILD 2012-11-25 14:40:16 UTC (rev 171963)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-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
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 171962, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-25 14:40:16 UTC (rev 171963)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.4.1
+_pkgver=4.4.1
+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.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: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2012-11-25 14:39:45 UTC (rev 171962)
+++ extra-i686/kdevplatform.install 2012-11-25 14:40:16 UTC (rev 171963)
@@ -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 171962, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2012-11-25 14:40:16 UTC (rev 171963)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-25 14:39:45 UTC (rev 171962)
+++ extra-x86_64/PKGBUILD   2012-11-25 14:40:16 UTC (rev 171963)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-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)

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

2012-04-19 Thread Andrea Scarpino
Date: Thursday, April 19, 2012 @ 06:22:22
  Author: andrea
Revision: 156479

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

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

---+
 extra-i686/PKGBUILD   |   66 ++--
 extra-i686/kdevplatform.install   |   22 ++--
 extra-x86_64/PKGBUILD |   66 ++--
 extra-x86_64/kdevplatform.install |   22 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-19 10:21:59 UTC (rev 156478)
+++ extra-i686/PKGBUILD 2012-04-19 10:22:22 UTC (rev 156479)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.3.0
-_pkgver=4.3.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=('990ec335418445ae11b8ee11aa9a25729994de59')
-
-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 156478, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-19 10:22:22 UTC (rev 156479)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.3.1
+_pkgver=4.3.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=('bba0cefdac6de83c8d3354534a94e8500dccda37')
+
+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: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2012-04-19 10:21:59 UTC (rev 156478)
+++ extra-i686/kdevplatform.install 2012-04-19 10:22:22 UTC (rev 156479)
@@ -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 156478, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2012-04-19 10:22:22 UTC (rev 156479)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-19 10:21:59 UTC (rev 156478)
+++ extra-x86_64/PKGBUILD   2012-04-19 10:22:22 UTC (rev 156479)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.3.0
-_pkgver=4.3.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)

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

2012-03-20 Thread Andrea Scarpino
Date: Tuesday, March 20, 2012 @ 10:01:46
  Author: andrea
Revision: 153914

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

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

---+
 extra-i686/PKGBUILD   |   66 ++--
 extra-i686/kdevplatform.install   |   22 ++--
 extra-x86_64/PKGBUILD |   66 ++--
 extra-x86_64/kdevplatform.install |   22 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-20 14:01:21 UTC (rev 153913)
+++ extra-i686/PKGBUILD 2012-03-20 14:01:46 UTC (rev 153914)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-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
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 153913, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-20 14:01:46 UTC (rev 153914)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.3.0
+_pkgver=4.3.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=('990ec335418445ae11b8ee11aa9a25729994de59')
+
+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: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2012-03-20 14:01:21 UTC (rev 153913)
+++ extra-i686/kdevplatform.install 2012-03-20 14:01:46 UTC (rev 153914)
@@ -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 153913, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2012-03-20 14:01:46 UTC (rev 153914)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-20 14:01:21 UTC (rev 153913)
+++ extra-x86_64/PKGBUILD   2012-03-20 14:01:46 UTC (rev 153914)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-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)

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

2011-12-08 Thread Andrea Scarpino
Date: Thursday, December 8, 2011 @ 04:39:48
  Author: andrea
Revision: 144746

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

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

-+
 testing-i686/PKGBUILD   |   39 ++
 testing-i686/kdevplatform.install   |   11 ++
 testing-i686/subversion17.patch |  127 ++
 testing-x86_64/PKGBUILD |   39 ++
 testing-x86_64/kdevplatform.install |   11 ++
 testing-x86_64/subversion17.patch   |  127 ++
 6 files changed, 354 insertions(+)

Copied: kdevplatform/repos/testing-i686/PKGBUILD (from rev 144745, 
kdevplatform/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-08 09:39:48 UTC (rev 144746)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.2.3
+_pkgver=4.2.3
+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.bz2;
+'subversion17.patch')
+sha1sums=('c8badd157c2477b1b299403d01d40f68a1ba14cd'
+  '08e2ab2005a7a447f1733e8449a9bc926035fb9e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/subversion17.patch
+
+  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 144745, 
kdevplatform/trunk/kdevplatform.install)
===
--- testing-i686/kdevplatform.install   (rev 0)
+++ testing-i686/kdevplatform.install   2011-12-08 09:39:48 UTC (rev 144746)
@@ -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-i686/subversion17.patch (from rev 144745, 
kdevplatform/trunk/subversion17.patch)
===
--- testing-i686/subversion17.patch (rev 0)
+++ testing-i686/subversion17.patch 2011-12-08 09:39:48 UTC (rev 144746)
@@ -0,0 +1,127 @@
+commit 74dec52749e3c3af2ac6492f50e2676128f35b27
+Author: Milian Wolff m...@milianw.de
+Date:   Fri Nov 18 16:26:06 2011 +0100
+
+fix svn api usage: use svn_dirent_canonicalize instead of 
svn_path_internal_style
+
+this was suggested by Stephan Sperling
+
+CCBUG: 284061
+
+diff --git a/plugins/subversion/kdevsvncpp/path.cpp 
b/plugins/subversion/kdevsvncpp/path.cpp
+index eaa84c1..4dced08 100644
+--- a/plugins/subversion/kdevsvncpp/path.cpp
 b/plugins/subversion/kdevsvncpp/path.cpp
+@@ -24,6 +24,7 @@
+ 
+ // subversion api
+ #include svn_path.h
++#include svn_dirent_uri.h
+ 
+ // apr api
+ #include apr_file_io.h
+@@ -63,8 +64,7 @@ namespace svn
+   m_path = ;
+ else
+ {
+-  const char * int_path =
+-svn_path_internal_style(path, pool.pool());
++  const char * int_path = svn_dirent_canonicalize(path, pool);
+ 
+   m_path = int_path;
+ 
+commit cc7f0798d314cdac14b90e427abe22e99c6bd591
+Author: Milian Wolff m...@milianw.de
+Date:   Fri Nov 18 16:23:36 2011 +0100
+
+properly initialize client context for compatibility with subversion API
+
+this should hopefully fix the crash with svn 1.7 in kdevelop, please test
+
+BUG: 284061
+
+diff --git a/plugins/subversion/kdevsvncpp/context.cpp 
b/plugins/subversion/kdevsvncpp/context.cpp
+index d277591..ddbb657 100644
+--- a/plugins/subversion/kdevsvncpp/context.cpp