[arch-commits] Commit in kdesdk/repos (22 files)

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 11:10:27
  Author: andrea
Revision: 189460

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

Added:
  kdesdk/repos/staging-i686/
  kdesdk/repos/staging-i686/PKGBUILD
(from rev 189459, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-i686/fix-python2-path.patch
(from rev 189459, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-i686/kdesdk-cervisia.install
(from rev 189459, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-i686/kdesdk-dev-utils.install
(from rev 189459, kdesdk/trunk/kdesdk-dev-utils.install)
  kdesdk/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 189459, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-i686/kdesdk-kompare.install
(from rev 189459, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-i686/kdesdk-lokalize.install
(from rev 189459, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-i686/kdesdk-okteta.install
(from rev 189459, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-i686/kdesdk-umbrello.install
(from rev 189459, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-i686/kdesdk.install
(from rev 189459, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/staging-x86_64/
  kdesdk/repos/staging-x86_64/PKGBUILD
(from rev 189459, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-x86_64/fix-python2-path.patch
(from rev 189459, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-x86_64/kdesdk-cervisia.install
(from rev 189459, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-x86_64/kdesdk-dev-utils.install
(from rev 189459, kdesdk/trunk/kdesdk-dev-utils.install)
  kdesdk/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 189459, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-x86_64/kdesdk-kompare.install
(from rev 189459, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-x86_64/kdesdk-lokalize.install
(from rev 189459, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-x86_64/kdesdk-okteta.install
(from rev 189459, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 189459, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-x86_64/kdesdk.install
(from rev 189459, kdesdk/trunk/kdesdk.install)

---+
 staging-i686/PKGBUILD |  199 
 staging-i686/fix-python2-path.patch   |   22 +++
 staging-i686/kdesdk-cervisia.install  |   12 +
 staging-i686/kdesdk-dev-utils.install |   12 +
 staging-i686/kdesdk-kcachegrind.install   |   12 +
 staging-i686/kdesdk-kompare.install   |   12 +
 staging-i686/kdesdk-lokalize.install  |   12 +
 staging-i686/kdesdk-okteta.install|   12 +
 staging-i686/kdesdk-umbrello.install  |   12 +
 staging-i686/kdesdk.install   |   11 +
 staging-x86_64/PKGBUILD   |  199 
 staging-x86_64/fix-python2-path.patch |   22 +++
 staging-x86_64/kdesdk-cervisia.install|   12 +
 staging-x86_64/kdesdk-dev-utils.install   |   12 +
 staging-x86_64/kdesdk-kcachegrind.install |   12 +
 staging-x86_64/kdesdk-kompare.install |   12 +
 staging-x86_64/kdesdk-lokalize.install|   12 +
 staging-x86_64/kdesdk-okteta.install  |   12 +
 staging-x86_64/kdesdk-umbrello.install|   12 +
 staging-x86_64/kdesdk.install |   11 +
 20 files changed, 632 insertions(+)

Copied: kdesdk/repos/staging-i686/PKGBUILD (from rev 189459, 
kdesdk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 09:10:27 UTC (rev 189460)
@@ -0,0 +1,199 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-dev-utils'
+ 'kdesdk-dev-scripts'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslaves'
+ 'kdesdk-kompare'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-strigi-analyzers'
+ 'kdesdk-umbrello')
+pkgver=4.10.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('e14780cfd63f14cc4b5ec2f769af6a5e9b416940'
+  '07db42bbcae402c292eebf002e549b04162621c5')
+
+prepare() {
+   cd ${pkgbase}-${pkgver}
+
+   # Fix hardcoded python2 cmd
+   patch -Np1 -i ${srcdir}/fix-python2-path.patch
+}
+
+build() {
+   

[arch-commits] Commit in kdesdk/repos (22 files)

2013-06-04 Thread Sven-Hendrik Haase
Date: Wednesday, June 5, 2013 @ 07:54:58
  Author: svenstaro
Revision: 187311

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

Added:
  kdesdk/repos/staging-i686/
  kdesdk/repos/staging-i686/PKGBUILD
(from rev 187310, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-i686/fix-python2-path.patch
(from rev 187310, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-i686/kdesdk-cervisia.install
(from rev 187310, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-i686/kdesdk-dev-utils.install
(from rev 187310, kdesdk/trunk/kdesdk-dev-utils.install)
  kdesdk/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 187310, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-i686/kdesdk-kompare.install
(from rev 187310, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-i686/kdesdk-lokalize.install
(from rev 187310, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-i686/kdesdk-okteta.install
(from rev 187310, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-i686/kdesdk-umbrello.install
(from rev 187310, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-i686/kdesdk.install
(from rev 187310, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/staging-x86_64/
  kdesdk/repos/staging-x86_64/PKGBUILD
(from rev 187310, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-x86_64/fix-python2-path.patch
(from rev 187310, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-x86_64/kdesdk-cervisia.install
(from rev 187310, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-x86_64/kdesdk-dev-utils.install
(from rev 187310, kdesdk/trunk/kdesdk-dev-utils.install)
  kdesdk/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 187310, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-x86_64/kdesdk-kompare.install
(from rev 187310, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-x86_64/kdesdk-lokalize.install
(from rev 187310, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-x86_64/kdesdk-okteta.install
(from rev 187310, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 187310, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-x86_64/kdesdk.install
(from rev 187310, kdesdk/trunk/kdesdk.install)

---+
 staging-i686/PKGBUILD |  199 
 staging-i686/fix-python2-path.patch   |   22 +++
 staging-i686/kdesdk-cervisia.install  |   12 +
 staging-i686/kdesdk-dev-utils.install |   12 +
 staging-i686/kdesdk-kcachegrind.install   |   12 +
 staging-i686/kdesdk-kompare.install   |   12 +
 staging-i686/kdesdk-lokalize.install  |   12 +
 staging-i686/kdesdk-okteta.install|   12 +
 staging-i686/kdesdk-umbrello.install  |   12 +
 staging-i686/kdesdk.install   |   11 +
 staging-x86_64/PKGBUILD   |  199 
 staging-x86_64/fix-python2-path.patch |   22 +++
 staging-x86_64/kdesdk-cervisia.install|   12 +
 staging-x86_64/kdesdk-dev-utils.install   |   12 +
 staging-x86_64/kdesdk-kcachegrind.install |   12 +
 staging-x86_64/kdesdk-kompare.install |   12 +
 staging-x86_64/kdesdk-lokalize.install|   12 +
 staging-x86_64/kdesdk-okteta.install  |   12 +
 staging-x86_64/kdesdk-umbrello.install|   12 +
 staging-x86_64/kdesdk.install |   11 +
 20 files changed, 632 insertions(+)

Copied: kdesdk/repos/staging-i686/PKGBUILD (from rev 187310, 
kdesdk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:54:58 UTC (rev 187311)
@@ -0,0 +1,199 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-dev-utils'
+ 'kdesdk-dev-scripts'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslaves'
+ 'kdesdk-kompare'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-strigi-analyzers'
+ 'kdesdk-umbrello')
+pkgver=4.10.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('da886df4ddebb12e760db7469de1350feed2b338'
+  '07db42bbcae402c292eebf002e549b04162621c5')
+
+prepare() {
+   cd ${pkgbase}-${pkgver}
+
+   # Fix hardcoded python2 cmd
+   patch -Np1 -i ${srcdir}/fix-python2-path.patch
+}
+
+build() {
+   

[arch-commits] Commit in kdesdk/repos (22 files)

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 18:45:54
  Author: andrea
Revision: 184739

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

Added:
  kdesdk/repos/testing-i686/
  kdesdk/repos/testing-i686/PKGBUILD
(from rev 184738, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-i686/fix-python2-path.patch
(from rev 184738, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-i686/kdesdk-cervisia.install
(from rev 184738, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-i686/kdesdk-dev-utils.install
(from rev 184738, kdesdk/trunk/kdesdk-dev-utils.install)
  kdesdk/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 184738, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-i686/kdesdk-kompare.install
(from rev 184738, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-i686/kdesdk-lokalize.install
(from rev 184738, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-i686/kdesdk-okteta.install
(from rev 184738, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-i686/kdesdk-umbrello.install
(from rev 184738, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-i686/kdesdk.install
(from rev 184738, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/testing-x86_64/
  kdesdk/repos/testing-x86_64/PKGBUILD
(from rev 184738, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-x86_64/fix-python2-path.patch
(from rev 184738, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 184738, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-x86_64/kdesdk-dev-utils.install
(from rev 184738, kdesdk/trunk/kdesdk-dev-utils.install)
  kdesdk/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 184738, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-x86_64/kdesdk-kompare.install
(from rev 184738, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 184738, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-x86_64/kdesdk-okteta.install
(from rev 184738, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 184738, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-x86_64/kdesdk.install
(from rev 184738, kdesdk/trunk/kdesdk.install)

---+
 testing-i686/PKGBUILD |  198 
 testing-i686/fix-python2-path.patch   |   22 +++
 testing-i686/kdesdk-cervisia.install  |   12 +
 testing-i686/kdesdk-dev-utils.install |   12 +
 testing-i686/kdesdk-kcachegrind.install   |   12 +
 testing-i686/kdesdk-kompare.install   |   12 +
 testing-i686/kdesdk-lokalize.install  |   12 +
 testing-i686/kdesdk-okteta.install|   12 +
 testing-i686/kdesdk-umbrello.install  |   12 +
 testing-i686/kdesdk.install   |   11 +
 testing-x86_64/PKGBUILD   |  198 
 testing-x86_64/fix-python2-path.patch |   22 +++
 testing-x86_64/kdesdk-cervisia.install|   12 +
 testing-x86_64/kdesdk-dev-utils.install   |   12 +
 testing-x86_64/kdesdk-kcachegrind.install |   12 +
 testing-x86_64/kdesdk-kompare.install |   12 +
 testing-x86_64/kdesdk-lokalize.install|   12 +
 testing-x86_64/kdesdk-okteta.install  |   12 +
 testing-x86_64/kdesdk-umbrello.install|   12 +
 testing-x86_64/kdesdk.install |   11 +
 20 files changed, 630 insertions(+)

Copied: kdesdk/repos/testing-i686/PKGBUILD (from rev 184738, 
kdesdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:45:54 UTC (rev 184739)
@@ -0,0 +1,198 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-dev-utils'
+ 'kdesdk-dev-scripts'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslaves'
+ 'kdesdk-kompare'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-strigi-analyzers'
+ 'kdesdk-umbrello')
+pkgver=4.10.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('84d16fb8ecea59118c4bbe273d1b8149c6739c0a'
+  '07db42bbcae402c292eebf002e549b04162621c5')
+
+build() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   # Fix hardcoded python2 cmd
+   patch -Np1 -i ${srcdir}/fix-python2-path.patch
+
+   cd ${srcdir}

[arch-commits] Commit in kdesdk/repos (22 files)

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:30:55
  Author: svenstaro
Revision: 181653

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

Added:
  kdesdk/repos/staging-i686/
  kdesdk/repos/staging-i686/PKGBUILD
(from rev 181652, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-i686/fix-python2-path.patch
(from rev 181652, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-i686/kdesdk-cervisia.install
(from rev 181652, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-i686/kdesdk-dev-utils.install
(from rev 181652, kdesdk/trunk/kdesdk-dev-utils.install)
  kdesdk/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 181652, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-i686/kdesdk-kompare.install
(from rev 181652, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-i686/kdesdk-lokalize.install
(from rev 181652, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-i686/kdesdk-okteta.install
(from rev 181652, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-i686/kdesdk-umbrello.install
(from rev 181652, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-i686/kdesdk.install
(from rev 181652, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/staging-x86_64/
  kdesdk/repos/staging-x86_64/PKGBUILD
(from rev 181652, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-x86_64/fix-python2-path.patch
(from rev 181652, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-x86_64/kdesdk-cervisia.install
(from rev 181652, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-x86_64/kdesdk-dev-utils.install
(from rev 181652, kdesdk/trunk/kdesdk-dev-utils.install)
  kdesdk/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 181652, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-x86_64/kdesdk-kompare.install
(from rev 181652, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-x86_64/kdesdk-lokalize.install
(from rev 181652, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-x86_64/kdesdk-okteta.install
(from rev 181652, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 181652, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-x86_64/kdesdk.install
(from rev 181652, kdesdk/trunk/kdesdk.install)

---+
 staging-i686/PKGBUILD |  197 
 staging-i686/fix-python2-path.patch   |   22 +++
 staging-i686/kdesdk-cervisia.install  |   12 +
 staging-i686/kdesdk-dev-utils.install |   12 +
 staging-i686/kdesdk-kcachegrind.install   |   12 +
 staging-i686/kdesdk-kompare.install   |   12 +
 staging-i686/kdesdk-lokalize.install  |   12 +
 staging-i686/kdesdk-okteta.install|   12 +
 staging-i686/kdesdk-umbrello.install  |   12 +
 staging-i686/kdesdk.install   |   11 +
 staging-x86_64/PKGBUILD   |  197 
 staging-x86_64/fix-python2-path.patch |   22 +++
 staging-x86_64/kdesdk-cervisia.install|   12 +
 staging-x86_64/kdesdk-dev-utils.install   |   12 +
 staging-x86_64/kdesdk-kcachegrind.install |   12 +
 staging-x86_64/kdesdk-kompare.install |   12 +
 staging-x86_64/kdesdk-lokalize.install|   12 +
 staging-x86_64/kdesdk-okteta.install  |   12 +
 staging-x86_64/kdesdk-umbrello.install|   12 +
 staging-x86_64/kdesdk.install |   11 +
 20 files changed, 628 insertions(+)

Copied: kdesdk/repos/staging-i686/PKGBUILD (from rev 181652, 
kdesdk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 04:30:55 UTC (rev 181653)
@@ -0,0 +1,197 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-dev-utils'
+ 'kdesdk-dev-scripts'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslaves'
+ 'kdesdk-kompare'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-strigi-analyzers'
+ 'kdesdk-umbrello')
+pkgver=4.10.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('0cedb222c469f7e465486ac744806e52f762b413'
+  '07db42bbcae402c292eebf002e549b04162621c5')
+
+build() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   # Fix hardcoded python2 cmd
+   patch -Np1 -i ${srcdir}/fix-python2-path.patch
+
+   cd 

[arch-commits] Commit in kdesdk/repos (22 files)

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 17:38:29
  Author: andrea
Revision: 178848

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

Added:
  kdesdk/repos/testing-i686/
  kdesdk/repos/testing-i686/PKGBUILD
(from rev 178847, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-i686/fix-python2-path.patch
(from rev 178847, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-i686/kdesdk-cervisia.install
(from rev 178847, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 178847, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-i686/kdesdk-kompare.install
(from rev 178847, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-i686/kdesdk-kuiviewer.install
(from rev 178847, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-i686/kdesdk-lokalize.install
(from rev 178847, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-i686/kdesdk-okteta.install
(from rev 178847, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-i686/kdesdk-umbrello.install
(from rev 178847, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-i686/kdesdk.install
(from rev 178847, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/testing-x86_64/
  kdesdk/repos/testing-x86_64/PKGBUILD
(from rev 178847, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-x86_64/fix-python2-path.patch
(from rev 178847, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 178847, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 178847, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-x86_64/kdesdk-kompare.install
(from rev 178847, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-x86_64/kdesdk-kuiviewer.install
(from rev 178847, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 178847, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-x86_64/kdesdk-okteta.install
(from rev 178847, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 178847, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-x86_64/kdesdk.install
(from rev 178847, kdesdk/trunk/kdesdk.install)

---+
 testing-i686/PKGBUILD |  250 
 testing-i686/fix-python2-path.patch   |   32 +++
 testing-i686/kdesdk-cervisia.install  |   12 +
 testing-i686/kdesdk-kcachegrind.install   |   12 +
 testing-i686/kdesdk-kompare.install   |   12 +
 testing-i686/kdesdk-kuiviewer.install |   12 +
 testing-i686/kdesdk-lokalize.install  |   12 +
 testing-i686/kdesdk-okteta.install|   12 +
 testing-i686/kdesdk-umbrello.install  |   12 +
 testing-i686/kdesdk.install   |   11 +
 testing-x86_64/PKGBUILD   |  250 
 testing-x86_64/fix-python2-path.patch |   32 +++
 testing-x86_64/kdesdk-cervisia.install|   12 +
 testing-x86_64/kdesdk-kcachegrind.install |   12 +
 testing-x86_64/kdesdk-kompare.install |   12 +
 testing-x86_64/kdesdk-kuiviewer.install   |   12 +
 testing-x86_64/kdesdk-lokalize.install|   12 +
 testing-x86_64/kdesdk-okteta.install  |   12 +
 testing-x86_64/kdesdk-umbrello.install|   12 +
 testing-x86_64/kdesdk.install |   11 +
 20 files changed, 754 insertions(+)

Copied: kdesdk/repos/testing-i686/PKGBUILD (from rev 178847, 
kdesdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-27 16:38:29 UTC (rev 178848)
@@ -0,0 +1,250 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.10.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('e4aaaf5357ecb3dfc87014abb01af807731557df'
+  '923cabd7a877cf9a68efeb24fbf3d5827e1d949e')
+
+build() {
+   cd 

[arch-commits] Commit in kdesdk/repos (22 files)

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:48:21
  Author: andrea
Revision: 177216

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

Added:
  kdesdk/repos/testing-i686/
  kdesdk/repos/testing-i686/PKGBUILD
(from rev 177215, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-i686/fix-python2-path.patch
(from rev 177215, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-i686/kdesdk-cervisia.install
(from rev 177215, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 177215, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-i686/kdesdk-kompare.install
(from rev 177215, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-i686/kdesdk-kuiviewer.install
(from rev 177215, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-i686/kdesdk-lokalize.install
(from rev 177215, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-i686/kdesdk-okteta.install
(from rev 177215, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-i686/kdesdk-umbrello.install
(from rev 177215, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-i686/kdesdk.install
(from rev 177215, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/testing-x86_64/
  kdesdk/repos/testing-x86_64/PKGBUILD
(from rev 177215, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-x86_64/fix-python2-path.patch
(from rev 177215, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 177215, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 177215, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-x86_64/kdesdk-kompare.install
(from rev 177215, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-x86_64/kdesdk-kuiviewer.install
(from rev 177215, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 177215, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-x86_64/kdesdk-okteta.install
(from rev 177215, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 177215, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-x86_64/kdesdk.install
(from rev 177215, kdesdk/trunk/kdesdk.install)

---+
 testing-i686/PKGBUILD |  250 
 testing-i686/fix-python2-path.patch   |   32 +++
 testing-i686/kdesdk-cervisia.install  |   12 +
 testing-i686/kdesdk-kcachegrind.install   |   12 +
 testing-i686/kdesdk-kompare.install   |   12 +
 testing-i686/kdesdk-kuiviewer.install |   12 +
 testing-i686/kdesdk-lokalize.install  |   12 +
 testing-i686/kdesdk-okteta.install|   12 +
 testing-i686/kdesdk-umbrello.install  |   12 +
 testing-i686/kdesdk.install   |   11 +
 testing-x86_64/PKGBUILD   |  250 
 testing-x86_64/fix-python2-path.patch |   32 +++
 testing-x86_64/kdesdk-cervisia.install|   12 +
 testing-x86_64/kdesdk-kcachegrind.install |   12 +
 testing-x86_64/kdesdk-kompare.install |   12 +
 testing-x86_64/kdesdk-kuiviewer.install   |   12 +
 testing-x86_64/kdesdk-lokalize.install|   12 +
 testing-x86_64/kdesdk-okteta.install  |   12 +
 testing-x86_64/kdesdk-umbrello.install|   12 +
 testing-x86_64/kdesdk.install |   11 +
 20 files changed, 754 insertions(+)

Copied: kdesdk/repos/testing-i686/PKGBUILD (from rev 177215, 
kdesdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:48:21 UTC (rev 177216)
@@ -0,0 +1,250 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.10.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('e4aaaf5357ecb3dfc87014abb01af807731557df'
+  '923cabd7a877cf9a68efeb24fbf3d5827e1d949e')
+
+build() {
+   cd 

[arch-commits] Commit in kdesdk/repos (22 files)

2013-01-02 Thread Andrea Scarpino
Date: Thursday, January 3, 2013 @ 02:52:01
  Author: andrea
Revision: 174235

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

Added:
  kdesdk/repos/testing-i686/
  kdesdk/repos/testing-i686/PKGBUILD
(from rev 174234, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-i686/fix-python2-path.patch
(from rev 174234, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-i686/kdesdk-cervisia.install
(from rev 174234, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 174234, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-i686/kdesdk-kompare.install
(from rev 174234, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-i686/kdesdk-kuiviewer.install
(from rev 174234, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-i686/kdesdk-lokalize.install
(from rev 174234, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-i686/kdesdk-okteta.install
(from rev 174234, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-i686/kdesdk-umbrello.install
(from rev 174234, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-i686/kdesdk.install
(from rev 174234, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/testing-x86_64/
  kdesdk/repos/testing-x86_64/PKGBUILD
(from rev 174234, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-x86_64/fix-python2-path.patch
(from rev 174234, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 174234, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 174234, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-x86_64/kdesdk-kompare.install
(from rev 174234, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-x86_64/kdesdk-kuiviewer.install
(from rev 174234, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 174234, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-x86_64/kdesdk-okteta.install
(from rev 174234, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 174234, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-x86_64/kdesdk.install
(from rev 174234, kdesdk/trunk/kdesdk.install)

---+
 testing-i686/PKGBUILD |  248 
 testing-i686/fix-python2-path.patch   |   32 +++
 testing-i686/kdesdk-cervisia.install  |   12 +
 testing-i686/kdesdk-kcachegrind.install   |   12 +
 testing-i686/kdesdk-kompare.install   |   12 +
 testing-i686/kdesdk-kuiviewer.install |   12 +
 testing-i686/kdesdk-lokalize.install  |   12 +
 testing-i686/kdesdk-okteta.install|   12 +
 testing-i686/kdesdk-umbrello.install  |   12 +
 testing-i686/kdesdk.install   |   11 +
 testing-x86_64/PKGBUILD   |  248 
 testing-x86_64/fix-python2-path.patch |   32 +++
 testing-x86_64/kdesdk-cervisia.install|   12 +
 testing-x86_64/kdesdk-kcachegrind.install |   12 +
 testing-x86_64/kdesdk-kompare.install |   12 +
 testing-x86_64/kdesdk-kuiviewer.install   |   12 +
 testing-x86_64/kdesdk-lokalize.install|   12 +
 testing-x86_64/kdesdk-okteta.install  |   12 +
 testing-x86_64/kdesdk-umbrello.install|   12 +
 testing-x86_64/kdesdk.install |   11 +
 20 files changed, 750 insertions(+)

Copied: kdesdk/repos/testing-i686/PKGBUILD (from rev 174234, 
kdesdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-03 07:52:01 UTC (rev 174235)
@@ -0,0 +1,248 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.9.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('8c4e00e455f9dd32504f972fad41cce4c7dccbf5'
+  '923cabd7a877cf9a68efeb24fbf3d5827e1d949e')
+
+build() {
+   cd 

[arch-commits] Commit in kdesdk/repos (22 files)

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 12:04:10
  Author: andrea
Revision: 172596

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

Added:
  kdesdk/repos/testing-i686/
  kdesdk/repos/testing-i686/PKGBUILD
(from rev 172595, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-i686/fix-python2-path.patch
(from rev 172595, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-i686/kdesdk-cervisia.install
(from rev 172595, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 172595, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-i686/kdesdk-kompare.install
(from rev 172595, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-i686/kdesdk-kuiviewer.install
(from rev 172595, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-i686/kdesdk-lokalize.install
(from rev 172595, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-i686/kdesdk-okteta.install
(from rev 172595, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-i686/kdesdk-umbrello.install
(from rev 172595, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-i686/kdesdk.install
(from rev 172595, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/testing-x86_64/
  kdesdk/repos/testing-x86_64/PKGBUILD
(from rev 172595, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-x86_64/fix-python2-path.patch
(from rev 172595, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 172595, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 172595, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-x86_64/kdesdk-kompare.install
(from rev 172595, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-x86_64/kdesdk-kuiviewer.install
(from rev 172595, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 172595, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-x86_64/kdesdk-okteta.install
(from rev 172595, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 172595, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-x86_64/kdesdk.install
(from rev 172595, kdesdk/trunk/kdesdk.install)

---+
 testing-i686/PKGBUILD |  248 
 testing-i686/fix-python2-path.patch   |   32 +++
 testing-i686/kdesdk-cervisia.install  |   12 +
 testing-i686/kdesdk-kcachegrind.install   |   12 +
 testing-i686/kdesdk-kompare.install   |   12 +
 testing-i686/kdesdk-kuiviewer.install |   12 +
 testing-i686/kdesdk-lokalize.install  |   12 +
 testing-i686/kdesdk-okteta.install|   12 +
 testing-i686/kdesdk-umbrello.install  |   12 +
 testing-i686/kdesdk.install   |   11 +
 testing-x86_64/PKGBUILD   |  248 
 testing-x86_64/fix-python2-path.patch |   32 +++
 testing-x86_64/kdesdk-cervisia.install|   12 +
 testing-x86_64/kdesdk-kcachegrind.install |   12 +
 testing-x86_64/kdesdk-kompare.install |   12 +
 testing-x86_64/kdesdk-kuiviewer.install   |   12 +
 testing-x86_64/kdesdk-lokalize.install|   12 +
 testing-x86_64/kdesdk-okteta.install  |   12 +
 testing-x86_64/kdesdk-umbrello.install|   12 +
 testing-x86_64/kdesdk.install |   11 +
 20 files changed, 750 insertions(+)

Copied: kdesdk/repos/testing-i686/PKGBUILD (from rev 172595, 
kdesdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-04 17:04:10 UTC (rev 172596)
@@ -0,0 +1,248 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.9.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('1742284169b2c9e0d9459241f3277a137a282846'
+  '923cabd7a877cf9a68efeb24fbf3d5827e1d949e')
+
+build() {
+   cd 

[arch-commits] Commit in kdesdk/repos (22 files)

2012-11-21 Thread Andrea Scarpino
Date: Wednesday, November 21, 2012 @ 14:59:18
  Author: andrea
Revision: 171842

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

Added:
  kdesdk/repos/kde-unstable-i686/
  kdesdk/repos/kde-unstable-i686/PKGBUILD
(from rev 171841, kdesdk/kde-unstable/PKGBUILD)
  kdesdk/repos/kde-unstable-i686/fix-python2-path.patch
(from rev 171841, kdesdk/kde-unstable/fix-python2-path.patch)
  kdesdk/repos/kde-unstable-i686/kdesdk-cervisia.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-cervisia.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-kcachegrind.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-kcachegrind.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-kompare.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-kompare.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-kuiviewer.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-kuiviewer.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-lokalize.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-lokalize.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-okteta.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-okteta.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-umbrello.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-umbrello.install)
  kdesdk/repos/kde-unstable-i686/kdesdk.install
(from rev 171841, kdesdk/kde-unstable/kdesdk.install)
  kdesdk/repos/kde-unstable-x86_64/
  kdesdk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 171841, kdesdk/kde-unstable/PKGBUILD)
  kdesdk/repos/kde-unstable-x86_64/fix-python2-path.patch
(from rev 171841, kdesdk/kde-unstable/fix-python2-path.patch)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-cervisia.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-cervisia.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-kcachegrind.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kompare.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-kompare.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kuiviewer.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-kuiviewer.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-lokalize.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-lokalize.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-okteta.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-okteta.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-umbrello.install
(from rev 171841, kdesdk/kde-unstable/kdesdk-umbrello.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk.install
(from rev 171841, kdesdk/kde-unstable/kdesdk.install)

+
 kde-unstable-i686/PKGBUILD |  249 +++
 kde-unstable-i686/fix-python2-path.patch   |   32 ++
 kde-unstable-i686/kdesdk-cervisia.install  |   12 +
 kde-unstable-i686/kdesdk-kcachegrind.install   |   12 +
 kde-unstable-i686/kdesdk-kompare.install   |   12 +
 kde-unstable-i686/kdesdk-kuiviewer.install |   12 +
 kde-unstable-i686/kdesdk-lokalize.install  |   12 +
 kde-unstable-i686/kdesdk-okteta.install|   12 +
 kde-unstable-i686/kdesdk-umbrello.install  |   12 +
 kde-unstable-i686/kdesdk.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |  249 +++
 kde-unstable-x86_64/fix-python2-path.patch |   32 ++
 kde-unstable-x86_64/kdesdk-cervisia.install|   12 +
 kde-unstable-x86_64/kdesdk-kcachegrind.install |   12 +
 kde-unstable-x86_64/kdesdk-kompare.install |   12 +
 kde-unstable-x86_64/kdesdk-kuiviewer.install   |   12 +
 kde-unstable-x86_64/kdesdk-lokalize.install|   12 +
 kde-unstable-x86_64/kdesdk-okteta.install  |   12 +
 kde-unstable-x86_64/kdesdk-umbrello.install|   12 +
 kde-unstable-x86_64/kdesdk.install |   11 +
 20 files changed, 752 insertions(+)

Copied: kdesdk/repos/kde-unstable-i686/PKGBUILD (from rev 171841, 
kdesdk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 19:59:18 UTC (rev 171842)
@@ -0,0 +1,249 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.9.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')

[arch-commits] Commit in kdesdk/repos (22 files)

2012-10-02 Thread Andrea Scarpino
Date: Tuesday, October 2, 2012 @ 15:56:49
  Author: andrea
Revision: 167647

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

Added:
  kdesdk/repos/testing-i686/
  kdesdk/repos/testing-i686/PKGBUILD
(from rev 167646, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-i686/fix-python2-path.patch
(from rev 167646, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-i686/kdesdk-cervisia.install
(from rev 167646, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 167646, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-i686/kdesdk-kompare.install
(from rev 167646, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-i686/kdesdk-kuiviewer.install
(from rev 167646, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-i686/kdesdk-lokalize.install
(from rev 167646, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-i686/kdesdk-okteta.install
(from rev 167646, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-i686/kdesdk-umbrello.install
(from rev 167646, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-i686/kdesdk.install
(from rev 167646, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/testing-x86_64/
  kdesdk/repos/testing-x86_64/PKGBUILD
(from rev 167646, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-x86_64/fix-python2-path.patch
(from rev 167646, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 167646, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 167646, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-x86_64/kdesdk-kompare.install
(from rev 167646, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-x86_64/kdesdk-kuiviewer.install
(from rev 167646, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 167646, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-x86_64/kdesdk-okteta.install
(from rev 167646, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 167646, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-x86_64/kdesdk.install
(from rev 167646, kdesdk/trunk/kdesdk.install)

---+
 testing-i686/PKGBUILD |  248 
 testing-i686/fix-python2-path.patch   |   32 +++
 testing-i686/kdesdk-cervisia.install  |   12 +
 testing-i686/kdesdk-kcachegrind.install   |   12 +
 testing-i686/kdesdk-kompare.install   |   12 +
 testing-i686/kdesdk-kuiviewer.install |   12 +
 testing-i686/kdesdk-lokalize.install  |   12 +
 testing-i686/kdesdk-okteta.install|   12 +
 testing-i686/kdesdk-umbrello.install  |   12 +
 testing-i686/kdesdk.install   |   11 +
 testing-x86_64/PKGBUILD   |  248 
 testing-x86_64/fix-python2-path.patch |   32 +++
 testing-x86_64/kdesdk-cervisia.install|   12 +
 testing-x86_64/kdesdk-kcachegrind.install |   12 +
 testing-x86_64/kdesdk-kompare.install |   12 +
 testing-x86_64/kdesdk-kuiviewer.install   |   12 +
 testing-x86_64/kdesdk-lokalize.install|   12 +
 testing-x86_64/kdesdk-okteta.install  |   12 +
 testing-x86_64/kdesdk-umbrello.install|   12 +
 testing-x86_64/kdesdk.install |   11 +
 20 files changed, 750 insertions(+)

Copied: kdesdk/repos/testing-i686/PKGBUILD (from rev 167646, 
kdesdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-02 19:56:49 UTC (rev 167647)
@@ -0,0 +1,248 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.9.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('8acefc3701f12834b1e5606b635aef4b500e0aee'
+  '923cabd7a877cf9a68efeb24fbf3d5827e1d949e')
+
+build() {
+   cd 

[arch-commits] Commit in kdesdk/repos (22 files)

2012-09-04 Thread Andrea Scarpino
Date: Tuesday, September 4, 2012 @ 12:29:15
  Author: andrea
Revision: 166114

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

Added:
  kdesdk/repos/testing-i686/
  kdesdk/repos/testing-i686/PKGBUILD
(from rev 166113, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-i686/fix-python2-path.patch
(from rev 166113, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-i686/kdesdk-cervisia.install
(from rev 166113, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 166113, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-i686/kdesdk-kompare.install
(from rev 166113, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-i686/kdesdk-kuiviewer.install
(from rev 166113, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-i686/kdesdk-lokalize.install
(from rev 166113, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-i686/kdesdk-okteta.install
(from rev 166113, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-i686/kdesdk-umbrello.install
(from rev 166113, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-i686/kdesdk.install
(from rev 166113, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/testing-x86_64/
  kdesdk/repos/testing-x86_64/PKGBUILD
(from rev 166113, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-x86_64/fix-python2-path.patch
(from rev 166113, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 166113, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 166113, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-x86_64/kdesdk-kompare.install
(from rev 166113, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-x86_64/kdesdk-kuiviewer.install
(from rev 166113, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 166113, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-x86_64/kdesdk-okteta.install
(from rev 166113, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 166113, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-x86_64/kdesdk.install
(from rev 166113, kdesdk/trunk/kdesdk.install)

---+
 testing-i686/PKGBUILD |  248 
 testing-i686/fix-python2-path.patch   |   32 +++
 testing-i686/kdesdk-cervisia.install  |   12 +
 testing-i686/kdesdk-kcachegrind.install   |   12 +
 testing-i686/kdesdk-kompare.install   |   12 +
 testing-i686/kdesdk-kuiviewer.install |   12 +
 testing-i686/kdesdk-lokalize.install  |   12 +
 testing-i686/kdesdk-okteta.install|   12 +
 testing-i686/kdesdk-umbrello.install  |   12 +
 testing-i686/kdesdk.install   |   11 +
 testing-x86_64/PKGBUILD   |  248 
 testing-x86_64/fix-python2-path.patch |   32 +++
 testing-x86_64/kdesdk-cervisia.install|   12 +
 testing-x86_64/kdesdk-kcachegrind.install |   12 +
 testing-x86_64/kdesdk-kompare.install |   12 +
 testing-x86_64/kdesdk-kuiviewer.install   |   12 +
 testing-x86_64/kdesdk-lokalize.install|   12 +
 testing-x86_64/kdesdk-okteta.install  |   12 +
 testing-x86_64/kdesdk-umbrello.install|   12 +
 testing-x86_64/kdesdk.install |   11 +
 20 files changed, 750 insertions(+)

Copied: kdesdk/repos/testing-i686/PKGBUILD (from rev 166113, 
kdesdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-04 16:29:15 UTC (rev 166114)
@@ -0,0 +1,248 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.9.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('319ebe0f912626b8d3539bc22d706cc2548723af'
+  '923cabd7a877cf9a68efeb24fbf3d5827e1d949e')
+
+build() {
+   cd 

[arch-commits] Commit in kdesdk/repos (22 files)

2012-06-07 Thread Andrea Scarpino
Date: Thursday, June 7, 2012 @ 17:04:07
  Author: andrea
Revision: 161048

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

Added:
  kdesdk/repos/staging-i686/
  kdesdk/repos/staging-i686/PKGBUILD
(from rev 161047, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-i686/fix-python2-path.patch
(from rev 161047, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-i686/kdesdk-cervisia.install
(from rev 161047, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 161047, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-i686/kdesdk-kompare.install
(from rev 161047, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-i686/kdesdk-kuiviewer.install
(from rev 161047, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-i686/kdesdk-lokalize.install
(from rev 161047, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-i686/kdesdk-okteta.install
(from rev 161047, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-i686/kdesdk-umbrello.install
(from rev 161047, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-i686/kdesdk.install
(from rev 161047, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/staging-x86_64/
  kdesdk/repos/staging-x86_64/PKGBUILD
(from rev 161047, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-x86_64/fix-python2-path.patch
(from rev 161047, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-x86_64/kdesdk-cervisia.install
(from rev 161047, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 161047, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-x86_64/kdesdk-kompare.install
(from rev 161047, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-x86_64/kdesdk-kuiviewer.install
(from rev 161047, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-x86_64/kdesdk-lokalize.install
(from rev 161047, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-x86_64/kdesdk-okteta.install
(from rev 161047, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 161047, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-x86_64/kdesdk.install
(from rev 161047, kdesdk/trunk/kdesdk.install)

---+
 staging-i686/PKGBUILD |  264 
 staging-i686/fix-python2-path.patch   |   32 +++
 staging-i686/kdesdk-cervisia.install  |   12 +
 staging-i686/kdesdk-kcachegrind.install   |   12 +
 staging-i686/kdesdk-kompare.install   |   12 +
 staging-i686/kdesdk-kuiviewer.install |   12 +
 staging-i686/kdesdk-lokalize.install  |   12 +
 staging-i686/kdesdk-okteta.install|   12 +
 staging-i686/kdesdk-umbrello.install  |   12 +
 staging-i686/kdesdk.install   |   11 +
 staging-x86_64/PKGBUILD   |  264 
 staging-x86_64/fix-python2-path.patch |   32 +++
 staging-x86_64/kdesdk-cervisia.install|   12 +
 staging-x86_64/kdesdk-kcachegrind.install |   12 +
 staging-x86_64/kdesdk-kompare.install |   12 +
 staging-x86_64/kdesdk-kuiviewer.install   |   12 +
 staging-x86_64/kdesdk-lokalize.install|   12 +
 staging-x86_64/kdesdk-okteta.install  |   12 +
 staging-x86_64/kdesdk-umbrello.install|   12 +
 staging-x86_64/kdesdk.install |   11 +
 20 files changed, 782 insertions(+)

Copied: kdesdk/repos/staging-i686/PKGBUILD (from rev 161047, 
kdesdk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-07 21:04:07 UTC (rev 161048)
@@ -0,0 +1,264 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kdeaccounts-plugin'
+ 'kdesdk-kdepalettes'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.8.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('62c176ee3dda5bbc013db7d1033ff89c105e3fd1'
+  

[arch-commits] Commit in kdesdk/repos (22 files)

2012-05-29 Thread Andrea Scarpino
Date: Tuesday, May 29, 2012 @ 19:07:28
  Author: andrea
Revision: 160160

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

Added:
  kdesdk/repos/kde-unstable-i686/
  kdesdk/repos/kde-unstable-i686/PKGBUILD
(from rev 160159, kdesdk/kde-unstable/PKGBUILD)
  kdesdk/repos/kde-unstable-i686/fix-python2-path.patch
(from rev 160159, kdesdk/kde-unstable/fix-python2-path.patch)
  kdesdk/repos/kde-unstable-i686/kdesdk-cervisia.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-cervisia.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-kcachegrind.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-kcachegrind.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-kompare.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-kompare.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-kuiviewer.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-kuiviewer.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-lokalize.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-lokalize.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-okteta.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-okteta.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-umbrello.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-umbrello.install)
  kdesdk/repos/kde-unstable-i686/kdesdk.install
(from rev 160159, kdesdk/kde-unstable/kdesdk.install)
  kdesdk/repos/kde-unstable-x86_64/
  kdesdk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 160159, kdesdk/kde-unstable/PKGBUILD)
  kdesdk/repos/kde-unstable-x86_64/fix-python2-path.patch
(from rev 160159, kdesdk/kde-unstable/fix-python2-path.patch)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-cervisia.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-cervisia.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-kcachegrind.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kompare.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-kompare.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kuiviewer.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-kuiviewer.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-lokalize.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-lokalize.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-okteta.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-okteta.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-umbrello.install
(from rev 160159, kdesdk/kde-unstable/kdesdk-umbrello.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk.install
(from rev 160159, kdesdk/kde-unstable/kdesdk.install)

+
 kde-unstable-i686/PKGBUILD |  248 +++
 kde-unstable-i686/fix-python2-path.patch   |   32 ++
 kde-unstable-i686/kdesdk-cervisia.install  |   12 +
 kde-unstable-i686/kdesdk-kcachegrind.install   |   12 +
 kde-unstable-i686/kdesdk-kompare.install   |   12 +
 kde-unstable-i686/kdesdk-kuiviewer.install |   12 +
 kde-unstable-i686/kdesdk-lokalize.install  |   12 +
 kde-unstable-i686/kdesdk-okteta.install|   12 +
 kde-unstable-i686/kdesdk-umbrello.install  |   12 +
 kde-unstable-i686/kdesdk.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |  248 +++
 kde-unstable-x86_64/fix-python2-path.patch |   32 ++
 kde-unstable-x86_64/kdesdk-cervisia.install|   12 +
 kde-unstable-x86_64/kdesdk-kcachegrind.install |   12 +
 kde-unstable-x86_64/kdesdk-kompare.install |   12 +
 kde-unstable-x86_64/kdesdk-kuiviewer.install   |   12 +
 kde-unstable-x86_64/kdesdk-lokalize.install|   12 +
 kde-unstable-x86_64/kdesdk-okteta.install  |   12 +
 kde-unstable-x86_64/kdesdk-umbrello.install|   12 +
 kde-unstable-x86_64/kdesdk.install |   11 +
 20 files changed, 750 insertions(+)

Copied: kdesdk/repos/kde-unstable-i686/PKGBUILD (from rev 160159, 
kdesdk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-05-29 23:07:28 UTC (rev 160160)
@@ -0,0 +1,248 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.8.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')

[arch-commits] Commit in kdesdk/repos (22 files)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 11:26:00
  Author: andrea
Revision: 158304

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

Added:
  kdesdk/repos/staging-i686/
  kdesdk/repos/staging-i686/PKGBUILD
(from rev 158303, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-i686/fix-python2-path.patch
(from rev 158303, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-i686/kdesdk-cervisia.install
(from rev 158303, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 158303, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-i686/kdesdk-kompare.install
(from rev 158303, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-i686/kdesdk-kuiviewer.install
(from rev 158303, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-i686/kdesdk-lokalize.install
(from rev 158303, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-i686/kdesdk-okteta.install
(from rev 158303, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-i686/kdesdk-umbrello.install
(from rev 158303, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-i686/kdesdk.install
(from rev 158303, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/staging-x86_64/
  kdesdk/repos/staging-x86_64/PKGBUILD
(from rev 158303, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-x86_64/fix-python2-path.patch
(from rev 158303, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-x86_64/kdesdk-cervisia.install
(from rev 158303, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 158303, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-x86_64/kdesdk-kompare.install
(from rev 158303, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-x86_64/kdesdk-kuiviewer.install
(from rev 158303, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-x86_64/kdesdk-lokalize.install
(from rev 158303, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-x86_64/kdesdk-okteta.install
(from rev 158303, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 158303, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-x86_64/kdesdk.install
(from rev 158303, kdesdk/trunk/kdesdk.install)

---+
 staging-i686/PKGBUILD |  264 
 staging-i686/fix-python2-path.patch   |   32 +++
 staging-i686/kdesdk-cervisia.install  |   12 +
 staging-i686/kdesdk-kcachegrind.install   |   12 +
 staging-i686/kdesdk-kompare.install   |   12 +
 staging-i686/kdesdk-kuiviewer.install |   12 +
 staging-i686/kdesdk-lokalize.install  |   12 +
 staging-i686/kdesdk-okteta.install|   12 +
 staging-i686/kdesdk-umbrello.install  |   12 +
 staging-i686/kdesdk.install   |   11 +
 staging-x86_64/PKGBUILD   |  264 
 staging-x86_64/fix-python2-path.patch |   32 +++
 staging-x86_64/kdesdk-cervisia.install|   12 +
 staging-x86_64/kdesdk-kcachegrind.install |   12 +
 staging-x86_64/kdesdk-kompare.install |   12 +
 staging-x86_64/kdesdk-kuiviewer.install   |   12 +
 staging-x86_64/kdesdk-lokalize.install|   12 +
 staging-x86_64/kdesdk-okteta.install  |   12 +
 staging-x86_64/kdesdk-umbrello.install|   12 +
 staging-x86_64/kdesdk.install |   11 +
 20 files changed, 782 insertions(+)

Copied: kdesdk/repos/staging-i686/PKGBUILD (from rev 158303, 
kdesdk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-03 15:26:00 UTC (rev 158304)
@@ -0,0 +1,264 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kdeaccounts-plugin'
+ 'kdesdk-kdepalettes'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.8.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('e7366cd627fd8324d89e7854361be8a141d030c1'
+  

[arch-commits] Commit in kdesdk/repos (22 files)

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:00:32
  Author: andrea
Revision: 154904

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

Added:
  kdesdk/repos/staging-i686/
  kdesdk/repos/staging-i686/PKGBUILD
(from rev 154903, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-i686/fix-python2-path.patch
(from rev 154903, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-i686/kdesdk-cervisia.install
(from rev 154903, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 154903, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-i686/kdesdk-kompare.install
(from rev 154903, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-i686/kdesdk-kuiviewer.install
(from rev 154903, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-i686/kdesdk-lokalize.install
(from rev 154903, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-i686/kdesdk-okteta.install
(from rev 154903, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-i686/kdesdk-umbrello.install
(from rev 154903, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-i686/kdesdk.install
(from rev 154903, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/staging-x86_64/
  kdesdk/repos/staging-x86_64/PKGBUILD
(from rev 154903, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-x86_64/fix-python2-path.patch
(from rev 154903, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-x86_64/kdesdk-cervisia.install
(from rev 154903, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 154903, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-x86_64/kdesdk-kompare.install
(from rev 154903, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-x86_64/kdesdk-kuiviewer.install
(from rev 154903, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-x86_64/kdesdk-lokalize.install
(from rev 154903, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-x86_64/kdesdk-okteta.install
(from rev 154903, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 154903, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-x86_64/kdesdk.install
(from rev 154903, kdesdk/trunk/kdesdk.install)

---+
 staging-i686/PKGBUILD |  262 
 staging-i686/fix-python2-path.patch   |   32 +++
 staging-i686/kdesdk-cervisia.install  |   12 +
 staging-i686/kdesdk-kcachegrind.install   |   12 +
 staging-i686/kdesdk-kompare.install   |   12 +
 staging-i686/kdesdk-kuiviewer.install |   12 +
 staging-i686/kdesdk-lokalize.install  |   12 +
 staging-i686/kdesdk-okteta.install|   12 +
 staging-i686/kdesdk-umbrello.install  |   12 +
 staging-i686/kdesdk.install   |   11 +
 staging-x86_64/PKGBUILD   |  262 
 staging-x86_64/fix-python2-path.patch |   32 +++
 staging-x86_64/kdesdk-cervisia.install|   12 +
 staging-x86_64/kdesdk-kcachegrind.install |   12 +
 staging-x86_64/kdesdk-kompare.install |   12 +
 staging-x86_64/kdesdk-kuiviewer.install   |   12 +
 staging-x86_64/kdesdk-lokalize.install|   12 +
 staging-x86_64/kdesdk-okteta.install  |   12 +
 staging-x86_64/kdesdk-umbrello.install|   12 +
 staging-x86_64/kdesdk.install |   11 +
 20 files changed, 778 insertions(+)

Copied: kdesdk/repos/staging-i686/PKGBUILD (from rev 154903, 
kdesdk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:00:32 UTC (rev 154904)
@@ -0,0 +1,262 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kdeaccounts-plugin'
+ 'kdesdk-kdepalettes'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('d080aee7222b8cf3cede8eccf193f0694338056c'
+  

[arch-commits] Commit in kdesdk/repos (22 files)

2012-01-25 Thread Andrea Scarpino
Date: Wednesday, January 25, 2012 @ 18:54:35
  Author: andrea
Revision: 147633

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

Added:
  kdesdk/repos/testing-i686/
  kdesdk/repos/testing-i686/PKGBUILD
(from rev 147632, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-i686/fix-python2-path.patch
(from rev 147632, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-i686/kdesdk-cervisia.install
(from rev 147632, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 147632, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-i686/kdesdk-kompare.install
(from rev 147632, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-i686/kdesdk-kuiviewer.install
(from rev 147632, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-i686/kdesdk-lokalize.install
(from rev 147632, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-i686/kdesdk-okteta.install
(from rev 147632, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-i686/kdesdk-umbrello.install
(from rev 147632, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-i686/kdesdk.install
(from rev 147632, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/testing-x86_64/
  kdesdk/repos/testing-x86_64/PKGBUILD
(from rev 147632, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-x86_64/fix-python2-path.patch
(from rev 147632, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 147632, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 147632, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-x86_64/kdesdk-kompare.install
(from rev 147632, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-x86_64/kdesdk-kuiviewer.install
(from rev 147632, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 147632, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-x86_64/kdesdk-okteta.install
(from rev 147632, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 147632, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-x86_64/kdesdk.install
(from rev 147632, kdesdk/trunk/kdesdk.install)

---+
 testing-i686/PKGBUILD |  258 
 testing-i686/fix-python2-path.patch   |   32 +++
 testing-i686/kdesdk-cervisia.install  |   12 +
 testing-i686/kdesdk-kcachegrind.install   |   12 +
 testing-i686/kdesdk-kompare.install   |   12 +
 testing-i686/kdesdk-kuiviewer.install |   12 +
 testing-i686/kdesdk-lokalize.install  |   12 +
 testing-i686/kdesdk-okteta.install|   12 +
 testing-i686/kdesdk-umbrello.install  |   12 +
 testing-i686/kdesdk.install   |   11 +
 testing-x86_64/PKGBUILD   |  258 
 testing-x86_64/fix-python2-path.patch |   32 +++
 testing-x86_64/kdesdk-cervisia.install|   12 +
 testing-x86_64/kdesdk-kcachegrind.install |   12 +
 testing-x86_64/kdesdk-kompare.install |   12 +
 testing-x86_64/kdesdk-kuiviewer.install   |   12 +
 testing-x86_64/kdesdk-lokalize.install|   12 +
 testing-x86_64/kdesdk-okteta.install  |   12 +
 testing-x86_64/kdesdk-umbrello.install|   12 +
 testing-x86_64/kdesdk.install |   11 +
 20 files changed, 770 insertions(+)

Copied: kdesdk/repos/testing-i686/PKGBUILD (from rev 147632, 
kdesdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-25 23:54:35 UTC (rev 147633)
@@ -0,0 +1,258 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kdeaccounts-plugin'
+ 'kdesdk-kdepalettes'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
+'fix-python2-path.patch')
+sha1sums=('2c55ed17350cb5eba4213007614e4c587feb94b9'
+  

[arch-commits] Commit in kdesdk/repos (22 files)

2011-11-23 Thread Andrea Scarpino
Date: Wednesday, November 23, 2011 @ 03:27:15
  Author: andrea
Revision: 143188

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

Added:
  kdesdk/repos/staging-i686/
  kdesdk/repos/staging-i686/PKGBUILD
(from rev 143187, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-i686/fix-python2-path.patch
(from rev 143187, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-i686/kdesdk-cervisia.install
(from rev 143187, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 143187, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-i686/kdesdk-kompare.install
(from rev 143187, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-i686/kdesdk-kuiviewer.install
(from rev 143187, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-i686/kdesdk-lokalize.install
(from rev 143187, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-i686/kdesdk-okteta.install
(from rev 143187, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-i686/kdesdk-umbrello.install
(from rev 143187, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-i686/kdesdk.install
(from rev 143187, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/staging-x86_64/
  kdesdk/repos/staging-x86_64/PKGBUILD
(from rev 143187, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-x86_64/fix-python2-path.patch
(from rev 143187, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-x86_64/kdesdk-cervisia.install
(from rev 143187, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 143187, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-x86_64/kdesdk-kompare.install
(from rev 143187, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-x86_64/kdesdk-kuiviewer.install
(from rev 143187, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-x86_64/kdesdk-lokalize.install
(from rev 143187, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-x86_64/kdesdk-okteta.install
(from rev 143187, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 143187, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-x86_64/kdesdk.install
(from rev 143187, kdesdk/trunk/kdesdk.install)

---+
 staging-i686/PKGBUILD |  258 
 staging-i686/fix-python2-path.patch   |   32 +++
 staging-i686/kdesdk-cervisia.install  |   12 +
 staging-i686/kdesdk-kcachegrind.install   |   12 +
 staging-i686/kdesdk-kompare.install   |   12 +
 staging-i686/kdesdk-kuiviewer.install |   12 +
 staging-i686/kdesdk-lokalize.install  |   12 +
 staging-i686/kdesdk-okteta.install|   12 +
 staging-i686/kdesdk-umbrello.install  |   12 +
 staging-i686/kdesdk.install   |   11 +
 staging-x86_64/PKGBUILD   |  258 
 staging-x86_64/fix-python2-path.patch |   32 +++
 staging-x86_64/kdesdk-cervisia.install|   12 +
 staging-x86_64/kdesdk-kcachegrind.install |   12 +
 staging-x86_64/kdesdk-kompare.install |   12 +
 staging-x86_64/kdesdk-kuiviewer.install   |   12 +
 staging-x86_64/kdesdk-lokalize.install|   12 +
 staging-x86_64/kdesdk-okteta.install  |   12 +
 staging-x86_64/kdesdk-umbrello.install|   12 +
 staging-x86_64/kdesdk.install |   11 +
 20 files changed, 770 insertions(+)

Copied: kdesdk/repos/staging-i686/PKGBUILD (from rev 143187, 
kdesdk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-23 08:27:15 UTC (rev 143188)
@@ -0,0 +1,258 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kdeaccounts-plugin'
+ 'kdesdk-kdepalettes'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.7.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
+'fix-python2-path.patch')
+sha1sums=('725ca18c5bbf16061911bde15d98cb0e86db4471'
+