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

2014-10-20 Thread Andrea Scarpino
Date: Monday, October 20, 2014 @ 10:12:21
  Author: andrea
Revision: 224963

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

Added:
  kdegames-kapman/repos/extra-i686/PKGBUILD
(from rev 224962, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
(from rev 224962, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
(from rev 224962, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install
(from rev 224962, kdegames-kapman/trunk/kdegames-kapman.install)
Deleted:
  kdegames-kapman/repos/extra-i686/PKGBUILD
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install

--+
 /PKGBUILD|   62 +
 /kdegames-kapman.install |   22 +++
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdegames-kapman.install   |   11 -
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdegames-kapman.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-20 08:12:12 UTC (rev 224962)
+++ extra-i686/PKGBUILD 2014-10-20 08:12:21 UTC (rev 224963)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.14.1
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('da03d7cbf02f816265aeb71fb3736d3134d05e51')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/extra-i686/PKGBUILD (from rev 224962, 
kdegames-kapman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-20 08:12:21 UTC (rev 224963)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.14.2
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('b3cb4608d9b01f82b8cfeae16aa98d498f11dcaf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kapman.install
===
--- extra-i686/kdegames-kapman.install  2014-10-20 08:12:12 UTC (rev 224962)
+++ extra-i686/kdegames-kapman.install  2014-10-20 08:12:21 UTC (rev 224963)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/extra-i686/kdegames-kapman.install (from rev 
224962, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- extra-i686/kdegames-kapman.install  (rev 0)
+++ extra-i686/kdegames-kapman.install  2014-10-20 08:12:21 UTC (rev 224963)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-20 08:12:12 UTC (rev 224962)
+++ extra-x86_64/PKGBUILD   2014-10-20 08:12:21 UTC (rev 224963)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.14.1
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:34:25
  Author: svenstaro
Revision: 218993

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:34:19 UTC (rev 218992)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:34:25 UTC (rev 218993)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('2e6aa5f8f0ec48b08e46473f26102114c50d28c9')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 218992, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:34:25 UTC (rev 218993)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('2e6aa5f8f0ec48b08e46473f26102114c50d28c9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2014-08-03 13:34:19 UTC (rev 
218992)
+++ kde-unstable-i686/kdegames-kapman.install   2014-08-03 13:34:25 UTC (rev 
218993)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 218992, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2014-08-03 13:34:25 UTC (rev 
218993)
@@ -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/PKGBUILD2014-08-03 13:34:19 UTC (rev 218992)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:34:25 UTC (rev 218993)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.97
-pkgrel=1

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:53:47
  Author: svenstaro
Revision: 219169

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:53:41 UTC (rev 219168)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:53:47 UTC (rev 219169)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('2e6aa5f8f0ec48b08e46473f26102114c50d28c9')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 219168, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:53:47 UTC (rev 219169)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('2e6aa5f8f0ec48b08e46473f26102114c50d28c9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2014-08-03 13:53:41 UTC (rev 
219168)
+++ kde-unstable-i686/kdegames-kapman.install   2014-08-03 13:53:47 UTC (rev 
219169)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 219168, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2014-08-03 13:53:47 UTC (rev 
219169)
@@ -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/PKGBUILD2014-08-03 13:53:41 UTC (rev 219168)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:53:47 UTC (rev 219169)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.97
-pkgrel=1

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 14:27:51
  Author: svenstaro
Revision: 218680

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 12:27:44 UTC (rev 218679)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:27:51 UTC (rev 218680)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.95
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('947f604526957551ac0d2e605bd30336405431a7')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 218679, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:27:51 UTC (rev 218680)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('2e6aa5f8f0ec48b08e46473f26102114c50d28c9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2014-08-03 12:27:44 UTC (rev 
218679)
+++ kde-unstable-i686/kdegames-kapman.install   2014-08-03 12:27:51 UTC (rev 
218680)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 218679, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2014-08-03 12:27:51 UTC (rev 
218680)
@@ -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/PKGBUILD2014-08-03 12:27:44 UTC (rev 218679)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 12:27:51 UTC (rev 218680)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.95
-pkgrel=1

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:05:18
  Author: svenstaro
Revision: 218783

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:05:12 UTC (rev 218782)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:05:18 UTC (rev 218783)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('2e6aa5f8f0ec48b08e46473f26102114c50d28c9')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 218782, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:05:18 UTC (rev 218783)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('2e6aa5f8f0ec48b08e46473f26102114c50d28c9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2014-08-03 13:05:12 UTC (rev 
218782)
+++ kde-unstable-i686/kdegames-kapman.install   2014-08-03 13:05:18 UTC (rev 
218783)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 218782, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2014-08-03 13:05:18 UTC (rev 
218783)
@@ -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/PKGBUILD2014-08-03 13:05:12 UTC (rev 218782)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:05:18 UTC (rev 218783)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.97
-pkgrel=1

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

2014-07-21 Thread Sven-Hendrik Haase
Date: Monday, July 21, 2014 @ 22:21:21
  Author: svenstaro
Revision: 217613

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

Added:
  kdegames-kapman/repos/extra-i686/PKGBUILD
(from rev 217612, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
(from rev 217612, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
(from rev 217612, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install
(from rev 217612, kdegames-kapman/trunk/kdegames-kapman.install)
Deleted:
  kdegames-kapman/repos/extra-i686/PKGBUILD
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install

--+
 /PKGBUILD|   62 +
 /kdegames-kapman.install |   22 +++
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdegames-kapman.install   |   11 -
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdegames-kapman.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-21 20:21:12 UTC (rev 217612)
+++ extra-i686/PKGBUILD 2014-07-21 20:21:21 UTC (rev 217613)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.3
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('efb3842846c954d3f3de82f0841ca25e39a568dd')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/extra-i686/PKGBUILD (from rev 217612, 
kdegames-kapman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-21 20:21:21 UTC (rev 217613)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('efb3842846c954d3f3de82f0841ca25e39a568dd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kapman.install
===
--- extra-i686/kdegames-kapman.install  2014-07-21 20:21:12 UTC (rev 217612)
+++ extra-i686/kdegames-kapman.install  2014-07-21 20:21:21 UTC (rev 217613)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/extra-i686/kdegames-kapman.install (from rev 
217612, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- extra-i686/kdegames-kapman.install  (rev 0)
+++ extra-i686/kdegames-kapman.install  2014-07-21 20:21:21 UTC (rev 217613)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-21 20:21:12 UTC (rev 217612)
+++ extra-x86_64/PKGBUILD   2014-07-21 20:21:21 UTC (rev 217613)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.3
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:37:43
  Author: svenstaro
Revision: 217199

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

Added:
  kdegames-kapman/repos/extra-i686/PKGBUILD
(from rev 217198, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
(from rev 217198, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
(from rev 217198, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install
(from rev 217198, kdegames-kapman/trunk/kdegames-kapman.install)
Deleted:
  kdegames-kapman/repos/extra-i686/PKGBUILD
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install

--+
 /PKGBUILD|   62 +
 /kdegames-kapman.install |   22 +++
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdegames-kapman.install   |   11 -
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdegames-kapman.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:37:37 UTC (rev 217198)
+++ extra-i686/PKGBUILD 2014-07-18 11:37:43 UTC (rev 217199)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('3c77104b958b007450f5ffbfc2c07483052bf936')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/extra-i686/PKGBUILD (from rev 217198, 
kdegames-kapman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:37:43 UTC (rev 217199)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('efb3842846c954d3f3de82f0841ca25e39a568dd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kapman.install
===
--- extra-i686/kdegames-kapman.install  2014-07-18 11:37:37 UTC (rev 217198)
+++ extra-i686/kdegames-kapman.install  2014-07-18 11:37:43 UTC (rev 217199)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/extra-i686/kdegames-kapman.install (from rev 
217198, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- extra-i686/kdegames-kapman.install  (rev 0)
+++ extra-i686/kdegames-kapman.install  2014-07-18 11:37:43 UTC (rev 217199)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:37:37 UTC (rev 217198)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:37:43 UTC (rev 217199)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')

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

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:15:57
  Author: svenstaro
Revision: 209458

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

Added:
  kdegames-kapman/repos/extra-i686/PKGBUILD
(from rev 209457, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
(from rev 209457, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
(from rev 209457, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install
(from rev 209457, kdegames-kapman/trunk/kdegames-kapman.install)
Deleted:
  kdegames-kapman/repos/extra-i686/PKGBUILD
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install

--+
 /PKGBUILD|   62 +
 /kdegames-kapman.install |   22 +++
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdegames-kapman.install   |   11 -
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdegames-kapman.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-31 10:15:52 UTC (rev 209457)
+++ extra-i686/PKGBUILD 2014-03-31 10:15:57 UTC (rev 209458)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.12.3
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('57a742443e52c8bfa9833bdc4f5b5bafa843fea6')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/extra-i686/PKGBUILD (from rev 209457, 
kdegames-kapman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 10:15:57 UTC (rev 209458)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.12.4
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('51fbec4713328a2f19869c03d173e7cd509ceeb0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kapman.install
===
--- extra-i686/kdegames-kapman.install  2014-03-31 10:15:52 UTC (rev 209457)
+++ extra-i686/kdegames-kapman.install  2014-03-31 10:15:57 UTC (rev 209458)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/extra-i686/kdegames-kapman.install (from rev 
209457, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- extra-i686/kdegames-kapman.install  (rev 0)
+++ extra-i686/kdegames-kapman.install  2014-03-31 10:15:57 UTC (rev 209458)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-31 10:15:52 UTC (rev 209457)
+++ extra-x86_64/PKGBUILD   2014-03-31 10:15:57 UTC (rev 209458)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.12.3
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')

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

2014-03-29 Thread Andrea Scarpino
Date: Saturday, March 29, 2014 @ 10:07:15
  Author: andrea
Revision: 209018

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-29 09:06:58 UTC (rev 209017)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 09:07:15 UTC (rev 209018)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.12.95
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('cb566892c32af6dd06da658b751833515ed9686c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 209017, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 09:07:15 UTC (rev 209018)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.12.97
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('6015a09f71c4af25593c1e7acbeb44b92ddfd3eb')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2014-03-29 09:06:58 UTC (rev 
209017)
+++ kde-unstable-i686/kdegames-kapman.install   2014-03-29 09:07:15 UTC (rev 
209018)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 209017, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2014-03-29 09:07:15 UTC (rev 
209018)
@@ -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/PKGBUILD2014-03-29 09:06:58 UTC (rev 209017)
+++ kde-unstable-x86_64/PKGBUILD2014-03-29 09:07:15 UTC (rev 209018)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.12.95
-pkgrel=1

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

2014-03-22 Thread Andrea Scarpino
Date: Saturday, March 22, 2014 @ 18:58:53
  Author: andrea
Revision: 208413

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-22 17:58:43 UTC (rev 208412)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 17:58:53 UTC (rev 208413)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.12.90
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('4fbf53cb48ee6bd10e0e5d47c2ab7bf44a9b6c67')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 208412, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 17:58:53 UTC (rev 208413)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.12.95
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('cb566892c32af6dd06da658b751833515ed9686c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2014-03-22 17:58:43 UTC (rev 
208412)
+++ kde-unstable-i686/kdegames-kapman.install   2014-03-22 17:58:53 UTC (rev 
208413)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 208412, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2014-03-22 17:58:53 UTC (rev 
208413)
@@ -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/PKGBUILD2014-03-22 17:58:43 UTC (rev 208412)
+++ kde-unstable-x86_64/PKGBUILD2014-03-22 17:58:53 UTC (rev 208413)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.12.90
-pkgrel=1

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

2014-03-15 Thread Andrea Scarpino
Date: Saturday, March 15, 2014 @ 08:55:38
  Author: andrea
Revision: 207847

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-15 07:55:28 UTC (rev 207846)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 07:55:38 UTC (rev 207847)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.12.80
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('c485feb5704a320e2bb66c4672c24a6afbf7b486')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 207846, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 07:55:38 UTC (rev 207847)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.12.90
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('4fbf53cb48ee6bd10e0e5d47c2ab7bf44a9b6c67')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2014-03-15 07:55:28 UTC (rev 
207846)
+++ kde-unstable-i686/kdegames-kapman.install   2014-03-15 07:55:38 UTC (rev 
207847)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 207846, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2014-03-15 07:55:38 UTC (rev 
207847)
@@ -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/PKGBUILD2014-03-15 07:55:28 UTC (rev 207846)
+++ kde-unstable-x86_64/PKGBUILD2014-03-15 07:55:38 UTC (rev 207847)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.12.80
-pkgrel=1

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

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:26:35
  Author: svenstaro
Revision: 201014

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

Added:
  kdegames-kapman/repos/extra-i686/PKGBUILD
(from rev 201013, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
(from rev 201013, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
(from rev 201013, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install
(from rev 201013, kdegames-kapman/trunk/kdegames-kapman.install)
Deleted:
  kdegames-kapman/repos/extra-i686/PKGBUILD
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install

--+
 /PKGBUILD|   62 +
 /kdegames-kapman.install |   22 +++
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdegames-kapman.install   |   11 -
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdegames-kapman.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-06 12:26:30 UTC (rev 201013)
+++ extra-i686/PKGBUILD 2013-12-06 12:26:35 UTC (rev 201014)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.3
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('3f064c087d477a896e86bf4d6b67d9c644cad60f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/extra-i686/PKGBUILD (from rev 201013, 
kdegames-kapman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-06 12:26:35 UTC (rev 201014)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.11.4
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('21fd336d376d37b4f41b5a4c40516b371c85ce6a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kapman.install
===
--- extra-i686/kdegames-kapman.install  2013-12-06 12:26:30 UTC (rev 201013)
+++ extra-i686/kdegames-kapman.install  2013-12-06 12:26:35 UTC (rev 201014)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/extra-i686/kdegames-kapman.install (from rev 
201013, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- extra-i686/kdegames-kapman.install  (rev 0)
+++ extra-i686/kdegames-kapman.install  2013-12-06 12:26:35 UTC (rev 201014)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-06 12:26:30 UTC (rev 201013)
+++ extra-x86_64/PKGBUILD   2013-12-06 12:26:35 UTC (rev 201014)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.3
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')

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

2013-11-28 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 14:40:34
  Author: andrea
Revision: 200479

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-28 13:40:24 UTC (rev 200478)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:40:34 UTC (rev 200479)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.95
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('262ad9e9fe8d28bbfc507d08aae5867e15b01a5b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 200478, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:40:34 UTC (rev 200479)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.11.97
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('f0898768a0c1a759d527e4a47817f3addf635955')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-11-28 13:40:24 UTC (rev 
200478)
+++ kde-unstable-i686/kdegames-kapman.install   2013-11-28 13:40:34 UTC (rev 
200479)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 200478, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-11-28 13:40:34 UTC (rev 
200479)
@@ -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-11-28 13:40:24 UTC (rev 200478)
+++ kde-unstable-x86_64/PKGBUILD2013-11-28 13:40:34 UTC (rev 200479)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.95
-pkgrel=1

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

2013-11-22 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 10:15:22
  Author: andrea
Revision: 200113

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-22 09:15:14 UTC (rev 200112)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:15:22 UTC (rev 200113)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.90
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('3f3760a1eaf71ed6b96df2eb377953a652c34075')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 200112, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:15:22 UTC (rev 200113)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.11.95
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('262ad9e9fe8d28bbfc507d08aae5867e15b01a5b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-11-22 09:15:14 UTC (rev 
200112)
+++ kde-unstable-i686/kdegames-kapman.install   2013-11-22 09:15:22 UTC (rev 
200113)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 200112, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-11-22 09:15:22 UTC (rev 
200113)
@@ -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-11-22 09:15:14 UTC (rev 200112)
+++ kde-unstable-x86_64/PKGBUILD2013-11-22 09:15:22 UTC (rev 200113)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.90
-pkgrel=1

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

2013-11-15 Thread Andrea Scarpino
Date: Friday, November 15, 2013 @ 10:59:59
  Author: andrea
Revision: 199614

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-15 09:59:49 UTC (rev 199613)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 09:59:59 UTC (rev 199614)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.80
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('49b2c89222db632635c0ac9e92994d30e823c5b0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 199613, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 09:59:59 UTC (rev 199614)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.11.90
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('3f3760a1eaf71ed6b96df2eb377953a652c34075')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-11-15 09:59:49 UTC (rev 
199613)
+++ kde-unstable-i686/kdegames-kapman.install   2013-11-15 09:59:59 UTC (rev 
199614)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 199613, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-11-15 09:59:59 UTC (rev 
199614)
@@ -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-11-15 09:59:49 UTC (rev 199613)
+++ kde-unstable-x86_64/PKGBUILD2013-11-15 09:59:59 UTC (rev 199614)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.80
-pkgrel=1

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 20:57:01
  Author: andrea
Revision: 198887

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

Added:
  kdegames-kapman/repos/extra-i686/PKGBUILD
(from rev 198886, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
(from rev 198886, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
(from rev 198886, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install
(from rev 198886, kdegames-kapman/trunk/kdegames-kapman.install)
Deleted:
  kdegames-kapman/repos/extra-i686/PKGBUILD
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install

--+
 /PKGBUILD|   62 +
 /kdegames-kapman.install |   22 +++
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdegames-kapman.install   |   11 -
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdegames-kapman.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 19:56:52 UTC (rev 198886)
+++ extra-i686/PKGBUILD 2013-11-05 19:57:01 UTC (rev 198887)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.2
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('858147cc497c07fec55b5cfc9ed2abf671e71645')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/extra-i686/PKGBUILD (from rev 198886, 
kdegames-kapman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 19:57:01 UTC (rev 198887)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.11.3
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('3f064c087d477a896e86bf4d6b67d9c644cad60f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kapman.install
===
--- extra-i686/kdegames-kapman.install  2013-11-05 19:56:52 UTC (rev 198886)
+++ extra-i686/kdegames-kapman.install  2013-11-05 19:57:01 UTC (rev 198887)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/extra-i686/kdegames-kapman.install (from rev 
198886, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- extra-i686/kdegames-kapman.install  (rev 0)
+++ extra-i686/kdegames-kapman.install  2013-11-05 19:57:01 UTC (rev 198887)
@@ -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-11-05 19:56:52 UTC (rev 198886)
+++ extra-x86_64/PKGBUILD   2013-11-05 19:57:01 UTC (rev 198887)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.2
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')

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

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:25:51
  Author: svenstaro
Revision: 195632

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

Added:
  kdegames-kapman/repos/extra-i686/PKGBUILD
(from rev 195631, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
(from rev 195631, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
(from rev 195631, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install
(from rev 195631, kdegames-kapman/trunk/kdegames-kapman.install)
Deleted:
  kdegames-kapman/repos/extra-i686/PKGBUILD
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install

--+
 /PKGBUILD|   62 +
 /kdegames-kapman.install |   22 +++
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdegames-kapman.install   |   11 -
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdegames-kapman.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-01 15:25:44 UTC (rev 195631)
+++ extra-i686/PKGBUILD 2013-10-01 15:25:51 UTC (rev 195632)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.1
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('aeb6ee7d7fb6eb152365d3ed7c628e2073ae90d0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/extra-i686/PKGBUILD (from rev 195631, 
kdegames-kapman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-01 15:25:51 UTC (rev 195632)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.11.2
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('858147cc497c07fec55b5cfc9ed2abf671e71645')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kapman.install
===
--- extra-i686/kdegames-kapman.install  2013-10-01 15:25:44 UTC (rev 195631)
+++ extra-i686/kdegames-kapman.install  2013-10-01 15:25:51 UTC (rev 195632)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/extra-i686/kdegames-kapman.install (from rev 
195631, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- extra-i686/kdegames-kapman.install  (rev 0)
+++ extra-i686/kdegames-kapman.install  2013-10-01 15:25:51 UTC (rev 195632)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-01 15:25:44 UTC (rev 195631)
+++ extra-x86_64/PKGBUILD   2013-10-01 15:25:51 UTC (rev 195632)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.1
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:30:46
  Author: andrea
Revision: 194104

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

Added:
  kdegames-kapman/repos/extra-i686/PKGBUILD
(from rev 194103, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
(from rev 194103, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
(from rev 194103, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install
(from rev 194103, kdegames-kapman/trunk/kdegames-kapman.install)
Deleted:
  kdegames-kapman/repos/extra-i686/PKGBUILD
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install

--+
 /PKGBUILD|   62 +
 /kdegames-kapman.install |   22 +++
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdegames-kapman.install   |   11 -
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdegames-kapman.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:30:39 UTC (rev 194103)
+++ extra-i686/PKGBUILD 2013-09-10 13:30:46 UTC (rev 194104)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.0
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('312dd63aa8b3849414cdfe901cff67255ac511e0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/extra-i686/PKGBUILD (from rev 194103, 
kdegames-kapman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:30:46 UTC (rev 194104)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.11.1
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('aeb6ee7d7fb6eb152365d3ed7c628e2073ae90d0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kapman.install
===
--- extra-i686/kdegames-kapman.install  2013-09-10 13:30:39 UTC (rev 194103)
+++ extra-i686/kdegames-kapman.install  2013-09-10 13:30:46 UTC (rev 194104)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/extra-i686/kdegames-kapman.install (from rev 
194103, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- extra-i686/kdegames-kapman.install  (rev 0)
+++ extra-i686/kdegames-kapman.install  2013-09-10 13:30:46 UTC (rev 194104)
@@ -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-09-10 13:30:39 UTC (rev 194103)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:30:46 UTC (rev 194104)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.11.0
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')

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

2013-07-25 Thread Andrea Scarpino
Date: Thursday, July 25, 2013 @ 15:29:12
  Author: andrea
Revision: 191460

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-25 13:29:04 UTC (rev 191459)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:29:12 UTC (rev 191460)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.95
-pkgrel=2
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('df5105ffbea01f8f6b1238186a705a9c4e365b55')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 191459, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:29:12 UTC (rev 191460)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.10.97
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('33f5764d651349ffa3b02e7aa0ed0a53ffa72412')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-07-25 13:29:04 UTC (rev 
191459)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-25 13:29:12 UTC (rev 
191460)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 191459, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-25 13:29:12 UTC (rev 
191460)
@@ -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-07-25 13:29:04 UTC (rev 191459)
+++ kde-unstable-x86_64/PKGBUILD2013-07-25 13:29:12 UTC (rev 191460)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.95
-pkgrel=2

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

2013-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 19, 2013 @ 00:29:48
  Author: svenstaro
Revision: 190989

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-18 22:29:43 UTC (rev 190988)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:29:48 UTC (rev 190989)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('df5105ffbea01f8f6b1238186a705a9c4e365b55')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 190988, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:29:48 UTC (rev 190989)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.10.95
+pkgrel=2
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('df5105ffbea01f8f6b1238186a705a9c4e365b55')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-07-18 22:29:43 UTC (rev 
190988)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-18 22:29:48 UTC (rev 
190989)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 190988, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-18 22:29:48 UTC (rev 
190989)
@@ -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-07-18 22:29:43 UTC (rev 190988)
+++ kde-unstable-x86_64/PKGBUILD2013-07-18 22:29:48 UTC (rev 190989)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.95
-pkgrel=1

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 20:41:40
  Author: svenstaro
Revision: 190273

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 18:41:31 UTC (rev 190272)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:41:40 UTC (rev 190273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.90
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('5db949a5671352261aeac3270f0401100de72c59')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 190272, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:41:40 UTC (rev 190273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('df5105ffbea01f8f6b1238186a705a9c4e365b55')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-07-16 18:41:31 UTC (rev 
190272)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-16 18:41:40 UTC (rev 
190273)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 190272, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-16 18:41:40 UTC (rev 
190273)
@@ -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-07-16 18:41:31 UTC (rev 190272)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 18:41:40 UTC (rev 190273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.90
-pkgrel=1

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 21:43:56
  Author: svenstaro
Revision: 190535

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 19:43:46 UTC (rev 190534)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:43:56 UTC (rev 190535)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('df5105ffbea01f8f6b1238186a705a9c4e365b55')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 190534, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:43:56 UTC (rev 190535)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('df5105ffbea01f8f6b1238186a705a9c4e365b55')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-07-16 19:43:46 UTC (rev 
190534)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-16 19:43:56 UTC (rev 
190535)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 190534, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-16 19:43:56 UTC (rev 
190535)
@@ -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-07-16 19:43:46 UTC (rev 190534)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 19:43:56 UTC (rev 190535)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.95
-pkgrel=1

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 22:27:09
  Author: svenstaro
Revision: 190700

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 20:26:59 UTC (rev 190699)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:27:09 UTC (rev 190700)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('df5105ffbea01f8f6b1238186a705a9c4e365b55')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 190699, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:27:09 UTC (rev 190700)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('df5105ffbea01f8f6b1238186a705a9c4e365b55')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-07-16 20:26:59 UTC (rev 
190699)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-16 20:27:09 UTC (rev 
190700)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 190699, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-07-16 20:27:09 UTC (rev 
190700)
@@ -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-07-16 20:26:59 UTC (rev 190699)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 20:27:09 UTC (rev 190700)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.95
-pkgrel=1

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

2013-06-28 Thread Andrea Scarpino
Date: Friday, June 28, 2013 @ 15:55:19
  Author: andrea
Revision: 189081

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

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

-+
 /PKGBUILD   |   62 ++
 /kdegames-kapman.install|   22 +
 kde-unstable-i686/PKGBUILD  |   31 -
 kde-unstable-i686/kdegames-kapman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   31 -
 kde-unstable-x86_64/kdegames-kapman.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-06-28 13:55:12 UTC (rev 189080)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 13:55:19 UTC (rev 189081)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.80
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('6956b23a7e423f3dc8f1f2462d9da348a22d5f48')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 189080, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 13:55:19 UTC (rev 189081)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.10.90
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('5db949a5671352261aeac3270f0401100de72c59')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-06-28 13:55:12 UTC (rev 
189080)
+++ kde-unstable-i686/kdegames-kapman.install   2013-06-28 13:55:19 UTC (rev 
189081)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 189080, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-06-28 13:55:19 UTC (rev 
189081)
@@ -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-06-28 13:55:12 UTC (rev 189080)
+++ kde-unstable-x86_64/PKGBUILD2013-06-28 13:55:19 UTC (rev 189081)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.80
-pkgrel=1

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

2013-03-05 Thread Andrea Scarpino
Date: Tuesday, March 5, 2013 @ 16:34:38
  Author: andrea
Revision: 179393

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

Added:
  kdegames-kapman/repos/extra-i686/PKGBUILD
(from rev 179392, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
(from rev 179392, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
(from rev 179392, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install
(from rev 179392, kdegames-kapman/trunk/kdegames-kapman.install)
Deleted:
  kdegames-kapman/repos/extra-i686/PKGBUILD
  kdegames-kapman/repos/extra-i686/kdegames-kapman.install
  kdegames-kapman/repos/extra-x86_64/PKGBUILD
  kdegames-kapman/repos/extra-x86_64/kdegames-kapman.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 15:34:25 UTC (rev 179392)
+++ extra-i686/PKGBUILD 2013-03-05 15:34:38 UTC (rev 179393)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.0
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('cece24fa54d36497cdd43f627588a0c5110599fc')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/extra-i686/PKGBUILD (from rev 179392, 
kdegames-kapman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-05 15:34:38 UTC (rev 179393)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.10.1
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('9f755a9da4fe74bb2c838d89d616fb6e87d58d7e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kapman.install
===
--- extra-i686/kdegames-kapman.install  2013-03-05 15:34:25 UTC (rev 179392)
+++ extra-i686/kdegames-kapman.install  2013-03-05 15:34:38 UTC (rev 179393)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/extra-i686/kdegames-kapman.install (from rev 
179392, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- extra-i686/kdegames-kapman.install  (rev 0)
+++ extra-i686/kdegames-kapman.install  2013-03-05 15:34:38 UTC (rev 179393)
@@ -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-03-05 15:34:25 UTC (rev 179392)
+++ extra-x86_64/PKGBUILD   2013-03-05 15:34:38 UTC (rev 179393)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.10.0
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:14:22
  Author: andrea
Revision: 175604

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:13:42 UTC (rev 175603)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:14:22 UTC (rev 175604)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.9.97
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('0f1a73a271c00383a294b4693e4a0dc55c365baa')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 175603, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:14:22 UTC (rev 175604)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.9.98
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('91cec1a8df11fc0098ebfd28253d4bb4d205e99e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-01-19 12:13:42 UTC (rev 
175603)
+++ kde-unstable-i686/kdegames-kapman.install   2013-01-19 12:14:22 UTC (rev 
175604)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 175603, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-01-19 12:14:22 UTC (rev 
175604)
@@ -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-19 12:13:42 UTC (rev 175603)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:14:22 UTC (rev 175604)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.9.97
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 

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

2013-01-04 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 02:44:05
  Author: andrea
Revision: 174534

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 07:43:28 UTC (rev 174533)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 07:44:05 UTC (rev 174534)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('33d4fbbb2bdd643a6a8bdd3749b3b14a07f0ca04')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 174533, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 07:44:05 UTC (rev 174534)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('0f1a73a271c00383a294b4693e4a0dc55c365baa')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2013-01-05 07:43:28 UTC (rev 
174533)
+++ kde-unstable-i686/kdegames-kapman.install   2013-01-05 07:44:05 UTC (rev 
174534)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 174533, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2013-01-05 07:44:05 UTC (rev 
174534)
@@ -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:43:28 UTC (rev 174533)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 07:44:05 UTC (rev 174534)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 

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

2012-12-20 Thread Andrea Scarpino
Date: Thursday, December 20, 2012 @ 04:02:36
  Author: andrea
Revision: 173573

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-20 09:02:02 UTC (rev 173572)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 09:02:36 UTC (rev 173573)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.9.90
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('3fe1914dfac236e0cad7a0e045f70512ff7f27c3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 173572, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 09:02:36 UTC (rev 173573)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.9.95
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('33d4fbbb2bdd643a6a8bdd3749b3b14a07f0ca04')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2012-12-20 09:02:02 UTC (rev 
173572)
+++ kde-unstable-i686/kdegames-kapman.install   2012-12-20 09:02:36 UTC (rev 
173573)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 173572, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2012-12-20 09:02:36 UTC (rev 
173573)
@@ -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/PKGBUILD2012-12-20 09:02:02 UTC (rev 173572)
+++ kde-unstable-x86_64/PKGBUILD2012-12-20 09:02:36 UTC (rev 173573)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.9.90
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 

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

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 13:56:01
  Author: andrea
Revision: 172681

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-04 18:55:21 UTC (rev 172680)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 18:56:01 UTC (rev 172681)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.9.80
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-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/kapman-${pkgver}.tar.xz;)
-sha1sums=('0fb3a2043e5091673d52e8259e38a8412157ccff')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 172680, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 18:56:01 UTC (rev 172681)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=4.9.90
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+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/kapman-${pkgver}.tar.xz;)
+sha1sums=('3fe1914dfac236e0cad7a0e045f70512ff7f27c3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kapman.install
===
--- kde-unstable-i686/kdegames-kapman.install   2012-12-04 18:55:21 UTC (rev 
172680)
+++ kde-unstable-i686/kdegames-kapman.install   2012-12-04 18:56:01 UTC (rev 
172681)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kapman/repos/kde-unstable-i686/kdegames-kapman.install (from 
rev 172680, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2012-12-04 18:56:01 UTC (rev 
172681)
@@ -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/PKGBUILD2012-12-04 18:55:21 UTC (rev 172680)
+++ kde-unstable-x86_64/PKGBUILD2012-12-04 18:56:01 UTC (rev 172681)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kapman
-pkgver=4.9.80
-pkgrel=1
-pkgdesc=A clone of the well known game Pac-Man
-url=http://kde.org/applications/games/kapman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde'