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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:00:39
  Author: andrea
Revision: 174560

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

Added:
  kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD
(from rev 174559, kdegames-ksnakeduel/kde-unstable/PKGBUILD)
  kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install
(from rev 174559, 
kdegames-ksnakeduel/kde-unstable/kdegames-ksnakeduel.install)
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174559, kdegames-ksnakeduel/kde-unstable/PKGBUILD)
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/kdegames-ksnakeduel.install
(from rev 174559, 
kdegames-ksnakeduel/kde-unstable/kdegames-ksnakeduel.install)
Deleted:
  kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/kdegames-ksnakeduel.install

-+
 kde-unstable-i686/PKGBUILD  |   60 +++---
 kde-unstable-i686/kdegames-ksnakeduel.install   |   22 
 kde-unstable-x86_64/PKGBUILD|   60 +++---
 kde-unstable-x86_64/kdegames-ksnakeduel.install |   22 
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 07:59:44 UTC (rev 174559)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:00:39 UTC (rev 174560)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ksnakeduel
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A simple snake duel game
-url=http://kde.org/applications/games/ksnakeduel/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
-sha1sums=('6e2a634a97d7f6087ae6130bd3cbe24a058ab4d9')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksnakeduel-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD (from rev 174559, 
kdegames-ksnakeduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:00:39 UTC (rev 174560)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksnakeduel
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A simple snake duel game
+url=http://kde.org/applications/games/ksnakeduel/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
+sha1sums=('c218e7b01ea21d7b1b5ad3b9cf6319a931a7d157')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksnakeduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-ksnakeduel.install
===
--- kde-unstable-i686/kdegames-ksnakeduel.install   2013-01-05 07:59:44 UTC 
(rev 174559)
+++ kde-unstable-i686/kdegames-ksnakeduel.install   2013-01-05 08:00:39 UTC 
(rev 174560)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install 
(from rev 174559, kdegames-ksnakeduel/kde-unstable/kdegames-ksnakeduel.install)
===
--- kde-unstable-i686/kdegames-ksnakeduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-ksnakeduel.install   2013-01-05 08:00:39 UTC 
(rev 174560)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 07:59:44 UTC (rev 174559)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:00:39 UTC (rev 174560)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ksnakeduel
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A simple 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:01:17
  Author: andrea
Revision: 174561

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

Added:
  kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD
(from rev 174560, kdegames-kspaceduel/kde-unstable/PKGBUILD)
  kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install
(from rev 174560, 
kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install)
  kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174560, kdegames-kspaceduel/kde-unstable/PKGBUILD)
  kdegames-kspaceduel/repos/kde-unstable-x86_64/kdegames-kspaceduel.install
(from rev 174560, 
kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install)
Deleted:
  kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD
  kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install
  kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kspaceduel/repos/kde-unstable-x86_64/kdegames-kspaceduel.install

-+
 kde-unstable-i686/PKGBUILD  |   60 +++---
 kde-unstable-i686/kdegames-kspaceduel.install   |   24 
 kde-unstable-x86_64/PKGBUILD|   60 +++---
 kde-unstable-x86_64/kdegames-kspaceduel.install |   24 
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:00:39 UTC (rev 174560)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:01:17 UTC (rev 174561)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kspaceduel
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Each of two possible players controls a satellite spaceship orbiting 
the sun
-url=http://kde.org/applications/games/kspaceduel/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
-sha1sums=('5ce26e23dd6fc1da95d23eacf3df32069226685e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kspaceduel-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD (from rev 174560, 
kdegames-kspaceduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:01:17 UTC (rev 174561)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kspaceduel
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Each of two possible players controls a satellite spaceship orbiting 
the sun
+url=http://kde.org/applications/games/kspaceduel/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
+sha1sums=('ad97df98fdf15a76a64fc4ea51299c7444ea95af')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kspaceduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kspaceduel.install
===
--- kde-unstable-i686/kdegames-kspaceduel.install   2013-01-05 08:00:39 UTC 
(rev 174560)
+++ kde-unstable-i686/kdegames-kspaceduel.install   2013-01-05 08:01:17 UTC 
(rev 174561)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install 
(from rev 174560, kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install)
===
--- kde-unstable-i686/kdegames-kspaceduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-kspaceduel.install   2013-01-05 08:01:17 UTC 
(rev 174561)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:00:39 UTC (rev 174560)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:01:53
  Author: andrea
Revision: 174562

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

Added:
  kdegames-ksquares/repos/kde-unstable-i686/PKGBUILD
(from rev 174561, kdegames-ksquares/kde-unstable/PKGBUILD)
  kdegames-ksquares/repos/kde-unstable-i686/kdegames-ksquares.install
(from rev 174561, kdegames-ksquares/kde-unstable/kdegames-ksquares.install)
  kdegames-ksquares/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174561, kdegames-ksquares/kde-unstable/PKGBUILD)
  kdegames-ksquares/repos/kde-unstable-x86_64/kdegames-ksquares.install
(from rev 174561, kdegames-ksquares/kde-unstable/kdegames-ksquares.install)
Deleted:
  kdegames-ksquares/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksquares/repos/kde-unstable-i686/kdegames-ksquares.install
  kdegames-ksquares/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksquares/repos/kde-unstable-x86_64/kdegames-ksquares.install

---+
 kde-unstable-i686/PKGBUILD|   60 
 kde-unstable-i686/kdegames-ksquares.install   |   22 
 kde-unstable-x86_64/PKGBUILD  |   60 
 kde-unstable-x86_64/kdegames-ksquares.install |   22 
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:01:17 UTC (rev 174561)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:01:53 UTC (rev 174562)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ksquares
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A modeled after the well known pen and paper based game of Dots and 
Boxes
-url=http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('860d5b17ed376c1451ee1aefecfc515ab6181032')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 174561, 
kdegames-ksquares/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:01:53 UTC (rev 174562)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksquares
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A modeled after the well known pen and paper based game of Dots and 
Boxes
+url=http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('84290308631e7a78b89bdecc8be8524194ee0644')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-ksquares.install
===
--- kde-unstable-i686/kdegames-ksquares.install 2013-01-05 08:01:17 UTC (rev 
174561)
+++ kde-unstable-i686/kdegames-ksquares.install 2013-01-05 08:01:53 UTC (rev 
174562)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksquares/repos/kde-unstable-i686/kdegames-ksquares.install 
(from rev 174561, kdegames-ksquares/kde-unstable/kdegames-ksquares.install)
===
--- kde-unstable-i686/kdegames-ksquares.install (rev 0)
+++ kde-unstable-i686/kdegames-ksquares.install 2013-01-05 08:01:53 UTC (rev 
174562)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:01:17 UTC (rev 174561)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:01:53 UTC (rev 174562)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ksquares
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A modeled after 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:02:27
  Author: andrea
Revision: 174563

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

Added:
  kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD
(from rev 174562, kdegames-ksudoku/kde-unstable/PKGBUILD)
  kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install
(from rev 174562, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install)
  kdegames-ksudoku/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174562, kdegames-ksudoku/kde-unstable/PKGBUILD)
  kdegames-ksudoku/repos/kde-unstable-x86_64/kdegames-ksudoku.install
(from rev 174562, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install)
Deleted:
  kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install
  kdegames-ksudoku/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksudoku/repos/kde-unstable-x86_64/kdegames-ksudoku.install

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-i686/kdegames-ksudoku.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 kde-unstable-x86_64/kdegames-ksudoku.install |   22 -
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:01:53 UTC (rev 174562)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:02:27 UTC (rev 174563)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ksudoku
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A logic-based symbol placement puzzle
-url=http://kde.org/applications/games/ksudoku/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
-sha1sums=('3a61a9c1edc0322f58f2e4be547412be46ad15b6')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksudoku-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD (from rev 174562, 
kdegames-ksudoku/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:02:27 UTC (rev 174563)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksudoku
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A logic-based symbol placement puzzle
+url=http://kde.org/applications/games/ksudoku/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
+sha1sums=('2cdd71e3299fac7b7e598fe2ce1aeed9144d2b84')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksudoku-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-ksudoku.install
===
--- kde-unstable-i686/kdegames-ksudoku.install  2013-01-05 08:01:53 UTC (rev 
174562)
+++ kde-unstable-i686/kdegames-ksudoku.install  2013-01-05 08:02:27 UTC (rev 
174563)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install (from 
rev 174562, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install)
===
--- kde-unstable-i686/kdegames-ksudoku.install  (rev 0)
+++ kde-unstable-i686/kdegames-ksudoku.install  2013-01-05 08:02:27 UTC (rev 
174563)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:01:53 UTC (rev 174562)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:02:27 UTC (rev 174563)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ksudoku
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A logic-based symbol placement puzzle
-url=http://kde.org/applications/games/ksudoku/;
-arch=('i686' 'x86_64')

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:03:05
  Author: andrea
Revision: 174564

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

Added:
  kdegames-ktuberling/repos/kde-unstable-i686/PKGBUILD
(from rev 174563, kdegames-ktuberling/kde-unstable/PKGBUILD)
  kdegames-ktuberling/repos/kde-unstable-i686/kdegames-ktuberling.install
(from rev 174563, 
kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install)
  kdegames-ktuberling/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174563, kdegames-ktuberling/kde-unstable/PKGBUILD)
  kdegames-ktuberling/repos/kde-unstable-x86_64/kdegames-ktuberling.install
(from rev 174563, 
kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install)
Deleted:
  kdegames-ktuberling/repos/kde-unstable-i686/PKGBUILD
  kdegames-ktuberling/repos/kde-unstable-i686/kdegames-ktuberling.install
  kdegames-ktuberling/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ktuberling/repos/kde-unstable-x86_64/kdegames-ktuberling.install

-+
 kde-unstable-i686/PKGBUILD  |   60 +++---
 kde-unstable-i686/kdegames-ktuberling.install   |   24 
 kde-unstable-x86_64/PKGBUILD|   60 +++---
 kde-unstable-x86_64/kdegames-ktuberling.install |   24 
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:02:27 UTC (rev 174563)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:03:05 UTC (rev 174564)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ktuberling
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A simple constructor game suitable for children and adults alike
-url=http://kde.org/applications/games/ktuberling/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/ktuberling-${pkgver}.tar.xz;)
-sha1sums=('da5bc9f554d3a99b00a6c08f1ede6857093e27a2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ktuberling-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-ktuberling/repos/kde-unstable-i686/PKGBUILD (from rev 174563, 
kdegames-ktuberling/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:03:05 UTC (rev 174564)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ktuberling
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A simple constructor game suitable for children and adults alike
+url=http://kde.org/applications/games/ktuberling/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktuberling-${pkgver}.tar.xz;)
+sha1sums=('be66854b4d090ca0f958bb1350defdd55e590f02')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktuberling-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-ktuberling.install
===
--- kde-unstable-i686/kdegames-ktuberling.install   2013-01-05 08:02:27 UTC 
(rev 174563)
+++ kde-unstable-i686/kdegames-ktuberling.install   2013-01-05 08:03:05 UTC 
(rev 174564)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ktuberling/repos/kde-unstable-i686/kdegames-ktuberling.install 
(from rev 174563, kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install)
===
--- kde-unstable-i686/kdegames-ktuberling.install   
(rev 0)
+++ kde-unstable-i686/kdegames-ktuberling.install   2013-01-05 08:03:05 UTC 
(rev 174564)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:02:27 UTC (rev 174563)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:03:05 UTC (rev 174564)

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:03:49
  Author: andrea
Revision: 174565

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

Added:
  kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD
(from rev 174564, kdegames-kubrick/kde-unstable/PKGBUILD)
  kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install
(from rev 174564, kdegames-kubrick/kde-unstable/kdegames-kubrick.install)
  kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174564, kdegames-kubrick/kde-unstable/PKGBUILD)
  kdegames-kubrick/repos/kde-unstable-x86_64/kdegames-kubrick.install
(from rev 174564, kdegames-kubrick/kde-unstable/kdegames-kubrick.install)
Deleted:
  kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD
  kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install
  kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kubrick/repos/kde-unstable-x86_64/kdegames-kubrick.install

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-i686/kdegames-kubrick.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 kde-unstable-x86_64/kdegames-kubrick.install |   22 -
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:03:05 UTC (rev 174564)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:03:49 UTC (rev 174565)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kubrick
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Based on the famous Rubik's Cube
-url=http://kde.org/applications/games/kubrick/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kubrick-${pkgver}.tar.xz;)
-sha1sums=('930827ad427818dfb21fc356c5d64a4d69313c46')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kubrick-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD (from rev 174564, 
kdegames-kubrick/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:03:49 UTC (rev 174565)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kubrick
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Based on the famous Rubik's Cube
+url=http://kde.org/applications/games/kubrick/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kubrick-${pkgver}.tar.xz;)
+sha1sums=('156f9e9cfeafca3903a1f62a28d2250a6174eb8d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kubrick-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kubrick.install
===
--- kde-unstable-i686/kdegames-kubrick.install  2013-01-05 08:03:05 UTC (rev 
174564)
+++ kde-unstable-i686/kdegames-kubrick.install  2013-01-05 08:03:49 UTC (rev 
174565)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install (from 
rev 174564, kdegames-kubrick/kde-unstable/kdegames-kubrick.install)
===
--- kde-unstable-i686/kdegames-kubrick.install  (rev 0)
+++ kde-unstable-i686/kdegames-kubrick.install  2013-01-05 08:03:49 UTC (rev 
174565)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:03:05 UTC (rev 174564)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:03:49 UTC (rev 174565)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kubrick
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Based on the famous Rubik's Cube
-url=http://kde.org/applications/games/kubrick/;
-arch=('i686' 'x86_64')
-license=('GPL' 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:04:24
  Author: andrea
Revision: 174566

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

Added:
  kdegames-lskat/repos/kde-unstable-i686/PKGBUILD
(from rev 174565, kdegames-lskat/kde-unstable/PKGBUILD)
  kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install
(from rev 174565, kdegames-lskat/kde-unstable/kdegames-lskat.install)
  kdegames-lskat/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174565, kdegames-lskat/kde-unstable/PKGBUILD)
  kdegames-lskat/repos/kde-unstable-x86_64/kdegames-lskat.install
(from rev 174565, kdegames-lskat/kde-unstable/kdegames-lskat.install)
Deleted:
  kdegames-lskat/repos/kde-unstable-i686/PKGBUILD
  kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install
  kdegames-lskat/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-lskat/repos/kde-unstable-x86_64/kdegames-lskat.install

+
 kde-unstable-i686/PKGBUILD |   60 +--
 kde-unstable-i686/kdegames-lskat.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD   |   60 +--
 kde-unstable-x86_64/kdegames-lskat.install |   24 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:03:49 UTC (rev 174565)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:04:24 UTC (rev 174566)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-lskat
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Lieutenant Skat is a fun and engaging card game for two players
-url=http://kde.org/applications/games/lskat/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/lskat-${pkgver}.tar.xz;)
-sha1sums=('7e086d1829fd879232b155c836d96f853f3b8360')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../lskat-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-lskat/repos/kde-unstable-i686/PKGBUILD (from rev 174565, 
kdegames-lskat/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:04:24 UTC (rev 174566)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-lskat
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Lieutenant Skat is a fun and engaging card game for two players
+url=http://kde.org/applications/games/lskat/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/lskat-${pkgver}.tar.xz;)
+sha1sums=('b16601bc7e338c7e7bf9cff61e9b38a2fabd2dbe')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lskat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-lskat.install
===
--- kde-unstable-i686/kdegames-lskat.install2013-01-05 08:03:49 UTC (rev 
174565)
+++ kde-unstable-i686/kdegames-lskat.install2013-01-05 08:04:24 UTC (rev 
174566)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install (from rev 
174565, kdegames-lskat/kde-unstable/kdegames-lskat.install)
===
--- kde-unstable-i686/kdegames-lskat.install(rev 0)
+++ kde-unstable-i686/kdegames-lskat.install2013-01-05 08:04:24 UTC (rev 
174566)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:03:49 UTC (rev 174565)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:04:24 UTC (rev 174566)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-lskat
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Lieutenant Skat is a fun and engaging card game for two players

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:05:00
  Author: andrea
Revision: 174567

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

Added:
  kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD
(from rev 174566, kdegames-palapeli/kde-unstable/PKGBUILD)
  kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install
(from rev 174566, kdegames-palapeli/kde-unstable/kdegames-palapeli.install)
  kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174566, kdegames-palapeli/kde-unstable/PKGBUILD)
  kdegames-palapeli/repos/kde-unstable-x86_64/kdegames-palapeli.install
(from rev 174566, kdegames-palapeli/kde-unstable/kdegames-palapeli.install)
Deleted:
  kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD
  kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install
  kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-palapeli/repos/kde-unstable-x86_64/kdegames-palapeli.install

---+
 kde-unstable-i686/PKGBUILD|   60 
 kde-unstable-i686/kdegames-palapeli.install   |   26 +-
 kde-unstable-x86_64/PKGBUILD  |   60 
 kde-unstable-x86_64/kdegames-palapeli.install |   26 +-
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:04:24 UTC (rev 174566)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:05:00 UTC (rev 174567)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-palapeli
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A single-player jigsaw puzzle game
-url=http://kde.org/applications/games/palapeli/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/palapeli-${pkgver}.tar.xz;)
-sha1sums=('7b0b8c927c74163a5773c68c0332445d6e9c9f48')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../palapeli-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD (from rev 174566, 
kdegames-palapeli/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:05:00 UTC (rev 174567)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-palapeli
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A single-player jigsaw puzzle game
+url=http://kde.org/applications/games/palapeli/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/palapeli-${pkgver}.tar.xz;)
+sha1sums=('0dc5bc32469f9ae93acdcf11bc4a7e84bc43c62f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../palapeli-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-palapeli.install
===
--- kde-unstable-i686/kdegames-palapeli.install 2013-01-05 08:04:24 UTC (rev 
174566)
+++ kde-unstable-i686/kdegames-palapeli.install 2013-01-05 08:05:00 UTC (rev 
174567)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install 
(from rev 174566, kdegames-palapeli/kde-unstable/kdegames-palapeli.install)
===
--- kde-unstable-i686/kdegames-palapeli.install (rev 0)
+++ kde-unstable-i686/kdegames-palapeli.install 2013-01-05 08:05:00 UTC (rev 
174567)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:04:24 UTC (rev 174566)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:05:00 UTC (rev 174567)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:05:39
  Author: andrea
Revision: 174568

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

Added:
  kdegames-picmi/repos/kde-unstable-i686/PKGBUILD
(from rev 174567, kdegames-picmi/kde-unstable/PKGBUILD)
  kdegames-picmi/repos/kde-unstable-i686/kdegames-picmi.install
(from rev 174567, kdegames-picmi/kde-unstable/kdegames-picmi.install)
  kdegames-picmi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174567, kdegames-picmi/kde-unstable/PKGBUILD)
  kdegames-picmi/repos/kde-unstable-x86_64/kdegames-picmi.install
(from rev 174567, kdegames-picmi/kde-unstable/kdegames-picmi.install)
Deleted:
  kdegames-picmi/repos/kde-unstable-i686/PKGBUILD
  kdegames-picmi/repos/kde-unstable-i686/kdegames-picmi.install
  kdegames-picmi/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-picmi/repos/kde-unstable-x86_64/kdegames-picmi.install

+
 kde-unstable-i686/PKGBUILD |   64 +--
 kde-unstable-i686/kdegames-picmi.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   64 +--
 kde-unstable-x86_64/kdegames-picmi.install |   22 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:05:00 UTC (rev 174567)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:05:39 UTC (rev 174568)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-picmi
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A nonogram logic game for KDE
-url=http://kde.org/applications/games/picmi/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-replaces=('picmi')
-conflicts=('picmi')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz;)
-sha1sums=('7613ed74a717b7a3be48184ca001f7f4ac7df70b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../picmi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-picmi/repos/kde-unstable-i686/PKGBUILD (from rev 174567, 
kdegames-picmi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:05:39 UTC (rev 174568)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-picmi
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A nonogram logic game for KDE
+url=http://kde.org/applications/games/picmi/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+replaces=('picmi')
+conflicts=('picmi')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz;)
+sha1sums=('26b1e4e592724410537d559aa4b4b35a9a0d27d9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../picmi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-picmi.install
===
--- kde-unstable-i686/kdegames-picmi.install2013-01-05 08:05:00 UTC (rev 
174567)
+++ kde-unstable-i686/kdegames-picmi.install2013-01-05 08:05:39 UTC (rev 
174568)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-picmi/repos/kde-unstable-i686/kdegames-picmi.install (from rev 
174567, kdegames-picmi/kde-unstable/kdegames-picmi.install)
===
--- kde-unstable-i686/kdegames-picmi.install(rev 0)
+++ kde-unstable-i686/kdegames-picmi.install2013-01-05 08:05:39 UTC (rev 
174568)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:05:00 UTC (rev 174567)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:05:39 UTC (rev 174568)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-picmi
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A nonogram logic game for KDE
-url=http://kde.org/applications/games/picmi/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:06:18
  Author: andrea
Revision: 174569

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

Added:
  kdegraphics-gwenview/repos/kde-unstable-i686/PKGBUILD
(from rev 174568, kdegraphics-gwenview/kde-unstable/PKGBUILD)
  kdegraphics-gwenview/repos/kde-unstable-i686/kdegraphics-gwenview.install
(from rev 174568, 
kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install)
  kdegraphics-gwenview/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174568, kdegraphics-gwenview/kde-unstable/PKGBUILD)
  kdegraphics-gwenview/repos/kde-unstable-x86_64/kdegraphics-gwenview.install
(from rev 174568, 
kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install)
Deleted:
  kdegraphics-gwenview/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-gwenview/repos/kde-unstable-i686/kdegraphics-gwenview.install
  kdegraphics-gwenview/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-gwenview/repos/kde-unstable-x86_64/kdegraphics-gwenview.install

--+
 kde-unstable-i686/PKGBUILD   |   64 ++---
 kde-unstable-i686/kdegraphics-gwenview.install   |   24 +++
 kde-unstable-x86_64/PKGBUILD |   64 ++---
 kde-unstable-x86_64/kdegraphics-gwenview.install |   24 +++
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:05:39 UTC (rev 174568)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:06:18 UTC (rev 174569)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-gwenview
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A fast and easy to use image viewer for KDE
-url=http://kde.org/applications/graphics/gwenview/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2')
-makedepends=('cmake' 'automoc4' 'mesa')
-optdepends=('kipi-plugins: extra plugins to share photos')
-install=$pkgname.install
-source=(http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
-sha1sums=('a1002eed0b99623c157a810a9095b105fc1c0e27')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../gwenview-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-gwenview/repos/kde-unstable-i686/PKGBUILD (from rev 174568, 
kdegraphics-gwenview/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:06:18 UTC (rev 174569)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-gwenview
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A fast and easy to use image viewer for KDE
+url=http://kde.org/applications/graphics/gwenview/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2')
+makedepends=('cmake' 'automoc4' 'mesa')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
+sha1sums=('8b7f522b707db712c5d57bfce569ddcbba8251a1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../gwenview-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegraphics-gwenview.install
===
--- kde-unstable-i686/kdegraphics-gwenview.install  2013-01-05 08:05:39 UTC 
(rev 174568)
+++ kde-unstable-i686/kdegraphics-gwenview.install  2013-01-05 08:06:18 UTC 
(rev 174569)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-gwenview/repos/kde-unstable-i686/kdegraphics-gwenview.install (from 
rev 174568, kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install)
===
--- kde-unstable-i686/kdegraphics-gwenview.install  
(rev 0)
+++ kde-unstable-i686/kdegraphics-gwenview.install  2013-01-05 08:06:18 UTC 
(rev 174569)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

[arch-commits] Commit in kdebindings-python/kde-unstable (2 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:06:30
  Author: andrea
Revision: 174570

Move common stuff in another package

Added:
  kdebindings-python/kde-unstable/pykdeuic4-symlink.patch
Modified:
  kdebindings-python/kde-unstable/PKGBUILD

-+
 PKGBUILD|   44 +---
 pykdeuic4-symlink.patch |   27 +++
 2 files changed, 60 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-05 08:06:18 UTC (rev 174569)
+++ PKGBUILD2013-01-05 08:06:30 UTC (rev 174570)
@@ -3,7 +3,8 @@
 
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
- 'kdebindings-python2')
+ 'kdebindings-python2'
+ 'kdebindings-python-common')
 pkgver=4.9.97
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
@@ -13,16 +14,21 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-'fix.patch')
+'fix.patch'
+'pykdeuic4-symlink.patch')
 sha1sums=('3e8aef059de39184be505718094e67aa0d84273e'
-  'c02432fbe0e0c600a2c422f5d2221ece73fce017')
+  'c02432fbe0e0c600a2c422f5d2221ece73fce017'
+  '17256fde8404347043b007f736f10e8da91a4313')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE
 
+  cd pykde4-${pkgver}
   # KDEBUG#312618
-  cd pykde4-${pkgver}
   patch -p1 -i ${srcdir}/fix.patch
+
+  # Fixed upstream
+  patch -p1 -i ${srcdir}/pykdeuic4-symlink.patch
   cd ../
 
   mkdir build
@@ -48,26 +54,42 @@
 
 package_kdebindings-python() {
   pkgdesc=A set of Python 3.x bindings for KDE
-  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
+  depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common')
 
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
+  
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
 }
 
 package_kdebindings-python2() {
   pkgdesc=A set of Python 2.x bindings for KDE
-  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
+  depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common')
   conflicts=('kdebindings-python4.8.1-2')
  
   cd ${srcdir}/build-python2
   make DESTDIR=${pkgdir} install
 
-  # Fix conflicts
-  mv ${pkgdir}/usr/share/apps/pykde4/examples \
-${pkgdir}/usr/share/apps/pykde4/python2-examples
-  mv ${pkgdir}/usr/share/sip/PyKDE4 \
-${pkgdir}/usr/share/sip/python2-PyKDE4
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
 
+  # pykdeuic4 should point to the python3 version
+  #rm ${pkgdir}/usr/bin/pykdeuic4
+
   # Use the python2 executable
   find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
 }
+
+package_kdebindings-python-common() {
+  pkgdesc=Common files shared between python2 and python3 kdebindings
+  depends=('qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/{bin,lib}
+}

Added: pykdeuic4-symlink.patch
===
--- pykdeuic4-symlink.patch (rev 0)
+++ pykdeuic4-symlink.patch 2013-01-05 08:06:30 UTC (rev 174570)
@@ -0,0 +1,27 @@
+From: Luca Beltrame lbeltr...@kde.org
+Date: Fri, 04 Jan 2013 19:31:12 +
+Subject: Use a slightly better strategy for symlinking: although the previous
+X-Git-Url: 
http://quickgit.kde.org/?p=pykde4.gita=commitdiffh=4e8ee28f3a314edef2a8489854c0ed58ac668070
+---
+Use a slightly better strategy for symlinking: although the previous
+code working locally, distribution users had issues in it not properly
+working.
+
+Patch by Raymond Wooninck.
+
+CCMAIL: kde-packa...@kde.org
+---
+
+
+--- a/tools/pykdeuic4/CMakeLists.txt
 b/tools/pykdeuic4/CMakeLists.txt
+@@ -10,7 +10,7 @@
+ 
+ if (NOT PYKDEUIC4_ALTINSTALL)
+ # Step 2: Make a the generated symlink a link to pykdeuic4
+-install(CODE EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink 
${BIN_INSTALL_DIR}/${_uic_name} ${BIN_INSTALL_DIR}/pykdeuic4) )
++INSTALL(CODE EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} 
-DTARGET=${BIN_INSTALL_DIR}/${_uic_name} 
-DLINK_NAME=${BIN_INSTALL_DIR}/pykdeuic4 -P 
${cmake_module_dir}/create_exe_symlink.cmake) )
+ endif()
+ 
+ unset(_uic_name)
+



[arch-commits] Commit in kdegraphics-kamera/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:07:05
  Author: andrea
Revision: 174571

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

Added:
  kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD
(from rev 174570, kdegraphics-kamera/kde-unstable/PKGBUILD)
  kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174570, kdegraphics-kamera/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:06:30 UTC (rev 174570)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:07:05 UTC (rev 174571)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kamera
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Configure Kamera
-url=http://kde.org/applications/graphics/kamera/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
-sha1sums=('738977a1205cd8eb24f9fa30fca503b40911c92c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD (from rev 174570, 
kdegraphics-kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:07:05 UTC (rev 174571)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kamera
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Configure Kamera
+url=http://kde.org/applications/graphics/kamera/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
+sha1sums=('f42e3fd0df8f96c030f214ffd7eb9433c91763f0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:06:30 UTC (rev 174570)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:07:05 UTC (rev 174571)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kamera
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Configure Kamera
-url=http://kde.org/applications/graphics/kamera/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
-sha1sums=('738977a1205cd8eb24f9fa30fca503b40911c92c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 174570, 
kdegraphics-kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:07:05 UTC (rev 174571)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kamera
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Configure Kamera
+url=http://kde.org/applications/graphics/kamera/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
+sha1sums=('f42e3fd0df8f96c030f214ffd7eb9433c91763f0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:07:39
  Author: andrea
Revision: 174572

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

Added:
  kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD
(from rev 174571, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD)
  
kdegraphics-kcolorchooser/repos/kde-unstable-i686/kdegraphics-kcolorchooser.install
(from rev 174571, 
kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install)
  kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174571, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD)
  
kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/kdegraphics-kcolorchooser.install
(from rev 174571, 
kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install)
Deleted:
  kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD
  
kdegraphics-kcolorchooser/repos/kde-unstable-i686/kdegraphics-kcolorchooser.install
  kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/kdegraphics-kcolorchooser.install

---+
 kde-unstable-i686/PKGBUILD|   62 
 kde-unstable-i686/kdegraphics-kcolorchooser.install   |   22 ++---
 kde-unstable-x86_64/PKGBUILD  |   62 
 kde-unstable-x86_64/kdegraphics-kcolorchooser.install |   22 ++---
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:07:05 UTC (rev 174571)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:07:39 UTC (rev 174572)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kcolorchooser
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Color Chooser
-url=http://kde.org/applications/graphics/kcolorchooser/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
-sha1sums=('d462db8957d92f642d635312858d137f65285e6f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kcolorchooser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD (from rev 
174571, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:07:39 UTC (rev 174572)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Color Chooser
+url=http://kde.org/applications/graphics/kcolorchooser/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
+sha1sums=('07e3145508697c6037a9f48c3db8ef48e160ebc9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcolorchooser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegraphics-kcolorchooser.install
===
--- kde-unstable-i686/kdegraphics-kcolorchooser.install 2013-01-05 08:07:05 UTC 
(rev 174571)
+++ kde-unstable-i686/kdegraphics-kcolorchooser.install 2013-01-05 08:07:39 UTC 
(rev 174572)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kcolorchooser/repos/kde-unstable-i686/kdegraphics-kcolorchooser.install
 (from rev 174571, 
kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install)
===
--- kde-unstable-i686/kdegraphics-kcolorchooser.install 
(rev 0)
+++ kde-unstable-i686/kdegraphics-kcolorchooser.install 2013-01-05 08:07:39 UTC 
(rev 174572)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:07:05 UTC (rev 174571)
+++ 

[arch-commits] Commit in kdegraphics-kgamma/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:08:16
  Author: andrea
Revision: 174573

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

Added:
  kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD
(from rev 174572, kdegraphics-kgamma/kde-unstable/PKGBUILD)
  kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174572, kdegraphics-kgamma/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   66 -
 kde-unstable-x86_64/PKGBUILD |   66 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:07:39 UTC (rev 174572)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:08:16 UTC (rev 174573)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kgamma
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A monitor calibration tool
-url=http://kde.org/applications/graphics/kgamma/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
-sha1sums=('e1f49a529a058f022953a09da7eb8b7c6c7b853a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD (from rev 174572, 
kdegraphics-kgamma/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:08:16 UTC (rev 174573)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kgamma
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A monitor calibration tool
+url=http://kde.org/applications/graphics/kgamma/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
+sha1sums=('67873b61857cde5c3a3613c6a92081a7a0e0be07')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgamma-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:07:39 UTC (rev 174572)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:08:16 UTC (rev 174573)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kgamma
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A monitor calibration tool
-url=http://kde.org/applications/graphics/kgamma/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
-sha1sums=('e1f49a529a058f022953a09da7eb8b7c6c7b853a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD (from rev 174572, 
kdegraphics-kgamma/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:08:16 UTC (rev 174573)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kgamma
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A monitor calibration tool
+url=http://kde.org/applications/graphics/kgamma/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:08:52
  Author: andrea
Revision: 174574

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

Added:
  kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD
(from rev 174573, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install
(from rev 174573, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
  kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174573, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  
kdegraphics-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install
(from rev 174573, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
Deleted:
  kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD
  
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install
  kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdegraphics-kolourpaint.install   |   24 +++---
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdegraphics-kolourpaint.install |   24 +++---
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:08:16 UTC (rev 174573)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:08:52 UTC (rev 174574)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kolourpaint
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Paint Program
-url=http://kde.org/applications/graphics/kolourpaint/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
-sha1sums=('bb307d0fc805a32d0adcc593fefcb45107005a45')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kolourpaint-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 
174573, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:08:52 UTC (rev 174574)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Paint Program
+url=http://kde.org/applications/graphics/kolourpaint/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('887748ae6be3032cf7476293e0e830765e6dc55c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegraphics-kolourpaint.install
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   2013-01-05 08:08:16 UTC 
(rev 174573)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2013-01-05 08:08:52 UTC 
(rev 174574)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install 
(from rev 174573, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   
(rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2013-01-05 08:08:52 UTC 
(rev 174574)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:08:16 UTC (rev 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:09:31
  Author: andrea
Revision: 174575

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

Added:
  kdegraphics-kruler/repos/kde-unstable-i686/PKGBUILD
(from rev 174574, kdegraphics-kruler/kde-unstable/PKGBUILD)
  kdegraphics-kruler/repos/kde-unstable-i686/kdegraphics-kruler.install
(from rev 174574, 
kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install)
  kdegraphics-kruler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174574, kdegraphics-kruler/kde-unstable/PKGBUILD)
  kdegraphics-kruler/repos/kde-unstable-x86_64/kdegraphics-kruler.install
(from rev 174574, 
kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install)
Deleted:
  kdegraphics-kruler/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-kruler/repos/kde-unstable-i686/kdegraphics-kruler.install
  kdegraphics-kruler/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-kruler/repos/kde-unstable-x86_64/kdegraphics-kruler.install

+
 kde-unstable-i686/PKGBUILD |   62 +++
 kde-unstable-i686/kdegraphics-kruler.install   |   24 
 kde-unstable-x86_64/PKGBUILD   |   62 +++
 kde-unstable-x86_64/kdegraphics-kruler.install |   24 
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:08:52 UTC (rev 174574)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:09:31 UTC (rev 174575)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kruler
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Screen Ruler
-url=http://kde.org/applications/graphics/kruler/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz;)
-sha1sums=('4cc104c7e6852989b12e76b6c725f27ca135cd3c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kruler-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kruler/repos/kde-unstable-i686/PKGBUILD (from rev 174574, 
kdegraphics-kruler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:09:31 UTC (rev 174575)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kruler
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Screen Ruler
+url=http://kde.org/applications/graphics/kruler/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz;)
+sha1sums=('2dcbdde12f792f2b26d43fadb86045e933c08096')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kruler-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegraphics-kruler.install
===
--- kde-unstable-i686/kdegraphics-kruler.install2013-01-05 08:08:52 UTC 
(rev 174574)
+++ kde-unstable-i686/kdegraphics-kruler.install2013-01-05 08:09:31 UTC 
(rev 174575)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegraphics-kruler/repos/kde-unstable-i686/kdegraphics-kruler.install 
(from rev 174574, kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install)
===
--- kde-unstable-i686/kdegraphics-kruler.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-kruler.install2013-01-05 08:09:31 UTC 
(rev 174575)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:08:52 UTC (rev 174574)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:09:31 UTC (rev 174575)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kruler
-pkgver=4.9.95

[arch-commits] Commit in kdegraphics-ksaneplugin/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:10:09
  Author: andrea
Revision: 174576

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

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 174575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:09:31 UTC (rev 174575)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:10:09 UTC (rev 174576)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A scan plugin that implements the scanning
-url=https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b29c987dd00c41ab70a3bae97d6127a669308311')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
174575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:10:09 UTC (rev 174576)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning
+url=https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('a1f259055a0b504bda90b1764fb260c752fca1af')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:09:31 UTC (rev 174575)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:10:09 UTC (rev 174576)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A scan plugin that implements the scanning
-url=https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b29c987dd00c41ab70a3bae97d6127a669308311')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 
174575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:10:09 UTC (rev 174576)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning
+url=https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:10:43
  Author: andrea
Revision: 174577

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

Added:
  kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD
(from rev 174576, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
  kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install
(from rev 174576, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174576, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install
(from rev 174576, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
Deleted:
  kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install

---+
 kde-unstable-i686/PKGBUILD|   64 ++--
 kde-unstable-i686/kdegraphics-ksnapshot.install   |   24 +++
 kde-unstable-x86_64/PKGBUILD  |   64 ++--
 kde-unstable-x86_64/kdegraphics-ksnapshot.install |   24 +++
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:10:09 UTC (rev 174576)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:10:43 UTC (rev 174577)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksnapshot
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Screen Capture Program
-url=http://kde.org/applications/graphics/ksnapshot/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libkipi')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
-sha1sums=('6f8daa20f1ac77f1cb5b6737dc83c26073cf316b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ksnapshot-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD (from rev 
174576, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:10:43 UTC (rev 174577)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Screen Capture Program
+url=http://kde.org/applications/graphics/ksnapshot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
+sha1sums=('8081da8c2f321841e4dd5390b89cf8933bc2ca89')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegraphics-ksnapshot.install
===
--- kde-unstable-i686/kdegraphics-ksnapshot.install 2013-01-05 08:10:09 UTC 
(rev 174576)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install 2013-01-05 08:10:43 UTC 
(rev 174577)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install 
(from rev 174576, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
===
--- kde-unstable-i686/kdegraphics-ksnapshot.install 
(rev 0)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install 2013-01-05 08:10:43 UTC 
(rev 174577)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:10:09 UTC (rev 174576)

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:11:23
  Author: andrea
Revision: 174578

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

Added:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
(from rev 174577, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
(from rev 174577, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174577, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install
(from rev 174577, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
Deleted:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install

+
 kde-unstable-i686/PKGBUILD |   66 +--
 kde-unstable-i686/kdegraphics-mobipocket.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD   |   66 +--
 kde-unstable-x86_64/kdegraphics-mobipocket.install |   22 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:10:43 UTC (rev 174577)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:11:23 UTC (rev 174578)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-mobipocket
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A collection of plugins to handle mobipocket files
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
-groups=('kde' 'kdegraphics')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('715385eab879e22f56b46f73c118b2d94d7dc3d0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD (from rev 
174577, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:11:23 UTC (rev 174578)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f8cc915c3009feaf4ad07387e687878e7e61e6a1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegraphics-mobipocket.install
===
--- kde-unstable-i686/kdegraphics-mobipocket.install2013-01-05 08:10:43 UTC 
(rev 174577)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2013-01-05 08:11:23 UTC 
(rev 174578)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install 
(from rev 174577, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
===
--- kde-unstable-i686/kdegraphics-mobipocket.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2013-01-05 08:11:23 UTC 
(rev 174578)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

[arch-commits] Commit in kdegraphics-strigi-analyzer/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:12:02
  Author: andrea
Revision: 174579

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

Added:
  kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD
(from rev 174578, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
  kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174578, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:11:23 UTC (rev 174578)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:12:02 UTC (rev 174579)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Strigi analyzers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d5ea9736fd1aa282b3437b3baa28c0956723716c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD (from rev 
174578, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:12:02 UTC (rev 174579)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Strigi analyzers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b8821daa70f4218a27051b9dff6223a0a7e3a659')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:11:23 UTC (rev 174578)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:12:02 UTC (rev 174579)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Strigi analyzers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d5ea9736fd1aa282b3437b3baa28c0956723716c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 174578, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:12:02 UTC (rev 174579)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Strigi analyzers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')

[arch-commits] Commit in kdegraphics-svgpart/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:12:40
  Author: andrea
Revision: 174580

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

Added:
  kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD
(from rev 174579, kdegraphics-svgpart/kde-unstable/PKGBUILD)
  kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174579, kdegraphics-svgpart/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:12:02 UTC (rev 174579)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:12:40 UTC (rev 174580)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-svgpart
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A KPart for viewing SVGs
-url=https://projects.kde.org/projects/kde/kdegraphics/svgpart;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
-sha1sums=('139eafff3f938b3c356cf60d1bf15d08c298e09a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD (from rev 174579, 
kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:12:40 UTC (rev 174580)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-svgpart
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A KPart for viewing SVGs
+url=https://projects.kde.org/projects/kde/kdegraphics/svgpart;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('0136ea4026c6251fd83dc51cd60c1e56a22889ac')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:12:02 UTC (rev 174579)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:12:40 UTC (rev 174580)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-svgpart
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A KPart for viewing SVGs
-url=https://projects.kde.org/projects/kde/kdegraphics/svgpart;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
-sha1sums=('139eafff3f938b3c356cf60d1bf15d08c298e09a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 
174579, kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:12:40 UTC (rev 174580)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-svgpart
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A KPart for viewing SVGs
+url=https://projects.kde.org/projects/kde/kdegraphics/svgpart;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('0136ea4026c6251fd83dc51cd60c1e56a22889ac')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+

[arch-commits] Commit in kdegraphics-thumbnailers/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:13:17
  Author: andrea
Revision: 174581

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

Added:
  kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD
(from rev 174580, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
  kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174580, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:12:40 UTC (rev 174580)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:13:17 UTC (rev 174581)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d6374dcbc5991687367f678f53e289bbb434bd8')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
174580, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:13:17 UTC (rev 174581)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('de376cad20b7739cea8ca3a50535f1a92b67a749')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:12:40 UTC (rev 174580)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:13:17 UTC (rev 174581)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d6374dcbc5991687367f678f53e289bbb434bd8')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
174580, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:13:17 UTC (rev 174581)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

[arch-commits] Commit in kdemultimedia-audiocd-kio/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:13:55
  Author: andrea
Revision: 174582

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

Added:
  kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
(from rev 174581, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
  kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174581, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-x86_64/PKGBUILD |   64 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:13:17 UTC (rev 174581)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:13:55 UTC (rev 174582)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.9.95
-pkgrel=2
-pkgdesc=Kioslave for accessing audio CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame' 'cdparanoia')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
-sha1sums=('bf116156ff1f671aa398de0f4d3641ce321d1a06')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD (from rev 
174581, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:13:55 UTC (rev 174582)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Kioslave for accessing audio CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
+sha1sums=('b555865e7675c9413bff92dee9c2bd379fbf7b8a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../audiocd-kio-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:13:17 UTC (rev 174581)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:13:55 UTC (rev 174582)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.9.95
-pkgrel=2
-pkgdesc=Kioslave for accessing audio CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame' 'cdparanoia')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
-sha1sums=('bf116156ff1f671aa398de0f4d3641ce321d1a06')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 
174581, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:13:55 UTC (rev 174582)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Kioslave for accessing audio CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:14:30
  Author: andrea
Revision: 174583

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

Added:
  kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD
(from rev 174582, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD)
  
kdemultimedia-dragonplayer/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
(from rev 174582, 
kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install)
  kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174582, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD)
  
kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/kdemultimedia-dragonplayer.install
(from rev 174582, 
kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install)
Deleted:
  kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD
  
kdemultimedia-dragonplayer/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
  kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/PKGBUILD
  
kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/kdemultimedia-dragonplayer.install

+
 kde-unstable-i686/PKGBUILD |   64 +++
 kde-unstable-i686/kdemultimedia-dragonplayer.install   |   24 ++---
 kde-unstable-x86_64/PKGBUILD   |   64 +++
 kde-unstable-x86_64/kdemultimedia-dragonplayer.install |   24 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:13:55 UTC (rev 174582)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:14:30 UTC (rev 174583)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-dragonplayer
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A multimedia player where the focus is on simplicity, instead of
-features
-url='http://kde.org/applications/multimedia/dragonplayer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz;)
-sha1sums=('61267c2d0389e037eb070304a2a4cf3346951b0a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../dragon-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD (from rev 
174582, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:14:30 UTC (rev 174583)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-dragonplayer
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A multimedia player where the focus is on simplicity, instead of
+features
+url='http://kde.org/applications/multimedia/dragonplayer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz;)
+sha1sums=('3d55ed0cd2a2ddd32a359b570c46f0356d565d68')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../dragon-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdemultimedia-dragonplayer.install
===
--- kde-unstable-i686/kdemultimedia-dragonplayer.install2013-01-05 
08:13:55 UTC (rev 174582)
+++ kde-unstable-i686/kdemultimedia-dragonplayer.install2013-01-05 
08:14:30 UTC (rev 174583)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
kdemultimedia-dragonplayer/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
 (from rev 174582, 
kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install)
===
--- kde-unstable-i686/kdemultimedia-dragonplayer.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-dragonplayer.install2013-01-05 
08:14:30 UTC (rev 174583)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+

[arch-commits] Commit in kdemultimedia-ffmpegthumbs/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:15:09
  Author: andrea
Revision: 174584

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

Added:
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD
(from rev 174583, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174583, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:14:30 UTC (rev 174583)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:15:09 UTC (rev 174584)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('9dd421b6ec6e6bc20f9d6324c103c5bcdd277cbd')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 
174583, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:15:09 UTC (rev 174584)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
+sha1sums=('fdde5060938235983b3e0e7737acd80fa3ea406d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:14:30 UTC (rev 174583)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:15:09 UTC (rev 174584)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('9dd421b6ec6e6bc20f9d6324c103c5bcdd277cbd')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 
174583, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:15:09 UTC (rev 174584)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
+sha1sums=('fdde5060938235983b3e0e7737acd80fa3ea406d')

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:15:44
  Author: andrea
Revision: 174585

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

Added:
  kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
(from rev 174584, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
(from rev 174584, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174584, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install
(from rev 174584, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
Deleted:
  kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install

---+
 kde-unstable-i686/PKGBUILD|   64 
 kde-unstable-i686/kdemultimedia-juk.install   |   22 
 kde-unstable-x86_64/PKGBUILD  |   64 
 kde-unstable-x86_64/kdemultimedia-juk.install |   22 
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:15:09 UTC (rev 174584)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:15:44 UTC (rev 174585)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-juk
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/juk-${pkgver}.tar.xz;)
-sha1sums=('caf567e0bb35955fb490875f3f6284a94805b5d7')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../juk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 174584, 
kdemultimedia-juk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:15:44 UTC (rev 174585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-juk
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('d7c6492508bfc100bf343b830a922b41f7a2dae6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdemultimedia-juk.install
===
--- kde-unstable-i686/kdemultimedia-juk.install 2013-01-05 08:15:09 UTC (rev 
174584)
+++ kde-unstable-i686/kdemultimedia-juk.install 2013-01-05 08:15:44 UTC (rev 
174585)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install 
(from rev 174584, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
===
--- kde-unstable-i686/kdemultimedia-juk.install (rev 0)
+++ kde-unstable-i686/kdemultimedia-juk.install 2013-01-05 08:15:44 UTC (rev 
174585)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:15:09 UTC (rev 174584)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:15:44 UTC (rev 174585)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-juk
-pkgver=4.9.95
-pkgrel=1

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:16:19
  Author: andrea
Revision: 174586

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

Added:
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
(from rev 174585, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
(from rev 174585, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174585, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install
(from rev 174585, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
Deleted:
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install

+
 kde-unstable-i686/PKGBUILD |   62 +++
 kde-unstable-i686/kdemultimedia-kmix.install   |   22 
 kde-unstable-x86_64/PKGBUILD   |   62 +++
 kde-unstable-x86_64/kdemultimedia-kmix.install |   22 
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:15:44 UTC (rev 174585)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:16:19 UTC (rev 174586)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-kmix
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=KDE volume control program
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
-sha1sums=('f58cd0308933b02aae1ceff497fdb3ae08b7e952')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 174585, 
kdemultimedia-kmix/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:16:19 UTC (rev 174586)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kmix
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=KDE volume control program
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
+sha1sums=('41bb143a3394b6dd4cc259e95f9087b3819769e0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdemultimedia-kmix.install
===
--- kde-unstable-i686/kdemultimedia-kmix.install2013-01-05 08:15:44 UTC 
(rev 174585)
+++ kde-unstable-i686/kdemultimedia-kmix.install2013-01-05 08:16:19 UTC 
(rev 174586)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install 
(from rev 174585, kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
===
--- kde-unstable-i686/kdemultimedia-kmix.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kmix.install2013-01-05 08:16:19 UTC 
(rev 174586)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:15:44 UTC (rev 174585)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:16:19 UTC (rev 174586)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-kmix
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=KDE volume control program

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:17:14
  Author: andrea
Revision: 174587

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

Added:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
(from rev 174586, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
(from rev 174586, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174586, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install
(from rev 174586, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
Deleted:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install

+
 kde-unstable-i686/PKGBUILD |   62 +++
 kde-unstable-i686/kdemultimedia-kscd.install   |   22 
 kde-unstable-x86_64/PKGBUILD   |   62 +++
 kde-unstable-x86_64/kdemultimedia-kscd.install |   22 
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:16:19 UTC (rev 174586)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:17:14 UTC (rev 174587)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-kscd
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=KDE CD player
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz;)
-sha1sums=('1d80e1ad8255a290596779fad7e557fe6fc69e23')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 174586, 
kdemultimedia-kscd/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:17:14 UTC (rev 174587)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kscd
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=KDE CD player
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('a18dbe17ddf97902476c45180fd4a106b2ab0a29')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdemultimedia-kscd.install
===
--- kde-unstable-i686/kdemultimedia-kscd.install2013-01-05 08:16:19 UTC 
(rev 174586)
+++ kde-unstable-i686/kdemultimedia-kscd.install2013-01-05 08:17:14 UTC 
(rev 174587)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install 
(from rev 174586, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
===
--- kde-unstable-i686/kdemultimedia-kscd.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kscd.install2013-01-05 08:17:14 UTC 
(rev 174587)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:16:19 UTC (rev 174586)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:17:14 UTC (rev 174587)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-kscd

[arch-commits] Commit in kdemultimedia-mplayerthumbs/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:18:17
  Author: andrea
Revision: 174588

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

Added:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
(from rev 174587, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174587, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:17:14 UTC (rev 174587)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:18:17 UTC (rev 174588)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=MPlayer based thumbnail generator for video files
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('0f13371b701211ef3b4efe18ba96bddfde5c77ed')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 
174587, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:18:17 UTC (rev 174588)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=MPlayer based thumbnail generator for video files
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
+sha1sums=('fcd5115ba9aa12cad672efd77f5e1a64369214fc')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:17:14 UTC (rev 174587)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:18:17 UTC (rev 174588)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=MPlayer based thumbnail generator for video files
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('0f13371b701211ef3b4efe18ba96bddfde5c77ed')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 174587, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:18:17 UTC (rev 174588)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=MPlayer based thumbnail generator for video files
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')

[arch-commits] Commit in kdenetwork/repos (24 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:19:28
  Author: andrea
Revision: 174589

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

Added:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
(from rev 174588, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
(from rev 174588, kdenetwork/kde-unstable/use-libotr3.patch)
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174588, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch
(from rev 174588, kdenetwork/kde-unstable/use-libotr3.patch)
Deleted:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch

---+
 kde-unstable-i686/PKGBUILD|  236 
 kde-unstable-i686/kdenetwork-kget.install |   24 +-
 kde-unstable-i686/kdenetwork-kopete.install   |   24 +-
 kde-unstable-i686/kdenetwork-kppp.install |   24 +-
 kde-unstable-i686/kdenetwork.install  |   22 +-
 kde-unstable-i686/use-libotr3.patch   |  142 +++---
 kde-unstable-x86_64/PKGBUILD  |  236 
 kde-unstable-x86_64/kdenetwork-kget.install   |   24 +-
 kde-unstable-x86_64/kdenetwork-kopete.install |   24 +-
 kde-unstable-x86_64/kdenetwork-kppp.install   |   24 +-
 kde-unstable-x86_64/kdenetwork.install|   22 +-
 kde-unstable-x86_64/use-libotr3.patch |  142 +++---
 12 files changed, 472 insertions(+), 472 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:18:17 UTC (rev 174588)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:19:28 UTC (rev 174589)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.9.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'use-libotr3.patch')
-sha1sums=('1568c53a949acf7c110f76e153a78ed28114bc4d'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
-
-build() {
-cd ${pkgbase}-${pkgver}
-patch -p1 -i ${srcdir}/use-libotr3.patch
-cd ../
-
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
--DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
--DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   

[arch-commits] Commit in kdepim/repos (32 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:21:10
  Author: andrea
Revision: 174590

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

Added:
  kdepim/repos/kde-unstable-i686/PKGBUILD
(from rev 174589, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-i686/kdepim-akregator.install
(from rev 174589, kdepim/kde-unstable/kdepim-akregator.install)
  kdepim/repos/kde-unstable-i686/kdepim-kleopatra.install
(from rev 174589, kdepim/kde-unstable/kdepim-kleopatra.install)
  kdepim/repos/kde-unstable-i686/kdepim-kmail.install
(from rev 174589, kdepim/kde-unstable/kdepim-kmail.install)
  kdepim/repos/kde-unstable-i686/kdepim-knode.install
(from rev 174589, kdepim/kde-unstable/kdepim-knode.install)
  kdepim/repos/kde-unstable-i686/kdepim-korganizer.install
(from rev 174589, kdepim/kde-unstable/kdepim-korganizer.install)
  kdepim/repos/kde-unstable-i686/kdepim-ktnef.install
(from rev 174589, kdepim/kde-unstable/kdepim-ktnef.install)
  kdepim/repos/kde-unstable-i686/kdepim.install
(from rev 174589, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174589, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-x86_64/kdepim-akregator.install
(from rev 174589, kdepim/kde-unstable/kdepim-akregator.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-kleopatra.install
(from rev 174589, kdepim/kde-unstable/kdepim-kleopatra.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-kmail.install
(from rev 174589, kdepim/kde-unstable/kdepim-kmail.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-knode.install
(from rev 174589, kdepim/kde-unstable/kdepim-knode.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-korganizer.install
(from rev 174589, kdepim/kde-unstable/kdepim-korganizer.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-ktnef.install
(from rev 174589, kdepim/kde-unstable/kdepim-ktnef.install)
  kdepim/repos/kde-unstable-x86_64/kdepim.install
(from rev 174589, kdepim/kde-unstable/kdepim.install)
Deleted:
  kdepim/repos/kde-unstable-i686/PKGBUILD
  kdepim/repos/kde-unstable-i686/kdepim-akregator.install
  kdepim/repos/kde-unstable-i686/kdepim-kleopatra.install
  kdepim/repos/kde-unstable-i686/kdepim-kmail.install
  kdepim/repos/kde-unstable-i686/kdepim-knode.install
  kdepim/repos/kde-unstable-i686/kdepim-korganizer.install
  kdepim/repos/kde-unstable-i686/kdepim-ktnef.install
  kdepim/repos/kde-unstable-i686/kdepim.install
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
  kdepim/repos/kde-unstable-x86_64/kdepim-akregator.install
  kdepim/repos/kde-unstable-x86_64/kdepim-kleopatra.install
  kdepim/repos/kde-unstable-x86_64/kdepim-kmail.install
  kdepim/repos/kde-unstable-x86_64/kdepim-knode.install
  kdepim/repos/kde-unstable-x86_64/kdepim-korganizer.install
  kdepim/repos/kde-unstable-x86_64/kdepim-ktnef.install
  kdepim/repos/kde-unstable-x86_64/kdepim.install

---+
 kde-unstable-i686/PKGBUILD|  522 
 kde-unstable-i686/kdepim-akregator.install|   24 -
 kde-unstable-i686/kdepim-kleopatra.install|   24 -
 kde-unstable-i686/kdepim-kmail.install|   24 -
 kde-unstable-i686/kdepim-knode.install|   24 -
 kde-unstable-i686/kdepim-korganizer.install   |   24 -
 kde-unstable-i686/kdepim-ktnef.install|   24 -
 kde-unstable-i686/kdepim.install  |   22 -
 kde-unstable-x86_64/PKGBUILD  |  522 
 kde-unstable-x86_64/kdepim-akregator.install  |   24 -
 kde-unstable-x86_64/kdepim-kleopatra.install  |   24 -
 kde-unstable-x86_64/kdepim-kmail.install  |   24 -
 kde-unstable-x86_64/kdepim-knode.install  |   24 -
 kde-unstable-x86_64/kdepim-korganizer.install |   24 -
 kde-unstable-x86_64/kdepim-ktnef.install  |   24 -
 kde-unstable-x86_64/kdepim.install|   22 -
 16 files changed, 688 insertions(+), 688 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 174589:174590 to see the changes.


[arch-commits] Commit in kdeplasma-addons/repos (12 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:22:25
  Author: andrea
Revision: 174591

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

Added:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
(from rev 174590, kdeplasma-addons/kde-unstable/PKGBUILD)
  
kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons-applets-lancelot.install
(from rev 174590, 
kdeplasma-addons/kde-unstable/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
(from rev 174590, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174590, kdeplasma-addons/kde-unstable/PKGBUILD)
  
kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 174590, 
kdeplasma-addons/kde-unstable/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install
(from rev 174590, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
  
kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
  
kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install

---+
 kde-unstable-i686/PKGBUILD| 1288 +-
 kde-unstable-i686/kdeplasma-addons-applets-lancelot.install   |   24 
 kde-unstable-i686/kdeplasma-addons.install|   22 
 kde-unstable-x86_64/PKGBUILD  | 1288 +-
 kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install |   24 
 kde-unstable-x86_64/kdeplasma-addons.install  |   22 
 6 files changed, 1334 insertions(+), 1334 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 174590:174591 to see the changes.


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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:24:16
  Author: andrea
Revision: 174592

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

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

+
 kde-unstable-i686/PKGBUILD |  498 +++
 kde-unstable-i686/fix-python2-path.patch   |   64 +-
 kde-unstable-i686/kdesdk-cervisia.install  |   24 -
 kde-unstable-i686/kdesdk-kcachegrind.install   |   24 -
 kde-unstable-i686/kdesdk-kompare.install   |   24 -
 kde-unstable-i686/kdesdk-kuiviewer.install |   24 -
 kde-unstable-i686/kdesdk-lokalize.install  |   24 -
 kde-unstable-i686/kdesdk-okteta.install|   24 -
 kde-unstable-i686/kdesdk-umbrello.install  |   24 -
 kde-unstable-i686/kdesdk.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |  498 +++
 kde-unstable-x86_64/fix-python2-path.patch |   64 +-
 kde-unstable-x86_64/kdesdk-cervisia.install|   24 -
 kde-unstable-x86_64/kdesdk-kcachegrind.install |   24 -
 kde-unstable-x86_64/kdesdk-kompare.install |   24 -
 kde-unstable-x86_64/kdesdk-kuiviewer.install   |   24 -
 kde-unstable-x86_64/kdesdk-lokalize.install|   24 -
 kde-unstable-x86_64/kdesdk-okteta.install  |   24 -
 kde-unstable-x86_64/kdesdk-umbrello.install|   24 -
 kde-unstable-x86_64/kdesdk.install |   22 -
 20 files changed, 752 insertions(+), 752 deletions(-)

The diff is 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:25:17
  Author: andrea
Revision: 174593

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

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

-+
 kde-unstable-i686/PKGBUILD  |  112 +-
 kde-unstable-i686/kdetoys.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD|  112 +-
 kde-unstable-x86_64/kdetoys.install |   22 +++---
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:24:16 UTC (rev 174592)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:25:17 UTC (rev 174593)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdetoys
-pkgname=('kdetoys-amor'
- 'kdetoys-kteatime'
- 'kdetoys-ktux')
-pkgver=4.9.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-makedepends=('cmake' 'automoc4' 'kdebase-workspace')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('da600b77ed84507f0e5de11e1d9e0b51be817c95')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdetoys-amor() {
-   pkgdesc='On-Screen Creature'
-   depends=('kdebase-runtime')
-   install='kdetoys.install'
-   cd $srcdir/build/amor
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/amor
-   make DESTDIR=$pkgdir install
-}
-
-package_kdetoys-kteatime() {
-   pkgdesc='Tea Cooker'
-   depends=('kdebase-runtime')
-   install='kdetoys.install'
-   cd $srcdir/build/kteatime
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kteatime
-   make DESTDIR=$pkgdir install
-}
-
-package_kdetoys-ktux() {
-   pkgdesc='KTux'
-   depends=('kdebase-workspace' )
-   install='kdetoys.install'
-   cd $srcdir/build/ktux
-   make DESTDIR=$pkgdir install
-}

Copied: kdetoys/repos/kde-unstable-i686/PKGBUILD (from rev 174592, 
kdetoys/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:25:17 UTC (rev 174593)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdetoys
+pkgname=('kdetoys-amor'
+ 'kdetoys-kteatime'
+ 'kdetoys-ktux')
+pkgver=4.9.97
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+makedepends=('cmake' 'automoc4' 'kdebase-workspace')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7a5e9acb9462f2236a8ba038364634348aaf1edb')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdetoys-amor() {
+   pkgdesc='On-Screen Creature'
+   depends=('kdebase-runtime')
+   install='kdetoys.install'
+   cd $srcdir/build/amor
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/amor
+   make DESTDIR=$pkgdir install
+}
+
+package_kdetoys-kteatime() {
+   pkgdesc='Tea Cooker'
+   depends=('kdebase-runtime')
+   install='kdetoys.install'
+   cd $srcdir/build/kteatime
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kteatime
+   make DESTDIR=$pkgdir install
+}
+
+package_kdetoys-ktux() {
+   pkgdesc='KTux'
+   depends=('kdebase-workspace' )
+   install='kdetoys.install'
+   cd $srcdir/build/ktux
+   make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdetoys.install
===
--- kde-unstable-i686/kdetoys.install   2013-01-05 08:24:16 UTC (rev 174592)
+++ 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:25:53
  Author: andrea
Revision: 174594

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

Added:
  kdeutils-ark/repos/kde-unstable-i686/PKGBUILD
(from rev 174593, kdeutils-ark/kde-unstable/PKGBUILD)
  kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install
(from rev 174593, kdeutils-ark/kde-unstable/kdeutils-ark.install)
  kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174593, kdeutils-ark/kde-unstable/PKGBUILD)
  kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install
(from rev 174593, kdeutils-ark/kde-unstable/kdeutils-ark.install)
Deleted:
  kdeutils-ark/repos/kde-unstable-i686/PKGBUILD
  kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install
  kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install

--+
 kde-unstable-i686/PKGBUILD   |   68 ++---
 kde-unstable-i686/kdeutils-ark.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   68 ++---
 kde-unstable-x86_64/kdeutils-ark.install |   22 -
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:25:17 UTC (rev 174593)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:25:53 UTC (rev 174594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-ark
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
-makedepends=('cmake' 'automoc4')
-optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.xz;)
-sha1sums=('cf7e2248e9f5fb94701017f4fdf6c92b647cc0f3')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ark-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/PKGBUILD (from rev 174593, 
kdeutils-ark/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:25:53 UTC (rev 174594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('dfc1958da94310f0964e48b03d38216b8a5fe821')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-ark.install
===
--- kde-unstable-i686/kdeutils-ark.install  2013-01-05 08:25:17 UTC (rev 
174593)
+++ kde-unstable-i686/kdeutils-ark.install  2013-01-05 08:25:53 UTC (rev 
174594)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install (from rev 
174593, kdeutils-ark/kde-unstable/kdeutils-ark.install)
===
--- kde-unstable-i686/kdeutils-ark.install  (rev 0)
+++ kde-unstable-i686/kdeutils-ark.install  2013-01-05 08:25:53 UTC (rev 
174594)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:25:17 UTC (rev 174593)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:25:53 UTC (rev 174594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-ark
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:26:28
  Author: andrea
Revision: 174595

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

Added:
  kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD
(from rev 174594, kdeutils-filelight/kde-unstable/PKGBUILD)
  kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install
(from rev 174594, 
kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
  kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174594, kdeutils-filelight/kde-unstable/PKGBUILD)
  kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install
(from rev 174594, 
kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
Deleted:
  kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD
  kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install
  kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install

+
 kde-unstable-i686/PKGBUILD |   70 +++
 kde-unstable-i686/kdeutils-filelight.install   |   24 +++
 kde-unstable-x86_64/PKGBUILD   |   70 +++
 kde-unstable-x86_64/kdeutils-filelight.install |   24 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:25:53 UTC (rev 174594)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:26:28 UTC (rev 174595)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-filelight
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-replaces=('filelight')
-conflicts=('filelight')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
-sha1sums=('9c559eacc9658a4aa227d2bdf28504019cac5e8f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../filelight-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD (from rev 174594, 
kdeutils-filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:26:28 UTC (rev 174595)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-filelight
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('508ee12c7c774f6b3a34a5fdcd329a89b608b177')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-filelight.install
===
--- kde-unstable-i686/kdeutils-filelight.install2013-01-05 08:25:53 UTC 
(rev 174594)
+++ kde-unstable-i686/kdeutils-filelight.install2013-01-05 08:26:28 UTC 
(rev 174595)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install 
(from rev 174594, kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
===
--- kde-unstable-i686/kdeutils-filelight.install
(rev 0)
+++ kde-unstable-i686/kdeutils-filelight.install2013-01-05 08:26:28 UTC 
(rev 174595)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD   

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:27:03
  Author: andrea
Revision: 174596

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

Added:
  kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD
(from rev 174595, kdeutils-kcalc/kde-unstable/PKGBUILD)
  kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install
(from rev 174595, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
  kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174595, kdeutils-kcalc/kde-unstable/PKGBUILD)
  kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install
(from rev 174595, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
Deleted:
  kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install
  kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install

+
 kde-unstable-i686/PKGBUILD |   66 +--
 kde-unstable-i686/kdeutils-kcalc.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   66 +--
 kde-unstable-x86_64/kdeutils-kcalc.install |   22 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:26:28 UTC (rev 174595)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:27:03 UTC (rev 174596)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kcalc
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
-sha1sums=('1fe95e99e32b5fdd9280849c2fde5389c1650678')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kcalc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 174595, 
kdeutils-kcalc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:27:03 UTC (rev 174596)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcalc
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('8c788adb809970464f8824865194da4cceea817b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kcalc.install
===
--- kde-unstable-i686/kdeutils-kcalc.install2013-01-05 08:26:28 UTC (rev 
174595)
+++ kde-unstable-i686/kdeutils-kcalc.install2013-01-05 08:27:03 UTC (rev 
174596)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install (from rev 
174595, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
===
--- kde-unstable-i686/kdeutils-kcalc.install(rev 0)
+++ kde-unstable-i686/kdeutils-kcalc.install2013-01-05 08:27:03 UTC (rev 
174596)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:26:28 UTC (rev 174595)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:27:03 UTC (rev 174596)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kcalc
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 

[arch-commits] Commit in kdeutils-kcharselect/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:27:42
  Author: andrea
Revision: 174597

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

Added:
  kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD
(from rev 174596, kdeutils-kcharselect/kde-unstable/PKGBUILD)
  kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174596, kdeutils-kcharselect/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-x86_64/PKGBUILD |   64 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:27:03 UTC (rev 174596)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:27:42 UTC (rev 174597)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kcharselect
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Character Selector'
-url=http://kde.org/applications/utilities/kcharselect/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=(http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
-sha1sums=('7cb85f9baf763165d5231e70bd4c87af039eec46')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD (from rev 174596, 
kdeutils-kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:27:42 UTC (rev 174597)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('ebcde5b01bf0c883ddbee233d419c9964f6cc289')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:27:03 UTC (rev 174596)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:27:42 UTC (rev 174597)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kcharselect
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Character Selector'
-url=http://kde.org/applications/utilities/kcharselect/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=(http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
-sha1sums=('7cb85f9baf763165d5231e70bd4c87af039eec46')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 
174596, kdeutils-kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:27:42 UTC (rev 174597)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('ebcde5b01bf0c883ddbee233d419c9964f6cc289')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:28:15
  Author: andrea
Revision: 174598

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

Added:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
(from rev 174597, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
(from rev 174597, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174597, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install
(from rev 174597, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
Deleted:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install

--+
 kde-unstable-i686/PKGBUILD   |   66 ++---
 kde-unstable-i686/kdeutils-kdf.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   66 ++---
 kde-unstable-x86_64/kdeutils-kdf.install |   22 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:27:42 UTC (rev 174597)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:28:15 UTC (rev 174598)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kdf
-pkgver=4.9.95
-pkgrel=1
-url=http://kde.org/applications/system/kdiskfree/;
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
-sha1sums=('f50e9e115ad1c8458d7bc1e2dc991a701ecd144c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kdf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD (from rev 174597, 
kdeutils-kdf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:28:15 UTC (rev 174598)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=4.9.97
+pkgrel=1
+url=http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('228ad81678206325a85815243deb696b0aae702c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kdf.install
===
--- kde-unstable-i686/kdeutils-kdf.install  2013-01-05 08:27:42 UTC (rev 
174597)
+++ kde-unstable-i686/kdeutils-kdf.install  2013-01-05 08:28:15 UTC (rev 
174598)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install (from rev 
174597, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
===
--- kde-unstable-i686/kdeutils-kdf.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kdf.install  2013-01-05 08:28:15 UTC (rev 
174598)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:27:42 UTC (rev 174597)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:28:15 UTC (rev 174598)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kdf
-pkgver=4.9.95
-pkgrel=1
-url=http://kde.org/applications/system/kdiskfree/;
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:28:50
  Author: andrea
Revision: 174599

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

Added:
  kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD
(from rev 174598, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install
(from rev 174598, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174598, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install
(from rev 174598, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
Deleted:
  kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install
  kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install

--+
 kde-unstable-i686/PKGBUILD   |   66 -
 kde-unstable-i686/kdeutils-kfloppy.install   |   24 -
 kde-unstable-x86_64/PKGBUILD |   66 -
 kde-unstable-x86_64/kdeutils-kfloppy.install |   24 -
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:28:15 UTC (rev 174598)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:28:50 UTC (rev 174599)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kfloppy
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
-sha1sums=('f25aada779446cddee941b48b3bcddb9bd593b3d')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kfloppy-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD (from rev 174598, 
kdeutils-kfloppy/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:28:50 UTC (rev 174599)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('f311f4a8de72007a0a29cd6b5de4954e7da9e559')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kfloppy.install
===
--- kde-unstable-i686/kdeutils-kfloppy.install  2013-01-05 08:28:15 UTC (rev 
174598)
+++ kde-unstable-i686/kdeutils-kfloppy.install  2013-01-05 08:28:50 UTC (rev 
174599)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install (from 
rev 174598, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
===
--- kde-unstable-i686/kdeutils-kfloppy.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kfloppy.install  2013-01-05 08:28:50 UTC (rev 
174599)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:28:15 UTC (rev 174598)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:28:50 UTC (rev 174599)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:29:24
  Author: andrea
Revision: 174600

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

Added:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
(from rev 174599, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
(from rev 174599, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174599, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install
(from rev 174599, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
Deleted:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install

---+
 kde-unstable-i686/PKGBUILD|   66 ++--
 kde-unstable-i686/kdeutils-kgpg.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD  |   66 ++--
 kde-unstable-x86_64/kdeutils-kgpg.install |   24 +-
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:28:50 UTC (rev 174599)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:29:24 UTC (rev 174600)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kgpg
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
-sha1sums=('fe31000a177607f8f5ea826309bfdaccec3007a5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD (from rev 174599, 
kdeutils-kgpg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:29:24 UTC (rev 174600)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('97237fc9500f2f04bdb07fcef29f2f1cad19207a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kgpg.install
===
--- kde-unstable-i686/kdeutils-kgpg.install 2013-01-05 08:28:50 UTC (rev 
174599)
+++ kde-unstable-i686/kdeutils-kgpg.install 2013-01-05 08:29:24 UTC (rev 
174600)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install (from rev 
174599, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
===
--- kde-unstable-i686/kdeutils-kgpg.install (rev 0)
+++ kde-unstable-i686/kdeutils-kgpg.install 2013-01-05 08:29:24 UTC (rev 
174600)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:28:50 UTC (rev 174599)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:29:24 UTC (rev 174600)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kgpg
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='A GnuPG frontend'

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:30:01
  Author: andrea
Revision: 174601

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

Added:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
(from rev 174600, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
(from rev 174600, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174600, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
(from rev 174600, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
Deleted:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install

-+
 kde-unstable-i686/PKGBUILD  |   70 +-
 kde-unstable-i686/kdeutils-kremotecontrol.install   |   22 ++---
 kde-unstable-x86_64/PKGBUILD|   70 +-
 kde-unstable-x86_64/kdeutils-kremotecontrol.install |   22 ++---
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:29:24 UTC (rev 174600)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:30:01 UTC (rev 174601)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kremotecontrol
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
-sha1sums=('459bb83ba291b8dc47d0c971577aaf3a08bc1f84')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 
174600, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:30:01 UTC (rev 174601)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('864d48b76b73e94d1046e983b759b1e68edc7a8b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kremotecontrol.install
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   2013-01-05 08:29:24 UTC 
(rev 174600)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install   2013-01-05 08:30:01 UTC 
(rev 174601)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install 
(from rev 174600, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   
(rev 0)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install   2013-01-05 08:30:01 UTC 
(rev 174601)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:30:38
  Author: andrea
Revision: 174602

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

Added:
  kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD
(from rev 174601, kdeutils-ktimer/kde-unstable/PKGBUILD)
  kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install
(from rev 174601, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
  kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174601, kdeutils-ktimer/kde-unstable/PKGBUILD)
  kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install
(from rev 174601, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
Deleted:
  kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD
  kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install
  kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install

-+
 kde-unstable-i686/PKGBUILD  |   66 +-
 kde-unstable-i686/kdeutils-ktimer.install   |   22 
 kde-unstable-x86_64/PKGBUILD|   66 +-
 kde-unstable-x86_64/kdeutils-ktimer.install |   22 
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:30:01 UTC (rev 174601)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:30:38 UTC (rev 174602)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-ktimer
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
-sha1sums=('5b77c8be0b223bce6012f5d48f937ec487059208')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ktimer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 174601, 
kdeutils-ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:30:38 UTC (rev 174602)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ktimer
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('71c689bc76d341d7f80be2f9b18be00ac6e3be76')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-ktimer.install
===
--- kde-unstable-i686/kdeutils-ktimer.install   2013-01-05 08:30:01 UTC (rev 
174601)
+++ kde-unstable-i686/kdeutils-ktimer.install   2013-01-05 08:30:38 UTC (rev 
174602)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install (from 
rev 174601, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
===
--- kde-unstable-i686/kdeutils-ktimer.install   (rev 0)
+++ kde-unstable-i686/kdeutils-ktimer.install   2013-01-05 08:30:38 UTC (rev 
174602)
@@ -0,0 +1,11 @@
+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/PKGBUILD2013-01-05 08:30:01 UTC (rev 174601)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:30:38 UTC (rev 174602)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-ktimer
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Countdown Launcher'

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:31:14
  Author: andrea
Revision: 174603

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

Added:
  kdeutils-kwallet/repos/kde-unstable-i686/PKGBUILD
(from rev 174602, kdeutils-kwallet/kde-unstable/PKGBUILD)
  kdeutils-kwallet/repos/kde-unstable-i686/kdeutils-kwallet.install
(from rev 174602, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install)
  kdeutils-kwallet/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174602, kdeutils-kwallet/kde-unstable/PKGBUILD)
  kdeutils-kwallet/repos/kde-unstable-x86_64/kdeutils-kwallet.install
(from rev 174602, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install)
Deleted:
  kdeutils-kwallet/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kwallet/repos/kde-unstable-i686/kdeutils-kwallet.install
  kdeutils-kwallet/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kwallet/repos/kde-unstable-x86_64/kdeutils-kwallet.install

--+
 kde-unstable-i686/PKGBUILD   |   66 -
 kde-unstable-i686/kdeutils-kwallet.install   |   24 -
 kde-unstable-x86_64/PKGBUILD |   66 -
 kde-unstable-x86_64/kdeutils-kwallet.install |   24 -
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:30:38 UTC (rev 174602)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:31:14 UTC (rev 174603)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-kwallet
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='Wallet Management Tool'
-url='http://kde.org/applications/system/kwalletmanager/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kwallet-${pkgver}.tar.xz;)
-sha1sums=('19bd9630b03c486874e94ab9a2d2ec4d97309caf')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kwallet-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kwallet/repos/kde-unstable-i686/PKGBUILD (from rev 174602, 
kdeutils-kwallet/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:31:14 UTC (rev 174603)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwallet
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kwallet-${pkgver}.tar.xz;)
+sha1sums=('7cfc021d32510285efed347947d51f84e5ca9bb1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kwallet-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kwallet.install
===
--- kde-unstable-i686/kdeutils-kwallet.install  2013-01-05 08:30:38 UTC (rev 
174602)
+++ kde-unstable-i686/kdeutils-kwallet.install  2013-01-05 08:31:14 UTC (rev 
174603)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeutils-kwallet/repos/kde-unstable-i686/kdeutils-kwallet.install (from 
rev 174602, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install)
===
--- kde-unstable-i686/kdeutils-kwallet.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kwallet.install  2013-01-05 08:31:14 UTC (rev 
174603)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:30:38 UTC (rev 174602)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:31:14 UTC (rev 174603)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-

[arch-commits] Commit in kdeutils-print-manager/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:31:55
  Author: andrea
Revision: 174604

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

Added:
  kdeutils-print-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 174603, kdeutils-print-manager/kde-unstable/PKGBUILD)
  kdeutils-print-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174603, kdeutils-print-manager/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-print-manager/repos/kde-unstable-i686/PKGBUILD
  kdeutils-print-manager/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:31:14 UTC (rev 174603)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:31:55 UTC (rev 174604)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-print-manager
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A tool for managing print jobs and printers
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace' 'libcups' 'system-config-printer')
-makedepends=('cmake' 'automoc4')
-replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
-conflicts=('print-manager')
-groups=('kde' 'kdeutils')
-source=(http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
-sha1sums=('1017eb2d561348b1c1a566c4810317b19f84d8c4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeutils-print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 
174603, kdeutils-print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:31:55 UTC (rev 174604)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-print-manager
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'libcups' 'system-config-printer')
+makedepends=('cmake' 'automoc4')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('92cdbaa5394492e23ac67547eb159124257b1fec')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:31:14 UTC (rev 174603)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:31:55 UTC (rev 174604)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-print-manager
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A tool for managing print jobs and printers
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace' 'libcups' 'system-config-printer')
-makedepends=('cmake' 'automoc4')
-replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
-conflicts=('print-manager')
-groups=('kde' 'kdeutils')
-source=(http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
-sha1sums=('1017eb2d561348b1c1a566c4810317b19f84d8c4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeutils-print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 
174603, kdeutils-print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:31:55 UTC (rev 174604)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-print-manager
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:32:31
  Author: andrea
Revision: 174605

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

Added:
  kdeutils-superkaramba/repos/kde-unstable-i686/PKGBUILD
(from rev 174604, kdeutils-superkaramba/kde-unstable/PKGBUILD)
  kdeutils-superkaramba/repos/kde-unstable-i686/kdeutils-superkaramba.install
(from rev 174604, 
kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install)
  kdeutils-superkaramba/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174604, kdeutils-superkaramba/kde-unstable/PKGBUILD)
  kdeutils-superkaramba/repos/kde-unstable-x86_64/kdeutils-superkaramba.install
(from rev 174604, 
kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install)
Deleted:
  kdeutils-superkaramba/repos/kde-unstable-i686/PKGBUILD
  kdeutils-superkaramba/repos/kde-unstable-i686/kdeutils-superkaramba.install
  kdeutils-superkaramba/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-superkaramba/repos/kde-unstable-x86_64/kdeutils-superkaramba.install

---+
 kde-unstable-i686/PKGBUILD|   62 ++--
 kde-unstable-i686/kdeutils-superkaramba.install   |   24 +++
 kde-unstable-x86_64/PKGBUILD  |   62 ++--
 kde-unstable-x86_64/kdeutils-superkaramba.install |   24 +++
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:31:55 UTC (rev 174604)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:32:31 UTC (rev 174605)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-superkaramba
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='An engine for cool desktop eyecandy'
-url='http://kde.org/applications/utilities/superkaramba/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
-sha1sums=('7a614af0d67628515a98de206c36003c595bc977')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../superkaramba-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-superkaramba/repos/kde-unstable-i686/PKGBUILD (from rev 
174604, kdeutils-superkaramba/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:32:31 UTC (rev 174605)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('33091c968fda7e038c210a4b64f2db93db77b80e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-superkaramba.install
===
--- kde-unstable-i686/kdeutils-superkaramba.install 2013-01-05 08:31:55 UTC 
(rev 174604)
+++ kde-unstable-i686/kdeutils-superkaramba.install 2013-01-05 08:32:31 UTC 
(rev 174605)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-superkaramba/repos/kde-unstable-i686/kdeutils-superkaramba.install 
(from rev 174604, 
kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install)
===
--- kde-unstable-i686/kdeutils-superkaramba.install 
(rev 0)
+++ kde-unstable-i686/kdeutils-superkaramba.install 2013-01-05 08:32:31 UTC 
(rev 174605)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:31:55 UTC (rev 174604)
+++ 

[arch-commits] Commit in kdeutils-sweeper/repos (4 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:33:10
  Author: andrea
Revision: 174606

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

Added:
  kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD
(from rev 174605, kdeutils-sweeper/kde-unstable/PKGBUILD)
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174605, kdeutils-sweeper/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-x86_64/PKGBUILD |   64 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:32:31 UTC (rev 174605)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:33:10 UTC (rev 174606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-sweeper
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=(http://download.kde.org/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
-sha1sums=('036ae7d74e4e7a464a060424a7972c9b7ceeb486')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD (from rev 174605, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:33:10 UTC (rev 174606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('600d02e3e8c5898331fa0ce5d1ed922c83fdc99a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:32:31 UTC (rev 174605)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:33:10 UTC (rev 174606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeutils-sweeper
-pkgver=4.9.95
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=(http://download.kde.org/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
-sha1sums=('036ae7d74e4e7a464a060424a7972c9b7ceeb486')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 174605, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:33:10 UTC (rev 174606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=4.9.97
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('600d02e3e8c5898331fa0ce5d1ed922c83fdc99a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd 

[arch-commits] Commit in kdewebdev/repos (12 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:33:52
  Author: andrea
Revision: 174607

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

Added:
  kdewebdev/repos/kde-unstable-i686/PKGBUILD
(from rev 174606, kdewebdev/kde-unstable/PKGBUILD)
  kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install
(from rev 174606, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/kde-unstable-i686/kdewebdev.install
(from rev 174606, kdewebdev/kde-unstable/kdewebdev.install)
  kdewebdev/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174606, kdewebdev/kde-unstable/PKGBUILD)
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install
(from rev 174606, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install
(from rev 174606, kdewebdev/kde-unstable/kdewebdev.install)
Deleted:
  kdewebdev/repos/kde-unstable-i686/PKGBUILD
  kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/kde-unstable-i686/kdewebdev.install
  kdewebdev/repos/kde-unstable-x86_64/PKGBUILD
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install

---+
 kde-unstable-i686/PKGBUILD|  140 
 kde-unstable-i686/kdewebdev-kimagemapeditor.install   |   24 +-
 kde-unstable-i686/kdewebdev.install   |   22 +-
 kde-unstable-x86_64/PKGBUILD  |  140 
 kde-unstable-x86_64/kdewebdev-kimagemapeditor.install |   24 +-
 kde-unstable-x86_64/kdewebdev.install |   22 +-
 6 files changed, 186 insertions(+), 186 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:33:10 UTC (rev 174606)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:33:52 UTC (rev 174607)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdewebdev
-pkgname=('kdewebdev-kfilereplace'
- 'kdewebdev-kimagemapeditor'
- 'kdewebdev-klinkstatus'
- 'kdewebdev-kommander')
-pkgver=4.9.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdewebdev')
-makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('104f936fbaf9c882343db61acfcde26d762db954')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdewebdev-kfilereplace() {
-   pkgdesc='Search  Replace Tool'
-   depends=('kdebase-runtime')
-   url=http://kde.org/applications/utilities/kfilereplace/;
-   install='kdewebdev.install'
-   cd $srcdir/build/kfilereplace
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfilereplace
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kimagemapeditor() {
-   pkgdesc='HTML Image Map Editor'
-   depends=('kdebase-runtime')
-url=http://www.kde.org/applications/development/kimagemapeditor/;
-   install='kdewebdev-kimagemapeditor.install'
-   cd $srcdir/build/kimagemapeditor
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kimagemapeditor
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-klinkstatus() {
-   pkgdesc='Link Checker'
-   depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml')
-url=http://www.kde.org/applications/development/klinkstatus/;
-   install='kdewebdev.install'
-   cd $srcdir/build/klinkstatus
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/klinkstatus
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kommander() {
-   pkgdesc='Executor for Kommander dialogs'
-   depends=('kdebase-runtime')
-url=http://www.kde.org/applications/development/kommander/;
-   cd $srcdir/build/kommander
-   make DESTDIR=$pkgdir install
-}

Copied: kdewebdev/repos/kde-unstable-i686/PKGBUILD (from rev 174606, 
kdewebdev/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:33:52 UTC (rev 174607)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=4.9.97
+pkgrel=1
+arch=('i686' 'x86_64')

[arch-commits] Commit in kde-wallpapers/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:34:24
  Author: andrea
Revision: 174608

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-wallpapers/repos/kde-unstable-any/PKGBUILD
(from rev 174607, kde-wallpapers/kde-unstable/PKGBUILD)
Deleted:
  kde-wallpapers/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-05 08:33:52 UTC (rev 174607)
+++ PKGBUILD2013-01-05 08:34:24 UTC (rev 174608)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kde-wallpapers
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A set of wallpapers for KDE
-arch=('any')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kde-meta' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d4ff36f43825bf2684e1026502988f5fd090da13')
-
-package() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make DESTDIR=${pkgdir} install
-}

Copied: kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 174607, 
kde-wallpapers/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-05 08:34:24 UTC (rev 174608)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-wallpapers
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A set of wallpapers for KDE
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ccdf41a51bfc2e45f6ddd6cfefb2909d51c1aacb')
+
+package() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:36:48
  Author: andrea
Revision: 174609

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

Added:
  kdebindings-python/repos/kde-unstable-i686/PKGBUILD
(from rev 174608, kdebindings-python/kde-unstable/PKGBUILD)
  kdebindings-python/repos/kde-unstable-i686/fix.patch
(from rev 174608, kdebindings-python/kde-unstable/fix.patch)
  kdebindings-python/repos/kde-unstable-i686/pykdeuic4-symlink.patch
(from rev 174608, kdebindings-python/kde-unstable/pykdeuic4-symlink.patch)
  kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174608, kdebindings-python/kde-unstable/PKGBUILD)
  kdebindings-python/repos/kde-unstable-x86_64/fix.patch
(from rev 174608, kdebindings-python/kde-unstable/fix.patch)
  kdebindings-python/repos/kde-unstable-x86_64/pykdeuic4-symlink.patch
(from rev 174608, kdebindings-python/kde-unstable/pykdeuic4-symlink.patch)
Deleted:
  kdebindings-python/repos/kde-unstable-i686/PKGBUILD
  kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD

-+
 kde-unstable-i686/PKGBUILD  |  164 +++---
 kde-unstable-i686/fix.patch |   10 +
 kde-unstable-i686/pykdeuic4-symlink.patch   |   27 
 kde-unstable-x86_64/PKGBUILD|  164 +++---
 kde-unstable-x86_64/fix.patch   |   10 +
 kde-unstable-x86_64/pykdeuic4-symlink.patch |   27 
 6 files changed, 264 insertions(+), 138 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:34:24 UTC (rev 174608)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:36:48 UTC (rev 174609)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
- 'kdebindings-python2')
-pkgver=4.9.95
-pkgrel=1
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
- 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
-source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('b141ca1ba9082363bdc660ea441ec4948437218e')
-
-build() {
-  export PYTHONDONTWRITEBYTECODE=TRUE
-
-  mkdir build
-  cd build
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python3 \
--DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0
-  make
-  cd ..
-
-  mkdir build-python2
-  cd build-python2
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package_kdebindings-python() {
-  pkgdesc=A set of Python 3.x bindings for KDE
-  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
-
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdebindings-python2() {
-  pkgdesc=A set of Python 2.x bindings for KDE
-  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
-  conflicts=('kdebindings-python4.8.1-2')
- 
-  cd ${srcdir}/build-python2
-  make DESTDIR=${pkgdir} install
-
-  # Fix conflicts
-  rm ${pkgdir}/usr/bin/pykdeuic4
-  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
-${pkgdir}/usr/bin/python2-pykdeuic4
-
-  mv ${pkgdir}/usr/share/apps/pykde4/examples \
-${pkgdir}/usr/share/apps/pykde4/python2-examples
-
-  mv ${pkgdir}/usr/share/sip/PyKDE4 \
-${pkgdir}/usr/share/sip/python2-PyKDE4
-
-  # Use the python2 executable
-  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: kdebindings-python/repos/kde-unstable-i686/PKGBUILD (from rev 174608, 
kdebindings-python/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:36:48 UTC (rev 174609)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2'
+ 'kdebindings-python-common')
+pkgver=4.9.97
+pkgrel=1
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
+ 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
+source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
+'fix.patch'
+'pykdeuic4-symlink.patch')
+sha1sums=('3e8aef059de39184be505718094e67aa0d84273e'
+  'c02432fbe0e0c600a2c422f5d2221ece73fce017'
+  '17256fde8404347043b007f736f10e8da91a4313')
+
+build() {
+  export 

[arch-commits] Commit in mercurial/trunk (PKGBUILD)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:39:41
  Author: giovanni
Revision: 174610

upgpkg: mercurial 2.4.2-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-05 08:36:48 UTC (rev 174609)
+++ PKGBUILD2013-01-05 08:39:41 UTC (rev 174610)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('31b328679951158a05f22c3323644b51'
+md5sums=('ffae81c0366c13ae852e9fdc26fc3690'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:40:08
  Author: giovanni
Revision: 174611

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 174610, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 174610, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 174610, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 174610, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 extra-i686/PKGBUILD|   94 +++
 extra-i686/mercurial.profile   |2 
 extra-x86_64/PKGBUILD  |   94 +++
 extra-x86_64/mercurial.profile |2 
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 08:39:41 UTC (rev 174610)
+++ extra-i686/PKGBUILD 2013-01-05 08:40:08 UTC (rev 174611)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('31b328679951158a05f22c3323644b51'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 174610, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 08:40:08 UTC (rev 174611)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('ffae81c0366c13ae852e9fdc26fc3690'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
+
+  # install configuration file
+  install -m755 -d 

[arch-commits] Commit in mpck/repos (extra-i686)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:44:44
  Author: giovanni
Revision: 174612

db-remove: mpck removed by giovanni

Deleted:
  mpck/repos/extra-i686/



[arch-commits] Commit in mpck/repos (extra-x86_64)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:44:57
  Author: giovanni
Revision: 174613

db-remove: mpck removed by giovanni

Deleted:
  mpck/repos/extra-x86_64/



[arch-commits] Commit in (mpck)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:45:21
  Author: giovanni
Revision: 174614

extra2community: Moving mpck from extra to community

Deleted:
  mpck/



[arch-commits] Commit in mrtg/repos (extra-i686)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:47:33
  Author: giovanni
Revision: 174615

db-remove: mrtg removed by giovanni

Deleted:
  mrtg/repos/extra-i686/



[arch-commits] Commit in mrtg/repos (extra-x86_64)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:47:50
  Author: giovanni
Revision: 174616

db-remove: mrtg removed by giovanni

Deleted:
  mrtg/repos/extra-x86_64/



[arch-commits] Commit in (mrtg)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:48:11
  Author: giovanni
Revision: 174617

extra2community: Moving mrtg from extra to community

Deleted:
  mrtg/



[arch-commits] Commit in normalize/repos (extra-i686)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:50:22
  Author: giovanni
Revision: 174618

db-remove: normalize removed by giovanni

Deleted:
  normalize/repos/extra-i686/



[arch-commits] Commit in normalize/repos (extra-x86_64)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:50:36
  Author: giovanni
Revision: 174619

db-remove: normalize removed by giovanni

Deleted:
  normalize/repos/extra-x86_64/



[arch-commits] Commit in (normalize)

2013-01-05 Thread Giovanni Scafora
Date: Saturday, January 5, 2013 @ 03:50:57
  Author: giovanni
Revision: 174620

extra2community: Moving normalize from extra to community

Deleted:
  normalize/



[arch-commits] Commit in xf86-input-synaptics/trunk (3 files)

2013-01-05 Thread andyrtr
Date: Saturday, January 5, 2013 @ 04:29:57
  Author: andyrtr
Revision: 174621

upgpkg: xf86-input-synaptics 1.6.2-3

use upstream default config file and its file name - FS#33282; reenable 
disabled tapping by default

Added:
  xf86-input-synaptics/trunk/add_tapbuttons.diff
Modified:
  xf86-input-synaptics/trunk/PKGBUILD
Deleted:
  xf86-input-synaptics/trunk/10-synaptics.conf

-+
 10-synaptics.conf   |9 -
 PKGBUILD|   14 +-
 add_tapbuttons.diff |   12 
 3 files changed, 21 insertions(+), 14 deletions(-)

Deleted: 10-synaptics.conf
===
--- 10-synaptics.conf   2013-01-05 08:50:57 UTC (rev 174620)
+++ 10-synaptics.conf   2013-01-05 09:29:57 UTC (rev 174621)
@@ -1,9 +0,0 @@
-Section InputClass
-Identifier touchpad catchall
-Driver synaptics
-MatchIsTouchpad on
-MatchDevicePath /dev/input/event*
-Option TapButton1 1
-Option TapButton2 2
-Option TapButton3 3
-EndSection

Modified: PKGBUILD
===
--- PKGBUILD2013-01-05 08:50:57 UTC (rev 174620)
+++ PKGBUILD2013-01-05 09:29:57 UTC (rev 174621)
@@ -6,7 +6,7 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Synaptics driver for notebook touchpads
 arch=('i686' 'x86_64')
 license=('custom')
@@ -19,14 +19,18 @@
 conflicts=('synaptics')
 groups=('xorg-drivers' 'xorg')
 options=(!libtool)
-backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
+backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-10-synaptics.conf)
+add_tapbuttons.diff)
 sha256sums=('c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920'
-'bd506a0545c335faa6da7ec42b3f60f2c09b5ed9e26f03003d6f59be88107ee2')
+'8c03303d9b63383d4a757447e517248d2d0095f87c6e77a5cd529bbf095bdb1b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # upstream disabled tapping by default if a physical left button is present 
- see FS#33282
+  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
+  
   ./configure --prefix=/usr
   make
 }
@@ -35,7 +39,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
-  install -m644 ${srcdir}/10-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/
+  install -m644 conf/50-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
 

Added: add_tapbuttons.diff
===
--- add_tapbuttons.diff (rev 0)
+++ add_tapbuttons.diff 2013-01-05 09:29:57 UTC (rev 174621)
@@ -0,0 +1,12 @@
+--- a/conf/50-synaptics.conf   2012-05-11 01:01:10.0 +0200
 b/conf/50-synaptics.conf.new   2013-01-05 10:17:26.190650773 +0100
+@@ -11,6 +11,9 @@
+ Identifier touchpad catchall
+ Driver synaptics
+ MatchIsTouchpad on
++Option TapButton1 1
++Option TapButton2 2
++Option TapButton3 3
+ # This option is recommend on all Linux systems using evdev, but cannot be
+ # enabled by default. See the following link for details:
+ # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html



[arch-commits] Commit in xf86-input-synaptics/repos (8 files)

2013-01-05 Thread andyrtr
Date: Saturday, January 5, 2013 @ 04:30:36
  Author: andyrtr
Revision: 174622

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

Added:
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
(from rev 174621, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff
(from rev 174621, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
(from rev 174621, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff
(from rev 174621, xf86-input-synaptics/trunk/add_tapbuttons.diff)
Deleted:
  xf86-input-synaptics/repos/extra-i686/10-synaptics.conf
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
  xf86-input-synaptics/repos/extra-x86_64/10-synaptics.conf
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/10-synaptics.conf |9 ---
 extra-i686/PKGBUILD  |   90 +++--
 extra-i686/add_tapbuttons.diff   |   12 
 extra-x86_64/10-synaptics.conf   |9 ---
 extra-x86_64/PKGBUILD|   90 +++--
 extra-x86_64/add_tapbuttons.diff |   12 
 6 files changed, 118 insertions(+), 104 deletions(-)

Deleted: extra-i686/10-synaptics.conf
===
--- extra-i686/10-synaptics.conf2013-01-05 09:29:57 UTC (rev 174621)
+++ extra-i686/10-synaptics.conf2013-01-05 09:30:36 UTC (rev 174622)
@@ -1,9 +0,0 @@
-Section InputClass
-Identifier touchpad catchall
-Driver synaptics
-MatchIsTouchpad on
-MatchDevicePath /dev/input/event*
-Option TapButton1 1
-Option TapButton2 2
-Option TapButton3 3
-EndSection

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 09:29:57 UTC (rev 174621)
+++ extra-i686/PKGBUILD 2013-01-05 09:30:36 UTC (rev 174622)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Powalowski  tp...@archlinux.org
-# Contributor: Thomas Bächler tho...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-synaptics
-pkgver=1.6.2
-pkgrel=2
-pkgdesc=Synaptics driver for notebook touchpads
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxtst' 'mtdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-options=(!libtool)
-backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-10-synaptics.conf)
-sha256sums=('c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920'
-'bd506a0545c335faa6da7ec42b3f60f2c09b5ed9e26f03003d6f59be88107ee2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
-  install -m644 ${srcdir}/10-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-
-  rm -rf ${pkgdir}/usr/share/X11
-}

Copied: xf86-input-synaptics/repos/extra-i686/PKGBUILD (from rev 174621, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 09:30:36 UTC (rev 174622)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=Synaptics driver for notebook touchpads
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+add_tapbuttons.diff)
+sha256sums=('c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920'
+

[arch-commits] Commit in mpfr/trunk (mpfr-3.1.0.p10.patch)

2013-01-05 Thread Allan McRae
Date: Saturday, January 5, 2013 @ 05:03:46
  Author: allan
Revision: 174623

delete old patch

Deleted:
  mpfr/trunk/mpfr-3.1.0.p10.patch

+
 0 files changed

Deleted: mpfr-3.1.0.p10.patch
===
(Binary files differ)



[arch-commits] Commit in libmpc (3 files)

2013-01-05 Thread Allan McRae
Date: Saturday, January 5, 2013 @ 05:07:53
  Author: allan
Revision: 174624

remove unused old patch

Deleted:
  libmpc/repos/core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch
  libmpc/repos/core-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch
  libmpc/trunk/libmpc-0.9-configure_cflags_egrep_issue.patch

-+
 repos/core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch   |   63 
--
 repos/core-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch |   63 
--
 trunk/libmpc-0.9-configure_cflags_egrep_issue.patch |   63 
--
 3 files changed, 189 deletions(-)

Deleted: repos/core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch
===
--- repos/core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch   
2013-01-05 10:03:46 UTC (rev 174623)
+++ repos/core-i686/libmpc-0.9-configure_cflags_egrep_issue.patch   
2013-01-05 10:07:53 UTC (rev 174624)
@@ -1,63 +0,0 @@
 trunk/configure.ac 2011/02/21 12:18:31 932
-+++ trunk/configure.ac 2011/02/21 16:41:09 936
-@@ -33,7 +33,7 @@
- AC_CANONICAL_HOST
- AC_CONFIG_MACRO_DIR([m4])
- 
--dnl Extra arguments to configure
-+# Extra arguments to configure
- AC_ARG_WITH([mpfr_include],
- [AC_HELP_STRING([--with-mpfr-include=DIR],
- [MPFR include directory])],
-@@ -85,18 +85,19 @@
-  )
- 
- 
--dnl Setup CC and CFLAGS
-+# Setup CC and CFLAGS
-+AC_PROG_CC
-+AC_LANG(C)
- 
--dnl Check for user specification of CC or CFLAGS
-+# Set up LibTool
-+AC_PROG_LIBTOOL
-+
-+# Check for user specification of CC or CFLAGS
- if test -n $CFLAGS || test -n $CC ; then
-user_redefine_cc=yes
- fi
- 
--# Check for programs
--AC_PROG_CC
--AC_LANG(C)
--
--dnl Check GMP Header
-+# Check GMP Header
- AC_MSG_CHECKING(for gmp.h)
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
- #include gmp.h
-@@ -105,22 +106,19 @@
-  AC_MSG_ERROR([gmp.h can't be found, or is unusable.])
- ])
- 
--dnl Check for GMP CFLAGS in gmp.h
-+# Check for GMP CFLAGS in gmp.h
- if test -z $user_redefine_cc ; then
-MPC_GMP_CC_CFLAGS
- fi
- 
- 
--dnl Configs for Windows DLLs
-+# Configs for Windows DLLs
- case $host in
-   *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
-  MPC_WINDOWS
- esac
- 
- 
--dnl Finally set up LibTool
--AC_PROG_LIBTOOL
--
- # Checks for header files.
- AC_HEADER_STDC
- AC_CHECK_HEADERS([complex.h locale.h inttypes.h stdint.h limits.h unistd.h 
sys/time.h])

Deleted: repos/core-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch
===
--- repos/core-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch 
2013-01-05 10:03:46 UTC (rev 174623)
+++ repos/core-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch 
2013-01-05 10:07:53 UTC (rev 174624)
@@ -1,63 +0,0 @@
 trunk/configure.ac 2011/02/21 12:18:31 932
-+++ trunk/configure.ac 2011/02/21 16:41:09 936
-@@ -33,7 +33,7 @@
- AC_CANONICAL_HOST
- AC_CONFIG_MACRO_DIR([m4])
- 
--dnl Extra arguments to configure
-+# Extra arguments to configure
- AC_ARG_WITH([mpfr_include],
- [AC_HELP_STRING([--with-mpfr-include=DIR],
- [MPFR include directory])],
-@@ -85,18 +85,19 @@
-  )
- 
- 
--dnl Setup CC and CFLAGS
-+# Setup CC and CFLAGS
-+AC_PROG_CC
-+AC_LANG(C)
- 
--dnl Check for user specification of CC or CFLAGS
-+# Set up LibTool
-+AC_PROG_LIBTOOL
-+
-+# Check for user specification of CC or CFLAGS
- if test -n $CFLAGS || test -n $CC ; then
-user_redefine_cc=yes
- fi
- 
--# Check for programs
--AC_PROG_CC
--AC_LANG(C)
--
--dnl Check GMP Header
-+# Check GMP Header
- AC_MSG_CHECKING(for gmp.h)
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
- #include gmp.h
-@@ -105,22 +106,19 @@
-  AC_MSG_ERROR([gmp.h can't be found, or is unusable.])
- ])
- 
--dnl Check for GMP CFLAGS in gmp.h
-+# Check for GMP CFLAGS in gmp.h
- if test -z $user_redefine_cc ; then
-MPC_GMP_CC_CFLAGS
- fi
- 
- 
--dnl Configs for Windows DLLs
-+# Configs for Windows DLLs
- case $host in
-   *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
-  MPC_WINDOWS
- esac
- 
- 
--dnl Finally set up LibTool
--AC_PROG_LIBTOOL
--
- # Checks for header files.
- AC_HEADER_STDC
- AC_CHECK_HEADERS([complex.h locale.h inttypes.h stdint.h limits.h unistd.h 
sys/time.h])

Deleted: trunk/libmpc-0.9-configure_cflags_egrep_issue.patch
===
--- trunk/libmpc-0.9-configure_cflags_egrep_issue.patch 2013-01-05 10:03:46 UTC 
(rev 174623)
+++ trunk/libmpc-0.9-configure_cflags_egrep_issue.patch 2013-01-05 10:07:53 UTC 
(rev 174624)
@@ -1,63 +0,0 @@
 trunk/configure.ac 2011/02/21 12:18:31 932
-+++ trunk/configure.ac 2011/02/21 16:41:09 936
-@@ -33,7 +33,7 @@
- AC_CANONICAL_HOST
- AC_CONFIG_MACRO_DIR([m4])
- 
--dnl Extra arguments to configure
-+# Extra arguments to configure
- 

[arch-commits] Commit in gcc (3 files)

2013-01-05 Thread Allan McRae
Date: Saturday, January 5, 2013 @ 05:09:22
  Author: allan
Revision: 174625

remove unused patch

Deleted:
  gcc/repos/core-i686/gcc-4.7.1-libgo-mksysinfo.patch
  gcc/repos/core-x86_64/gcc-4.7.1-libgo-mksysinfo.patch
  gcc/trunk/gcc-4.7.1-libgo-mksysinfo.patch

---+
 repos/core-i686/gcc-4.7.1-libgo-mksysinfo.patch   |   15 ---
 repos/core-x86_64/gcc-4.7.1-libgo-mksysinfo.patch |   15 ---
 trunk/gcc-4.7.1-libgo-mksysinfo.patch |   15 ---
 3 files changed, 45 deletions(-)

Deleted: repos/core-i686/gcc-4.7.1-libgo-mksysinfo.patch
===
--- repos/core-i686/gcc-4.7.1-libgo-mksysinfo.patch 2013-01-05 10:07:53 UTC 
(rev 174624)
+++ repos/core-i686/gcc-4.7.1-libgo-mksysinfo.patch 2013-01-05 10:09:22 UTC 
(rev 174625)
@@ -1,15 +0,0 @@
 libgo/mksysinfo.sh 2012-06-29 14:23:30.684708901 +0200
-+++ libgo/mksysinfo.sh 2012-06-29 14:23:20.782761973 +0200
-@@ -522,10 +522,10 @@ grep '^const _DT_' gen-sysinfo.go |
- # The rusage struct.
- rusage=`grep '^type _rusage struct' gen-sysinfo.go`
- if test $rusage != ; then
--  rusage=`echo $rusage | sed -e 's/type _rusage struct //' -e 's/[{}]//g'`
--  rusage=`echo $rusage | sed -e 's/^ *//'`
-   # Remove anonymous unions from GNU/Linux bits/resource.h.
-   rusage=`echo $rusage | sed -e 's/Godump_[0-9]* struct {\([^}]*\)};/\1/g'`
-+  rusage=`echo $rusage | sed -e 's/type _rusage struct //' -e 's/[{}]//g'`
-+  rusage=`echo $rusage | sed -e 's/^ *//'`
-   nrusage=
-   while test -n $rusage; do
- field=`echo $rusage | sed -e 's/^\([^;]*\);.*$/\1/'`

Deleted: repos/core-x86_64/gcc-4.7.1-libgo-mksysinfo.patch
===
--- repos/core-x86_64/gcc-4.7.1-libgo-mksysinfo.patch   2013-01-05 10:07:53 UTC 
(rev 174624)
+++ repos/core-x86_64/gcc-4.7.1-libgo-mksysinfo.patch   2013-01-05 10:09:22 UTC 
(rev 174625)
@@ -1,15 +0,0 @@
 libgo/mksysinfo.sh 2012-06-29 14:23:30.684708901 +0200
-+++ libgo/mksysinfo.sh 2012-06-29 14:23:20.782761973 +0200
-@@ -522,10 +522,10 @@ grep '^const _DT_' gen-sysinfo.go |
- # The rusage struct.
- rusage=`grep '^type _rusage struct' gen-sysinfo.go`
- if test $rusage != ; then
--  rusage=`echo $rusage | sed -e 's/type _rusage struct //' -e 's/[{}]//g'`
--  rusage=`echo $rusage | sed -e 's/^ *//'`
-   # Remove anonymous unions from GNU/Linux bits/resource.h.
-   rusage=`echo $rusage | sed -e 's/Godump_[0-9]* struct {\([^}]*\)};/\1/g'`
-+  rusage=`echo $rusage | sed -e 's/type _rusage struct //' -e 's/[{}]//g'`
-+  rusage=`echo $rusage | sed -e 's/^ *//'`
-   nrusage=
-   while test -n $rusage; do
- field=`echo $rusage | sed -e 's/^\([^;]*\);.*$/\1/'`

Deleted: trunk/gcc-4.7.1-libgo-mksysinfo.patch
===
--- trunk/gcc-4.7.1-libgo-mksysinfo.patch   2013-01-05 10:07:53 UTC (rev 
174624)
+++ trunk/gcc-4.7.1-libgo-mksysinfo.patch   2013-01-05 10:09:22 UTC (rev 
174625)
@@ -1,15 +0,0 @@
 libgo/mksysinfo.sh 2012-06-29 14:23:30.684708901 +0200
-+++ libgo/mksysinfo.sh 2012-06-29 14:23:20.782761973 +0200
-@@ -522,10 +522,10 @@ grep '^const _DT_' gen-sysinfo.go |
- # The rusage struct.
- rusage=`grep '^type _rusage struct' gen-sysinfo.go`
- if test $rusage != ; then
--  rusage=`echo $rusage | sed -e 's/type _rusage struct //' -e 's/[{}]//g'`
--  rusage=`echo $rusage | sed -e 's/^ *//'`
-   # Remove anonymous unions from GNU/Linux bits/resource.h.
-   rusage=`echo $rusage | sed -e 's/Godump_[0-9]* struct {\([^}]*\)};/\1/g'`
-+  rusage=`echo $rusage | sed -e 's/type _rusage struct //' -e 's/[{}]//g'`
-+  rusage=`echo $rusage | sed -e 's/^ *//'`
-   nrusage=
-   while test -n $rusage; do
- field=`echo $rusage | sed -e 's/^\([^;]*\);.*$/\1/'`



[arch-commits] Commit in mpfr/trunk (PKGBUILD)

2013-01-05 Thread Allan McRae
Date: Saturday, January 5, 2013 @ 05:13:18
  Author: allan
Revision: 174626

upgpkg: mpfr 3.1.1.p2-2

actually apply the patch as was claimed...

Modified:
  mpfr/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-05 10:09:22 UTC (rev 174625)
+++ PKGBUILD2013-01-05 10:13:18 UTC (rev 174626)
@@ -6,7 +6,7 @@
 _pkgver=3.1.1
 _patchlevel=p2
 pkgver=${_pkgver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc=Multiple-precision floating-point library
 arch=('i686' 'x86_64')
 url=http://www.mpfr.org/;
@@ -22,6 +22,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
+  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
   ./configure --prefix=/usr --enable-thread-safe --enable-shared
   make
 }



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

2013-01-05 Thread Allan McRae
Date: Saturday, January 5, 2013 @ 05:14:33
  Author: allan
Revision: 174627

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

Added:
  mpfr/repos/testing-i686/
  mpfr/repos/testing-i686/PKGBUILD
(from rev 174626, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-i686/mpfr-3.1.1-p2.patch
(from rev 174626, mpfr/trunk/mpfr-3.1.1-p2.patch)
  mpfr/repos/testing-i686/mpfr.install
(from rev 174626, mpfr/trunk/mpfr.install)
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 174626, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.1-p2.patch
(from rev 174626, mpfr/trunk/mpfr-3.1.1-p2.patch)
  mpfr/repos/testing-x86_64/mpfr.install
(from rev 174626, mpfr/trunk/mpfr.install)

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/mpfr-3.1.1-p2.patch   |  405 +++
 testing-i686/mpfr.install  |   20 +
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/mpfr-3.1.1-p2.patch |  405 +++
 testing-x86_64/mpfr.install|   20 +
 6 files changed, 926 insertions(+)

Copied: mpfr/repos/testing-i686/PKGBUILD (from rev 174626, mpfr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-05 10:14:33 UTC (rev 174627)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=mpfr
+_pkgver=3.1.1
+_patchlevel=p2
+pkgver=${_pkgver}.${_patchlevel}
+pkgrel=2
+pkgdesc=Multiple-precision floating-point library
+arch=('i686' 'x86_64')
+url=http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
+   mpfr-${_pkgver}-${_patchlevel}.patch)
+md5sums=('91d51c41fcf2799e4ee7a7126fc95c17'
+ '91b187a2229211e543ba6fb82a079b2c'
+ 'eef835f97bc26ea20b0232bd913acdd8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mpfr/repos/testing-i686/mpfr-3.1.1-p2.patch (from rev 174626, 
mpfr/trunk/mpfr-3.1.1-p2.patch)
===
--- testing-i686/mpfr-3.1.1-p2.patch(rev 0)
+++ testing-i686/mpfr-3.1.1-p2.patch2013-01-05 10:14:33 UTC (rev 174627)
@@ -0,0 +1,405 @@
+diff -Naurd mpfr-3.1.1-a/PATCHES mpfr-3.1.1-b/PATCHES
+--- mpfr-3.1.1-a/PATCHES   2012-08-30 09:28:51.0 +
 mpfr-3.1.1-b/PATCHES   2012-08-30 09:28:51.0 +
+@@ -0,0 +1 @@
++get_decimal64
+diff -Naurd mpfr-3.1.1-a/VERSION mpfr-3.1.1-b/VERSION
+--- mpfr-3.1.1-a/VERSION   2012-07-03 15:01:13.0 +
 mpfr-3.1.1-b/VERSION   2012-08-30 09:28:51.0 +
+@@ -1 +1 @@
+-3.1.1
++3.1.1-p1
+diff -Naurd mpfr-3.1.1-a/src/get_d64.c mpfr-3.1.1-b/src/get_d64.c
+--- mpfr-3.1.1-a/src/get_d64.c 2012-07-03 15:01:18.0 +
 mpfr-3.1.1-b/src/get_d64.c 2012-08-30 09:28:51.0 +
+@@ -32,6 +32,10 @@
+ 
+ #ifdef MPFR_WANT_DECIMAL_FLOATS
+ 
++#ifndef DEC64_MAX
++# define DEC64_MAX 9.999E384dd
++#endif
++
+ #ifdef DPD_FORMAT
+ static int T[1000] = {
+   0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 32,
+@@ -142,26 +146,14 @@
+ static _Decimal64
+ get_decimal64_min (int negative)
+ {
+-  union ieee_double_extract x;
+-
+-  x.s.sig = (negative) ? 1 : 0;
+-  x.s.exp = 0;
+-  x.s.manh = 0;
+-  x.s.manl = 1;
+-  return x.d;
++  return negative ? - 1E-398dd : 1E-398dd;
+ }
+ 
+ /* construct the decimal64 largest finite number with given sign */
+ static _Decimal64
+ get_decimal64_max (int negative)
+ {
+-  union ieee_double_extract x;
+-
+-  x.s.sig = (negative) ? 1 : 0;
+-  x.s.exp = 1919;
+-  x.s.manh = 1048575; /* 2^20-1 */
+-  x.s.manl = ~0;
+-  return x.d;
++  return negative ? - DEC64_MAX : DEC64_MAX;
+ }
+ 
+ /* one-to-one conversion:
+@@ -334,7 +326,8 @@
+   /* the largest decimal64 number is just below 10^(385)  2^1279 */
+   else if (MPFR_UNLIKELY (e  1279)) /* then src = 2^1279 */
+ {
+-  if (MPFR_RNDZ || (rnd_mode == MPFR_RNDU  negative != 0)
++  if (rnd_mode == MPFR_RNDZ
++  || (rnd_mode == MPFR_RNDU  negative != 0)
+   || (rnd_mode == MPFR_RNDD  negative == 0))
+ return get_decimal64_max (negative);
+   else
+@@ -354,6 +347,15 @@
+  which corresponds to s=[0.]1000...000 and e=-397 */
+   if (e  -397)
+ {
++  if (rnd_mode == MPFR_RNDN  e == -398)
++{
++  /* If 0.5E-398  |src|  

[arch-commits] Commit in binutils/repos (10 files)

2013-01-05 Thread Allan McRae
Date: Saturday, January 5, 2013 @ 05:20:45
  Author: allan
Revision: 174628

db-move: moved binutils from [testing] to [core] (i686, x86_64)

Added:
  binutils/repos/core-i686/PKGBUILD
(from rev 174627, binutils/repos/testing-i686/PKGBUILD)
  binutils/repos/core-i686/binutils.install
(from rev 174627, binutils/repos/testing-i686/binutils.install)
  binutils/repos/core-x86_64/PKGBUILD
(from rev 174627, binutils/repos/testing-x86_64/PKGBUILD)
  binutils/repos/core-x86_64/binutils.install
(from rev 174627, binutils/repos/testing-x86_64/binutils.install)
Deleted:
  binutils/repos/core-i686/PKGBUILD
  binutils/repos/core-i686/binutils.install
  binutils/repos/core-x86_64/PKGBUILD
  binutils/repos/core-x86_64/binutils.install
  binutils/repos/testing-i686/
  binutils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  152 +
 core-i686/binutils.install   |   34 -
 core-x86_64/PKGBUILD |  152 +
 core-x86_64/binutils.install |   34 -
 4 files changed, 164 insertions(+), 208 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-01-05 10:14:33 UTC (rev 174627)
+++ core-i686/PKGBUILD  2013-01-05 10:20:45 UTC (rev 174628)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=binutils
-pkgver=2.23.1
-pkgrel=2
-pkgdesc=A set of programs to assemble and manipulate binary and object files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/binutils/;
-license=('GPL')
-groups=('base-devel')
-depends=('glibc=2.17' 'zlib')
-checkdepends=('dejagnu' 'bc')
-options=('!libtool' '!distcc' '!ccache')
-install=binutils.install
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig})
-md5sums=('33adb18c3048d057ac58d07a3f1adb38'
- '1869b37216e7d7eff7e335a69e0882fd')
-
-build() {
-  cd ${srcdir}
-  mkdir binutils-build  cd binutils-build
-
-  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-ld=default --enable-gold \
---enable-plugins --enable-threads --enable-shared \
---disable-werror --disable-multilib
-
-  # check the host environment and makes sure all the necessary tools are 
available
-  make configure-host
-
-  make tooldir=${pkgdir}/usr
-
-  # Rebuild libiberty.a with -fPIC
-  cp -a libiberty libiberty-pic
-  make -C libiberty-pic clean
-  make CFLAGS=$CFLAGS -fPIC -C libiberty-pic
-
-  # Rebuild libbfd.a with -fPIC
-  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
-  cp -a bfd bfd-pic
-  make -C bfd-pic clean
-  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd-pic
-
-  # Rebuild libopcodes.a with -fPIC
-  cp -a opcodes opcodes-pic
-  make -C opcodes-pic clean 
-  make CFLAGS=$CFLAGS -fPIC -C opcodes-pic
-}
-
-check() {
-  cd ${srcdir}/binutils-build
-  
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS= -k check || true
-}
-
-package() {
-  cd ${srcdir}/binutils-build
-  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-  
-  # Add some useful headers
-  install -m644 ${srcdir}/binutils-${pkgver}/include/libiberty.h 
${pkgdir}/usr/include
-  install -m644 ${srcdir}/binutils-${pkgver}/include/demangle.h 
${pkgdir}/usr/include
-
-  # install libraries rebuilt with -fPIC
-  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
-  install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
-  install -m644 opcodes/libopcodes.a ${pkgdir}/usr/lib
-
-  # Remove Windows/Novell specific man pages
-  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
-
-  # why are these distributed with binutils?
-  rm ${pkgdir}/usr/share/info/{configure,standards}.info
-
-  # Remove these symlinks, they are not ABI stable.
-  # Programs should compile static to the .a file.
-  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
-  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
-  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
-}

Copied: binutils/repos/core-i686/PKGBUILD (from rev 174627, 
binutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-01-05 10:20:45 UTC (rev 174628)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.23.1
+pkgrel=3
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;

[arch-commits] Commit in bash/repos (30 files)

2013-01-05 Thread Allan McRae
Date: Saturday, January 5, 2013 @ 05:20:51
  Author: allan
Revision: 174629

db-move: moved bash from [testing] to [core] (i686, x86_64)

Added:
  bash/repos/core-i686/PKGBUILD
(from rev 174627, bash/repos/testing-i686/PKGBUILD)
  bash/repos/core-i686/bash.install
(from rev 174627, bash/repos/testing-i686/bash.install)
  bash/repos/core-i686/dot.bash_logout
(from rev 174627, bash/repos/testing-i686/dot.bash_logout)
  bash/repos/core-i686/dot.bash_profile
(from rev 174627, bash/repos/testing-i686/dot.bash_profile)
  bash/repos/core-i686/dot.bashrc
(from rev 174627, bash/repos/testing-i686/dot.bashrc)
  bash/repos/core-i686/system.bash_logout
(from rev 174627, bash/repos/testing-i686/system.bash_logout)
  bash/repos/core-i686/system.bashrc
(from rev 174627, bash/repos/testing-i686/system.bashrc)
  bash/repos/core-x86_64/PKGBUILD
(from rev 174627, bash/repos/testing-x86_64/PKGBUILD)
  bash/repos/core-x86_64/bash.install
(from rev 174627, bash/repos/testing-x86_64/bash.install)
  bash/repos/core-x86_64/dot.bash_logout
(from rev 174627, bash/repos/testing-x86_64/dot.bash_logout)
  bash/repos/core-x86_64/dot.bash_profile
(from rev 174627, bash/repos/testing-x86_64/dot.bash_profile)
  bash/repos/core-x86_64/dot.bashrc
(from rev 174627, bash/repos/testing-x86_64/dot.bashrc)
  bash/repos/core-x86_64/system.bash_logout
(from rev 174627, bash/repos/testing-x86_64/system.bash_logout)
  bash/repos/core-x86_64/system.bashrc
(from rev 174627, bash/repos/testing-x86_64/system.bashrc)
Deleted:
  bash/repos/core-i686/PKGBUILD
  bash/repos/core-i686/bash.install
  bash/repos/core-i686/dot.bash_logout
  bash/repos/core-i686/dot.bash_profile
  bash/repos/core-i686/dot.bashrc
  bash/repos/core-i686/system.bash_logout
  bash/repos/core-i686/system.bashrc
  bash/repos/core-x86_64/PKGBUILD
  bash/repos/core-x86_64/bash.install
  bash/repos/core-x86_64/dot.bash_logout
  bash/repos/core-x86_64/dot.bash_profile
  bash/repos/core-x86_64/dot.bashrc
  bash/repos/core-x86_64/system.bash_logout
  bash/repos/core-x86_64/system.bashrc
  bash/repos/testing-i686/
  bash/repos/testing-x86_64/

+
 core-i686/PKGBUILD |  324 +++
 core-i686/bash.install |   40 ++--
 core-i686/dot.bash_logout  |6 
 core-i686/dot.bash_profile |   10 -
 core-i686/dot.bashrc   |   18 +-
 core-i686/system.bash_logout   |6 
 core-i686/system.bashrc|   46 ++---
 core-x86_64/PKGBUILD   |  324 +++
 core-x86_64/bash.install   |   40 ++--
 core-x86_64/dot.bash_logout|6 
 core-x86_64/dot.bash_profile   |   10 -
 core-x86_64/dot.bashrc |   18 +-
 core-x86_64/system.bash_logout |6 
 core-x86_64/system.bashrc  |   46 ++---
 14 files changed, 456 insertions(+), 444 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-01-05 10:20:45 UTC (rev 174628)
+++ core-i686/PKGBUILD  2013-01-05 10:20:51 UTC (rev 174629)
@@ -1,159 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=bash
-_basever=4.2
-_patchlevel=039 #prepare for some patches
-pkgver=$_basever.$_patchlevel
-pkgrel=1
-pkgdesc=The GNU Bourne Again shell
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnu.org/software/bash/bash.html;
-groups=('base')
-backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
-depends=('readline=6.1' 'glibc')
-provides=('sh')
-install=bash.install
-source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
-dot.bashrc
-dot.bash_profile
-dot.bash_logout
-system.bashrc
-system.bash_logout)
-if [ $_patchlevel -gt 000 ]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//./}-$(printf 
%03d $p){,.sig})
-done
-fi
-
-build() {
-  cd ${srcdir}/${pkgname}-$_basever
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-msg applying patch bash${_basever//./}-$(printf %03d $p)
-patch -Np0 -i $srcdir/bash${_basever//./}-$(printf %03d $p)
-  done
-
-  
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin\\'
-   -DSTANDARD_UTILS_PATH=\'\/usr/bin:/bin:/usr/sbin:/sbin\\'
-   -DSYS_BASHRC=\'\/etc/bash.bashrc\\'
-   -DSYS_BASH_LOGOUT=\'\/etc/bash.bash_logout\\')
-  export CFLAGS=${CFLAGS} ${_bashconfig[@]}
-
-  ./configure --prefix=/usr --with-curses --enable-readline \
---without-bash-malloc --with-installed-readline \
---bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-$_basever
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-$_basever
-  make DESTDIR=${pkgdir} 

[arch-commits] Commit in appmenu-qt/trunk (PKGBUILD appmenu-async.diff)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 07:46:56
  Author: andrea
Revision: 174630

upgpkg: appmenu-qt 0.2.6-2

Use async dbus calls (FS#33286)

Added:
  appmenu-qt/trunk/appmenu-async.diff
Modified:
  appmenu-qt/trunk/PKGBUILD

+
 PKGBUILD   |   16 --
 appmenu-async.diff |  121 +++
 2 files changed, 132 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-05 10:20:51 UTC (rev 174629)
+++ PKGBUILD2013-01-05 12:46:56 UTC (rev 174630)
@@ -3,19 +3,25 @@
 
 pkgname=appmenu-qt
 pkgver=0.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
 arch=('i686' 'x86_64')
 url='https://launchpad.net/appmenu-qt'
 license=('GPL')
 depends=('libdbusmenu-qt')
 makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc})
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'appmenu-async.diff')
 md5sums=('90cce750e5412d43ce075b0a9bdb6782'
- 'de499d01369fc85040f5bbfc53ae1700')
+ 'de499d01369fc85040f5bbfc53ae1700'
+ '82947207881702d88403c149406b502a')
 
 build() {
-  cd ${srcdir}
+  # FS#33286
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/appmenu-async.diff
+  cd ../
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +31,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }

Added: appmenu-async.diff
===
--- appmenu-async.diff  (rev 0)
+++ appmenu-async.diff  2013-01-05 12:46:56 UTC (rev 174630)
@@ -0,0 +1,121 @@
+=== modified file 'src/CMakeLists.txt'
+--- src/CMakeLists.txt 2012-02-27 14:27:17 +
 src/CMakeLists.txt 2013-01-04 10:33:53 +
+@@ -15,6 +15,10 @@
+ ${QT_QTXML_INCLUDE_DIR}
+ )
+ 
++qt4_add_dbus_interface(appmenu_qt_SRCS com.canonical.AppMenu.Registrar.xml
++   registrar)
++
++
+ qt4_automoc(${appmenu_qt_SRCS})
+ 
+ link_directories(
+
+=== modified file 'src/appmenuplatformmenubar.cpp'
+--- src/appmenuplatformmenubar.cpp 2012-04-04 16:06:06 +
 src/appmenuplatformmenubar.cpp 2013-01-04 10:36:25 +
+@@ -15,6 +15,7 @@
+along with appmenu-qt.  If not, see http://www.gnu.org/licenses/.
+ */
+ #include appmenuplatformmenubar.h
++#include registrar.h
+ 
+ // dbusmenu-qt
+ #include dbusmenuexporter.h
+@@ -393,6 +394,8 @@
+ 
+ bool MenuBarAdapter::registerWindow()
+ {
++static com::canonical::AppMenu::Registrar *registrar = 0;
++
+ if (!m_menuBar-window()) {
+ WARN  No parent for this menubar;
+ return false;
+@@ -403,9 +406,8 @@
+ return true;
+ }
+ 
+-QDBusInterface host(REGISTRAR_SERVICE, REGISTRAR_PATH, REGISTRAR_IFACE);
+-if (!host.isValid()) {
+-return false;
++if (!registrar) {
++registrar = new com::canonical::AppMenu::Registrar(REGISTRAR_SERVICE, 
REGISTRAR_PATH, QDBusConnection::sessionBus(), 0);
+ }
+ 
+ Q_FOREACH(QAction *action, m_menuBar-actions()) {
+@@ -428,8 +430,9 @@
+ }
+ 
+ m_registeredWinId = winId;
+-QVariant path = 
QVariant::fromValueQDBusObjectPath(QDBusObjectPath(m_objectPath));
+-host.asyncCall(QLatin1String(RegisterWindow), QVariant(winId), path);
++if (registrar) {
++registrar-RegisterWindow(winId, QDBusObjectPath(m_objectPath));
++}
+ return true;
+ }
+ 
+
+=== added file 'src/com.canonical.AppMenu.Registrar.xml'
+--- src/com.canonical.AppMenu.Registrar.xml1970-01-01 00:00:00 +
 src/com.canonical.AppMenu.Registrar.xml2013-01-04 10:04:35 +
+@@ -0,0 +1,56 @@
++!DOCTYPE node PUBLIC -//freedesktop//DTD D-BUS Object Introspection 
1.0//EN http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd;
++node xmlns:dox=http://www.ayatana.org/dbus/dox.dtd;
++  dox:d![CDATA[
++@mainpage
++   
++An interface to register menus that are associated with a window in 
an application.  The
++main interface is docuemented here: @ref 
com::canonical::AppMenu::Registrar.
++  
++The actual menus are transported using the dbusmenu protocol which is 
available
++here: @ref com::canonical::dbusmenu.
++  ]]/dox:d
++  interface name=com.canonical.AppMenu.Registrar 
xmlns:dox=http://www.ayatana.org/dbus/dox.dtd;
++  dox:d
++An interface to register a menu from an application's window 
to be displayed in another
++window.  This manages that association between XWindow Window 
IDs and the dbus
++address and object that provides the menu using the dbusmenu 
dbus interface.
++  /dox:d
++  method name=RegisterWindow
++  dox:d![CDATA[
++

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 07:47:25
  Author: andrea
Revision: 174631

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

Added:
  appmenu-qt/repos/extra-i686/PKGBUILD
(from rev 174630, appmenu-qt/trunk/PKGBUILD)
  appmenu-qt/repos/extra-i686/appmenu-async.diff
(from rev 174630, appmenu-qt/trunk/appmenu-async.diff)
  appmenu-qt/repos/extra-x86_64/PKGBUILD
(from rev 174630, appmenu-qt/trunk/PKGBUILD)
  appmenu-qt/repos/extra-x86_64/appmenu-async.diff
(from rev 174630, appmenu-qt/trunk/appmenu-async.diff)
Deleted:
  appmenu-qt/repos/extra-i686/PKGBUILD
  appmenu-qt/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/PKGBUILD |   66 +++-
 extra-i686/appmenu-async.diff   |  121 ++
 extra-x86_64/PKGBUILD   |   66 +++-
 extra-x86_64/appmenu-async.diff |  121 ++
 4 files changed, 314 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 12:46:56 UTC (rev 174630)
+++ extra-i686/PKGBUILD 2013-01-05 12:47:25 UTC (rev 174631)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=appmenu-qt
-pkgver=0.2.6
-pkgrel=1
-pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
-arch=('i686' 'x86_64')
-url='https://launchpad.net/appmenu-qt'
-license=('GPL')
-depends=('libdbusmenu-qt')
-makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('90cce750e5412d43ce075b0a9bdb6782'
- 'de499d01369fc85040f5bbfc53ae1700')
-
-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: appmenu-qt/repos/extra-i686/PKGBUILD (from rev 174630, 
appmenu-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 12:47:25 UTC (rev 174631)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=appmenu-qt
+pkgver=0.2.6
+pkgrel=2
+pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
+arch=('i686' 'x86_64')
+url='https://launchpad.net/appmenu-qt'
+license=('GPL')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'appmenu-async.diff')
+md5sums=('90cce750e5412d43ce075b0a9bdb6782'
+ 'de499d01369fc85040f5bbfc53ae1700'
+ '82947207881702d88403c149406b502a')
+
+build() {
+  # FS#33286
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/appmenu-async.diff
+  cd ../
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: appmenu-qt/repos/extra-i686/appmenu-async.diff (from rev 174630, 
appmenu-qt/trunk/appmenu-async.diff)
===
--- extra-i686/appmenu-async.diff   (rev 0)
+++ extra-i686/appmenu-async.diff   2013-01-05 12:47:25 UTC (rev 174631)
@@ -0,0 +1,121 @@
+=== modified file 'src/CMakeLists.txt'
+--- src/CMakeLists.txt 2012-02-27 14:27:17 +
 src/CMakeLists.txt 2013-01-04 10:33:53 +
+@@ -15,6 +15,10 @@
+ ${QT_QTXML_INCLUDE_DIR}
+ )
+ 
++qt4_add_dbus_interface(appmenu_qt_SRCS com.canonical.AppMenu.Registrar.xml
++   registrar)
++
++
+ qt4_automoc(${appmenu_qt_SRCS})
+ 
+ link_directories(
+
+=== modified file 'src/appmenuplatformmenubar.cpp'
+--- src/appmenuplatformmenubar.cpp 2012-04-04 16:06:06 +
 src/appmenuplatformmenubar.cpp 2013-01-04 10:36:25 +
+@@ -15,6 +15,7 @@
+along with appmenu-qt.  If not, see http://www.gnu.org/licenses/.
+ */
+ #include appmenuplatformmenubar.h
++#include registrar.h
+ 
+ // dbusmenu-qt
+ #include dbusmenuexporter.h
+@@ -393,6 +394,8 @@
+ 
+ bool MenuBarAdapter::registerWindow()
+ {
++static com::canonical::AppMenu::Registrar *registrar = 0;
++
+ if (!m_menuBar-window()) {
+ WARN  No parent for this menubar;
+ return false;
+@@ -403,9 +406,8 @@
+ return true;
+ }
+ 
+-QDBusInterface host(REGISTRAR_SERVICE, REGISTRAR_PATH, REGISTRAR_IFACE);
+-if (!host.isValid()) {
+-return false;
++if (!registrar) {
++registrar = new com::canonical::AppMenu::Registrar(REGISTRAR_SERVICE, 
REGISTRAR_PATH, QDBusConnection::sessionBus(), 0);
+ }
+ 
+ Q_FOREACH(QAction *action, m_menuBar-actions()) {
+@@ -428,8 +430,9 @@
+ }
+ 
+ m_registeredWinId = 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 07:56:03
  Author: andrea
Revision: 174632

db-move: moved kdelibs from [testing] to [extra] (i686, x86_64)

Added:
  kdelibs/repos/extra-i686/PKGBUILD
(from rev 174631, kdelibs/repos/testing-i686/PKGBUILD)
  kdelibs/repos/extra-i686/archlinux-menu.patch
(from rev 174631, kdelibs/repos/testing-i686/archlinux-menu.patch)
  kdelibs/repos/extra-i686/kde-applications-menu.patch
(from rev 174631, kdelibs/repos/testing-i686/kde-applications-menu.patch)
  kdelibs/repos/extra-i686/kdelibs.install
(from rev 174631, kdelibs/repos/testing-i686/kdelibs.install)
  kdelibs/repos/extra-x86_64/PKGBUILD
(from rev 174631, kdelibs/repos/testing-x86_64/PKGBUILD)
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
(from rev 174631, kdelibs/repos/testing-x86_64/archlinux-menu.patch)
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
(from rev 174631, kdelibs/repos/testing-x86_64/kde-applications-menu.patch)
  kdelibs/repos/extra-x86_64/kdelibs.install
(from rev 174631, kdelibs/repos/testing-x86_64/kdelibs.install)
Deleted:
  
kdelibs/repos/extra-i686/0001-Revert-Also-check-parent-mimetypes-in-protocolForArc.patch
  kdelibs/repos/extra-i686/PKGBUILD
  kdelibs/repos/extra-i686/archlinux-menu.patch
  kdelibs/repos/extra-i686/fix-crash-on-open-with.patch
  kdelibs/repos/extra-i686/kde-applications-menu.patch
  kdelibs/repos/extra-i686/kdelibs.install
  
kdelibs/repos/extra-x86_64/0001-Revert-Also-check-parent-mimetypes-in-protocolForArc.patch
  kdelibs/repos/extra-x86_64/PKGBUILD
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
  kdelibs/repos/extra-x86_64/fix-crash-on-open-with.patch
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
  kdelibs/repos/extra-x86_64/kdelibs.install
  kdelibs/repos/testing-i686/
  kdelibs/repos/testing-x86_64/

--+
 extra-i686/0001-Revert-Also-check-parent-mimetypes-in-protocolForArc.patch   | 
  53 
 extra-i686/PKGBUILD  | 
 122 --
 extra-i686/archlinux-menu.patch  | 
  44 +--
 extra-i686/fix-crash-on-open-with.patch  | 
  19 -
 extra-i686/kde-applications-menu.patch   | 
  44 +--
 extra-i686/kdelibs.install   | 
  26 +-
 extra-x86_64/0001-Revert-Also-check-parent-mimetypes-in-protocolForArc.patch | 
  53 
 extra-x86_64/PKGBUILD| 
 122 --
 extra-x86_64/archlinux-menu.patch| 
  44 +--
 extra-x86_64/fix-crash-on-open-with.patch| 
  19 -
 extra-x86_64/kde-applications-menu.patch | 
  44 +--
 extra-x86_64/kdelibs.install | 
  26 +-
 12 files changed, 228 insertions(+), 388 deletions(-)

Deleted: 
extra-i686/0001-Revert-Also-check-parent-mimetypes-in-protocolForArc.patch
===
--- extra-i686/0001-Revert-Also-check-parent-mimetypes-in-protocolForArc.patch  
2013-01-05 12:47:25 UTC (rev 174631)
+++ extra-i686/0001-Revert-Also-check-parent-mimetypes-in-protocolForArc.patch  
2013-01-05 12:56:03 UTC (rev 174632)
@@ -1,53 +0,0 @@
-From 73283f1332e90fbb6fe0caa39a038cb16b83a54c Mon Sep 17 00:00:00 2001
-From: David Faure fa...@kde.org
-Date: Wed, 5 Dec 2012 22:42:25 +0100
-Subject: [PATCH] Revert Also check parent mimetypes in
- protocolForArchiveMimetype().
-
-This reverts commit 4f296cfbced2c4ad54beec8f500ed2d3fc04ee05.
-It breaks opening odt and other zip-based files in external apps.
-That's what I get for delegating the testing :-)
-BUG: 311214

- kio/kio/kprotocolmanager.cpp |   19 +--
- 1 files changed, 1 insertions(+), 18 deletions(-)
-
-diff --git a/kio/kio/kprotocolmanager.cpp b/kio/kio/kprotocolmanager.cpp
-index 3f1cadd..502a3e6 100644
 a/kio/kio/kprotocolmanager.cpp
-+++ b/kio/kio/kprotocolmanager.cpp
-@@ -47,7 +47,6 @@
- #include ksharedconfig.h
- #include kstandarddirs.h
- #include kurl.h
--#include kmimetype.h
- #include kmimetypetrader.h
- #include kprotocolinfofactory.h
- 
-@@ -1190,23 +1189,7 @@ QString KProtocolManager::protocolForArchiveMimetype( 
const QString mimeType )
- }
- }
- }
--const QString prot = d-protocolForArchiveMimetypes.value(mimeType);
--if (!prot.isEmpty())
--return prot;
--
--// Check parent mimetypes
--KMimeType::Ptr mime = KMimeType::mimeType(mimeType);
--if (mime) {
--const QStringList parentMimeTypes = mime-allParentMimeTypes();
--Q_FOREACH(const QString parentMimeType, parentMimeTypes) {
--const QString res = 
d-protocolForArchiveMimetypes.value(parentMimeType);
--if (!res.isEmpty()) 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 07:56:33
  Author: andrea
Revision: 174633

db-move: moved nepomuk-core from [testing] to [extra] (i686, x86_64)

Added:
  nepomuk-core/repos/extra-i686/PKGBUILD
(from rev 174632, nepomuk-core/repos/testing-i686/PKGBUILD)
  nepomuk-core/repos/extra-x86_64/PKGBUILD
(from rev 174632, nepomuk-core/repos/testing-x86_64/PKGBUILD)
Deleted:
  nepomuk-core/repos/extra-i686/PKGBUILD
  nepomuk-core/repos/extra-x86_64/PKGBUILD
  nepomuk-core/repos/testing-i686/
  nepomuk-core/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   64 
 extra-x86_64/PKGBUILD |   64 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 12:56:03 UTC (rev 174632)
+++ extra-i686/PKGBUILD 2013-01-05 12:56:33 UTC (rev 174633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=nepomuk-core
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
-url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'doxygen')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f48b29dbbaec3938930176d3225fe292c26c9fce')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  # Fix the python shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
-}

Copied: nepomuk-core/repos/extra-i686/PKGBUILD (from rev 174632, 
nepomuk-core/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 12:56:33 UTC (rev 174633)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=nepomuk-core
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
+url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'doxygen')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('082626d17f4759df079a688406e9b96167f0ef15')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Fix the python shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 12:56:03 UTC (rev 174632)
+++ extra-x86_64/PKGBUILD   2013-01-05 12:56:33 UTC (rev 174633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=nepomuk-core
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
-url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'doxygen')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f48b29dbbaec3938930176d3225fe292c26c9fce')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  # Fix the python shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
-}

Copied: nepomuk-core/repos/extra-x86_64/PKGBUILD (from rev 174632, 
nepomuk-core/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 12:56:33 UTC (rev 174633)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=nepomuk-core
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
+url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;

[arch-commits] Commit in kdepimlibs/repos (10 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 07:56:54
  Author: andrea
Revision: 174634

db-move: moved kdepimlibs from [testing] to [extra] (i686, x86_64)

Added:
  kdepimlibs/repos/extra-i686/PKGBUILD
(from rev 174633, kdepimlibs/repos/testing-i686/PKGBUILD)
  kdepimlibs/repos/extra-i686/kdepimlibs.install
(from rev 174633, kdepimlibs/repos/testing-i686/kdepimlibs.install)
  kdepimlibs/repos/extra-x86_64/PKGBUILD
(from rev 174633, kdepimlibs/repos/testing-x86_64/PKGBUILD)
  kdepimlibs/repos/extra-x86_64/kdepimlibs.install
(from rev 174633, kdepimlibs/repos/testing-x86_64/kdepimlibs.install)
Deleted:
  kdepimlibs/repos/extra-i686/PKGBUILD
  kdepimlibs/repos/extra-i686/kdepimlibs.install
  kdepimlibs/repos/extra-x86_64/PKGBUILD
  kdepimlibs/repos/extra-x86_64/kdepimlibs.install
  kdepimlibs/repos/testing-i686/
  kdepimlibs/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   60 +++---
 extra-i686/kdepimlibs.install   |   22 ++---
 extra-x86_64/PKGBUILD   |   60 +++---
 extra-x86_64/kdepimlibs.install |   22 ++---
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 12:56:33 UTC (rev 174633)
+++ extra-i686/PKGBUILD 2013-01-05 12:56:54 UTC (rev 174634)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepimlibs
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=KDE PIM Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('78fb5ec8d8a0cbd145f44d76618705c1e3e3b0a3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdepimlibs/repos/extra-i686/PKGBUILD (from rev 174633, 
kdepimlibs/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 12:56:54 UTC (rev 174634)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f3030a41647b0139342b99ae01e5c6f7f1fc1031')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdepimlibs.install
===
--- extra-i686/kdepimlibs.install   2013-01-05 12:56:33 UTC (rev 174633)
+++ extra-i686/kdepimlibs.install   2013-01-05 12:56:54 UTC (rev 174634)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/extra-i686/kdepimlibs.install (from rev 174633, 
kdepimlibs/repos/testing-i686/kdepimlibs.install)
===
--- extra-i686/kdepimlibs.install   (rev 0)
+++ extra-i686/kdepimlibs.install   2013-01-05 12:56:54 UTC (rev 174634)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 12:56:33 UTC (rev 174633)
+++ extra-x86_64/PKGBUILD   2013-01-05 12:56:54 UTC (rev 174634)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepimlibs
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=KDE PIM Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
-makedepends=('cmake' 'automoc4' 

[arch-commits] Commit in oxygen-icons/repos (3 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 07:57:15
  Author: andrea
Revision: 174635

db-move: moved oxygen-icons from [testing] to [extra] (any)

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 174634, oxygen-icons/repos/testing-any/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD
  oxygen-icons/repos/testing-any/

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2013-01-05 12:56:54 UTC (rev 174634)
+++ extra-any/PKGBUILD  2013-01-05 12:57:15 UTC (rev 174635)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('459c0db3412e7f3aa3908467cbc6d9bc7af04c07')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 174634, 
oxygen-icons/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-01-05 12:57:15 UTC (rev 174635)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('710b37bc3571ece2e7713d8a33f3e2945cbb3fc5')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 07:59:22
  Author: andrea
Revision: 174636

db-move: moved kactivities from [testing] to [extra] (i686, x86_64)

Added:
  kactivities/repos/extra-i686/PKGBUILD
(from rev 174635, kactivities/repos/testing-i686/PKGBUILD)
  kactivities/repos/extra-x86_64/PKGBUILD
(from rev 174635, kactivities/repos/testing-x86_64/PKGBUILD)
Deleted:
  kactivities/repos/extra-i686/PKGBUILD
  kactivities/repos/extra-x86_64/PKGBUILD
  kactivities/repos/testing-i686/
  kactivities/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 12:57:15 UTC (rev 174635)
+++ extra-i686/PKGBUILD 2013-01-05 12:59:22 UTC (rev 174636)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kactivities
-pkgver=4.9.4
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='API for using and interacting with the Activity Manager'
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1e3b69751d0da8416215038bc140748df23d4f37')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kactivities/repos/extra-i686/PKGBUILD (from rev 174635, 
kactivities/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 12:59:22 UTC (rev 174636)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities
+pkgver=4.9.5
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'mesa')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b39833e52fba5f245aa2f2c220a8e6a3108a8ed0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 12:57:15 UTC (rev 174635)
+++ extra-x86_64/PKGBUILD   2013-01-05 12:59:22 UTC (rev 174636)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kactivities
-pkgver=4.9.4
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='API for using and interacting with the Activity Manager'
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1e3b69751d0da8416215038bc140748df23d4f37')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kactivities/repos/extra-x86_64/PKGBUILD (from rev 174635, 
kactivities/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 12:59:22 UTC (rev 174636)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities
+pkgver=4.9.5
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'mesa')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b39833e52fba5f245aa2f2c220a8e6a3108a8ed0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kdebase-runtime/repos (10 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 07:59:50
  Author: andrea
Revision: 174637

db-move: moved kdebase-runtime from [testing] to [extra] (i686, x86_64)

Added:
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 174636, kdebase-runtime/repos/testing-i686/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
(from rev 174636, 
kdebase-runtime/repos/testing-i686/kdebase-runtime.install)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 174636, kdebase-runtime/repos/testing-x86_64/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
(from rev 174636, 
kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
  kdebase-runtime/repos/testing-i686/
  kdebase-runtime/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   86 -
 extra-i686/kdebase-runtime.install   |   26 -
 extra-x86_64/PKGBUILD|   86 -
 extra-x86_64/kdebase-runtime.install |   26 -
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 12:59:22 UTC (rev 174636)
+++ extra-i686/PKGBUILD 2013-01-05 12:59:50 UTC (rev 174637)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=('nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth'
- 'kactivities')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
- 'networkmanager')
-optdepends=('kdepimlibs: to generate drkonqi reports'
-'htdig: to build the search index in khelpcenter'
-'rarian: needed by khelpcenter'
-'gdb: drkonq crash handler')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('8988c3684c05efc676d1bfe454480f60d75fac3b')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-runtime-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DWITH_Xine=OFF
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-}

Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 174636, 
kdebase-runtime/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 12:59:50 UTC (rev 174637)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=('nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth'
+ 'kactivities')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager')
+optdepends=('kdepimlibs: to generate drkonqi reports'
+'htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('6e2abeb8cc2d40d248dfabd49da264ac375fe6b5')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DWITH_Xine=OFF
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+
+ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+}

Deleted: extra-i686/kdebase-runtime.install
===
--- extra-i686/kdebase-runtime.install  2013-01-05 12:59:22 UTC (rev 174636)

[arch-commits] Commit in kdepim-runtime/repos (10 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:00:22
  Author: andrea
Revision: 174638

db-move: moved kdepim-runtime from [testing] to [extra] (i686, x86_64)

Added:
  kdepim-runtime/repos/extra-i686/PKGBUILD
(from rev 174637, kdepim-runtime/repos/testing-i686/PKGBUILD)
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
(from rev 174637, kdepim-runtime/repos/testing-i686/kdepim-runtime.install)
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
(from rev 174637, kdepim-runtime/repos/testing-x86_64/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install
(from rev 174637, 
kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/extra-i686/PKGBUILD
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install
  kdepim-runtime/repos/testing-i686/
  kdepim-runtime/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   62 +-
 extra-i686/kdepim-runtime.install   |   26 +++---
 extra-x86_64/PKGBUILD   |   62 +-
 extra-x86_64/kdepim-runtime.install |   26 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 12:59:50 UTC (rev 174637)
+++ extra-i686/PKGBUILD 2013-01-05 13:00:22 UTC (rev 174638)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepim-runtime
-pkgver=4.9.4
-pkgrel=2
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d6466761e890b2ee0ce66b274553c10f2827ca0')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-}

Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 174637, 
kdepim-runtime/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:00:22 UTC (rev 174638)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.9.5
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1eeb480d088d93d56d7ce8f7ef939150e126c001')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdepim-runtime.install
===
--- extra-i686/kdepim-runtime.install   2013-01-05 12:59:50 UTC (rev 174637)
+++ extra-i686/kdepim-runtime.install   2013-01-05 13:00:22 UTC (rev 174638)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/extra-i686/kdepim-runtime.install (from rev 
174637, kdepim-runtime/repos/testing-i686/kdepim-runtime.install)
===
--- extra-i686/kdepim-runtime.install   (rev 0)
+++ extra-i686/kdepim-runtime.install   2013-01-05 13:00:22 UTC (rev 174638)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 12:59:50 UTC (rev 174637)
+++ 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:00:48
  Author: andrea
Revision: 174639

db-move: moved kdebindings-smokegen from [testing] to [extra] (i686, x86_64)

Added:
  kdebindings-smokegen/repos/extra-i686/PKGBUILD
(from rev 174638, kdebindings-smokegen/repos/testing-i686/PKGBUILD)
  kdebindings-smokegen/repos/extra-x86_64/PKGBUILD
(from rev 174638, kdebindings-smokegen/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokegen/repos/extra-i686/PKGBUILD
  kdebindings-smokegen/repos/extra-x86_64/PKGBUILD
  kdebindings-smokegen/repos/testing-i686/
  kdebindings-smokegen/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:00:22 UTC (rev 174638)
+++ extra-i686/PKGBUILD 2013-01-05 13:00:48 UTC (rev 174639)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokegen
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A general purpose C++ parser with a plugin infrastructure
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('15dd451d602d12e045f3618f9debded16ea45ceb')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokegen/repos/extra-i686/PKGBUILD (from rev 174638, 
kdebindings-smokegen/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:00:48 UTC (rev 174639)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('a9ac753f2297329775291c3f7720eb50ef83749b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:00:22 UTC (rev 174638)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:00:48 UTC (rev 174639)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokegen
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A general purpose C++ parser with a plugin infrastructure
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('15dd451d602d12e045f3618f9debded16ea45ceb')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokegen/repos/extra-x86_64/PKGBUILD (from rev 174638, 
kdebindings-smokegen/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:00:48 UTC (rev 174639)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('a9ac753f2297329775291c3f7720eb50ef83749b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:01:10
  Author: andrea
Revision: 174640

db-move: moved kdebindings-smokeqt from [testing] to [extra] (i686, x86_64)

Added:
  kdebindings-smokeqt/repos/extra-i686/PKGBUILD
(from rev 174639, kdebindings-smokeqt/repos/testing-i686/PKGBUILD)
  kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD
(from rev 174639, kdebindings-smokeqt/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokeqt/repos/extra-i686/PKGBUILD
  kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD
  kdebindings-smokeqt/repos/testing-i686/
  kdebindings-smokeqt/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   64 
 extra-x86_64/PKGBUILD |   64 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:00:48 UTC (rev 174639)
+++ extra-i686/PKGBUILD 2013-01-05 13:01:10 UTC (rev 174640)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokeqt
-pkgver=4.9.4
-pkgrel=2
-pkgdesc=Language independent library for Qt bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4' 'mesa')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('171b3c1cc0e7986ffb2d96a9ff844300e98746bf')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokeqt/repos/extra-i686/PKGBUILD (from rev 174639, 
kdebindings-smokeqt/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:01:10 UTC (rev 174640)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('a99f0b15f6e08a13e3018e4379837bdafe6ebd0e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:00:48 UTC (rev 174639)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:01:10 UTC (rev 174640)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokeqt
-pkgver=4.9.4
-pkgrel=2
-pkgdesc=Language independent library for Qt bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4' 'mesa')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('171b3c1cc0e7986ffb2d96a9ff844300e98746bf')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD (from rev 174639, 
kdebindings-smokeqt/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:01:10 UTC (rev 174640)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')

[arch-commits] Commit in kdegraphics-okular/repos (10 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:01:34
  Author: andrea
Revision: 174641

db-move: moved kdegraphics-okular from [testing] to [extra] (i686, x86_64)

Added:
  kdegraphics-okular/repos/extra-i686/PKGBUILD
(from rev 174640, kdegraphics-okular/repos/testing-i686/PKGBUILD)
  kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install
(from rev 174640, 
kdegraphics-okular/repos/testing-i686/kdegraphics-okular.install)
  kdegraphics-okular/repos/extra-x86_64/PKGBUILD
(from rev 174640, kdegraphics-okular/repos/testing-x86_64/PKGBUILD)
  kdegraphics-okular/repos/extra-x86_64/kdegraphics-okular.install
(from rev 174640, 
kdegraphics-okular/repos/testing-x86_64/kdegraphics-okular.install)
Deleted:
  kdegraphics-okular/repos/extra-i686/PKGBUILD
  kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install
  kdegraphics-okular/repos/extra-x86_64/PKGBUILD
  kdegraphics-okular/repos/extra-x86_64/kdegraphics-okular.install
  kdegraphics-okular/repos/testing-i686/
  kdegraphics-okular/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   66 +++---
 extra-i686/kdegraphics-okular.install   |   24 +-
 extra-x86_64/PKGBUILD   |   66 +++---
 extra-x86_64/kdegraphics-okular.install |   24 +-
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:01:10 UTC (rev 174640)
+++ extra-i686/PKGBUILD 2013-01-05 13:01:34 UTC (rev 174641)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-okular
-pkgver=4.9.4
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=('i686' 'x86_64')
-url=http://kde.org/applications/graphics/okular/;
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'djvulibre'
- 'ebook-tools' 'libspectre')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdegraphics-mobipocket: mobipocket support')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('66299e7c61596e22109fe0758c1aab306e591d11')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../okular-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-okular/repos/extra-i686/PKGBUILD (from rev 174640, 
kdegraphics-okular/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:01:34 UTC (rev 174641)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.9.5
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'djvulibre'
+ 'ebook-tools' 'libspectre')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdegraphics-mobipocket: mobipocket support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('1e06acd55f177c118321163b69abb8e52ebff0f2')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegraphics-okular.install
===
--- extra-i686/kdegraphics-okular.install   2013-01-05 13:01:10 UTC (rev 
174640)
+++ extra-i686/kdegraphics-okular.install   2013-01-05 13:01:34 UTC (rev 
174641)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install (from 
rev 174640, kdegraphics-okular/repos/testing-i686/kdegraphics-okular.install)
===
--- extra-i686/kdegraphics-okular.install   (rev 0)
+++ extra-i686/kdegraphics-okular.install   2013-01-05 13:01:34 UTC (rev 
174641)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:01:57
  Author: andrea
Revision: 174642

db-move: moved kdebindings-python from [testing] to [extra] (i686, x86_64)

Added:
  kdebindings-python/repos/extra-i686/PKGBUILD
(from rev 174641, kdebindings-python/repos/testing-i686/PKGBUILD)
  kdebindings-python/repos/extra-x86_64/PKGBUILD
(from rev 174641, kdebindings-python/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-python/repos/extra-i686/PKGBUILD
  kdebindings-python/repos/extra-x86_64/PKGBUILD
  kdebindings-python/repos/testing-i686/
  kdebindings-python/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  138 
 extra-x86_64/PKGBUILD |  138 
 2 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:01:34 UTC (rev 174641)
+++ extra-i686/PKGBUILD 2013-01-05 13:01:57 UTC (rev 174642)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
- 'kdebindings-python2')
-pkgver=4.9.4
-pkgrel=1
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
- 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('d9c5fbbc79e95fca0ab2523a8de4e2291641bea3')
-
-build() {
-  export PYTHONDONTWRITEBYTECODE=TRUE
-
-  mkdir build
-  cd build
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python3 \
--DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0
-  make
-  cd ..
-
-  mkdir build-python2
-  cd build-python2
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package_kdebindings-python() {
-  pkgdesc=A set of Python 3.x bindings for KDE
-  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
-
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdebindings-python2() {
-  pkgdesc=A set of Python 2.x bindings for KDE
-  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
-  conflicts=('kdebindings-python4.8.1-2')
- 
-  cd ${srcdir}/build-python2
-  make DESTDIR=${pkgdir} install
-
-  # Fix conflicts
-  rm ${pkgdir}/usr/bin/pykdeuic4
-  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
-${pkgdir}/usr/bin/python2-pykdeuic4
-
-  mv ${pkgdir}/usr/share/apps/pykde4/examples \
-${pkgdir}/usr/share/apps/pykde4/python2-examples
-
-  mv ${pkgdir}/usr/share/sip/PyKDE4 \
-${pkgdir}/usr/share/sip/python2-PyKDE4
-
-  # Use the python2 executable
-  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: kdebindings-python/repos/extra-i686/PKGBUILD (from rev 174641, 
kdebindings-python/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:01:57 UTC (rev 174642)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2')
+pkgver=4.9.5
+pkgrel=1
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
+ 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('8a0cf08aa4747df05edae833139e5eea739adf45')
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python3 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+ 
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm ${pkgdir}/usr/bin/pykdeuic4
+  ln -sf 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:02:25
  Author: andrea
Revision: 174643

db-move: moved kdesdk-kate from [testing] to [extra] (i686, x86_64)

Added:
  kdesdk-kate/repos/extra-i686/PKGBUILD
(from rev 174642, kdesdk-kate/repos/testing-i686/PKGBUILD)
  kdesdk-kate/repos/extra-i686/kdebase-katepart.install
(from rev 174642, kdesdk-kate/repos/testing-i686/kdebase-katepart.install)
  kdesdk-kate/repos/extra-i686/kdebase-kwrite.install
(from rev 174642, kdesdk-kate/repos/testing-i686/kdebase-kwrite.install)
  kdesdk-kate/repos/extra-i686/kdesdk-kate.install
(from rev 174642, kdesdk-kate/repos/testing-i686/kdesdk-kate.install)
  kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 174642, 
kdesdk-kate/repos/testing-i686/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/extra-x86_64/PKGBUILD
(from rev 174642, kdesdk-kate/repos/testing-x86_64/PKGBUILD)
  kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install
(from rev 174642, kdesdk-kate/repos/testing-x86_64/kdebase-katepart.install)
  kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install
(from rev 174642, kdesdk-kate/repos/testing-x86_64/kdebase-kwrite.install)
  kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install
(from rev 174642, kdesdk-kate/repos/testing-x86_64/kdesdk-kate.install)
  kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 174642, 
kdesdk-kate/repos/testing-x86_64/pkgbuild-syntax-highlight.patch)
Deleted:
  kdesdk-kate/repos/extra-i686/PKGBUILD
  kdesdk-kate/repos/extra-i686/kdebase-katepart.install
  kdesdk-kate/repos/extra-i686/kdebase-kwrite.install
  kdesdk-kate/repos/extra-i686/kdesdk-kate.install
  kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
  kdesdk-kate/repos/extra-x86_64/PKGBUILD
  kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install
  kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install
  kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install
  kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
  kdesdk-kate/repos/testing-i686/
  kdesdk-kate/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  136 -
 extra-i686/kdebase-katepart.install  |   22 ++--
 extra-i686/kdebase-kwrite.install|   24 ++--
 extra-i686/kdesdk-kate.install   |   26 ++--
 extra-i686/pkgbuild-syntax-highlight.patch   |   22 ++--
 extra-x86_64/PKGBUILD|  136 -
 extra-x86_64/kdebase-katepart.install|   22 ++--
 extra-x86_64/kdebase-kwrite.install  |   24 ++--
 extra-x86_64/kdesdk-kate.install |   26 ++--
 extra-x86_64/pkgbuild-syntax-highlight.patch |   22 ++--
 10 files changed, 230 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:01:57 UTC (rev 174642)
+++ extra-i686/PKGBUILD 2013-01-05 13:02:25 UTC (rev 174643)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
- 'kdebase-kwrite'
- 'kdesdk-kate')
-pkgver=4.9.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-sha1sums=('7740527d43f057c949c4954d916cd7237c915b20'
-  '0a928253bd2077f0264d96a6c8823c69c47b6a8d')
-
-build() {
-  cd ${srcdir}/kate-${pkgver}
-  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-katepart() {
-  pkgdesc=A fast and feature-rich text editor component
-  depends=('kdelibs')
-  url=http://kate-editor.org/about-katepart/;
-  install='kdebase-katepart.install'
-
-  cd ${srcdir}/build/part
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdebase-kwrite() {
-  pkgdesc=Text Editor
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdebase')
-  url=http://www.kde.org/applications/utilities/kwrite/;
-  install='kdebase-kwrite.install'
-
-  cd ${srcdir}/build/kwrite
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/build/doc/kwrite
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdesdk-kate() {
-  pkgdesc=Advanced Text Editor
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdesdk')
-  url=http://www.kde.org/applications/utilities/kate/;
-  install='kdesdk-kate.install'
-  optdepends=('kdebase-konsole: open a terminal in Kate')
-
-  cd ${srcdir}/build/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/build/doc/kate
-  make DESTDIR=${pkgdir} install
-}

Copied: kdesdk-kate/repos/extra-i686/PKGBUILD (from rev 174642, 
kdesdk-kate/repos/testing-i686/PKGBUILD)

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:02:49
  Author: andrea
Revision: 174644

db-move: moved kdebindings-smokekde from [testing] to [extra] (i686, x86_64)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 174643, kdebindings-smokekde/repos/testing-i686/PKGBUILD)
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 174643, kdebindings-smokekde/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/testing-i686/
  kdebindings-smokekde/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   70 
 extra-x86_64/PKGBUILD |   70 
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:02:25 UTC (rev 174643)
+++ extra-i686/PKGBUILD 2013-01-05 13:02:49 UTC (rev 174644)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
- 'mesa')
-optdepends=('kdesdk-kate: Kate bindings'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('6634a0cc22c26c4d30a23bfc768adacdbd75eb5d')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/extra-i686/PKGBUILD (from rev 174643, 
kdebindings-smokekde/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:02:49 UTC (rev 174644)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('b2574e50b205e164e9e3672f6d28b264f30b7a64')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:02:25 UTC (rev 174643)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:02:49 UTC (rev 174644)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
- 'mesa')
-optdepends=('kdesdk-kate: Kate bindings'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('6634a0cc22c26c4d30a23bfc768adacdbd75eb5d')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/extra-x86_64/PKGBUILD (from rev 174643, 
kdebindings-smokekde/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:02:49 

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:03:12
  Author: andrea
Revision: 174645

db-move: moved kdebindings-perlqt from [testing] to [extra] (i686, x86_64)

Added:
  kdebindings-perlqt/repos/extra-i686/PKGBUILD
(from rev 174644, kdebindings-perlqt/repos/testing-i686/PKGBUILD)
  kdebindings-perlqt/repos/extra-x86_64/PKGBUILD
(from rev 174644, kdebindings-perlqt/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-perlqt/repos/extra-i686/PKGBUILD
  kdebindings-perlqt/repos/extra-x86_64/PKGBUILD
  kdebindings-perlqt/repos/testing-i686/
  kdebindings-perlqt/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:02:49 UTC (rev 174644)
+++ extra-i686/PKGBUILD 2013-01-05 13:03:12 UTC (rev 174645)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-perlqt
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Perl bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'perl-list-moreutils')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('daa1ceadd1008cc7a82eb810731ff7c76fccb674')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../perlqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-perlqt/repos/extra-i686/PKGBUILD (from rev 174644, 
kdebindings-perlqt/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:03:12 UTC (rev 174645)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('225cae44640b66f6294333026c78826e2350a7f7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:02:49 UTC (rev 174644)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:03:12 UTC (rev 174645)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-perlqt
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Perl bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'perl-list-moreutils')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('daa1ceadd1008cc7a82eb810731ff7c76fccb674')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../perlqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-perlqt/repos/extra-x86_64/PKGBUILD (from rev 174644, 
kdebindings-perlqt/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:03:12 UTC (rev 174645)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('225cae44640b66f6294333026c78826e2350a7f7')
+

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:03:33
  Author: andrea
Revision: 174646

db-move: moved kdebindings-qyoto from [testing] to [extra] (i686, x86_64)

Added:
  kdebindings-qyoto/repos/extra-i686/PKGBUILD
(from rev 174645, kdebindings-qyoto/repos/testing-i686/PKGBUILD)
  kdebindings-qyoto/repos/extra-x86_64/PKGBUILD
(from rev 174645, kdebindings-qyoto/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-qyoto/repos/extra-i686/PKGBUILD
  kdebindings-qyoto/repos/extra-x86_64/PKGBUILD
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:03:12 UTC (rev 174645)
+++ extra-i686/PKGBUILD 2013-01-05 13:03:33 UTC (rev 174646)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'mono')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-csharp')
-source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('53715ebadb0d591d5a0913602dff7a92eb636e95')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 174645, 
kdebindings-qyoto/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:03:33 UTC (rev 174646)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('2acae493326a8a805fc91620984737aea8d31d51')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:03:12 UTC (rev 174645)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:03:33 UTC (rev 174646)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'mono')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-csharp')
-source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('53715ebadb0d591d5a0913602dff7a92eb636e95')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 174645, 
kdebindings-qyoto/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:03:33 UTC (rev 174646)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('2acae493326a8a805fc91620984737aea8d31d51')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:03:53
  Author: andrea
Revision: 174647

db-move: moved kdebindings-qtruby from [testing] to [extra] (i686, x86_64)

Added:
  kdebindings-qtruby/repos/extra-i686/PKGBUILD
(from rev 174646, kdebindings-qtruby/repos/testing-i686/PKGBUILD)
  kdebindings-qtruby/repos/extra-x86_64/PKGBUILD
(from rev 174646, kdebindings-qtruby/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-qtruby/repos/extra-i686/PKGBUILD
  kdebindings-qtruby/repos/extra-x86_64/PKGBUILD
  kdebindings-qtruby/repos/testing-i686/
  kdebindings-qtruby/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   66 
 extra-x86_64/PKGBUILD |   66 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:03:33 UTC (rev 174646)
+++ extra-i686/PKGBUILD 2013-01-05 13:03:53 UTC (rev 174647)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qtruby
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Ruby bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'ruby')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('4f6f57b7f99b540b126534b8f9208cc1419b7e9a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qtruby-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qtruby/repos/extra-i686/PKGBUILD (from rev 174646, 
kdebindings-qtruby/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:03:53 UTC (rev 174647)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qtruby
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Ruby bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('442fff6a343103fd98dae1097e702901c5884e86')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qtruby-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:03:33 UTC (rev 174646)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:03:53 UTC (rev 174647)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qtruby
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Ruby bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'ruby')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('4f6f57b7f99b540b126534b8f9208cc1419b7e9a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qtruby-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qtruby/repos/extra-x86_64/PKGBUILD (from rev 174646, 
kdebindings-qtruby/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:03:53 UTC (rev 174647)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+

[arch-commits] Commit in kde-base-artwork/repos (3 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:04:13
  Author: andrea
Revision: 174648

db-move: moved kde-base-artwork from [testing] to [extra] (any)

Added:
  kde-base-artwork/repos/extra-any/PKGBUILD
(from rev 174647, kde-base-artwork/repos/testing-any/PKGBUILD)
Deleted:
  kde-base-artwork/repos/extra-any/PKGBUILD
  kde-base-artwork/repos/testing-any/

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2013-01-05 13:03:53 UTC (rev 174647)
+++ extra-any/PKGBUILD  2013-01-05 13:04:13 UTC (rev 174648)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kde-base-artwork
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=KDE KSplash theme
-arch=('any')
-url='http://www.kde.org/'
-license=('LGPL')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ab7b1746ce7fce494e5b48c8e42675ce733eb6e8')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}

Copied: kde-base-artwork/repos/extra-any/PKGBUILD (from rev 174647, 
kde-base-artwork/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-01-05 13:04:13 UTC (rev 174648)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-base-artwork
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=KDE KSplash theme
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1c2f433925e59b1637ed85065894d7f24e84de07')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kdebase-workspace/repos (46 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:04:41
  Author: andrea
Revision: 174649

db-move: moved kdebase-workspace from [testing] to [extra] (i686, x86_64)

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 174648, kdebase-workspace/repos/testing-i686/PKGBUILD)
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
(from rev 174648, kdebase-workspace/repos/testing-i686/etc-scripts.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 174648, kdebase-workspace/repos/testing-i686/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 174648, kdebase-workspace/repos/testing-i686/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 174648, 
kdebase-workspace/repos/testing-i686/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm
(from rev 174648, kdebase-workspace/repos/testing-i686/kdm)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 174648, kdebase-workspace/repos/testing-i686/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.logrotate
(from rev 174648, kdebase-workspace/repos/testing-i686/kdm.logrotate)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 174648, kdebase-workspace/repos/testing-i686/kdm.service)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 174648, kdebase-workspace/repos/testing-i686/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 174648, 
kdebase-workspace/repos/testing-i686/terminate-server.patch)
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 174648, kdebase-workspace/repos/testing-x86_64/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
(from rev 174648, kdebase-workspace/repos/testing-x86_64/etc-scripts.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 174648, kdebase-workspace/repos/testing-x86_64/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 174648, kdebase-workspace/repos/testing-x86_64/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 174648, 
kdebase-workspace/repos/testing-x86_64/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm
(from rev 174648, kdebase-workspace/repos/testing-x86_64/kdm)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 174648, kdebase-workspace/repos/testing-x86_64/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
(from rev 174648, kdebase-workspace/repos/testing-x86_64/kdm.logrotate)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 174648, kdebase-workspace/repos/testing-x86_64/kdm.service)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 174648, kdebase-workspace/repos/testing-x86_64/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 174648, 
kdebase-workspace/repos/testing-x86_64/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
  kdebase-workspace/repos/extra-i686/kde-np.pam
  kdebase-workspace/repos/extra-i686/kde.pam
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
  kdebase-workspace/repos/extra-i686/kdm
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-i686/kdm.logrotate
  kdebase-workspace/repos/extra-i686/kdm.service
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
  kdebase-workspace/repos/extra-i686/terminate-server.patch
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
  kdebase-workspace/repos/extra-x86_64/kde.pam
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/extra-x86_64/kdm
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
  kdebase-workspace/repos/extra-x86_64/kdm.service
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
  kdebase-workspace/repos/testing-i686/
  kdebase-workspace/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|  170 +++
 extra-i686/etc-scripts.patch   |   22 ++--
 extra-i686/kde-np.pam  |   24 ++--
 extra-i686/kde.pam |   16 +-
 extra-i686/kdebase-workspace.install   |   62 +--
 extra-i686/kdm |   72 ++---
 extra-i686/kdm-xinitrd.patch   |   36 +++---
 extra-i686/kdm.logrotate   |   12 +-
 extra-i686/kdm.service |   18 +--
 extra-i686/kscreensaver.pam|2 
 extra-i686/terminate-server.patch  |   22 ++--
 extra-x86_64/PKGBUILD  |  170 +++
 extra-x86_64/etc-scripts.patch 

[arch-commits] Commit in kdebase/repos (20 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:05:13
  Author: andrea
Revision: 174650

db-move: moved kdebase from [testing] to [extra] (i686, x86_64)

Added:
  kdebase/repos/extra-i686/PKGBUILD
(from rev 174649, kdebase/repos/testing-i686/PKGBUILD)
  kdebase/repos/extra-i686/kdebase-dolphin.install
(from rev 174649, kdebase/repos/testing-i686/kdebase-dolphin.install)
  kdebase/repos/extra-i686/kdebase-konqueror.install
(from rev 174649, kdebase/repos/testing-i686/kdebase-konqueror.install)
  kdebase/repos/extra-i686/kdebase.install
(from rev 174649, kdebase/repos/testing-i686/kdebase.install)
  kdebase/repos/extra-x86_64/PKGBUILD
(from rev 174649, kdebase/repos/testing-x86_64/PKGBUILD)
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
(from rev 174649, kdebase/repos/testing-x86_64/kdebase-dolphin.install)
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
(from rev 174649, kdebase/repos/testing-x86_64/kdebase-konqueror.install)
  kdebase/repos/extra-x86_64/kdebase.install
(from rev 174649, kdebase/repos/testing-x86_64/kdebase.install)
Deleted:
  kdebase/repos/extra-i686/PKGBUILD
  kdebase/repos/extra-i686/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
  kdebase/repos/extra-i686/kdebase-dolphin.install
  kdebase/repos/extra-i686/kdebase-konqueror.install
  kdebase/repos/extra-i686/kdebase.install
  kdebase/repos/extra-x86_64/PKGBUILD
  kdebase/repos/extra-x86_64/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
  kdebase/repos/extra-x86_64/kdebase.install
  kdebase/repos/testing-i686/
  kdebase/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  244 --
 extra-i686/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff   |  232 -
 extra-i686/kdebase-dolphin.install  |   22 
 extra-i686/kdebase-konqueror.install|   24 
 extra-i686/kdebase.install  |   22 
 extra-x86_64/PKGBUILD   |  244 --
 extra-x86_64/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff |  232 -
 extra-x86_64/kdebase-dolphin.install|   22 
 extra-x86_64/kdebase-konqueror.install  |   24 
 extra-x86_64/kdebase.install|   22 
 10 files changed, 306 insertions(+), 782 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:04:41 UTC (rev 174649)
+++ extra-i686/PKGBUILD 2013-01-05 13:05:13 UTC (rev 174650)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=4.9.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;
-'kde-baseapps-4.9.4-fix-bugs-311206-311246.diff')
-sha1sums=('b68e76766331272a45b1d897adf4c1928a11e747'
-  '998f1db2309744dd2c054aec3462a717bc107c2e')
-
-build() {
-cd kde-baseapps-${pkgver}
-patch -p1 -i ${srcdir}/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
-cd ../
-
-   mkdir build
-   cd build
-   cmake ../kde-baseapps-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdebase-dolphin() {
-   pkgdesc='File Manager'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-'kdegraphics-thumbnailers: thumbnailers for graphics file'
-'ruby: servicemenu installation')
-   url=http://kde.org/applications/system/dolphin/;
-install=kdebase-dolphin.install
-   cd $srcdir/build/dolphin
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dolphin
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdepasswd() {
-   pkgdesc='Change Password'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   cd $srcdir/build/kdepasswd
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kdepasswd
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdialog() {
-   pkgdesc='A utility for displaying dialog boxes from shell scripts'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/kdialog
-   make DESTDIR=$pkgdir install
-}
-

[arch-commits] Commit in libkdeedu/repos (10 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:05:50
  Author: andrea
Revision: 174651

db-move: moved libkdeedu from [testing] to [extra] (i686, x86_64)

Added:
  libkdeedu/repos/extra-i686/PKGBUILD
(from rev 174650, libkdeedu/repos/testing-i686/PKGBUILD)
  libkdeedu/repos/extra-i686/libkdeedu.install
(from rev 174650, libkdeedu/repos/testing-i686/libkdeedu.install)
  libkdeedu/repos/extra-x86_64/PKGBUILD
(from rev 174650, libkdeedu/repos/testing-x86_64/PKGBUILD)
  libkdeedu/repos/extra-x86_64/libkdeedu.install
(from rev 174650, libkdeedu/repos/testing-x86_64/libkdeedu.install)
Deleted:
  libkdeedu/repos/extra-i686/PKGBUILD
  libkdeedu/repos/extra-i686/libkdeedu.install
  libkdeedu/repos/extra-x86_64/PKGBUILD
  libkdeedu/repos/extra-x86_64/libkdeedu.install
  libkdeedu/repos/testing-i686/
  libkdeedu/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   62 +++
 extra-i686/libkdeedu.install   |   22 ++---
 extra-x86_64/PKGBUILD  |   62 +++
 extra-x86_64/libkdeedu.install |   22 ++---
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:05:13 UTC (rev 174650)
+++ extra-i686/PKGBUILD 2013-01-05 13:05:50 UTC (rev 174651)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdeedu
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Libraries used by KDE Education applications
-url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-replaces=('kdeedu-libkdeedu' 'kdeedu-data')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ecaf85ede42bb99850af6b1a35912327d95a1322')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkdeedu/repos/extra-i686/PKGBUILD (from rev 174650, 
libkdeedu/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:05:50 UTC (rev 174651)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdeedu
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Libraries used by KDE Education applications
+url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c488ca82b10acc26fa44b0f8f52abd7cdd1e4f15')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libkdeedu.install
===
--- extra-i686/libkdeedu.install2013-01-05 13:05:13 UTC (rev 174650)
+++ extra-i686/libkdeedu.install2013-01-05 13:05:50 UTC (rev 174651)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkdeedu/repos/extra-i686/libkdeedu.install (from rev 174650, 
libkdeedu/repos/testing-i686/libkdeedu.install)
===
--- extra-i686/libkdeedu.install(rev 0)
+++ extra-i686/libkdeedu.install2013-01-05 13:05:50 UTC (rev 174651)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:05:13 UTC (rev 174650)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:05:50 UTC (rev 174651)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdeedu
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Libraries used by KDE Education applications
-url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-replaces=('kdeedu-libkdeedu' 'kdeedu-data')

[arch-commits] Commit in kdeedu-marble/repos (10 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:06:11
  Author: andrea
Revision: 174652

db-move: moved kdeedu-marble from [testing] to [extra] (i686, x86_64)

Added:
  kdeedu-marble/repos/extra-i686/PKGBUILD
(from rev 174651, kdeedu-marble/repos/testing-i686/PKGBUILD)
  kdeedu-marble/repos/extra-i686/kdeedu-marble.install
(from rev 174651, kdeedu-marble/repos/testing-i686/kdeedu-marble.install)
  kdeedu-marble/repos/extra-x86_64/PKGBUILD
(from rev 174651, kdeedu-marble/repos/testing-x86_64/PKGBUILD)
  kdeedu-marble/repos/extra-x86_64/kdeedu-marble.install
(from rev 174651, kdeedu-marble/repos/testing-x86_64/kdeedu-marble.install)
Deleted:
  kdeedu-marble/repos/extra-i686/PKGBUILD
  kdeedu-marble/repos/extra-i686/kdeedu-marble.install
  kdeedu-marble/repos/extra-x86_64/PKGBUILD
  kdeedu-marble/repos/extra-x86_64/kdeedu-marble.install
  kdeedu-marble/repos/testing-i686/
  kdeedu-marble/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   64 +--
 extra-i686/kdeedu-marble.install   |   24 ++---
 extra-x86_64/PKGBUILD  |   64 +--
 extra-x86_64/kdeedu-marble.install |   24 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:05:50 UTC (rev 174651)
+++ extra-i686/PKGBUILD 2013-01-05 13:06:11 UTC (rev 174652)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-marble
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Desktop Globe
-url=http://kde.org/applications/education/marble/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'gpsd')
-optdepends=('gpsd: gps support')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('32631172148b5994e81ba51dddf0e5bbd2a1867c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../marble-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-marble/repos/extra-i686/PKGBUILD (from rev 174651, 
kdeedu-marble/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:06:11 UTC (rev 174652)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: gps support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('75cf56d9c3c88ef3f7d27f0d4891964372ba467f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdeedu-marble.install
===
--- extra-i686/kdeedu-marble.install2013-01-05 13:05:50 UTC (rev 174651)
+++ extra-i686/kdeedu-marble.install2013-01-05 13:06:11 UTC (rev 174652)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-marble/repos/extra-i686/kdeedu-marble.install (from rev 174651, 
kdeedu-marble/repos/testing-i686/kdeedu-marble.install)
===
--- extra-i686/kdeedu-marble.install(rev 0)
+++ extra-i686/kdeedu-marble.install2013-01-05 13:06:11 UTC (rev 174652)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:05:50 UTC (rev 174651)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:06:11 UTC (rev 174652)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-marble
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Desktop Globe
-url=http://kde.org/applications/education/marble/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')

[arch-commits] Commit in libkdcraw/repos (10 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:06:38
  Author: andrea
Revision: 174653

db-move: moved libkdcraw from [testing] to [extra] (i686, x86_64)

Added:
  libkdcraw/repos/extra-i686/PKGBUILD
(from rev 174652, libkdcraw/repos/testing-i686/PKGBUILD)
  libkdcraw/repos/extra-i686/libkdcraw.install
(from rev 174652, libkdcraw/repos/testing-i686/libkdcraw.install)
  libkdcraw/repos/extra-x86_64/PKGBUILD
(from rev 174652, libkdcraw/repos/testing-x86_64/PKGBUILD)
  libkdcraw/repos/extra-x86_64/libkdcraw.install
(from rev 174652, libkdcraw/repos/testing-x86_64/libkdcraw.install)
Deleted:
  libkdcraw/repos/extra-i686/PKGBUILD
  libkdcraw/repos/extra-i686/libkdcraw.install
  libkdcraw/repos/extra-x86_64/PKGBUILD
  libkdcraw/repos/extra-x86_64/libkdcraw.install
  libkdcraw/repos/testing-i686/
  libkdcraw/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   64 +++
 extra-i686/libkdcraw.install   |   22 ++---
 extra-x86_64/PKGBUILD  |   64 +++
 extra-x86_64/libkdcraw.install |   22 ++---
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:06:11 UTC (rev 174652)
+++ extra-i686/PKGBUILD 2013-01-05 13:06:38 UTC (rev 174653)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdcraw
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A C++ interface used to decode RAW picture
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'lcms')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b40cac622106dd45dd15e3ccc3b10480cc624bd8')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkdcraw/repos/extra-i686/PKGBUILD (from rev 174652, 
libkdcraw/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:06:38 UTC (rev 174653)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'lcms')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('baaafbb1a2da84e4180482c3628727c1b5b16cee')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libkdcraw.install
===
--- extra-i686/libkdcraw.install2013-01-05 13:06:11 UTC (rev 174652)
+++ extra-i686/libkdcraw.install2013-01-05 13:06:38 UTC (rev 174653)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkdcraw/repos/extra-i686/libkdcraw.install (from rev 174652, 
libkdcraw/repos/testing-i686/libkdcraw.install)
===
--- extra-i686/libkdcraw.install(rev 0)
+++ extra-i686/libkdcraw.install2013-01-05 13:06:38 UTC (rev 174653)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:06:11 UTC (rev 174652)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:06:38 UTC (rev 174653)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdcraw
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A C++ interface used to decode RAW picture
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'lcms')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:06:58
  Author: andrea
Revision: 174654

db-move: moved libkexiv2 from [testing] to [extra] (i686, x86_64)

Added:
  libkexiv2/repos/extra-i686/PKGBUILD
(from rev 174653, libkexiv2/repos/testing-i686/PKGBUILD)
  libkexiv2/repos/extra-x86_64/PKGBUILD
(from rev 174653, libkexiv2/repos/testing-x86_64/PKGBUILD)
Deleted:
  libkexiv2/repos/extra-i686/PKGBUILD
  libkexiv2/repos/extra-x86_64/PKGBUILD
  libkexiv2/repos/testing-i686/
  libkexiv2/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:06:38 UTC (rev 174653)
+++ extra-i686/PKGBUILD 2013-01-05 13:06:58 UTC (rev 174654)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('130c9956c89076ba9df971ea72c0713fdcfee989')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/extra-i686/PKGBUILD (from rev 174653, 
libkexiv2/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:06:58 UTC (rev 174654)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('54f30de47f12101b4e6ebd74f5d8e6052e694461')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:06:38 UTC (rev 174653)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:06:58 UTC (rev 174654)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('130c9956c89076ba9df971ea72c0713fdcfee989')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/extra-x86_64/PKGBUILD (from rev 174653, 
libkexiv2/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:06:58 UTC (rev 174654)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('54f30de47f12101b4e6ebd74f5d8e6052e694461')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libkipi/repos (10 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:07:19
  Author: andrea
Revision: 174655

db-move: moved libkipi from [testing] to [extra] (i686, x86_64)

Added:
  libkipi/repos/extra-i686/PKGBUILD
(from rev 174654, libkipi/repos/testing-i686/PKGBUILD)
  libkipi/repos/extra-i686/libkipi.install
(from rev 174654, libkipi/repos/testing-i686/libkipi.install)
  libkipi/repos/extra-x86_64/PKGBUILD
(from rev 174654, libkipi/repos/testing-x86_64/PKGBUILD)
  libkipi/repos/extra-x86_64/libkipi.install
(from rev 174654, libkipi/repos/testing-x86_64/libkipi.install)
Deleted:
  libkipi/repos/extra-i686/PKGBUILD
  libkipi/repos/extra-i686/libkipi.install
  libkipi/repos/extra-x86_64/PKGBUILD
  libkipi/repos/extra-x86_64/libkipi.install
  libkipi/repos/testing-i686/
  libkipi/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   64 -
 extra-i686/libkipi.install   |   22 +++---
 extra-x86_64/PKGBUILD|   64 -
 extra-x86_64/libkipi.install |   22 +++---
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:06:58 UTC (rev 174654)
+++ extra-i686/PKGBUILD 2013-01-05 13:07:19 UTC (rev 174655)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkipi
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=An interface to use kipi-plugins from a KDE application
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fe3c09ed2bc378d975b1d2f495752f03529e52e7')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkipi/repos/extra-i686/PKGBUILD (from rev 174654, 
libkipi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:07:19 UTC (rev 174655)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f38ffdff11abf3aadfa92394ee8816051738f924')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libkipi.install
===
--- extra-i686/libkipi.install  2013-01-05 13:06:58 UTC (rev 174654)
+++ extra-i686/libkipi.install  2013-01-05 13:07:19 UTC (rev 174655)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkipi/repos/extra-i686/libkipi.install (from rev 174654, 
libkipi/repos/testing-i686/libkipi.install)
===
--- extra-i686/libkipi.install  (rev 0)
+++ extra-i686/libkipi.install  2013-01-05 13:07:19 UTC (rev 174655)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:06:58 UTC (rev 174654)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:07:19 UTC (rev 174655)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkipi
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=An interface to use kipi-plugins from a KDE application
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 

[arch-commits] Commit in libksane/repos (10 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:07:39
  Author: andrea
Revision: 174656

db-move: moved libksane from [testing] to [extra] (i686, x86_64)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 174655, libksane/repos/testing-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 174655, libksane/repos/testing-i686/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 174655, libksane/repos/testing-x86_64/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 174655, libksane/repos/testing-x86_64/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install
  libksane/repos/testing-i686/
  libksane/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/libksane.install   |   22 ++---
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/libksane.install |   22 ++---
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:07:19 UTC (rev 174655)
+++ extra-i686/PKGBUILD 2013-01-05 13:07:39 UTC (rev 174656)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6e6dd688b9cae1e809754d527327770c8a4caad0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 174655, 
libksane/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:07:39 UTC (rev 174656)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('feec52661f536b56ad14dfc628b90facd39d05ca')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2013-01-05 13:07:19 UTC (rev 174655)
+++ extra-i686/libksane.install 2013-01-05 13:07:39 UTC (rev 174656)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 174655, 
libksane/repos/testing-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2013-01-05 13:07:39 UTC (rev 174656)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:07:19 UTC (rev 174655)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:07:39 UTC (rev 174656)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:08:00
  Author: andrea
Revision: 174657

db-move: moved kdeedu-analitza from [testing] to [extra] (i686, x86_64)

Added:
  kdeedu-analitza/repos/extra-i686/PKGBUILD
(from rev 174656, kdeedu-analitza/repos/testing-i686/PKGBUILD)
  kdeedu-analitza/repos/extra-x86_64/PKGBUILD
(from rev 174656, kdeedu-analitza/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdeedu-analitza/repos/extra-i686/PKGBUILD
  kdeedu-analitza/repos/extra-x86_64/PKGBUILD
  kdeedu-analitza/repos/testing-i686/
  kdeedu-analitza/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:07:39 UTC (rev 174656)
+++ extra-i686/PKGBUILD 2013-01-05 13:08:00 UTC (rev 174657)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-analitza
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A library to add mathematical features to your program
-url=https://projects.kde.org/projects/kde/kdeedu/analitza;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('4bc60c937d881eb11491b30ae445ebc37393a303')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../analitza-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-analitza/repos/extra-i686/PKGBUILD (from rev 174656, 
kdeedu-analitza/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:08:00 UTC (rev 174657)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('43f4305dee7332bb3844a892abc60e728d555e18')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:07:39 UTC (rev 174656)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:08:00 UTC (rev 174657)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-analitza
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A library to add mathematical features to your program
-url=https://projects.kde.org/projects/kde/kdeedu/analitza;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('4bc60c937d881eb11491b30ae445ebc37393a303')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../analitza-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-analitza/repos/extra-x86_64/PKGBUILD (from rev 174656, 
kdeedu-analitza/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:08:00 UTC (rev 174657)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('43f4305dee7332bb3844a892abc60e728d555e18')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:08:20
  Author: andrea
Revision: 174658

db-move: moved libkcddb from [testing] to [extra] (i686, x86_64)

Added:
  libkcddb/repos/extra-i686/PKGBUILD
(from rev 174657, libkcddb/repos/testing-i686/PKGBUILD)
  libkcddb/repos/extra-x86_64/PKGBUILD
(from rev 174657, libkcddb/repos/testing-x86_64/PKGBUILD)
Deleted:
  libkcddb/repos/extra-i686/PKGBUILD
  libkcddb/repos/extra-x86_64/PKGBUILD
  libkcddb/repos/testing-i686/
  libkcddb/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:08:00 UTC (rev 174657)
+++ extra-i686/PKGBUILD 2013-01-05 13:08:20 UTC (rev 174658)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcddb
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=KDE CDDB library
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('862239eca7ff3bd68dfcbd0cd1b95c8d99b4bf61')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcddb/repos/extra-i686/PKGBUILD (from rev 174657, 
libkcddb/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:08:20 UTC (rev 174658)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('aa1094dc21e789d6e573fffc08d21d14cab8fa05')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:08:00 UTC (rev 174657)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:08:20 UTC (rev 174658)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcddb
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=KDE CDDB library
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('862239eca7ff3bd68dfcbd0cd1b95c8d99b4bf61')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcddb/repos/extra-x86_64/PKGBUILD (from rev 174657, 
libkcddb/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:08:20 UTC (rev 174658)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('aa1094dc21e789d6e573fffc08d21d14cab8fa05')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 08:08:41
  Author: andrea
Revision: 174659

db-move: moved libkcompactdisc from [testing] to [extra] (i686, x86_64)

Added:
  libkcompactdisc/repos/extra-i686/PKGBUILD
(from rev 174658, libkcompactdisc/repos/testing-i686/PKGBUILD)
  libkcompactdisc/repos/extra-x86_64/PKGBUILD
(from rev 174658, libkcompactdisc/repos/testing-x86_64/PKGBUILD)
Deleted:
  libkcompactdisc/repos/extra-i686/PKGBUILD
  libkcompactdisc/repos/extra-x86_64/PKGBUILD
  libkcompactdisc/repos/testing-i686/
  libkcompactdisc/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-05 13:08:20 UTC (rev 174658)
+++ extra-i686/PKGBUILD 2013-01-05 13:08:41 UTC (rev 174659)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcompactdisc
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A library for interfacing with CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e1ca051ebaf3430813b9d18dd2c1dca00c147d8a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcompactdisc/repos/extra-i686/PKGBUILD (from rev 174658, 
libkcompactdisc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-05 13:08:41 UTC (rev 174659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a6d88785485aabdcb96c9a263bf7da9130e23d95')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-05 13:08:20 UTC (rev 174658)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:08:41 UTC (rev 174659)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcompactdisc
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=A library for interfacing with CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e1ca051ebaf3430813b9d18dd2c1dca00c147d8a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcompactdisc/repos/extra-x86_64/PKGBUILD (from rev 174658, 
libkcompactdisc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-05 13:08:41 UTC (rev 174659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a6d88785485aabdcb96c9a263bf7da9130e23d95')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+

  1   2   >