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

2016-08-30 Thread Antonio Rojas
Date: Tuesday, August 30, 2016 @ 15:03:47
  Author: arojas
Revision: 275296

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

Added:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
(from rev 275295, kdevplatform/trunk/PKGBUILD)
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
(from rev 275295, kdevplatform/trunk/PKGBUILD)
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|   72 +
 kde-unstable-i686/PKGBUILD   |   37 --
 kde-unstable-i686/kdevplatform.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 --
 kde-unstable-x86_64/kdevplatform.install |   11 
 5 files changed, 72 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-08-30 15:03:11 UTC (rev 275295)
+++ kde-unstable-i686/PKGBUILD  2016-08-30 15:03:47 UTC (rev 275296)
@@ -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.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
-}

Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 275295, 
kdevplatform/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-08-30 15:03:47 UTC (rev 275296)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=5.0
+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 python)
+optdepends=('subversion: Subversion plugin')
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('9cefe1c2b18187c1dde5252de9ac2648f3118bae')
+
+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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdevplatform.install
===
--- kde-unstable-i686/kdevplatform.install  2016-08-30 15:03:11 UTC (rev 
275295)
+++ kde-unstable-i686/kdevplatform.install  2016-08-30 15:03:47 UTC (rev 
275296)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-08-30 15:03:11 UTC (rev 275295)
+++ kde-unstable-x86_64/PKGBUILD2016-08-30 15:03:47 UTC (rev 275296)
@@ -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.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 

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

2016-04-28 Thread Antonio Rojas
Date: Friday, April 29, 2016 @ 00:00:05
  Author: arojas
Revision: 266614

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

Added:
  kdevplatform/repos/extra-i686/PKGBUILD
(from rev 266613, kdevplatform/trunk/PKGBUILD)
  kdevplatform/repos/extra-x86_64/PKGBUILD
(from rev 266613, kdevplatform/trunk/PKGBUILD)
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 |   68 
 extra-i686/PKGBUILD   |   35 --
 extra-i686/kdevplatform.install   |   11 -
 extra-x86_64/PKGBUILD |   35 --
 extra-x86_64/kdevplatform.install |   11 -
 5 files changed, 68 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-28 21:59:22 UTC (rev 266613)
+++ extra-i686/PKGBUILD 2016-04-28 22:00:05 UTC (rev 266614)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 266613, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-28 22:00:05 UTC (rev 266614)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=1.7.3
+_pkgver=4.7.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' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+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-04-28 21:59:22 UTC (rev 266613)
+++ extra-i686/kdevplatform.install 2016-04-28 22:00:05 UTC (rev 266614)
@@ -1,11 +0,0 @@
-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-04-28 21:59:22 UTC (rev 266613)
+++ extra-x86_64/PKGBUILD   2016-04-28 22:00:05 UTC (rev 266614)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: kdevplatform/repos/extra-x86_64/PKGBUILD (from rev 266613, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-28 22:00:05 UTC (rev 266614)
@@ -0,0 

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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 13:24:00
  Author: foutrelis
Revision: 253763

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

Added:
  kdevplatform/repos/staging-i686/
  kdevplatform/repos/staging-i686/PKGBUILD
(from rev 253762, kdevplatform/trunk/PKGBUILD)
  kdevplatform/repos/staging-i686/kdevplatform.install
(from rev 253762, kdevplatform/trunk/kdevplatform.install)
  kdevplatform/repos/staging-x86_64/
  kdevplatform/repos/staging-x86_64/PKGBUILD
(from rev 253762, kdevplatform/trunk/PKGBUILD)
  kdevplatform/repos/staging-x86_64/kdevplatform.install
(from rev 253762, 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 253762, 
kdevplatform/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 12:24:00 UTC (rev 253763)
@@ -0,0 +1,36 @@
+# $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/staging-i686/kdevplatform.install (from rev 253762, 
kdevplatform/trunk/kdevplatform.install)
===
--- staging-i686/kdevplatform.install   (rev 0)
+++ staging-i686/kdevplatform.install   2015-12-08 12:24:00 UTC (rev 253763)
@@ -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 253762, 
kdevplatform/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 12:24:00 UTC (rev 253763)
@@ -0,0 +1,36 @@
+# $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/staging-x86_64/kdevplatform.install (from rev 
253762, kdevplatform/trunk/kdevplatform.install)
===
--- staging-x86_64/kdevplatform.install (rev 0)
+++ staging-x86_64/kdevplatform.install 2015-12-08 12:24:00 UTC (rev 253763)
@@ -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 (6 files)

2015-10-23 Thread Antonio Rojas
Date: Friday, October 23, 2015 @ 21:41:54
  Author: arojas
Revision: 249699

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

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

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

Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 249698, 
kdevplatform/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-10-23 19:41:54 UTC (rev 249699)
@@ -0,0 +1,36 @@
+# $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/kdevplatform.install (from rev 
249698, kdevplatform/kde-unstable/kdevplatform.install)
===
--- kde-unstable-i686/kdevplatform.install  (rev 0)
+++ kde-unstable-i686/kdevplatform.install  2015-10-23 19:41:54 UTC (rev 
249699)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 249698, 
kdevplatform/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-10-23 19:41:54 UTC (rev 249699)
@@ -0,0 +1,36 @@
+# $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-x86_64/kdevplatform.install (from rev 
249698, kdevplatform/kde-unstable/kdevplatform.install)
===
--- kde-unstable-x86_64/kdevplatform.install(rev 0)
+++ kde-unstable-x86_64/kdevplatform.install2015-10-23 19:41:54 UTC (rev 
249699)
@@ -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 (6 files)

2014-09-28 Thread Felix Yan
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 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/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 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/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
+}


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

2012-09-10 Thread Andrea Scarpino
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 and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@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 and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@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
+}



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

2011-12-11 Thread Andrea Scarpino
Date: Sunday, December 11, 2011 @ 20:44:17
  Author: andrea
Revision: 144955

db-move: moved kdevplatform from [testing] to [extra] (i686)

Added:
  kdevplatform/repos/extra-i686/PKGBUILD
(from rev 144954, kdevplatform/repos/testing-i686/PKGBUILD)
  kdevplatform/repos/extra-i686/kdevplatform.install
(from rev 144954, kdevplatform/repos/testing-i686/kdevplatform.install)
  kdevplatform/repos/extra-i686/subversion17.patch
(from rev 144954, kdevplatform/repos/testing-i686/subversion17.patch)
Deleted:
  kdevplatform/repos/extra-i686/PKGBUILD
  kdevplatform/repos/extra-i686/kdevplatform.install
  kdevplatform/repos/testing-i686/

--+
 PKGBUILD |   72 +++
 kdevplatform.install |   22 
 subversion17.patch   |  127 +
 3 files changed, 177 insertions(+), 44 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-12 00:43:44 UTC (rev 144954)
+++ extra-i686/PKGBUILD 2011-12-12 01:44:17 UTC (rev 144955)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.2.3
-_pkgver=4.2.3
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdelibs' 'boost-libs' '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=('c8badd157c2477b1b299403d01d40f68a1ba14cd')
-
-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 144954, 
kdevplatform/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-12 01:44:17 UTC (rev 144955)
@@ -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
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2011-12-12 00:43:44 UTC (rev 144954)
+++ extra-i686/kdevplatform.install 2011-12-12 01:44:17 UTC (rev 144955)
@@ -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 144954, 
kdevplatform/repos/testing-i686/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2011-12-12 01:44:17 UTC (rev 144955)
@@ -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/extra-i686/subversion17.patch (from rev 144954, 
kdevplatform/repos/testing-i686/subversion17.patch)
===
--- extra-i686/subversion17.patch   (rev 0)
+++ extra-i686/subversion17.patch   2011-12-12 01:44:17 UTC (rev 144955)
@@ -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: 

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

2011-12-11 Thread Andrea Scarpino
Date: Sunday, December 11, 2011 @ 20:44:18
  Author: andrea
Revision: 144956

db-move: moved kdevplatform from [testing] to [extra] (x86_64)

Added:
  kdevplatform/repos/extra-x86_64/PKGBUILD
(from rev 144954, kdevplatform/repos/testing-x86_64/PKGBUILD)
  kdevplatform/repos/extra-x86_64/kdevplatform.install
(from rev 144954, kdevplatform/repos/testing-x86_64/kdevplatform.install)
  kdevplatform/repos/extra-x86_64/subversion17.patch
(from rev 144954, kdevplatform/repos/testing-x86_64/subversion17.patch)
Deleted:
  kdevplatform/repos/extra-x86_64/PKGBUILD
  kdevplatform/repos/extra-x86_64/kdevplatform.install
  kdevplatform/repos/testing-x86_64/

--+
 PKGBUILD |   72 +++
 kdevplatform.install |   22 
 subversion17.patch   |  127 +
 3 files changed, 177 insertions(+), 44 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-12 01:44:17 UTC (rev 144955)
+++ extra-x86_64/PKGBUILD   2011-12-12 01:44:18 UTC (rev 144956)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.2.3
-_pkgver=4.2.3
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdelibs' 'boost-libs' '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=('c8badd157c2477b1b299403d01d40f68a1ba14cd')
-
-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 144954, 
kdevplatform/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-12 01:44:18 UTC (rev 144956)
@@ -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
+}

Deleted: extra-x86_64/kdevplatform.install
===
--- extra-x86_64/kdevplatform.install   2011-12-12 01:44:17 UTC (rev 144955)
+++ extra-x86_64/kdevplatform.install   2011-12-12 01:44:18 UTC (rev 144956)
@@ -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 144954, 
kdevplatform/repos/testing-x86_64/kdevplatform.install)
===
--- extra-x86_64/kdevplatform.install   (rev 0)
+++ extra-x86_64/kdevplatform.install   2011-12-12 01:44:18 UTC (rev 144956)
@@ -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/extra-x86_64/subversion17.patch (from rev 144954, 
kdevplatform/repos/testing-x86_64/subversion17.patch)
===
--- extra-x86_64/subversion17.patch (rev 0)
+++ extra-x86_64/subversion17.patch 2011-12-12 01:44:18 UTC (rev 144956)
@@ -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
+