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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:30:34
  Author: andrea
Revision: 207163

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

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

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

Copied: kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD (from rev 
207162, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:30:34 UTC (rev 207163)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('cd068b5283ddd3139c6b58597533933e62547764')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install 
(from rev 207162, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
===
--- kde-unstable-i686/kdegraphics-mobipocket.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2014-03-08 08:30:34 UTC 
(rev 207163)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207162, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:30:34 UTC (rev 207163)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('cd068b5283ddd3139c6b58597533933e62547764')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install 
(from rev 207162, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
===
--- kde-unstable-x86_64/kdegraphics-mobipocket.install  
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-mobipocket.install  2014-03-08 08:30:34 UTC 
(rev 207163)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:30:58
  Author: andrea
Revision: 207166

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

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

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/baloo.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/baloo.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: baloo/repos/kde-unstable-i686/PKGBUILD (from rev 207165, 
baloo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:30:58 UTC (rev 207166)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('36f74754eaf2e1cdc803c690b0cd8580bd7aedf5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo/repos/kde-unstable-i686/baloo.install (from rev 207165, 
baloo/kde-unstable/baloo.install)
===
--- kde-unstable-i686/baloo.install (rev 0)
+++ kde-unstable-i686/baloo.install 2014-03-08 08:30:58 UTC (rev 207166)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: baloo/repos/kde-unstable-x86_64/PKGBUILD (from rev 207165, 
baloo/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:30:58 UTC (rev 207166)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('36f74754eaf2e1cdc803c690b0cd8580bd7aedf5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo/repos/kde-unstable-x86_64/baloo.install (from rev 207165, 
baloo/kde-unstable/baloo.install)
===
--- kde-unstable-x86_64/baloo.install   (rev 0)
+++ kde-unstable-x86_64/baloo.install   2014-03-08 08:30:58 UTC (rev 207166)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:30:43
  Author: andrea
Revision: 207164

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

Added:
  kfilemetadata/repos/kde-unstable-i686/
  kfilemetadata/repos/kde-unstable-i686/PKGBUILD
(from rev 207163, kfilemetadata/kde-unstable/PKGBUILD)
  kfilemetadata/repos/kde-unstable-x86_64/
  kfilemetadata/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207163, kfilemetadata/kde-unstable/PKGBUILD)

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

Copied: kfilemetadata/repos/kde-unstable-i686/PKGBUILD (from rev 207163, 
kfilemetadata/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:30:43 UTC (rev 207164)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b64c4e9f44f37db0c5ce764bc2ae4dd30cebac80')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kfilemetadata/repos/kde-unstable-x86_64/PKGBUILD (from rev 207163, 
kfilemetadata/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:30:43 UTC (rev 207164)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b64c4e9f44f37db0c5ce764bc2ae4dd30cebac80')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:31:06
  Author: andrea
Revision: 207167

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

Added:
  oxygen-icons/repos/kde-unstable-any/
  oxygen-icons/repos/kde-unstable-any/PKGBUILD
(from rev 207166, oxygen-icons/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: oxygen-icons/repos/kde-unstable-any/PKGBUILD (from rev 207166, 
oxygen-icons/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2014-03-08 08:31:06 UTC (rev 207167)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5158058b266e6d2489685d9d80108516dbe375fd')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:30:50
  Author: andrea
Revision: 207165

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

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

+
 kde-unstable-i686/PKGBUILD |   35 +++
 kde-unstable-i686/kdepimlibs.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   35 +++
 kde-unstable-x86_64/kdepimlibs.install |   11 +
 4 files changed, 92 insertions(+)

Copied: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 207164, 
kdepimlibs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:30:50 UTC (rev 207165)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b855a6943fb8ef39b23366a433168c8c72a4226d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install (from rev 207164, 
kdepimlibs/kde-unstable/kdepimlibs.install)
===
--- kde-unstable-i686/kdepimlibs.install(rev 0)
+++ kde-unstable-i686/kdepimlibs.install2014-03-08 08:30:50 UTC (rev 
207165)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD (from rev 207164, 
kdepimlibs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:30:50 UTC (rev 207165)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b855a6943fb8ef39b23366a433168c8c72a4226d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install (from rev 
207164, kdepimlibs/kde-unstable/kdepimlibs.install)
===
--- kde-unstable-x86_64/kdepimlibs.install  (rev 0)
+++ kde-unstable-x86_64/kdepimlibs.install  2014-03-08 08:30:50 UTC (rev 
207165)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:30:24
  Author: andrea
Revision: 207162

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

Added:
  kdelibs/repos/kde-unstable-i686/
  kdelibs/repos/kde-unstable-i686/PKGBUILD
(from rev 207161, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
(from rev 207161, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
(from rev 207161, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-i686/kdelibs.install
(from rev 207161, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-i686/qt4.patch
(from rev 207161, kdelibs/kde-unstable/qt4.patch)
  kdelibs/repos/kde-unstable-x86_64/
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207161, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
(from rev 207161, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
(from rev 207161, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
(from rev 207161, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-x86_64/qt4.patch
(from rev 207161, kdelibs/kde-unstable/qt4.patch)

-+
 kde-unstable-i686/PKGBUILD  |   61 ++
 kde-unstable-i686/archlinux-menu.patch  |   22 +++
 kde-unstable-i686/kde-applications-menu.patch   |   22 +++
 kde-unstable-i686/kdelibs.install   |   13 
 kde-unstable-i686/qt4.patch |   11 +++
 kde-unstable-x86_64/PKGBUILD|   61 ++
 kde-unstable-x86_64/archlinux-menu.patch|   22 +++
 kde-unstable-x86_64/kde-applications-menu.patch |   22 +++
 kde-unstable-x86_64/kdelibs.install |   13 
 kde-unstable-x86_64/qt4.patch   |   11 +++
 10 files changed, 258 insertions(+)

Copied: kdelibs/repos/kde-unstable-i686/PKGBUILD (from rev 207161, 
kdelibs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:30:24 UTC (rev 207162)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
+'media-player-info' 'libxtst' 'libutempter' 'qtwebkit')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('ed2d61562cfaa5f2f9b2487fc8911d318acce943'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+   # qmake refers to Qt5
+   patch -p1 -i ${srcdir}/qt4.patch
+}
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_SOLID_UDISKS2=ON
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/kde-unstable-i686/archlinux-menu.patch (from rev 207161, 
kdelibs/kde-unstable/archlinux-menu.patch)
===
--- kde-unstable-i686/archlinux-menu.patch  (rev 0)

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:31:40
  Author: andrea
Revision: 207168

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

Added:
  nepomuk-core/repos/kde-unstable-i686/
  nepomuk-core/repos/kde-unstable-i686/PKGBUILD
(from rev 207167, nepomuk-core/kde-unstable/PKGBUILD)
  nepomuk-core/repos/kde-unstable-x86_64/
  nepomuk-core/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207167, nepomuk-core/kde-unstable/PKGBUILD)

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

Copied: nepomuk-core/repos/kde-unstable-i686/PKGBUILD (from rev 207167, 
nepomuk-core/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:31:40 UTC (rev 207168)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=nepomuk-core
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
+url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4' 'doxygen')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2237203f5b9e13933407f3d51602d50925e463f3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix the python shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
+}

Copied: nepomuk-core/repos/kde-unstable-x86_64/PKGBUILD (from rev 207167, 
nepomuk-core/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:31:40 UTC (rev 207168)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=nepomuk-core
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
+url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4' 'doxygen')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2237203f5b9e13933407f3d51602d50925e463f3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix the python shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:31:57
  Author: andrea
Revision: 207170

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

Added:
  kdebase-runtime/repos/kde-unstable-i686/
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 207169, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
(from rev 207169, kdebase-runtime/kde-unstable/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207169, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
(from rev 207169, kdebase-runtime/kde-unstable/kdebase-runtime.install)

-+
 kde-unstable-i686/PKGBUILD  |   51 ++
 kde-unstable-i686/kdebase-runtime.install   |   13 ++
 kde-unstable-x86_64/PKGBUILD|   51 ++
 kde-unstable-x86_64/kdebase-runtime.install |   13 ++
 4 files changed, 128 insertions(+)

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 207169, 
kdebase-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:31:57 UTC (rev 207170)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'smbclient' 'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('1e52d18a076ae9c0bf79b3c548f393ce547612a3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
+
+  ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+
+  # FS#36668
+  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
+  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
+}

Copied: kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install (from 
rev 207169, kdebase-runtime/kde-unstable/kdebase-runtime.install)
===
--- kde-unstable-i686/kdebase-runtime.install   (rev 0)
+++ kde-unstable-i686/kdebase-runtime.install   2014-03-08 08:31:57 UTC (rev 
207170)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 207169, 
kdebase-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:31:57 UTC (rev 207170)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'smbclient' 'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install=${pkgname}.install

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:31:50
  Author: andrea
Revision: 207169

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

Added:
  kactivities/repos/kde-unstable-i686/
  kactivities/repos/kde-unstable-i686/PKGBUILD
(from rev 207168, kactivities/kde-unstable/PKGBUILD)
  kactivities/repos/kde-unstable-x86_64/
  kactivities/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207168, kactivities/kde-unstable/PKGBUILD)

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

Copied: kactivities/repos/kde-unstable-i686/PKGBUILD (from rev 207168, 
kactivities/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:31:50 UTC (rev 207169)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('nepomuk-core')
+makedepends=('cmake' 'automoc4' 'mesa')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9d1ca9f7eb64f8bc2555c07ee4ad3eae44689d96')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kactivities/repos/kde-unstable-x86_64/PKGBUILD (from rev 207168, 
kactivities/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:31:50 UTC (rev 207169)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('nepomuk-core')
+makedepends=('cmake' 'automoc4' 'mesa')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9d1ca9f7eb64f8bc2555c07ee4ad3eae44689d96')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:32:41
  Author: andrea
Revision: 207175

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

Added:
  kdegraphics-okular/repos/kde-unstable-i686/
  kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD
(from rev 207174, kdegraphics-okular/kde-unstable/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install
(from rev 207174, 
kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
  kdegraphics-okular/repos/kde-unstable-x86_64/
  kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207174, kdegraphics-okular/kde-unstable/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install
(from rev 207174, 
kdegraphics-okular/kde-unstable/kdegraphics-okular.install)

+
 kde-unstable-i686/PKGBUILD |   36 +++
 kde-unstable-i686/kdegraphics-okular.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD   |   36 +++
 kde-unstable-x86_64/kdegraphics-okular.install |   12 +++
 4 files changed, 96 insertions(+)

Copied: kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD (from rev 207174, 
kdegraphics-okular/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:32:41 UTC (rev 207175)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('ad40392cc750c72f042fd3106d90f6fdf3d38f85')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install 
(from rev 207174, kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
===
--- kde-unstable-i686/kdegraphics-okular.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-okular.install2014-03-08 08:32:41 UTC 
(rev 207175)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD (from rev 207174, 
kdegraphics-okular/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:32:41 UTC (rev 207175)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('ad40392cc750c72f042fd3106d90f6fdf3d38f85')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install 
(from rev 207174, kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
===
--- kde-unstable-x86_64/kdegraphics-okular.install  
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-okular.install  2014-03-08 08:32:41 UTC 
(rev 207175)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:32:33
  Author: andrea
Revision: 207174

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

Added:
  libkexiv2/repos/kde-unstable-i686/
  libkexiv2/repos/kde-unstable-i686/PKGBUILD
(from rev 207173, libkexiv2/kde-unstable/PKGBUILD)
  libkexiv2/repos/kde-unstable-x86_64/
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207173, libkexiv2/kde-unstable/PKGBUILD)

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

Copied: libkexiv2/repos/kde-unstable-i686/PKGBUILD (from rev 207173, 
libkexiv2/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:32:33 UTC (rev 207174)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ae0ac1fe4635910eb68bfd94b6a606ace32ef5d5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkexiv2/repos/kde-unstable-x86_64/PKGBUILD (from rev 207173, 
libkexiv2/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:32:33 UTC (rev 207174)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ae0ac1fe4635910eb68bfd94b6a606ace32ef5d5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:32:50
  Author: andrea
Revision: 207176

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

Added:
  kdebindings-python/repos/kde-unstable-i686/
  kdebindings-python/repos/kde-unstable-i686/PKGBUILD
(from rev 207175, kdebindings-python/kde-unstable/PKGBUILD)
  kdebindings-python/repos/kde-unstable-i686/pykde4.patch
(from rev 207175, kdebindings-python/kde-unstable/pykde4.patch)
  kdebindings-python/repos/kde-unstable-x86_64/
  kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207175, kdebindings-python/kde-unstable/PKGBUILD)
  kdebindings-python/repos/kde-unstable-x86_64/pykde4.patch
(from rev 207175, kdebindings-python/kde-unstable/pykde4.patch)

--+
 kde-unstable-i686/PKGBUILD   |   92 
 kde-unstable-i686/pykde4.patch   |  269 +
 kde-unstable-x86_64/PKGBUILD |   92 
 kde-unstable-x86_64/pykde4.patch |  269 +
 4 files changed, 722 insertions(+)

Copied: kdebindings-python/repos/kde-unstable-i686/PKGBUILD (from rev 207175, 
kdebindings-python/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:32:50 UTC (rev 207176)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2'
+ 'kdebindings-python-common')
+pkgver=4.12.80
+pkgrel=1
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
+ 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('ccd408ff6c26b26d525c2570b81335ef8884e021')
+
+prepare() {
+  mkdir build
+
+  cd pykde4-${pkgver}
+}
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python3 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \
+-DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+  
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.3 ${pkgdir}/usr/bin/pykdeuic4
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
+  conflicts=('kdebindings-python4.8.1-2')
+ 
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  # pykdeuic4 should point to the python3 version
+  #rm ${pkgdir}/usr/bin/pykdeuic4
+
+  # Use the python2 executable
+  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}
+
+package_kdebindings-python-common() {
+  pkgdesc=Common files shared between python2 and python3 kdebindings
+  depends=('qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/{bin,lib}
+}

Copied: kdebindings-python/repos/kde-unstable-i686/pykde4.patch (from rev 
207175, kdebindings-python/kde-unstable/pykde4.patch)
===
--- kde-unstable-i686/pykde4.patch  (rev 0)
+++ kde-unstable-i686/pykde4.patch  2014-03-08 08:32:50 UTC (rev 207176)
@@ -0,0 +1,269 @@
+--- pykde4-4.11.1.orig/CMakeLists.txt  2013-09-08 17:29:29.775854281 -0400
 pykde4-4.11.1/CMakeLists.txt   2013-09-08 17:29:29.755854280 -0400
+@@ -124,20 +124,20 @@
+ if (PYTHON_VERSION_MAJOR GREATER 2)
+ if(PYQT4_VERSION STRGREATER 040904)
+   # Disable for newer PyQt
+-  set(SIP_EXTRA_OPTIONS -g -x PyKDE_QVector)
++  set(SIP_EXTRA_OPTIONS -P -g -x PyKDE_QVector)
+ else ()
+   set(SIP_EXTRA_OPTIONS -g)
+ endif()
+ else (PYTHON_VERSION_MAJOR GREATER 2)
+ if(PYQT4_VERSION STRGREATER 040904)
+   # Disable for newer PyQt
+- 

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:32:16
  Author: andrea
Revision: 207172

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

Added:
  kdebindings-smokegen/repos/kde-unstable-i686/
  kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD
(from rev 207171, kdebindings-smokegen/kde-unstable/PKGBUILD)
  kdebindings-smokegen/repos/kde-unstable-x86_64/
  kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207171, kdebindings-smokegen/kde-unstable/PKGBUILD)

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

Copied: kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD (from rev 207171, 
kdebindings-smokegen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:32:16 UTC (rev 207172)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('c5b78ce05deebb56e66a84acd04b1f7eec7481de')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207171, kdebindings-smokegen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:32:16 UTC (rev 207172)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('c5b78ce05deebb56e66a84acd04b1f7eec7481de')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:32:06
  Author: andrea
Revision: 207171

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

Added:
  kdepim-runtime/repos/kde-unstable-i686/
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 207170, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
(from rev 207170, kdepim-runtime/kde-unstable/kdepim-runtime.install)
  kdepim-runtime/repos/kde-unstable-x86_64/
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207170, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
(from rev 207170, kdepim-runtime/kde-unstable/kdepim-runtime.install)

+
 kde-unstable-i686/PKGBUILD |   34 +++
 kde-unstable-i686/kdepim-runtime.install   |   13 ++
 kde-unstable-x86_64/PKGBUILD   |   34 +++
 kde-unstable-x86_64/kdepim-runtime.install |   13 ++
 4 files changed, 94 insertions(+)

Copied: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 207170, 
kdepim-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:32:06 UTC (rev 207171)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4f00a757b4f2ecc33acf7e2c7e3e40abc03273b0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Copied: kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install (from rev 
207170, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===
--- kde-unstable-i686/kdepim-runtime.install(rev 0)
+++ kde-unstable-i686/kdepim-runtime.install2014-03-08 08:32:06 UTC (rev 
207171)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 207170, 
kdepim-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:32:06 UTC (rev 207171)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4f00a757b4f2ecc33acf7e2c7e3e40abc03273b0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Copied: kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install (from 
rev 207170, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===
--- kde-unstable-x86_64/kdepim-runtime.install  (rev 0)
+++ kde-unstable-x86_64/kdepim-runtime.install  2014-03-08 08:32:06 UTC (rev 
207171)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:32:24
  Author: andrea
Revision: 207173

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

Added:
  kdebindings-smokeqt/repos/kde-unstable-i686/
  kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD
(from rev 207172, kdebindings-smokeqt/kde-unstable/PKGBUILD)
  kdebindings-smokeqt/repos/kde-unstable-x86_64/
  kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207172, kdebindings-smokeqt/kde-unstable/PKGBUILD)

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

Copied: kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD (from rev 207172, 
kdebindings-smokeqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:32:24 UTC (rev 207173)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('50601d2121cf2feda992b84d6eedfdfca258f599')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207172, kdebindings-smokeqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:32:24 UTC (rev 207173)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('50601d2121cf2feda992b84d6eedfdfca258f599')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:33:04
  Author: andrea
Revision: 207177

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

Added:
  kdesdk-kate/repos/kde-unstable-i686/
  kdesdk-kate/repos/kde-unstable-i686/PKGBUILD
(from rev 207176, kdesdk-kate/kde-unstable/PKGBUILD)
  kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install
(from rev 207176, kdesdk-kate/kde-unstable/kdebase-katepart.install)
  kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install
(from rev 207176, kdesdk-kate/kde-unstable/kdebase-kwrite.install)
  kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install
(from rev 207176, kdesdk-kate/kde-unstable/kdesdk-kate.install)
  kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch
(from rev 207176, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/kde-unstable-x86_64/
  kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207176, kdesdk-kate/kde-unstable/PKGBUILD)
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install
(from rev 207176, kdesdk-kate/kde-unstable/kdebase-katepart.install)
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install
(from rev 207176, kdesdk-kate/kde-unstable/kdebase-kwrite.install)
  kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install
(from rev 207176, kdesdk-kate/kde-unstable/kdesdk-kate.install)
  kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch
(from rev 207176, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch)

-+
 kde-unstable-i686/PKGBUILD  |   75 ++
 kde-unstable-i686/kdebase-katepart.install  |   11 ++
 kde-unstable-i686/kdebase-kwrite.install|   12 ++
 kde-unstable-i686/kdesdk-kate.install   |   13 +++
 kde-unstable-i686/pkgbuild-syntax-highlight.patch   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   75 ++
 kde-unstable-x86_64/kdebase-katepart.install|   11 ++
 kde-unstable-x86_64/kdebase-kwrite.install  |   12 ++
 kde-unstable-x86_64/kdesdk-kate.install |   13 +++
 kde-unstable-x86_64/pkgbuild-syntax-highlight.patch |   11 ++
 10 files changed, 244 insertions(+)

Copied: kdesdk-kate/repos/kde-unstable-i686/PKGBUILD (from rev 207176, 
kdesdk-kate/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:33:04 UTC (rev 207177)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+ 'kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('9b618791073d4380bc8542b4962ea537cf69e6be'
+  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-katepart() {
+  pkgdesc=A fast and feature-rich text editor component
+  depends=('kdelibs')
+  url=http://kate-editor.org/about-katepart/;
+  install='kdebase-katepart.install'
+
+  cd build/part
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebase-kwrite() {
+  pkgdesc=Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart')
+  groups=('kde' 'kdebase')
+  url=http://www.kde.org/applications/utilities/kwrite/;
+  install='kdebase-kwrite.install'
+
+  cd build/kwrite
+  make DESTDIR=${pkgdir} install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdesdk-kate() {
+  pkgdesc=Advanced Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart' 'qjson')
+  groups=('kde' 'kdesdk')
+  url=http://www.kde.org/applications/utilities/kate/;
+  install='kdesdk-kate.install'
+  optdepends=('kdebase-konsole: open a terminal in Kate'
+  'kdebindings-python: python bindings')
+
+  cd build/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ../../build/doc/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ../../../build/addons
+  make DESTDIR=${pkgdir} install
+}

Copied: kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install (from rev 
207176, kdesdk-kate/kde-unstable/kdebase-katepart.install)
===
--- kde-unstable-i686/kdebase-katepart.install  (rev 0)
+++ kde-unstable-i686/kdebase-katepart.install  2014-03-08 08:33:04 UTC (rev 
207177)
@@ -0,0 +1,11 @@
+post_install() {
+   

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:33:30
  Author: andrea
Revision: 207180

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

Added:
  kdebindings-qyoto/repos/kde-unstable-i686/
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
(from rev 207179, kdebindings-qyoto/kde-unstable/PKGBUILD)
  kdebindings-qyoto/repos/kde-unstable-x86_64/
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207179, kdebindings-qyoto/kde-unstable/PKGBUILD)

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

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 207179, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:33:30 UTC (rev 207180)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('909b51043a153ac07ad96ce3814c981a23a2001d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 207179, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:33:30 UTC (rev 207180)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('909b51043a153ac07ad96ce3814c981a23a2001d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:33:46
  Author: andrea
Revision: 207182

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

Added:
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD
(from rev 207181, kde-base-artwork/kde-unstable/PKGBUILD)
Deleted:
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-08 08:33:39 UTC (rev 207181)
+++ PKGBUILD2014-03-08 08:33:46 UTC (rev 207182)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kde-base-artwork
-pkgver=4.11.97
-pkgrel=1
-pkgdesc=KDE KSplash theme
-arch=('any')
-url='http://www.kde.org/'
-license=('LGPL')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8444fcf6b5a3adab11765072ec6f12feac43b1e8')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}

Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 207181, 
kde-base-artwork/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-08 08:33:46 UTC (rev 207182)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-base-artwork
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=KDE KSplash theme
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a87a73c6bbdae8c159f8e19b4021083b3d30bb11')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:33:21
  Author: andrea
Revision: 207179

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

Added:
  kdebindings-perlqt/repos/kde-unstable-i686/
  kdebindings-perlqt/repos/kde-unstable-i686/PKGBUILD
(from rev 207178, kdebindings-perlqt/kde-unstable/PKGBUILD)
  kdebindings-perlqt/repos/kde-unstable-x86_64/
  kdebindings-perlqt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207178, kdebindings-perlqt/kde-unstable/PKGBUILD)

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

Copied: kdebindings-perlqt/repos/kde-unstable-i686/PKGBUILD (from rev 207178, 
kdebindings-perlqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:33:21 UTC (rev 207179)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('b42e21183278c508e0b85c793e23e0737068a815')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-perlqt/repos/kde-unstable-x86_64/PKGBUILD (from rev 207178, 
kdebindings-perlqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:33:21 UTC (rev 207179)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('b42e21183278c508e0b85c793e23e0737068a815')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in baloo-widgets/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:33:56
  Author: andrea
Revision: 207183

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

Added:
  baloo-widgets/repos/kde-unstable-i686/
  baloo-widgets/repos/kde-unstable-i686/PKGBUILD
(from rev 207182, baloo-widgets/kde-unstable/PKGBUILD)
  baloo-widgets/repos/kde-unstable-x86_64/
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207182, baloo-widgets/kde-unstable/PKGBUILD)

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

Copied: baloo-widgets/repos/kde-unstable-i686/PKGBUILD (from rev 207182, 
baloo-widgets/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:33:56 UTC (rev 207183)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-widgets
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Widgets for Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo-widgets'
+license=('LGPL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('04ca2c45953b6f874ff56a18d71b971292dcc8e5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 207182, 
baloo-widgets/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:33:56 UTC (rev 207183)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-widgets
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Widgets for Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo-widgets'
+license=('LGPL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('04ca2c45953b6f874ff56a18d71b971292dcc8e5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:34:06
  Author: andrea
Revision: 207184

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

Added:
  kdebase/repos/kde-unstable-i686/
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 207183, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 207183, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 207183, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 207183, kdebase/kde-unstable/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207183, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 207183, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 207183, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 207183, kdebase/kde-unstable/kdebase.install)

---+
 kde-unstable-i686/PKGBUILD|  127 
 kde-unstable-i686/kdebase-dolphin.install |   11 ++
 kde-unstable-i686/kdebase-konqueror.install   |   12 ++
 kde-unstable-i686/kdebase.install |   11 ++
 kde-unstable-x86_64/PKGBUILD  |  127 
 kde-unstable-x86_64/kdebase-dolphin.install   |   11 ++
 kde-unstable-x86_64/kdebase-konqueror.install |   12 ++
 kde-unstable-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 207183, 
kdebase/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:34:06 UTC (rev 207184)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('9b67cb2adc8a25e12d18a8382aead45c3432b937')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:33:39
  Author: andrea
Revision: 207181

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

Added:
  kdebindings-qtruby/repos/kde-unstable-i686/
  kdebindings-qtruby/repos/kde-unstable-i686/PKGBUILD
(from rev 207180, kdebindings-qtruby/kde-unstable/PKGBUILD)
  kdebindings-qtruby/repos/kde-unstable-x86_64/
  kdebindings-qtruby/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207180, kdebindings-qtruby/kde-unstable/PKGBUILD)

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

Copied: kdebindings-qtruby/repos/kde-unstable-i686/PKGBUILD (from rev 207180, 
kdebindings-qtruby/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:33:39 UTC (rev 207181)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qtruby
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Ruby bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('f2999b9a15a5a71439741acd0cfa9fdef382a665')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../qtruby-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qtruby/repos/kde-unstable-x86_64/PKGBUILD (from rev 207180, 
kdebindings-qtruby/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:33:39 UTC (rev 207181)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qtruby
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Ruby bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('f2999b9a15a5a71439741acd0cfa9fdef382a665')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../qtruby-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:33:13
  Author: andrea
Revision: 207178

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

Added:
  kdebindings-smokekde/repos/kde-unstable-i686/
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
(from rev 207177, kdebindings-smokekde/kde-unstable/PKGBUILD)
  kdebindings-smokekde/repos/kde-unstable-x86_64/
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207177, kdebindings-smokekde/kde-unstable/PKGBUILD)

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

Copied: kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD (from rev 207177, 
kdebindings-smokekde/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:33:13 UTC (rev 207178)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('4b6db33490a54f41186052ea73d418dde420e026')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207177, kdebindings-smokekde/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:33:13 UTC (rev 207178)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('4b6db33490a54f41186052ea73d418dde420e026')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:34:48
  Author: andrea
Revision: 207189

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

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

--+
 kde-unstable-i686/PKGBUILD   |   33 +
 kde-unstable-i686/libksane.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD |   33 +
 kde-unstable-x86_64/libksane.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 207188, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:34:48 UTC (rev 207189)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('985487fd5a5668767136f6af6588bdef6864be3f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 207188, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2014-03-08 08:34:48 UTC (rev 207189)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libksane/repos/kde-unstable-x86_64/PKGBUILD (from rev 207188, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:34:48 UTC (rev 207189)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('985487fd5a5668767136f6af6588bdef6864be3f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/kde-unstable-x86_64/libksane.install (from rev 207188, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-x86_64/libksane.install(rev 0)
+++ kde-unstable-x86_64/libksane.install2014-03-08 08:34:48 UTC (rev 
207189)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:34:14
  Author: andrea
Revision: 207185

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

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

---+
 kde-unstable-i686/PKGBUILD|   33 
 kde-unstable-i686/libkdeedu.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD  |   33 
 kde-unstable-x86_64/libkdeedu.install |   11 ++
 4 files changed, 88 insertions(+)

Copied: libkdeedu/repos/kde-unstable-i686/PKGBUILD (from rev 207184, 
libkdeedu/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:34:14 UTC (rev 207185)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdeedu
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Libraries used by KDE Education applications
+url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+options=('staticlibs') # libqtmmlwidget.a needed by KAlgebra
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b9f6d77768287f69b7ce734623f4e265ad9ac10c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdeedu/repos/kde-unstable-i686/libkdeedu.install (from rev 207184, 
libkdeedu/kde-unstable/libkdeedu.install)
===
--- kde-unstable-i686/libkdeedu.install (rev 0)
+++ kde-unstable-i686/libkdeedu.install 2014-03-08 08:34:14 UTC (rev 207185)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkdeedu/repos/kde-unstable-x86_64/PKGBUILD (from rev 207184, 
libkdeedu/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:34:14 UTC (rev 207185)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdeedu
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Libraries used by KDE Education applications
+url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+options=('staticlibs') # libqtmmlwidget.a needed by KAlgebra
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b9f6d77768287f69b7ce734623f4e265ad9ac10c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdeedu/repos/kde-unstable-x86_64/libkdeedu.install (from rev 207184, 
libkdeedu/kde-unstable/libkdeedu.install)
===
--- kde-unstable-x86_64/libkdeedu.install   (rev 0)
+++ kde-unstable-x86_64/libkdeedu.install   2014-03-08 08:34:14 UTC (rev 
207185)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:34:34
  Author: andrea
Revision: 207187

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

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

---+
 kde-unstable-i686/PKGBUILD|   35 
 kde-unstable-i686/libkdcraw.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD  |   35 
 kde-unstable-x86_64/libkdcraw.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: libkdcraw/repos/kde-unstable-i686/PKGBUILD (from rev 207186, 
libkdcraw/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:34:34 UTC (rev 207187)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ac960875540a30d4c1bfe942643d06929f65321a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdcraw/repos/kde-unstable-i686/libkdcraw.install (from rev 207186, 
libkdcraw/kde-unstable/libkdcraw.install)
===
--- kde-unstable-i686/libkdcraw.install (rev 0)
+++ kde-unstable-i686/libkdcraw.install 2014-03-08 08:34:34 UTC (rev 207187)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkdcraw/repos/kde-unstable-x86_64/PKGBUILD (from rev 207186, 
libkdcraw/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:34:34 UTC (rev 207187)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ac960875540a30d4c1bfe942643d06929f65321a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install (from rev 207186, 
libkdcraw/kde-unstable/libkdcraw.install)
===
--- kde-unstable-x86_64/libkdcraw.install   (rev 0)
+++ kde-unstable-x86_64/libkdcraw.install   2014-03-08 08:34:34 UTC (rev 
207187)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:34:57
  Author: andrea
Revision: 207190

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

Added:
  kdeedu-analitza/repos/kde-unstable-i686/
  kdeedu-analitza/repos/kde-unstable-i686/PKGBUILD
(from rev 207189, kdeedu-analitza/kde-unstable/PKGBUILD)
  kdeedu-analitza/repos/kde-unstable-x86_64/
  kdeedu-analitza/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207189, kdeedu-analitza/kde-unstable/PKGBUILD)

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

Copied: kdeedu-analitza/repos/kde-unstable-i686/PKGBUILD (from rev 207189, 
kdeedu-analitza/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:34:57 UTC (rev 207190)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'glu')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('c51d504966645c7277afa86f63eba70137088052')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-analitza/repos/kde-unstable-x86_64/PKGBUILD (from rev 207189, 
kdeedu-analitza/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:34:57 UTC (rev 207190)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'glu')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('c51d504966645c7277afa86f63eba70137088052')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:34:41
  Author: andrea
Revision: 207188

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

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

-+
 kde-unstable-i686/PKGBUILD  |   35 ++
 kde-unstable-i686/libkipi.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   35 ++
 kde-unstable-x86_64/libkipi.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 207187, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:34:41 UTC (rev 207188)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a23c38aa28c66e8429c3718272bc5106c981cb75')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 207187, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2014-03-08 08:34:41 UTC (rev 207188)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 207187, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:34:41 UTC (rev 207188)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a23c38aa28c66e8429c3718272bc5106c981cb75')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 207187, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2014-03-08 08:34:41 UTC (rev 207188)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:35:07
  Author: andrea
Revision: 207191

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

Added:
  libkcddb/repos/kde-unstable-i686/
  libkcddb/repos/kde-unstable-i686/PKGBUILD
(from rev 207190, libkcddb/kde-unstable/PKGBUILD)
  libkcddb/repos/kde-unstable-x86_64/
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207190, libkcddb/kde-unstable/PKGBUILD)

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

Copied: libkcddb/repos/kde-unstable-i686/PKGBUILD (from rev 207190, 
libkcddb/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:35:07 UTC (rev 207191)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d4df5e1d110297d89b0f2a20bd1f4f28282afbaa')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkcddb/repos/kde-unstable-x86_64/PKGBUILD (from rev 207190, 
libkcddb/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:35:07 UTC (rev 207191)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d4df5e1d110297d89b0f2a20bd1f4f28282afbaa')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:34:24
  Author: andrea
Revision: 207186

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

Added:
  kdeedu-marble/repos/kde-unstable-i686/
  kdeedu-marble/repos/kde-unstable-i686/PKGBUILD
(from rev 207185, kdeedu-marble/kde-unstable/PKGBUILD)
  kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install
(from rev 207185, kdeedu-marble/kde-unstable/kdeedu-marble.install)
  kdeedu-marble/repos/kde-unstable-x86_64/
  kdeedu-marble/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207185, kdeedu-marble/kde-unstable/PKGBUILD)
  kdeedu-marble/repos/kde-unstable-x86_64/kdeedu-marble.install
(from rev 207185, kdeedu-marble/kde-unstable/kdeedu-marble.install)

---+
 kde-unstable-i686/PKGBUILD|   36 
 kde-unstable-i686/kdeedu-marble.install   |   13 ++
 kde-unstable-x86_64/PKGBUILD  |   36 
 kde-unstable-x86_64/kdeedu-marble.install |   13 ++
 4 files changed, 98 insertions(+)

Copied: kdeedu-marble/repos/kde-unstable-i686/PKGBUILD (from rev 207185, 
kdeedu-marble/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:34:24 UTC (rev 207186)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: GPS support'
+'quazip: reading and displaying KMZ files')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('74642ef8287db37557065b2c9839399e26934aa5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install (from rev 
207185, kdeedu-marble/kde-unstable/kdeedu-marble.install)
===
--- kde-unstable-i686/kdeedu-marble.install (rev 0)
+++ kde-unstable-i686/kdeedu-marble.install 2014-03-08 08:34:24 UTC (rev 
207186)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-marble/repos/kde-unstable-x86_64/PKGBUILD (from rev 207185, 
kdeedu-marble/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:34:24 UTC (rev 207186)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: GPS support'
+'quazip: reading and displaying KMZ files')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('74642ef8287db37557065b2c9839399e26934aa5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-marble/repos/kde-unstable-x86_64/kdeedu-marble.install (from rev 
207185, kdeedu-marble/kde-unstable/kdeedu-marble.install)
===
--- kde-unstable-x86_64/kdeedu-marble.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-marble.install   2014-03-08 08:34:24 UTC (rev 
207186)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:35:35
  Author: andrea
Revision: 207194

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

Added:
  libkmahjongg/repos/kde-unstable-i686/
  libkmahjongg/repos/kde-unstable-i686/PKGBUILD
(from rev 207193, libkmahjongg/kde-unstable/PKGBUILD)
  libkmahjongg/repos/kde-unstable-x86_64/
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207193, libkmahjongg/kde-unstable/PKGBUILD)

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

Copied: libkmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 207193, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:35:35 UTC (rev 207194)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
+url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkdegames')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bf755ce919858768b1e338012988124f79d37371')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 207193, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:35:35 UTC (rev 207194)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
+url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkdegames')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bf755ce919858768b1e338012988124f79d37371')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:35:54
  Author: andrea
Revision: 207196

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

Added:
  kqtquickcharts/repos/kde-unstable-i686/
  kqtquickcharts/repos/kde-unstable-i686/PKGBUILD
(from rev 207195, kqtquickcharts/kde-unstable/PKGBUILD)
  kqtquickcharts/repos/kde-unstable-x86_64/
  kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207195, kqtquickcharts/kde-unstable/PKGBUILD)

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

Copied: kqtquickcharts/repos/kde-unstable-i686/PKGBUILD (from rev 207195, 
kqtquickcharts/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:35:54 UTC (rev 207196)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('269a3f8eb739360003540800adb8399a82f5d990')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD (from rev 207195, 
kqtquickcharts/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:35:54 UTC (rev 207196)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('269a3f8eb739360003540800adb8399a82f5d990')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:35:17
  Author: andrea
Revision: 207192

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

Added:
  libkcompactdisc/repos/kde-unstable-i686/
  libkcompactdisc/repos/kde-unstable-i686/PKGBUILD
(from rev 207191, libkcompactdisc/kde-unstable/PKGBUILD)
  libkcompactdisc/repos/kde-unstable-x86_64/
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207191, libkcompactdisc/kde-unstable/PKGBUILD)

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

Copied: libkcompactdisc/repos/kde-unstable-i686/PKGBUILD (from rev 207191, 
libkcompactdisc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:35:17 UTC (rev 207192)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5188d4500679b4413d6be18c2c467473b79e6422')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD (from rev 207191, 
libkcompactdisc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:35:17 UTC (rev 207192)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5188d4500679b4413d6be18c2c467473b79e6422')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:35:25
  Author: andrea
Revision: 207193

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

Added:
  libkdegames/repos/kde-unstable-i686/
  libkdegames/repos/kde-unstable-i686/PKGBUILD
(from rev 207192, libkdegames/kde-unstable/PKGBUILD)
  libkdegames/repos/kde-unstable-x86_64/
  libkdegames/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207192, libkdegames/kde-unstable/PKGBUILD)

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

Copied: libkdegames/repos/kde-unstable-i686/PKGBUILD (from rev 207192, 
libkdegames/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:35:25 UTC (rev 207193)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdegames
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Common code and data for many KDE games
+url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'openal')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkdegames')
+conflicts=('kdegames-libkdegames')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f37d8f53c6b12ce11bb85a3813d4554968575281')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdegames/repos/kde-unstable-x86_64/PKGBUILD (from rev 207192, 
libkdegames/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:35:25 UTC (rev 207193)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdegames
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Common code and data for many KDE games
+url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'openal')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkdegames')
+conflicts=('kdegames-libkdegames')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f37d8f53c6b12ce11bb85a3813d4554968575281')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:35:44
  Author: andrea
Revision: 207195

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

Added:
  libkomparediff2/repos/kde-unstable-i686/
  libkomparediff2/repos/kde-unstable-i686/PKGBUILD
(from rev 207194, libkomparediff2/kde-unstable/PKGBUILD)
  libkomparediff2/repos/kde-unstable-x86_64/
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207194, libkomparediff2/kde-unstable/PKGBUILD)

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

Copied: libkomparediff2/repos/kde-unstable-i686/PKGBUILD (from rev 207194, 
libkomparediff2/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:35:44 UTC (rev 207195)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b87c54c3cbb60e225eef1b23d7cf14a86320485d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD (from rev 207194, 
libkomparediff2/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:35:44 UTC (rev 207195)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b87c54c3cbb60e225eef1b23d7cf14a86320485d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in nepomuk-widgets/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:36:02
  Author: andrea
Revision: 207197

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

Added:
  nepomuk-widgets/repos/kde-unstable-i686/
  nepomuk-widgets/repos/kde-unstable-i686/PKGBUILD
(from rev 207196, nepomuk-widgets/kde-unstable/PKGBUILD)
  nepomuk-widgets/repos/kde-unstable-x86_64/
  nepomuk-widgets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207196, nepomuk-widgets/kde-unstable/PKGBUILD)

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

Copied: nepomuk-widgets/repos/kde-unstable-i686/PKGBUILD (from rev 207196, 
nepomuk-widgets/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:36:02 UTC (rev 207197)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=nepomuk-widgets
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The Library containing the Nepomuk Widgets
+url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-widgets;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('nepomuk-core')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9d857df7ca5a62b124068c2bd7fe0177a12efaa8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: nepomuk-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 207196, 
nepomuk-widgets/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:36:02 UTC (rev 207197)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=nepomuk-widgets
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The Library containing the Nepomuk Widgets
+url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-widgets;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('nepomuk-core')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9d857df7ca5a62b124068c2bd7fe0177a12efaa8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:36:24
  Author: andrea
Revision: 207200

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

Added:
  kdeaccessibility-kmag/repos/kde-unstable-i686/
  kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD
(from rev 207199, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
(from rev 207199, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207199, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install
(from rev 207199, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdeaccessibility-kmag.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdeaccessibility-kmag.install |   11 ++
 4 files changed, 86 insertions(+)

Copied: kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD (from rev 
207199, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:36:24 UTC (rev 207200)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('1457f343fa4ca9a30f3c2f6628c3ac121ef3f591')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install 
(from rev 207199, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2014-03-08 08:36:24 UTC 
(rev 207200)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207199, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:36:24 UTC (rev 207200)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('1457f343fa4ca9a30f3c2f6628c3ac121ef3f591')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install 
(from rev 207199, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-x86_64/kdeaccessibility-kmag.install   
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmag.install   2014-03-08 08:36:24 UTC 
(rev 207200)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:36:55
  Author: andrea
Revision: 207204

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

Added:
  kdeadmin-ksystemlog/repos/kde-unstable-i686/
  kdeadmin-ksystemlog/repos/kde-unstable-i686/PKGBUILD
(from rev 207203, kdeadmin-ksystemlog/kde-unstable/PKGBUILD)
  kdeadmin-ksystemlog/repos/kde-unstable-i686/syslog-path.patch
(from rev 207203, kdeadmin-ksystemlog/kde-unstable/syslog-path.patch)
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207203, kdeadmin-ksystemlog/kde-unstable/PKGBUILD)
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/syslog-path.patch
(from rev 207203, kdeadmin-ksystemlog/kde-unstable/syslog-path.patch)

---+
 kde-unstable-i686/PKGBUILD|   37 
 kde-unstable-i686/syslog-path.patch   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   37 
 kde-unstable-x86_64/syslog-path.patch |   11 +
 4 files changed, 96 insertions(+)

Copied: kdeadmin-ksystemlog/repos/kde-unstable-i686/PKGBUILD (from rev 207203, 
kdeadmin-ksystemlog/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:36:55 UTC (rev 207204)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-ksystemlog
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
+'syslog-path.patch')
+sha1sums=('dbc2ae0becd4244d41156194537738b634b03dc4'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i ${srcdir}/syslog-path.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksystemlog-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-ksystemlog/repos/kde-unstable-i686/syslog-path.patch (from rev 
207203, kdeadmin-ksystemlog/kde-unstable/syslog-path.patch)
===
--- kde-unstable-i686/syslog-path.patch (rev 0)
+++ kde-unstable-i686/syslog-path.patch 2014-03-08 08:36:55 UTC (rev 207204)
@@ -0,0 +1,11 @@
+--- kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.84005 +0100
 kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.80335 +0100
+@@ -39,7 +39,7 @@
+   SystemConfiguration() :
+   GenericLogModeConfiguration(
+   QLatin1String( SYSTEM_LOG_MODE_ID ),
+-  QStringList()  QLatin1String( 
/var/log/syslog ),
++  QStringList()  QLatin1String( 
/var/log/messages.log ),
+   QListint()  INFORMATION_LOG_LEVEL_ID
+   ) {
+ 

Copied: kdeadmin-ksystemlog/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207203, kdeadmin-ksystemlog/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:36:55 UTC (rev 207204)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-ksystemlog
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
+'syslog-path.patch')
+sha1sums=('dbc2ae0becd4244d41156194537738b634b03dc4'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i ${srcdir}/syslog-path.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksystemlog-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-ksystemlog/repos/kde-unstable-x86_64/syslog-path.patch (from 
rev 207203, kdeadmin-ksystemlog/kde-unstable/syslog-path.patch)
===
--- kde-unstable-x86_64/syslog-path.patch 

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:37:02
  Author: andrea
Revision: 207205

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

Added:
  kdeadmin-kuser/repos/kde-unstable-i686/
  kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD
(from rev 207204, kdeadmin-kuser/kde-unstable/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install
(from rev 207204, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
  kdeadmin-kuser/repos/kde-unstable-x86_64/
  kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207204, kdeadmin-kuser/kde-unstable/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install
(from rev 207204, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)

+
 kde-unstable-i686/PKGBUILD |   31 +++
 kde-unstable-i686/kdeadmin-kuser.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   31 +++
 kde-unstable-x86_64/kdeadmin-kuser.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD (from rev 207204, 
kdeadmin-kuser/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:37:02 UTC (rev 207205)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kuser
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kuser-${pkgver}.tar.xz;)
+sha1sums=('79db35cdb06887987d408969d17e147c2bd3ac02')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install (from rev 
207204, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===
--- kde-unstable-i686/kdeadmin-kuser.install(rev 0)
+++ kde-unstable-i686/kdeadmin-kuser.install2014-03-08 08:37:02 UTC (rev 
207205)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD (from rev 207204, 
kdeadmin-kuser/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:37:02 UTC (rev 207205)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kuser
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kuser-${pkgver}.tar.xz;)
+sha1sums=('79db35cdb06887987d408969d17e147c2bd3ac02')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install (from 
rev 207204, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===
--- kde-unstable-x86_64/kdeadmin-kuser.install  (rev 0)
+++ kde-unstable-x86_64/kdeadmin-kuser.install  2014-03-08 08:37:02 UTC (rev 
207205)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:36:09
  Author: andrea
Revision: 207198

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

Added:
  kdeaccessibility-jovie/repos/kde-unstable-i686/
  kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD
(from rev 207197, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
  kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install
(from rev 207197, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207197, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
  
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install
(from rev 207197, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)

+
 kde-unstable-i686/PKGBUILD |   32 +++
 kde-unstable-i686/kdeaccessibility-jovie.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD   |   32 +++
 kde-unstable-x86_64/kdeaccessibility-jovie.install |   11 ++
 4 files changed, 86 insertions(+)

Copied: kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD (from rev 
207197, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:36:09 UTC (rev 207198)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('c31139a427d49ea1efa114419fb9a1a848fed273')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install 
(from rev 207197, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
===
--- kde-unstable-i686/kdeaccessibility-jovie.install
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-jovie.install2014-03-08 08:36:09 UTC 
(rev 207198)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207197, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:36:09 UTC (rev 207198)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('c31139a427d49ea1efa114419fb9a1a848fed273')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install 
(from rev 207197, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
===
--- kde-unstable-x86_64/kdeaccessibility-jovie.install  
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-jovie.install  2014-03-08 08:36:09 UTC 
(rev 207198)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeadmin-kcron/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:36:47
  Author: andrea
Revision: 207203

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

Added:
  kdeadmin-kcron/repos/kde-unstable-i686/
  kdeadmin-kcron/repos/kde-unstable-i686/PKGBUILD
(from rev 207202, kdeadmin-kcron/kde-unstable/PKGBUILD)
  kdeadmin-kcron/repos/kde-unstable-x86_64/
  kdeadmin-kcron/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207202, kdeadmin-kcron/kde-unstable/PKGBUILD)

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

Copied: kdeadmin-kcron/repos/kde-unstable-i686/PKGBUILD (from rev 207202, 
kdeadmin-kcron/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:36:47 UTC (rev 207203)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kcron
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('6491b554be443e956a1bfb0c6d6c4d7fc40aa2e8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-kcron/repos/kde-unstable-x86_64/PKGBUILD (from rev 207202, 
kdeadmin-kcron/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:36:47 UTC (rev 207203)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kcron
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('6491b554be443e956a1bfb0c6d6c4d7fc40aa2e8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kdeaccessibility-kaccessible/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:36:17
  Author: andrea
Revision: 207199

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

Added:
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD
(from rev 207198, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207198, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)

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

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD (from rev 
207198, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:36:17 UTC (rev 207199)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('ff4d62a4e5ec314ced96cb1782731c1416ff8319')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 207198, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:36:17 UTC (rev 207199)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('ff4d62a4e5ec314ced96cb1782731c1416ff8319')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:36:39
  Author: andrea
Revision: 207202

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

Added:
  kdeaccessibility-kmouth/repos/kde-unstable-i686/
  kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
(from rev 207201, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
(from rev 207201, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207201, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install
(from rev 207201, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdeaccessibility-kmouth.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdeaccessibility-kmouth.install |   11 ++
 4 files changed, 86 insertions(+)

Copied: kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD (from rev 
207201, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:36:39 UTC (rev 207202)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('8306b0066ae0224f2796d797de8dbce34c0c3d75')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install 
(from rev 207201, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2014-03-08 08:36:39 UTC 
(rev 207202)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207201, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:36:39 UTC (rev 207202)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('8306b0066ae0224f2796d797de8dbce34c0c3d75')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install
 (from rev 207201, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===
--- kde-unstable-x86_64/kdeaccessibility-kmouth.install 
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmouth.install 2014-03-08 08:36:39 UTC 
(rev 207202)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:36:32
  Author: andrea
Revision: 207201

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

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
(from rev 207200, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
(from rev 207200, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207200, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
(from rev 207200, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdeaccessibility-kmousetool.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdeaccessibility-kmousetool.install |   11 
 4 files changed, 86 insertions(+)

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
207200, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:36:32 UTC (rev 207201)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('b8ecb3e951de70d5ce4a8922f18dd125e19d0328')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
 (from rev 207200, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install   2014-03-08 
08:36:32 UTC (rev 207201)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 207200, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:36:32 UTC (rev 207201)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('b8ecb3e951de70d5ce4a8922f18dd125e19d0328')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
 (from rev 207200, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-x86_64/kdeaccessibility-kmousetool.install 
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmousetool.install 2014-03-08 
08:36:32 UTC (rev 207201)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+

[arch-commits] Commit in kdebindings-kimono/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:37:56
  Author: andrea
Revision: 207208

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

Added:
  kdebindings-kimono/repos/kde-unstable-i686/
  kdebindings-kimono/repos/kde-unstable-i686/PKGBUILD
(from rev 207207, kdebindings-kimono/kde-unstable/PKGBUILD)
  kdebindings-kimono/repos/kde-unstable-x86_64/
  kdebindings-kimono/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207207, kdebindings-kimono/kde-unstable/PKGBUILD)

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

Copied: kdebindings-kimono/repos/kde-unstable-i686/PKGBUILD (from rev 207207, 
kdebindings-kimono/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:37:56 UTC (rev 207208)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-kimono
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the KDE libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qyoto' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
+optdepends=('kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
+sha1sums=('888f1ad19bbf8d84a2036739cfc71523bd1ffcd4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kimono-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-kimono/repos/kde-unstable-x86_64/PKGBUILD (from rev 207207, 
kdebindings-kimono/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:37:56 UTC (rev 207208)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-kimono
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the KDE libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qyoto' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
+optdepends=('kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
+sha1sums=('888f1ad19bbf8d84a2036739cfc71523bd1ffcd4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kimono-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-korundum/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:38:05
  Author: andrea
Revision: 207209

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

Added:
  kdebindings-korundum/repos/kde-unstable-i686/
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
(from rev 207208, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-x86_64/
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207208, kdebindings-korundum/kde-unstable/PKGBUILD)

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

Copied: kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD (from rev 207208, 
kdebindings-korundum/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:38:05 UTC (rev 207209)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdegraphics-okular: okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;)
+sha1sums=('79a57dbfcae018491a5045ae6a25df2ab0f620b0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207208, kdebindings-korundum/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:38:05 UTC (rev 207209)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdegraphics-okular: okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;)
+sha1sums=('79a57dbfcae018491a5045ae6a25df2ab0f620b0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:37:13
  Author: andrea
Revision: 207206

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

Added:
  kdeartwork/repos/kde-unstable-i686/
  kdeartwork/repos/kde-unstable-i686/PKGBUILD
(from rev 207205, kdeartwork/kde-unstable/PKGBUILD)
  kdeartwork/repos/kde-unstable-x86_64/
  kdeartwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207205, kdeartwork/kde-unstable/PKGBUILD)

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

Copied: kdeartwork/repos/kde-unstable-i686/PKGBUILD (from rev 207205, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:37:13 UTC (rev 207206)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4413a225056bb444e67d6e8970fa0badec747997')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   replaces=('kdeaccessibility-colorschemes')
+   cd $srcdir/build/ColorSchemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-desktopthemes() {
+   pkgdesc='KDE desktop themes'
+   cd $srcdir/build/desktopthemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-emoticons() {
+   pkgdesc='KDE emoticons'
+   cd $srcdir/build/emoticons
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-iconthemes() {
+   pkgdesc='KDE icon themes'
+   replaces=('kdeaccessibility-iconthemes')
+   cd $srcdir/build/IconThemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-kscreensaver() {
+   pkgdesc='KDE screensaver'
+   depends=('kdebase-workspace' 'libkexiv2')
+   cd $srcdir/build/kscreensaver
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-styles() {
+   pkgdesc='KDE styles'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/styles
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kwin-styles
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-wallpapers() {
+   pkgdesc='KDE wallpapers'
+   cd $srcdir/build/wallpapers
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/HighResolutionWallpapers
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-weatherwallpapers() {
+   pkgdesc='KDE weather wallpapers'
+   cd $srcdir/build/WeatherWallpapers
+   make DESTDIR=$pkgdir install
+}

Copied: kdeartwork/repos/kde-unstable-x86_64/PKGBUILD (from rev 207205, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:37:13 UTC (rev 207206)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4413a225056bb444e67d6e8970fa0badec747997')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:37:47
  Author: andrea
Revision: 207207

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

Added:
  kdebase-konsole/repos/kde-unstable-i686/
  kdebase-konsole/repos/kde-unstable-i686/PKGBUILD
(from rev 207206, kdebase-konsole/kde-unstable/PKGBUILD)
  kdebase-konsole/repos/kde-unstable-x86_64/
  kdebase-konsole/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207206, kdebase-konsole/kde-unstable/PKGBUILD)

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

Copied: kdebase-konsole/repos/kde-unstable-i686/PKGBUILD (from rev 207206, 
kdebase-konsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:37:47 UTC (rev 207207)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebase-konsole
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('decd5b82c79fd9b518e8c13a518df8efd5d7dd1e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebase-konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 207206, 
kdebase-konsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:37:47 UTC (rev 207207)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebase-konsole
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('decd5b82c79fd9b518e8c13a518df8efd5d7dd1e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-kross/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:38:13
  Author: andrea
Revision: 207210

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

Added:
  kdebindings-kross/repos/kde-unstable-i686/
  kdebindings-kross/repos/kde-unstable-i686/PKGBUILD
(from rev 207209, kdebindings-kross/kde-unstable/PKGBUILD)
  kdebindings-kross/repos/kde-unstable-x86_64/
  kdebindings-kross/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207209, kdebindings-kross/kde-unstable/PKGBUILD)

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

Copied: kdebindings-kross/repos/kde-unstable-i686/PKGBUILD (from rev 207209, 
kdebindings-kross/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:38:13 UTC (rev 207210)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-kross
+pkgname=('kdebindings-kross-python'
+# 'kdebindings-kross-ruby'
+ 'kdebindings-kross-java')
+pkgver=4.12.80
+pkgrel=1
+url=https://projects.kde.org/projects/kde/kdebindings/kross-interpreters;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
+source=(http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
+sha1sums=('95da49063697055dee027ba2749f807e87200791')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kross-interpreters-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_ruby=OFF \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-kross-python() {
+  pkgdesc=Python2 language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'python2')
+
+  cd ${srcdir}/build/python
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-java() {
+  pkgdesc=Java language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'java-environment')
+
+  cd ${srcdir}/build/java
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-ruby() {
+  pkgdesc=Ruby language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'ruby')
+
+  cd ${srcdir}/build/ruby
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-kross/repos/kde-unstable-x86_64/PKGBUILD (from rev 207209, 
kdebindings-kross/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:38:13 UTC (rev 207210)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-kross
+pkgname=('kdebindings-kross-python'
+# 'kdebindings-kross-ruby'
+ 'kdebindings-kross-java')
+pkgver=4.12.80
+pkgrel=1
+url=https://projects.kde.org/projects/kde/kdebindings/kross-interpreters;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
+source=(http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
+sha1sums=('95da49063697055dee027ba2749f807e87200791')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kross-interpreters-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_ruby=OFF \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-kross-python() {
+  pkgdesc=Python2 language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'python2')
+
+  cd ${srcdir}/build/python
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-java() {
+  pkgdesc=Java language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'java-environment')
+
+  cd ${srcdir}/build/java
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-ruby() {
+  pkgdesc=Ruby language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'ruby')
+
+  cd ${srcdir}/build/ruby
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-perlkde/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:38:21
  Author: andrea
Revision: 207211

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

Added:
  kdebindings-perlkde/repos/kde-unstable-i686/
  kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD
(from rev 207210, kdebindings-perlkde/kde-unstable/PKGBUILD)
  kdebindings-perlkde/repos/kde-unstable-x86_64/
  kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207210, kdebindings-perlkde/kde-unstable/PKGBUILD)

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

Copied: kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD (from rev 207210, 
kdebindings-perlkde/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:38:21 UTC (rev 207211)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlkde
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Perl bindings for the KDE libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlkde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+ 'kdegraphics-okular' 'kdesdk-kate')
+source=(http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
+sha1sums=('8d3ba13fd4dc128bf8e636dd84553c8ec948df81')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../perlkde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207210, kdebindings-perlkde/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:38:21 UTC (rev 207211)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlkde
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Perl bindings for the KDE libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlkde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+ 'kdegraphics-okular' 'kdesdk-kate')
+source=(http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
+sha1sums=('8d3ba13fd4dc128bf8e636dd84553c8ec948df81')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../perlkde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:38:45
  Author: andrea
Revision: 207214

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

Added:
  kdeedu-cantor/repos/kde-unstable-i686/
  kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD
(from rev 207213, kdeedu-cantor/kde-unstable/PKGBUILD)
  kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install
(from rev 207213, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
  kdeedu-cantor/repos/kde-unstable-x86_64/
  kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207213, kdeedu-cantor/kde-unstable/PKGBUILD)
  kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install
(from rev 207213, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)

---+
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/kdeedu-cantor.install   |   12 
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/kdeedu-cantor.install |   12 
 4 files changed, 100 insertions(+)

Copied: kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD (from rev 207213, 
kdeedu-cantor/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:38:45 UTC (rev 207214)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-cantor
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=KDE Frontend to Mathematical Software
+url=http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza' 'libqalculate')
+makedepends=('cmake' 'automoc4' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('2d336bb9d6eae01ad04701ab0c477dd6484e8aea')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../cantor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install (from rev 
207213, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
===
--- kde-unstable-i686/kdeedu-cantor.install (rev 0)
+++ kde-unstable-i686/kdeedu-cantor.install 2014-03-08 08:38:45 UTC (rev 
207214)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD (from rev 207213, 
kdeedu-cantor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:38:45 UTC (rev 207214)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-cantor
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=KDE Frontend to Mathematical Software
+url=http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza' 'libqalculate')
+makedepends=('cmake' 'automoc4' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('2d336bb9d6eae01ad04701ab0c477dd6484e8aea')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../cantor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install (from rev 
207213, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
===
--- kde-unstable-x86_64/kdeedu-cantor.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-cantor.install   2014-03-08 08:38:45 UTC (rev 
207214)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:38:38
  Author: andrea
Revision: 207213

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

Added:
  kdeedu-blinken/repos/kde-unstable-i686/
  kdeedu-blinken/repos/kde-unstable-i686/PKGBUILD
(from rev 207212, kdeedu-blinken/kde-unstable/PKGBUILD)
  kdeedu-blinken/repos/kde-unstable-i686/kdeedu-blinken.install
(from rev 207212, kdeedu-blinken/kde-unstable/kdeedu-blinken.install)
  kdeedu-blinken/repos/kde-unstable-x86_64/
  kdeedu-blinken/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207212, kdeedu-blinken/kde-unstable/PKGBUILD)
  kdeedu-blinken/repos/kde-unstable-x86_64/kdeedu-blinken.install
(from rev 207212, kdeedu-blinken/kde-unstable/kdeedu-blinken.install)

+
 kde-unstable-i686/PKGBUILD |   32 +++
 kde-unstable-i686/kdeedu-blinken.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   32 +++
 kde-unstable-x86_64/kdeedu-blinken.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdeedu-blinken/repos/kde-unstable-i686/PKGBUILD (from rev 207212, 
kdeedu-blinken/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:38:38 UTC (rev 207213)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-blinken
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Memory Enhancement Game
+url=http://kde.org/applications/education/blinken/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('525a39f5d51075f1d4cdd6a92d3a4823f8ae348c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-blinken/repos/kde-unstable-i686/kdeedu-blinken.install (from rev 
207212, kdeedu-blinken/kde-unstable/kdeedu-blinken.install)
===
--- kde-unstable-i686/kdeedu-blinken.install(rev 0)
+++ kde-unstable-i686/kdeedu-blinken.install2014-03-08 08:38:38 UTC (rev 
207213)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-blinken/repos/kde-unstable-x86_64/PKGBUILD (from rev 207212, 
kdeedu-blinken/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:38:38 UTC (rev 207213)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-blinken
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Memory Enhancement Game
+url=http://kde.org/applications/education/blinken/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('525a39f5d51075f1d4cdd6a92d3a4823f8ae348c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-blinken/repos/kde-unstable-x86_64/kdeedu-blinken.install (from 
rev 207212, kdeedu-blinken/kde-unstable/kdeedu-blinken.install)
===
--- kde-unstable-x86_64/kdeedu-blinken.install  (rev 0)
+++ kde-unstable-x86_64/kdeedu-blinken.install  2014-03-08 08:38:38 UTC (rev 
207213)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeedu-artikulate/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:38:30
  Author: andrea
Revision: 207212

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

Added:
  kdeedu-artikulate/repos/kde-unstable-i686/
  kdeedu-artikulate/repos/kde-unstable-i686/PKGBUILD
(from rev 207211, kdeedu-artikulate/kde-unstable/PKGBUILD)
  kdeedu-artikulate/repos/kde-unstable-x86_64/
  kdeedu-artikulate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207211, kdeedu-artikulate/kde-unstable/PKGBUILD)

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

Copied: kdeedu-artikulate/repos/kde-unstable-i686/PKGBUILD (from rev 207211, 
kdeedu-artikulate/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:38:30 UTC (rev 207212)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-artikulate
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Improve your pronunciation by listening to native speakers
+url=https://projects.kde.org/projects/kde/kdeedu/artikulate;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'qt-gstreamer')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/artikulate-${pkgver}.tar.xz;)
+sha1sums=('1a1ee8e33f521c49900c00dfd67dd4578c3cfe02')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../artikulate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-artikulate/repos/kde-unstable-x86_64/PKGBUILD (from rev 207211, 
kdeedu-artikulate/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:38:30 UTC (rev 207212)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-artikulate
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Improve your pronunciation by listening to native speakers
+url=https://projects.kde.org/projects/kde/kdeedu/artikulate;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'qt-gstreamer')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/artikulate-${pkgver}.tar.xz;)
+sha1sums=('1a1ee8e33f521c49900c00dfd67dd4578c3cfe02')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../artikulate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:38:53
  Author: andrea
Revision: 207215

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

Added:
  kdeedu-kalgebra/repos/kde-unstable-i686/
  kdeedu-kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 207214, kdeedu-kalgebra/kde-unstable/PKGBUILD)
  kdeedu-kalgebra/repos/kde-unstable-i686/kdeedu-kalgebra.install
(from rev 207214, kdeedu-kalgebra/kde-unstable/kdeedu-kalgebra.install)
  kdeedu-kalgebra/repos/kde-unstable-x86_64/
  kdeedu-kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207214, kdeedu-kalgebra/kde-unstable/PKGBUILD)
  kdeedu-kalgebra/repos/kde-unstable-x86_64/kdeedu-kalgebra.install
(from rev 207214, kdeedu-kalgebra/kde-unstable/kdeedu-kalgebra.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdeedu-kalgebra.install   |   12 +
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdeedu-kalgebra.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdeedu-kalgebra/repos/kde-unstable-i686/PKGBUILD (from rev 207214, 
kdeedu-kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:38:53 UTC (rev 207215)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalgebra
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Graph Calculator
+url=http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('cf8df6a7449a2dcdea657bd9b168ccc4eeec9d6d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalgebra/repos/kde-unstable-i686/kdeedu-kalgebra.install (from 
rev 207214, kdeedu-kalgebra/kde-unstable/kdeedu-kalgebra.install)
===
--- kde-unstable-i686/kdeedu-kalgebra.install   (rev 0)
+++ kde-unstable-i686/kdeedu-kalgebra.install   2014-03-08 08:38:53 UTC (rev 
207215)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kalgebra/repos/kde-unstable-x86_64/PKGBUILD (from rev 207214, 
kdeedu-kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:38:53 UTC (rev 207215)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalgebra
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Graph Calculator
+url=http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('cf8df6a7449a2dcdea657bd9b168ccc4eeec9d6d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalgebra/repos/kde-unstable-x86_64/kdeedu-kalgebra.install (from 
rev 207214, kdeedu-kalgebra/kde-unstable/kdeedu-kalgebra.install)
===
--- kde-unstable-x86_64/kdeedu-kalgebra.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-kalgebra.install 2014-03-08 08:38:53 UTC (rev 
207215)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:39:00
  Author: andrea
Revision: 207216

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

Added:
  kdeedu-kalzium/repos/kde-unstable-i686/
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
(from rev 207215, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
(from rev 207215, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/kde-unstable-x86_64/
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207215, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install
(from rev 207215, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)

+
 kde-unstable-i686/PKGBUILD |   31 +++
 kde-unstable-i686/kdeedu-kalzium.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD   |   31 +++
 kde-unstable-x86_64/kdeedu-kalzium.install |   12 ++
 4 files changed, 86 insertions(+)

Copied: kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD (from rev 207215, 
kdeedu-kalzium/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:39:00 UTC (rev 207216)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalzium
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Periodic Table of Elements
+url=http://kde.org/applications/education/kalzium/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('39f344c68113e4361ad3ddb9fbbd22e6d935f008')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install (from rev 
207215, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===
--- kde-unstable-i686/kdeedu-kalzium.install(rev 0)
+++ kde-unstable-i686/kdeedu-kalzium.install2014-03-08 08:39:00 UTC (rev 
207216)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD (from rev 207215, 
kdeedu-kalzium/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:39:00 UTC (rev 207216)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalzium
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Periodic Table of Elements
+url=http://kde.org/applications/education/kalzium/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('39f344c68113e4361ad3ddb9fbbd22e6d935f008')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install (from 
rev 207215, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===
--- kde-unstable-x86_64/kdeedu-kalzium.install  (rev 0)
+++ kde-unstable-x86_64/kdeedu-kalzium.install  2014-03-08 08:39:00 UTC (rev 
207216)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:39:08
  Author: andrea
Revision: 207217

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

Added:
  kdeedu-kanagram/repos/kde-unstable-i686/
  kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD
(from rev 207216, kdeedu-kanagram/kde-unstable/PKGBUILD)
  kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install
(from rev 207216, kdeedu-kanagram/kde-unstable/kdeedu-kanagram.install)
  kdeedu-kanagram/repos/kde-unstable-x86_64/
  kdeedu-kanagram/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207216, kdeedu-kanagram/kde-unstable/PKGBUILD)
  kdeedu-kanagram/repos/kde-unstable-x86_64/kdeedu-kanagram.install
(from rev 207216, kdeedu-kanagram/kde-unstable/kdeedu-kanagram.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdeedu-kanagram.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdeedu-kanagram.install |   11 
 4 files changed, 86 insertions(+)

Copied: kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 207216, 
kdeedu-kanagram/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:39:08 UTC (rev 207217)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kanagram
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Letter Order Game
+url=http://kde.org/applications/education/kanagram/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
+sha1sums=('ac1a6091f2b148f3eb8eee367087de5763615743')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kanagram-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install (from 
rev 207216, kdeedu-kanagram/kde-unstable/kdeedu-kanagram.install)
===
--- kde-unstable-i686/kdeedu-kanagram.install   (rev 0)
+++ kde-unstable-i686/kdeedu-kanagram.install   2014-03-08 08:39:08 UTC (rev 
207217)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kanagram/repos/kde-unstable-x86_64/PKGBUILD (from rev 207216, 
kdeedu-kanagram/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:39:08 UTC (rev 207217)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kanagram
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Letter Order Game
+url=http://kde.org/applications/education/kanagram/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
+sha1sums=('ac1a6091f2b148f3eb8eee367087de5763615743')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kanagram-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kanagram/repos/kde-unstable-x86_64/kdeedu-kanagram.install (from 
rev 207216, kdeedu-kanagram/kde-unstable/kdeedu-kanagram.install)
===
--- kde-unstable-x86_64/kdeedu-kanagram.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-kanagram.install 2014-03-08 08:39:08 UTC (rev 
207217)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:39:23
  Author: andrea
Revision: 207219

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

Added:
  kdeedu-kgeography/repos/kde-unstable-i686/
  kdeedu-kgeography/repos/kde-unstable-i686/PKGBUILD
(from rev 207218, kdeedu-kgeography/kde-unstable/PKGBUILD)
  kdeedu-kgeography/repos/kde-unstable-i686/kdeedu-kgeography.install
(from rev 207218, kdeedu-kgeography/kde-unstable/kdeedu-kgeography.install)
  kdeedu-kgeography/repos/kde-unstable-x86_64/
  kdeedu-kgeography/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207218, kdeedu-kgeography/kde-unstable/PKGBUILD)
  kdeedu-kgeography/repos/kde-unstable-x86_64/kdeedu-kgeography.install
(from rev 207218, kdeedu-kgeography/kde-unstable/kdeedu-kgeography.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdeedu-kgeography.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdeedu-kgeography.install |   11 
 4 files changed, 86 insertions(+)

Copied: kdeedu-kgeography/repos/kde-unstable-i686/PKGBUILD (from rev 207218, 
kdeedu-kgeography/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:39:23 UTC (rev 207219)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kgeography
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Geography Trainer
+url=http://kde.org/applications/education/kgeography/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
+sha1sums=('2860f0c7cd75c4ab9f6a0eaf85e9aacd1695d02e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgeography-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kgeography/repos/kde-unstable-i686/kdeedu-kgeography.install 
(from rev 207218, kdeedu-kgeography/kde-unstable/kdeedu-kgeography.install)
===
--- kde-unstable-i686/kdeedu-kgeography.install (rev 0)
+++ kde-unstable-i686/kdeedu-kgeography.install 2014-03-08 08:39:23 UTC (rev 
207219)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kgeography/repos/kde-unstable-x86_64/PKGBUILD (from rev 207218, 
kdeedu-kgeography/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:39:23 UTC (rev 207219)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kgeography
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Geography Trainer
+url=http://kde.org/applications/education/kgeography/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
+sha1sums=('2860f0c7cd75c4ab9f6a0eaf85e9aacd1695d02e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgeography-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kgeography/repos/kde-unstable-x86_64/kdeedu-kgeography.install 
(from rev 207218, kdeedu-kgeography/kde-unstable/kdeedu-kgeography.install)
===
--- kde-unstable-x86_64/kdeedu-kgeography.install   
(rev 0)
+++ kde-unstable-x86_64/kdeedu-kgeography.install   2014-03-08 08:39:23 UTC 
(rev 207219)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:39:56
  Author: andrea
Revision: 207223

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

Added:
  kdeedu-klettres/repos/kde-unstable-i686/
  kdeedu-klettres/repos/kde-unstable-i686/PKGBUILD
(from rev 207222, kdeedu-klettres/kde-unstable/PKGBUILD)
  kdeedu-klettres/repos/kde-unstable-i686/kdeedu-klettres.install
(from rev 207222, kdeedu-klettres/kde-unstable/kdeedu-klettres.install)
  kdeedu-klettres/repos/kde-unstable-x86_64/
  kdeedu-klettres/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207222, kdeedu-klettres/kde-unstable/PKGBUILD)
  kdeedu-klettres/repos/kde-unstable-x86_64/kdeedu-klettres.install
(from rev 207222, kdeedu-klettres/kde-unstable/kdeedu-klettres.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdeedu-klettres.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdeedu-klettres.install |   11 
 4 files changed, 86 insertions(+)

Copied: kdeedu-klettres/repos/kde-unstable-i686/PKGBUILD (from rev 207222, 
kdeedu-klettres/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:39:56 UTC (rev 207223)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-klettres
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Learn The Alphabet
+url=http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('ba80faf9e3187ce9009e8c3b7162d0225551bd11')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../klettres-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-klettres/repos/kde-unstable-i686/kdeedu-klettres.install (from 
rev 207222, kdeedu-klettres/kde-unstable/kdeedu-klettres.install)
===
--- kde-unstable-i686/kdeedu-klettres.install   (rev 0)
+++ kde-unstable-i686/kdeedu-klettres.install   2014-03-08 08:39:56 UTC (rev 
207223)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-klettres/repos/kde-unstable-x86_64/PKGBUILD (from rev 207222, 
kdeedu-klettres/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:39:56 UTC (rev 207223)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-klettres
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Learn The Alphabet
+url=http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('ba80faf9e3187ce9009e8c3b7162d0225551bd11')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../klettres-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-klettres/repos/kde-unstable-x86_64/kdeedu-klettres.install (from 
rev 207222, kdeedu-klettres/kde-unstable/kdeedu-klettres.install)
===
--- kde-unstable-x86_64/kdeedu-klettres.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-klettres.install 2014-03-08 08:39:56 UTC (rev 
207223)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:39:15
  Author: andrea
Revision: 207218

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

Added:
  kdeedu-kbruch/repos/kde-unstable-i686/
  kdeedu-kbruch/repos/kde-unstable-i686/PKGBUILD
(from rev 207217, kdeedu-kbruch/kde-unstable/PKGBUILD)
  kdeedu-kbruch/repos/kde-unstable-i686/kdeedu-kbruch.install
(from rev 207217, kdeedu-kbruch/kde-unstable/kdeedu-kbruch.install)
  kdeedu-kbruch/repos/kde-unstable-x86_64/
  kdeedu-kbruch/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207217, kdeedu-kbruch/kde-unstable/PKGBUILD)
  kdeedu-kbruch/repos/kde-unstable-x86_64/kdeedu-kbruch.install
(from rev 207217, kdeedu-kbruch/kde-unstable/kdeedu-kbruch.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdeedu-kbruch.install   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdeedu-kbruch.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdeedu-kbruch/repos/kde-unstable-i686/PKGBUILD (from rev 207217, 
kdeedu-kbruch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:39:15 UTC (rev 207218)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kbruch
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Exercise Fractions
+url=http://kde.org/applications/education/kbruch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
+sha1sums=('3bb39643e4d6ae19906458eb4b24b55715b13221')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kbruch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kbruch/repos/kde-unstable-i686/kdeedu-kbruch.install (from rev 
207217, kdeedu-kbruch/kde-unstable/kdeedu-kbruch.install)
===
--- kde-unstable-i686/kdeedu-kbruch.install (rev 0)
+++ kde-unstable-i686/kdeedu-kbruch.install 2014-03-08 08:39:15 UTC (rev 
207218)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kbruch/repos/kde-unstable-x86_64/PKGBUILD (from rev 207217, 
kdeedu-kbruch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:39:15 UTC (rev 207218)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kbruch
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Exercise Fractions
+url=http://kde.org/applications/education/kbruch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
+sha1sums=('3bb39643e4d6ae19906458eb4b24b55715b13221')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kbruch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kbruch/repos/kde-unstable-x86_64/kdeedu-kbruch.install (from rev 
207217, kdeedu-kbruch/kde-unstable/kdeedu-kbruch.install)
===
--- kde-unstable-x86_64/kdeedu-kbruch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-kbruch.install   2014-03-08 08:39:15 UTC (rev 
207218)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:39:39
  Author: andrea
Revision: 207221

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

Added:
  kdeedu-kig/repos/kde-unstable-i686/
  kdeedu-kig/repos/kde-unstable-i686/PKGBUILD
(from rev 207220, kdeedu-kig/kde-unstable/PKGBUILD)
  kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install
(from rev 207220, kdeedu-kig/kde-unstable/kdeedu-kig.install)
  kdeedu-kig/repos/kde-unstable-x86_64/
  kdeedu-kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207220, kdeedu-kig/kde-unstable/PKGBUILD)
  kdeedu-kig/repos/kde-unstable-x86_64/kdeedu-kig.install
(from rev 207220, kdeedu-kig/kde-unstable/kdeedu-kig.install)

+
 kde-unstable-i686/PKGBUILD |   34 +++
 kde-unstable-i686/kdeedu-kig.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD   |   34 +++
 kde-unstable-x86_64/kdeedu-kig.install |   12 ++
 4 files changed, 92 insertions(+)

Copied: kdeedu-kig/repos/kde-unstable-i686/PKGBUILD (from rev 207220, 
kdeedu-kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:39:39 UTC (rev 207221)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('95fecca5871e0d97ed386550bc666d7a3c281fd9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install (from rev 207220, 
kdeedu-kig/kde-unstable/kdeedu-kig.install)
===
--- kde-unstable-i686/kdeedu-kig.install(rev 0)
+++ kde-unstable-i686/kdeedu-kig.install2014-03-08 08:39:39 UTC (rev 
207221)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kig/repos/kde-unstable-x86_64/PKGBUILD (from rev 207220, 
kdeedu-kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:39:39 UTC (rev 207221)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('95fecca5871e0d97ed386550bc666d7a3c281fd9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/kde-unstable-x86_64/kdeedu-kig.install (from rev 
207220, kdeedu-kig/kde-unstable/kdeedu-kig.install)
===
--- kde-unstable-x86_64/kdeedu-kig.install  (rev 0)
+++ kde-unstable-x86_64/kdeedu-kig.install  2014-03-08 08:39:39 UTC (rev 
207221)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:39:47
  Author: andrea
Revision: 207222

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

Added:
  kdeedu-kiten/repos/kde-unstable-i686/
  kdeedu-kiten/repos/kde-unstable-i686/PKGBUILD
(from rev 207221, kdeedu-kiten/kde-unstable/PKGBUILD)
  kdeedu-kiten/repos/kde-unstable-i686/kdeedu-kiten.install
(from rev 207221, kdeedu-kiten/kde-unstable/kdeedu-kiten.install)
  kdeedu-kiten/repos/kde-unstable-x86_64/
  kdeedu-kiten/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207221, kdeedu-kiten/kde-unstable/PKGBUILD)
  kdeedu-kiten/repos/kde-unstable-x86_64/kdeedu-kiten.install
(from rev 207221, kdeedu-kiten/kde-unstable/kdeedu-kiten.install)

--+
 kde-unstable-i686/PKGBUILD   |   32 +
 kde-unstable-i686/kdeedu-kiten.install   |   11 +
 kde-unstable-x86_64/PKGBUILD |   32 +
 kde-unstable-x86_64/kdeedu-kiten.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdeedu-kiten/repos/kde-unstable-i686/PKGBUILD (from rev 207221, 
kdeedu-kiten/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:39:47 UTC (rev 207222)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kiten
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Japanese Reference/Study Tool
+url=http://kde.org/applications/education/kiten/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kiten-${pkgver}.tar.xz;)
+sha1sums=('5e64661a6cc715601e6457cb18c5be2378177eaf')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kiten-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kiten/repos/kde-unstable-i686/kdeedu-kiten.install (from rev 
207221, kdeedu-kiten/kde-unstable/kdeedu-kiten.install)
===
--- kde-unstable-i686/kdeedu-kiten.install  (rev 0)
+++ kde-unstable-i686/kdeedu-kiten.install  2014-03-08 08:39:47 UTC (rev 
207222)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kiten/repos/kde-unstable-x86_64/PKGBUILD (from rev 207221, 
kdeedu-kiten/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:39:47 UTC (rev 207222)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kiten
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Japanese Reference/Study Tool
+url=http://kde.org/applications/education/kiten/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kiten-${pkgver}.tar.xz;)
+sha1sums=('5e64661a6cc715601e6457cb18c5be2378177eaf')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kiten-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kiten/repos/kde-unstable-x86_64/kdeedu-kiten.install (from rev 
207221, kdeedu-kiten/kde-unstable/kdeedu-kiten.install)
===
--- kde-unstable-x86_64/kdeedu-kiten.install(rev 0)
+++ kde-unstable-x86_64/kdeedu-kiten.install2014-03-08 08:39:47 UTC (rev 
207222)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:39:31
  Author: andrea
Revision: 207220

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

Added:
  kdeedu-khangman/repos/kde-unstable-i686/
  kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD
(from rev 207219, kdeedu-khangman/kde-unstable/PKGBUILD)
  kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install
(from rev 207219, kdeedu-khangman/kde-unstable/kdeedu-khangman.install)
  kdeedu-khangman/repos/kde-unstable-x86_64/
  kdeedu-khangman/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207219, kdeedu-khangman/kde-unstable/PKGBUILD)
  kdeedu-khangman/repos/kde-unstable-x86_64/kdeedu-khangman.install
(from rev 207219, kdeedu-khangman/kde-unstable/kdeedu-khangman.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdeedu-khangman.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdeedu-khangman.install |   11 
 4 files changed, 86 insertions(+)

Copied: kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD (from rev 207219, 
kdeedu-khangman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:39:31 UTC (rev 207220)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-khangman
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Hangman Game
+url=http://kde.org/applications/education/khangman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz;)
+sha1sums=('51b98d848583790ef59c50187573227df9e3b15b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../khangman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install (from 
rev 207219, kdeedu-khangman/kde-unstable/kdeedu-khangman.install)
===
--- kde-unstable-i686/kdeedu-khangman.install   (rev 0)
+++ kde-unstable-i686/kdeedu-khangman.install   2014-03-08 08:39:31 UTC (rev 
207220)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-khangman/repos/kde-unstable-x86_64/PKGBUILD (from rev 207219, 
kdeedu-khangman/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:39:31 UTC (rev 207220)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-khangman
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Hangman Game
+url=http://kde.org/applications/education/khangman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz;)
+sha1sums=('51b98d848583790ef59c50187573227df9e3b15b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../khangman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-khangman/repos/kde-unstable-x86_64/kdeedu-khangman.install (from 
rev 207219, kdeedu-khangman/kde-unstable/kdeedu-khangman.install)
===
--- kde-unstable-x86_64/kdeedu-khangman.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-khangman.install 2014-03-08 08:39:31 UTC (rev 
207220)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:41:05
  Author: andrea
Revision: 207231

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

Added:
  kdeedu-rocs/repos/kde-unstable-i686/
  kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD
(from rev 207230, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install
(from rev 207230, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
  kdeedu-rocs/repos/kde-unstable-x86_64/
  kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207230, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install
(from rev 207230, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdeedu-rocs.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdeedu-rocs.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD (from rev 207230, 
kdeedu-rocs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:41:05 UTC (rev 207231)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-rocs
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz;)
+sha1sums=('dee274446eea49bd2f5786d5489b9e2df5b28ed8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install (from rev 
207230, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===
--- kde-unstable-i686/kdeedu-rocs.install   (rev 0)
+++ kde-unstable-i686/kdeedu-rocs.install   2014-03-08 08:41:05 UTC (rev 
207231)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 207230, 
kdeedu-rocs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:41:05 UTC (rev 207231)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-rocs
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz;)
+sha1sums=('dee274446eea49bd2f5786d5489b9e2df5b28ed8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install (from rev 
207230, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===
--- kde-unstable-x86_64/kdeedu-rocs.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-rocs.install 2014-03-08 08:41:05 UTC (rev 
207231)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:40:09
  Author: andrea
Revision: 207224

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

Added:
  kdeedu-kmplot/repos/kde-unstable-i686/
  kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD
(from rev 207223, kdeedu-kmplot/kde-unstable/PKGBUILD)
  kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install
(from rev 207223, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
  kdeedu-kmplot/repos/kde-unstable-x86_64/
  kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207223, kdeedu-kmplot/kde-unstable/PKGBUILD)
  kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install
(from rev 207223, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdeedu-kmplot.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdeedu-kmplot.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 207223, 
kdeedu-kmplot/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:40:09 UTC (rev 207224)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kmplot
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Mathematical Function Plotter
+url=http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('cc31d00bb1ff811ac20afe4f3225e09f62468ec3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install (from rev 
207223, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
===
--- kde-unstable-i686/kdeedu-kmplot.install (rev 0)
+++ kde-unstable-i686/kdeedu-kmplot.install 2014-03-08 08:40:09 UTC (rev 
207224)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD (from rev 207223, 
kdeedu-kmplot/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:40:09 UTC (rev 207224)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kmplot
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Mathematical Function Plotter
+url=http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('cc31d00bb1ff811ac20afe4f3225e09f62468ec3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install (from rev 
207223, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
===
--- kde-unstable-x86_64/kdeedu-kmplot.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-kmplot.install   2014-03-08 08:40:09 UTC (rev 
207224)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:40:41
  Author: andrea
Revision: 207228

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

Added:
  kdeedu-kwordquiz/repos/kde-unstable-i686/
  kdeedu-kwordquiz/repos/kde-unstable-i686/PKGBUILD
(from rev 207227, kdeedu-kwordquiz/kde-unstable/PKGBUILD)
  kdeedu-kwordquiz/repos/kde-unstable-i686/kdeedu-kwordquiz.install
(from rev 207227, kdeedu-kwordquiz/kde-unstable/kdeedu-kwordquiz.install)
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207227, kdeedu-kwordquiz/kde-unstable/PKGBUILD)
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/kdeedu-kwordquiz.install
(from rev 207227, kdeedu-kwordquiz/kde-unstable/kdeedu-kwordquiz.install)

--+
 kde-unstable-i686/PKGBUILD   |   32 +
 kde-unstable-i686/kdeedu-kwordquiz.install   |   12 +
 kde-unstable-x86_64/PKGBUILD |   32 +
 kde-unstable-x86_64/kdeedu-kwordquiz.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdeedu-kwordquiz/repos/kde-unstable-i686/PKGBUILD (from rev 207227, 
kdeedu-kwordquiz/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:40:41 UTC (rev 207228)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kwordquiz
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('c58d2a4d3efcfec6c7ba2d0482a9cb26a8348e2e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kwordquiz/repos/kde-unstable-i686/kdeedu-kwordquiz.install (from 
rev 207227, kdeedu-kwordquiz/kde-unstable/kdeedu-kwordquiz.install)
===
--- kde-unstable-i686/kdeedu-kwordquiz.install  (rev 0)
+++ kde-unstable-i686/kdeedu-kwordquiz.install  2014-03-08 08:40:41 UTC (rev 
207228)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kwordquiz/repos/kde-unstable-x86_64/PKGBUILD (from rev 207227, 
kdeedu-kwordquiz/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:40:41 UTC (rev 207228)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kwordquiz
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('c58d2a4d3efcfec6c7ba2d0482a9cb26a8348e2e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kwordquiz/repos/kde-unstable-x86_64/kdeedu-kwordquiz.install 
(from rev 207227, kdeedu-kwordquiz/kde-unstable/kdeedu-kwordquiz.install)
===
--- kde-unstable-x86_64/kdeedu-kwordquiz.install
(rev 0)
+++ kde-unstable-x86_64/kdeedu-kwordquiz.install2014-03-08 08:40:41 UTC 
(rev 207228)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:40:48
  Author: andrea
Revision: 207229

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

Added:
  kdeedu-pairs/repos/kde-unstable-i686/
  kdeedu-pairs/repos/kde-unstable-i686/PKGBUILD
(from rev 207228, kdeedu-pairs/kde-unstable/PKGBUILD)
  kdeedu-pairs/repos/kde-unstable-i686/kdeedu-pairs.install
(from rev 207228, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
  kdeedu-pairs/repos/kde-unstable-x86_64/
  kdeedu-pairs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207228, kdeedu-pairs/kde-unstable/PKGBUILD)
  kdeedu-pairs/repos/kde-unstable-x86_64/kdeedu-pairs.install
(from rev 207228, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)

--+
 kde-unstable-i686/PKGBUILD   |   32 +
 kde-unstable-i686/kdeedu-pairs.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD |   32 +
 kde-unstable-x86_64/kdeedu-pairs.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: kdeedu-pairs/repos/kde-unstable-i686/PKGBUILD (from rev 207228, 
kdeedu-pairs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:40:48 UTC (rev 207229)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-pairs
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A memory and pairs game for KDE
+url=https://projects.kde.org/projects/kde/kdeedu/pairs;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/pairs-${pkgver}.tar.xz;)
+sha1sums=('3c367fa9c3f488e2f0ad8de48a6a57fbdfa44eb4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pairs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-pairs/repos/kde-unstable-i686/kdeedu-pairs.install (from rev 
207228, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
===
--- kde-unstable-i686/kdeedu-pairs.install  (rev 0)
+++ kde-unstable-i686/kdeedu-pairs.install  2014-03-08 08:40:48 UTC (rev 
207229)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-pairs/repos/kde-unstable-x86_64/PKGBUILD (from rev 207228, 
kdeedu-pairs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:40:48 UTC (rev 207229)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-pairs
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A memory and pairs game for KDE
+url=https://projects.kde.org/projects/kde/kdeedu/pairs;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/pairs-${pkgver}.tar.xz;)
+sha1sums=('3c367fa9c3f488e2f0ad8de48a6a57fbdfa44eb4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pairs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-pairs/repos/kde-unstable-x86_64/kdeedu-pairs.install (from rev 
207228, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
===
--- kde-unstable-x86_64/kdeedu-pairs.install(rev 0)
+++ kde-unstable-x86_64/kdeedu-pairs.install2014-03-08 08:40:48 UTC (rev 
207229)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:40:57
  Author: andrea
Revision: 207230

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

Added:
  kdeedu-parley/repos/kde-unstable-i686/
  kdeedu-parley/repos/kde-unstable-i686/PKGBUILD
(from rev 207229, kdeedu-parley/kde-unstable/PKGBUILD)
  kdeedu-parley/repos/kde-unstable-i686/kdeedu-parley.install
(from rev 207229, kdeedu-parley/kde-unstable/kdeedu-parley.install)
  kdeedu-parley/repos/kde-unstable-x86_64/
  kdeedu-parley/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207229, kdeedu-parley/kde-unstable/PKGBUILD)
  kdeedu-parley/repos/kde-unstable-x86_64/kdeedu-parley.install
(from rev 207229, kdeedu-parley/kde-unstable/kdeedu-parley.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdeedu-parley.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdeedu-parley.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: kdeedu-parley/repos/kde-unstable-i686/PKGBUILD (from rev 207229, 
kdeedu-parley/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:40:57 UTC (rev 207230)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-parley
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebindings-kross-python: scripting support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('5fb483d47133b4726437e7430a9e6d0d15a8659f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-parley/repos/kde-unstable-i686/kdeedu-parley.install (from rev 
207229, kdeedu-parley/kde-unstable/kdeedu-parley.install)
===
--- kde-unstable-i686/kdeedu-parley.install (rev 0)
+++ kde-unstable-i686/kdeedu-parley.install 2014-03-08 08:40:57 UTC (rev 
207230)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-parley/repos/kde-unstable-x86_64/PKGBUILD (from rev 207229, 
kdeedu-parley/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:40:57 UTC (rev 207230)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-parley
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebindings-kross-python: scripting support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('5fb483d47133b4726437e7430a9e6d0d15a8659f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-parley/repos/kde-unstable-x86_64/kdeedu-parley.install (from rev 
207229, kdeedu-parley/kde-unstable/kdeedu-parley.install)
===
--- kde-unstable-x86_64/kdeedu-parley.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-parley.install   2014-03-08 08:40:57 UTC (rev 
207230)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:40:17
  Author: andrea
Revision: 207225

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

Added:
  kdeedu-kstars/repos/kde-unstable-i686/
  kdeedu-kstars/repos/kde-unstable-i686/PKGBUILD
(from rev 207224, kdeedu-kstars/kde-unstable/PKGBUILD)
  kdeedu-kstars/repos/kde-unstable-i686/kdeedu-kstars.install
(from rev 207224, kdeedu-kstars/kde-unstable/kdeedu-kstars.install)
  kdeedu-kstars/repos/kde-unstable-x86_64/
  kdeedu-kstars/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207224, kdeedu-kstars/kde-unstable/PKGBUILD)
  kdeedu-kstars/repos/kde-unstable-x86_64/kdeedu-kstars.install
(from rev 207224, kdeedu-kstars/kde-unstable/kdeedu-kstars.install)

---+
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/kdeedu-kstars.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/kdeedu-kstars.install |   11 
 4 files changed, 98 insertions(+)

Copied: kdeedu-kstars/repos/kde-unstable-i686/PKGBUILD (from rev 207224, 
kdeedu-kstars/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:40:17 UTC (rev 207225)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kstars
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'wcslib' 'libindi' 'qjson')
+makedepends=('cmake' 'automoc4' 'eigen')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('65a172d334afb1af0b36c5199a7de41dfd9a544e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/apps/kstars/scripts/supernova_updates_parser.py
+}

Copied: kdeedu-kstars/repos/kde-unstable-i686/kdeedu-kstars.install (from rev 
207224, kdeedu-kstars/kde-unstable/kdeedu-kstars.install)
===
--- kde-unstable-i686/kdeedu-kstars.install (rev 0)
+++ kde-unstable-i686/kdeedu-kstars.install 2014-03-08 08:40:17 UTC (rev 
207225)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kstars/repos/kde-unstable-x86_64/PKGBUILD (from rev 207224, 
kdeedu-kstars/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:40:17 UTC (rev 207225)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kstars
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'wcslib' 'libindi' 'qjson')
+makedepends=('cmake' 'automoc4' 'eigen')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('65a172d334afb1af0b36c5199a7de41dfd9a544e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/apps/kstars/scripts/supernova_updates_parser.py
+}

Copied: kdeedu-kstars/repos/kde-unstable-x86_64/kdeedu-kstars.install (from rev 
207224, kdeedu-kstars/kde-unstable/kdeedu-kstars.install)
===
--- kde-unstable-x86_64/kdeedu-kstars.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-kstars.install   2014-03-08 08:40:17 UTC (rev 
207225)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:40:34
  Author: andrea
Revision: 207227

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

Added:
  kdeedu-kturtle/repos/kde-unstable-i686/
  kdeedu-kturtle/repos/kde-unstable-i686/PKGBUILD
(from rev 207226, kdeedu-kturtle/kde-unstable/PKGBUILD)
  kdeedu-kturtle/repos/kde-unstable-i686/kdeedu-kturtle.install
(from rev 207226, kdeedu-kturtle/kde-unstable/kdeedu-kturtle.install)
  kdeedu-kturtle/repos/kde-unstable-x86_64/
  kdeedu-kturtle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207226, kdeedu-kturtle/kde-unstable/PKGBUILD)
  kdeedu-kturtle/repos/kde-unstable-x86_64/kdeedu-kturtle.install
(from rev 207226, kdeedu-kturtle/kde-unstable/kdeedu-kturtle.install)

+
 kde-unstable-i686/PKGBUILD |   32 +++
 kde-unstable-i686/kdeedu-kturtle.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   32 +++
 kde-unstable-x86_64/kdeedu-kturtle.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdeedu-kturtle/repos/kde-unstable-i686/PKGBUILD (from rev 207226, 
kdeedu-kturtle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:40:34 UTC (rev 207227)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kturtle
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('4bc5544212c567a18516974d54eadbd97bcb6fe8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kturtle/repos/kde-unstable-i686/kdeedu-kturtle.install (from rev 
207226, kdeedu-kturtle/kde-unstable/kdeedu-kturtle.install)
===
--- kde-unstable-i686/kdeedu-kturtle.install(rev 0)
+++ kde-unstable-i686/kdeedu-kturtle.install2014-03-08 08:40:34 UTC (rev 
207227)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kturtle/repos/kde-unstable-x86_64/PKGBUILD (from rev 207226, 
kdeedu-kturtle/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:40:34 UTC (rev 207227)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kturtle
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('4bc5544212c567a18516974d54eadbd97bcb6fe8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kturtle/repos/kde-unstable-x86_64/kdeedu-kturtle.install (from 
rev 207226, kdeedu-kturtle/kde-unstable/kdeedu-kturtle.install)
===
--- kde-unstable-x86_64/kdeedu-kturtle.install  (rev 0)
+++ kde-unstable-x86_64/kdeedu-kturtle.install  2014-03-08 08:40:34 UTC (rev 
207227)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:40:26
  Author: andrea
Revision: 207226

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

Added:
  kdeedu-ktouch/repos/kde-unstable-i686/
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
(from rev 207225, kdeedu-ktouch/kde-unstable/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install
(from rev 207225, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/kde-unstable-x86_64/
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207225, kdeedu-ktouch/kde-unstable/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install
(from rev 207225, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdeedu-ktouch.install   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdeedu-ktouch.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 207225, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:40:26 UTC (rev 207226)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('a9829272b5023cd0989a9b61611eb24593f1ba04')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
207225, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2014-03-08 08:40:26 UTC (rev 
207226)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 207225, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:40:26 UTC (rev 207226)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('a9829272b5023cd0989a9b61611eb24593f1ba04')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
207225, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2014-03-08 08:40:26 UTC (rev 
207226)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:41:27
  Author: andrea
Revision: 207234

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

Added:
  kdegames-bovo/repos/kde-unstable-i686/
  kdegames-bovo/repos/kde-unstable-i686/PKGBUILD
(from rev 207233, kdegames-bovo/kde-unstable/PKGBUILD)
  kdegames-bovo/repos/kde-unstable-i686/kdegames-bovo.install
(from rev 207233, kdegames-bovo/kde-unstable/kdegames-bovo.install)
  kdegames-bovo/repos/kde-unstable-x86_64/
  kdegames-bovo/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207233, kdegames-bovo/kde-unstable/PKGBUILD)
  kdegames-bovo/repos/kde-unstable-x86_64/kdegames-bovo.install
(from rev 207233, kdegames-bovo/kde-unstable/kdegames-bovo.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-bovo.install   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-bovo.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdegames-bovo/repos/kde-unstable-i686/PKGBUILD (from rev 207233, 
kdegames-bovo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:41:27 UTC (rev 207234)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-bovo
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+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/bovo-${pkgver}.tar.xz;)
+sha1sums=('79ef65cc2e488ff09add04e31a1f81d4f282eed3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-bovo/repos/kde-unstable-i686/kdegames-bovo.install (from rev 
207233, kdegames-bovo/kde-unstable/kdegames-bovo.install)
===
--- kde-unstable-i686/kdegames-bovo.install (rev 0)
+++ kde-unstable-i686/kdegames-bovo.install 2014-03-08 08:41:27 UTC (rev 
207234)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-bovo/repos/kde-unstable-x86_64/PKGBUILD (from rev 207233, 
kdegames-bovo/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:41:27 UTC (rev 207234)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-bovo
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+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/bovo-${pkgver}.tar.xz;)
+sha1sums=('79ef65cc2e488ff09add04e31a1f81d4f282eed3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-bovo/repos/kde-unstable-x86_64/kdegames-bovo.install (from rev 
207233, kdegames-bovo/kde-unstable/kdegames-bovo.install)
===
--- kde-unstable-x86_64/kdegames-bovo.install   (rev 0)
+++ kde-unstable-x86_64/kdegames-bovo.install   2014-03-08 08:41:27 UTC (rev 
207234)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:41:12
  Author: andrea
Revision: 207232

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

Added:
  kdeedu-step/repos/kde-unstable-i686/
  kdeedu-step/repos/kde-unstable-i686/PKGBUILD
(from rev 207231, kdeedu-step/kde-unstable/PKGBUILD)
  kdeedu-step/repos/kde-unstable-i686/kdeedu-step.install
(from rev 207231, kdeedu-step/kde-unstable/kdeedu-step.install)
  kdeedu-step/repos/kde-unstable-x86_64/
  kdeedu-step/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207231, kdeedu-step/kde-unstable/PKGBUILD)
  kdeedu-step/repos/kde-unstable-x86_64/kdeedu-step.install
(from rev 207231, kdeedu-step/kde-unstable/kdeedu-step.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdeedu-step.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdeedu-step.install |   11 ++
 4 files changed, 86 insertions(+)

Copied: kdeedu-step/repos/kde-unstable-i686/PKGBUILD (from rev 207231, 
kdeedu-step/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:41:12 UTC (rev 207232)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-step
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl')
+makedepends=('cmake' 'automoc4' 'eigen2' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('4e56f6da443831512ccbc2a5238d1c047a58e980')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-step/repos/kde-unstable-i686/kdeedu-step.install (from rev 
207231, kdeedu-step/kde-unstable/kdeedu-step.install)
===
--- kde-unstable-i686/kdeedu-step.install   (rev 0)
+++ kde-unstable-i686/kdeedu-step.install   2014-03-08 08:41:12 UTC (rev 
207232)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-step/repos/kde-unstable-x86_64/PKGBUILD (from rev 207231, 
kdeedu-step/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:41:12 UTC (rev 207232)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-step
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl')
+makedepends=('cmake' 'automoc4' 'eigen2' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('4e56f6da443831512ccbc2a5238d1c047a58e980')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-step/repos/kde-unstable-x86_64/kdeedu-step.install (from rev 
207231, kdeedu-step/kde-unstable/kdeedu-step.install)
===
--- kde-unstable-x86_64/kdeedu-step.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-step.install 2014-03-08 08:41:12 UTC (rev 
207232)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-kajongg/repos/kde-unstable-any (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:41:40
  Author: andrea
Revision: 207236

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

Added:
  kdegames-kajongg/repos/kde-unstable-any/PKGBUILD
(from rev 207235, kdegames-kajongg/kde-unstable/PKGBUILD)
  kdegames-kajongg/repos/kde-unstable-any/kdegames-kajongg.install
(from rev 207235, kdegames-kajongg/kde-unstable/kdegames-kajongg.install)
Deleted:
  kdegames-kajongg/repos/kde-unstable-any/PKGBUILD
  kdegames-kajongg/repos/kde-unstable-any/kdegames-kajongg.install

--+
 PKGBUILD |   74 +++--
 kdegames-kajongg.install |   22 ++---
 2 files changed, 49 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-08 08:41:34 UTC (rev 207235)
+++ PKGBUILD2014-03-08 08:41:40 UTC (rev 207236)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kajongg
-pkgver=4.11.97
-pkgrel=1
-pkgdesc=The ancient Chinese board game for 4 players
-url=http://kde.org/applications/games/kajongg/;
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'twisted' 'kdebindings-python2')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)
-sha1sums=('2b2d8e4bc49bae4816eb39ac97a35d8aea359bd8')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kajongg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix the python shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
${pkgdir}/usr/share/apps/kajongg/{deferredutil,kajongg,kajonggserver,server}.py
-}

Copied: kdegames-kajongg/repos/kde-unstable-any/PKGBUILD (from rev 207235, 
kdegames-kajongg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-08 08:41:40 UTC (rev 207236)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kajongg
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The ancient Chinese board game for 4 players
+url=http://kde.org/applications/games/kajongg/;
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)
+sha1sums=('e1b328ffe4f4483d647cad3081b460415b83e926')
+
+prepare() {
+  mkdir build
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+kajongg-${pkgver}/src/{deferredutil,kajongg,kajonggserver,server}.py
+}
+
+build() {
+  cd build
+  cmake ../kajongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kdegames-kajongg.install
===
--- kdegames-kajongg.install2014-03-08 08:41:34 UTC (rev 207235)
+++ kdegames-kajongg.install2014-03-08 08:41:40 UTC (rev 207236)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kajongg/repos/kde-unstable-any/kdegames-kajongg.install (from 
rev 207235, kdegames-kajongg/kde-unstable/kdegames-kajongg.install)
===
--- kdegames-kajongg.install(rev 0)
+++ kdegames-kajongg.install2014-03-08 08:41:40 UTC (rev 207236)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:41:48
  Author: andrea
Revision: 207237

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

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

-+
 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 +
 4 files changed, 84 insertions(+)

Copied: kdegames-kapman/repos/kde-unstable-i686/PKGBUILD (from rev 207236, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:41:48 UTC (rev 207237)
@@ -0,0 +1,31 @@
+# $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/kdegames-kapman.install (from 
rev 207236, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-i686/kdegames-kapman.install   (rev 0)
+++ kde-unstable-i686/kdegames-kapman.install   2014-03-08 08:41:48 UTC (rev 
207237)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kapman/repos/kde-unstable-x86_64/PKGBUILD (from rev 207236, 
kdegames-kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:41:48 UTC (rev 207237)
@@ -0,0 +1,31 @@
+# $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-x86_64/kdegames-kapman.install (from 
rev 207236, kdegames-kapman/kde-unstable/kdegames-kapman.install)
===
--- kde-unstable-x86_64/kdegames-kapman.install (rev 0)
+++ kde-unstable-x86_64/kdegames-kapman.install 2014-03-08 08:41:48 UTC (rev 
207237)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:41:34
  Author: andrea
Revision: 207235

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

Added:
  kdegames-granatier/repos/kde-unstable-i686/
  kdegames-granatier/repos/kde-unstable-i686/PKGBUILD
(from rev 207234, kdegames-granatier/kde-unstable/PKGBUILD)
  kdegames-granatier/repos/kde-unstable-i686/kdegames-granatier.install
(from rev 207234, 
kdegames-granatier/kde-unstable/kdegames-granatier.install)
  kdegames-granatier/repos/kde-unstable-x86_64/
  kdegames-granatier/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207234, kdegames-granatier/kde-unstable/PKGBUILD)
  kdegames-granatier/repos/kde-unstable-x86_64/kdegames-granatier.install
(from rev 207234, 
kdegames-granatier/kde-unstable/kdegames-granatier.install)

+
 kde-unstable-i686/PKGBUILD |   31 +++
 kde-unstable-i686/kdegames-granatier.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   31 +++
 kde-unstable-x86_64/kdegames-granatier.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-granatier/repos/kde-unstable-i686/PKGBUILD (from rev 207234, 
kdegames-granatier/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:41:34 UTC (rev 207235)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-granatier
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A clone of the classic Bomberman game
+url=http://kde.org/applications/games/granatier/;
+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/granatier-${pkgver}.tar.xz;)
+sha1sums=('a301463c3dd13149909f44ee04eb5f277a45beb1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../granatier-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-granatier/repos/kde-unstable-i686/kdegames-granatier.install 
(from rev 207234, kdegames-granatier/kde-unstable/kdegames-granatier.install)
===
--- kde-unstable-i686/kdegames-granatier.install
(rev 0)
+++ kde-unstable-i686/kdegames-granatier.install2014-03-08 08:41:34 UTC 
(rev 207235)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-granatier/repos/kde-unstable-x86_64/PKGBUILD (from rev 207234, 
kdegames-granatier/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:41:34 UTC (rev 207235)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-granatier
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A clone of the classic Bomberman game
+url=http://kde.org/applications/games/granatier/;
+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/granatier-${pkgver}.tar.xz;)
+sha1sums=('a301463c3dd13149909f44ee04eb5f277a45beb1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../granatier-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-granatier/repos/kde-unstable-x86_64/kdegames-granatier.install 
(from rev 207234, kdegames-granatier/kde-unstable/kdegames-granatier.install)
===
--- kde-unstable-x86_64/kdegames-granatier.install  
(rev 0)
+++ kde-unstable-x86_64/kdegames-granatier.install  2014-03-08 08:41:34 UTC 
(rev 207235)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:41:20
  Author: andrea
Revision: 207233

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

Added:
  kdegames-bomber/repos/kde-unstable-i686/
  kdegames-bomber/repos/kde-unstable-i686/PKGBUILD
(from rev 207232, kdegames-bomber/kde-unstable/PKGBUILD)
  kdegames-bomber/repos/kde-unstable-i686/kdegames-bomber.install
(from rev 207232, kdegames-bomber/kde-unstable/kdegames-bomber.install)
  kdegames-bomber/repos/kde-unstable-x86_64/
  kdegames-bomber/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207232, kdegames-bomber/kde-unstable/PKGBUILD)
  kdegames-bomber/repos/kde-unstable-x86_64/kdegames-bomber.install
(from rev 207232, kdegames-bomber/kde-unstable/kdegames-bomber.install)

-+
 kde-unstable-i686/PKGBUILD  |   31 ++
 kde-unstable-i686/kdegames-bomber.install   |   11 +
 kde-unstable-x86_64/PKGBUILD|   31 ++
 kde-unstable-x86_64/kdegames-bomber.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdegames-bomber/repos/kde-unstable-i686/PKGBUILD (from rev 207232, 
kdegames-bomber/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:41:20 UTC (rev 207233)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-bomber
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A single player arcade game
+url=http://kde.org/applications/games/bomber/;
+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/bomber-${pkgver}.tar.xz;)
+sha1sums=('553a66aaba33dae12994bedfc1c4aa8c94fe3163')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bomber-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-bomber/repos/kde-unstable-i686/kdegames-bomber.install (from 
rev 207232, kdegames-bomber/kde-unstable/kdegames-bomber.install)
===
--- kde-unstable-i686/kdegames-bomber.install   (rev 0)
+++ kde-unstable-i686/kdegames-bomber.install   2014-03-08 08:41:20 UTC (rev 
207233)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-bomber/repos/kde-unstable-x86_64/PKGBUILD (from rev 207232, 
kdegames-bomber/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:41:20 UTC (rev 207233)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-bomber
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A single player arcade game
+url=http://kde.org/applications/games/bomber/;
+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/bomber-${pkgver}.tar.xz;)
+sha1sums=('553a66aaba33dae12994bedfc1c4aa8c94fe3163')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bomber-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-bomber/repos/kde-unstable-x86_64/kdegames-bomber.install (from 
rev 207232, kdegames-bomber/kde-unstable/kdegames-bomber.install)
===
--- kde-unstable-x86_64/kdegames-bomber.install (rev 0)
+++ kde-unstable-x86_64/kdegames-bomber.install 2014-03-08 08:41:20 UTC (rev 
207233)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:42:04
  Author: andrea
Revision: 207239

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

Added:
  kdegames-kblackbox/repos/kde-unstable-i686/
  kdegames-kblackbox/repos/kde-unstable-i686/PKGBUILD
(from rev 207238, kdegames-kblackbox/kde-unstable/PKGBUILD)
  kdegames-kblackbox/repos/kde-unstable-i686/kdegames-kblackbox.install
(from rev 207238, 
kdegames-kblackbox/kde-unstable/kdegames-kblackbox.install)
  kdegames-kblackbox/repos/kde-unstable-x86_64/
  kdegames-kblackbox/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207238, kdegames-kblackbox/kde-unstable/PKGBUILD)
  kdegames-kblackbox/repos/kde-unstable-x86_64/kdegames-kblackbox.install
(from rev 207238, 
kdegames-kblackbox/kde-unstable/kdegames-kblackbox.install)

+
 kde-unstable-i686/PKGBUILD |   31 +++
 kde-unstable-i686/kdegames-kblackbox.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   31 +++
 kde-unstable-x86_64/kdegames-kblackbox.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 207238, 
kdegames-kblackbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:42:04 UTC (rev 207239)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kblackbox
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+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/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('8873f333cdfc7400eb57db1af4ebaf0b2e65159f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kblackbox/repos/kde-unstable-i686/kdegames-kblackbox.install 
(from rev 207238, kdegames-kblackbox/kde-unstable/kdegames-kblackbox.install)
===
--- kde-unstable-i686/kdegames-kblackbox.install
(rev 0)
+++ kde-unstable-i686/kdegames-kblackbox.install2014-03-08 08:42:04 UTC 
(rev 207239)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kblackbox/repos/kde-unstable-x86_64/PKGBUILD (from rev 207238, 
kdegames-kblackbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:42:04 UTC (rev 207239)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kblackbox
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+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/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('8873f333cdfc7400eb57db1af4ebaf0b2e65159f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kblackbox/repos/kde-unstable-x86_64/kdegames-kblackbox.install 
(from rev 207238, kdegames-kblackbox/kde-unstable/kdegames-kblackbox.install)
===
--- kde-unstable-x86_64/kdegames-kblackbox.install  
(rev 0)
+++ kde-unstable-x86_64/kdegames-kblackbox.install  2014-03-08 08:42:04 UTC 
(rev 207239)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:41:57
  Author: andrea
Revision: 207238

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

Added:
  kdegames-katomic/repos/kde-unstable-i686/
  kdegames-katomic/repos/kde-unstable-i686/PKGBUILD
(from rev 207237, kdegames-katomic/kde-unstable/PKGBUILD)
  kdegames-katomic/repos/kde-unstable-i686/kdegames-katomic.install
(from rev 207237, kdegames-katomic/kde-unstable/kdegames-katomic.install)
  kdegames-katomic/repos/kde-unstable-x86_64/
  kdegames-katomic/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207237, kdegames-katomic/kde-unstable/PKGBUILD)
  kdegames-katomic/repos/kde-unstable-x86_64/kdegames-katomic.install
(from rev 207237, kdegames-katomic/kde-unstable/kdegames-katomic.install)

--+
 kde-unstable-i686/PKGBUILD   |   31 +
 kde-unstable-i686/kdegames-katomic.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   31 +
 kde-unstable-x86_64/kdegames-katomic.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-katomic/repos/kde-unstable-i686/PKGBUILD (from rev 207237, 
kdegames-katomic/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:41:57 UTC (rev 207238)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-katomic
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A fun and educational game built around molecular geometry
+url=http://kde.org/applications/games/katomic/;
+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/katomic-${pkgver}.tar.xz;)
+sha1sums=('8f256b55894d79b3399a1d28176c8f19b125a31e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../katomic-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-katomic/repos/kde-unstable-i686/kdegames-katomic.install (from 
rev 207237, kdegames-katomic/kde-unstable/kdegames-katomic.install)
===
--- kde-unstable-i686/kdegames-katomic.install  (rev 0)
+++ kde-unstable-i686/kdegames-katomic.install  2014-03-08 08:41:57 UTC (rev 
207238)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-katomic/repos/kde-unstable-x86_64/PKGBUILD (from rev 207237, 
kdegames-katomic/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:41:57 UTC (rev 207238)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-katomic
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A fun and educational game built around molecular geometry
+url=http://kde.org/applications/games/katomic/;
+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/katomic-${pkgver}.tar.xz;)
+sha1sums=('8f256b55894d79b3399a1d28176c8f19b125a31e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../katomic-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-katomic/repos/kde-unstable-x86_64/kdegames-katomic.install 
(from rev 207237, kdegames-katomic/kde-unstable/kdegames-katomic.install)
===
--- kde-unstable-x86_64/kdegames-katomic.install
(rev 0)
+++ kde-unstable-x86_64/kdegames-katomic.install2014-03-08 08:41:57 UTC 
(rev 207238)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:42:33
  Author: andrea
Revision: 207243

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

Added:
  kdegames-kdiamond/repos/kde-unstable-i686/
  kdegames-kdiamond/repos/kde-unstable-i686/PKGBUILD
(from rev 207242, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install
(from rev 207242, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/kde-unstable-x86_64/
  kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207242, kdegames-kdiamond/kde-unstable/PKGBUILD)
  kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install
(from rev 207242, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-kdiamond.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-kdiamond.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 207242, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:42:33 UTC (rev 207243)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A single player puzzle game
+url=http://kde.org/applications/games/kdiamond/;
+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/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('d45b499da3382f552bd4933df5a8f80f48440b28')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install 
(from rev 207242, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===
--- kde-unstable-i686/kdegames-kdiamond.install (rev 0)
+++ kde-unstable-i686/kdegames-kdiamond.install 2014-03-08 08:42:33 UTC (rev 
207243)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD (from rev 207242, 
kdegames-kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:42:33 UTC (rev 207243)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A single player puzzle game
+url=http://kde.org/applications/games/kdiamond/;
+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/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('d45b499da3382f552bd4933df5a8f80f48440b28')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install 
(from rev 207242, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===
--- kde-unstable-x86_64/kdegames-kdiamond.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-kdiamond.install   2014-03-08 08:42:33 UTC 
(rev 207243)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:42:19
  Author: andrea
Revision: 207241

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

Added:
  kdegames-kbounce/repos/kde-unstable-i686/
  kdegames-kbounce/repos/kde-unstable-i686/PKGBUILD
(from rev 207240, kdegames-kbounce/kde-unstable/PKGBUILD)
  kdegames-kbounce/repos/kde-unstable-i686/kdegames-kbounce.install
(from rev 207240, kdegames-kbounce/kde-unstable/kdegames-kbounce.install)
  kdegames-kbounce/repos/kde-unstable-x86_64/
  kdegames-kbounce/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207240, kdegames-kbounce/kde-unstable/PKGBUILD)
  kdegames-kbounce/repos/kde-unstable-x86_64/kdegames-kbounce.install
(from rev 207240, kdegames-kbounce/kde-unstable/kdegames-kbounce.install)

--+
 kde-unstable-i686/PKGBUILD   |   31 +
 kde-unstable-i686/kdegames-kbounce.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   31 +
 kde-unstable-x86_64/kdegames-kbounce.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kbounce/repos/kde-unstable-i686/PKGBUILD (from rev 207240, 
kdegames-kbounce/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:42:19 UTC (rev 207241)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kbounce
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A single player arcade game with the elements of puzzle
+url=http://kde.org/applications/games/kbounce/;
+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/kbounce-${pkgver}.tar.xz;)
+sha1sums=('6b1e6c58ed5b6365acad6c1e541c3b6974f10f14')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kbounce-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kbounce/repos/kde-unstable-i686/kdegames-kbounce.install (from 
rev 207240, kdegames-kbounce/kde-unstable/kdegames-kbounce.install)
===
--- kde-unstable-i686/kdegames-kbounce.install  (rev 0)
+++ kde-unstable-i686/kdegames-kbounce.install  2014-03-08 08:42:19 UTC (rev 
207241)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kbounce/repos/kde-unstable-x86_64/PKGBUILD (from rev 207240, 
kdegames-kbounce/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:42:19 UTC (rev 207241)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kbounce
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A single player arcade game with the elements of puzzle
+url=http://kde.org/applications/games/kbounce/;
+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/kbounce-${pkgver}.tar.xz;)
+sha1sums=('6b1e6c58ed5b6365acad6c1e541c3b6974f10f14')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kbounce-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kbounce/repos/kde-unstable-x86_64/kdegames-kbounce.install 
(from rev 207240, kdegames-kbounce/kde-unstable/kdegames-kbounce.install)
===
--- kde-unstable-x86_64/kdegames-kbounce.install
(rev 0)
+++ kde-unstable-x86_64/kdegames-kbounce.install2014-03-08 08:42:19 UTC 
(rev 207241)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:42:56
  Author: andrea
Revision: 207246

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

Added:
  kdegames-kigo/repos/kde-unstable-i686/
  kdegames-kigo/repos/kde-unstable-i686/PKGBUILD
(from rev 207245, kdegames-kigo/kde-unstable/PKGBUILD)
  kdegames-kigo/repos/kde-unstable-i686/kdegames-kigo.install
(from rev 207245, kdegames-kigo/kde-unstable/kdegames-kigo.install)
  kdegames-kigo/repos/kde-unstable-x86_64/
  kdegames-kigo/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207245, kdegames-kigo/kde-unstable/PKGBUILD)
  kdegames-kigo/repos/kde-unstable-x86_64/kdegames-kigo.install
(from rev 207245, kdegames-kigo/kde-unstable/kdegames-kigo.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-kigo.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-kigo.install |   12 ++
 4 files changed, 86 insertions(+)

Copied: kdegames-kigo/repos/kde-unstable-i686/PKGBUILD (from rev 207245, 
kdegames-kigo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:42:56 UTC (rev 207246)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kigo
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An open-source implementation of the popular Go game
+url=http://kde.org/applications/games/kigo/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'gnugo')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kigo-${pkgver}.tar.xz;)
+sha1sums=('d622c01a087f13b7b2cf9105ed9379fdcf108a50')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kigo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kigo/repos/kde-unstable-i686/kdegames-kigo.install (from rev 
207245, kdegames-kigo/kde-unstable/kdegames-kigo.install)
===
--- kde-unstable-i686/kdegames-kigo.install (rev 0)
+++ kde-unstable-i686/kdegames-kigo.install 2014-03-08 08:42:56 UTC (rev 
207246)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kigo/repos/kde-unstable-x86_64/PKGBUILD (from rev 207245, 
kdegames-kigo/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:42:56 UTC (rev 207246)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kigo
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An open-source implementation of the popular Go game
+url=http://kde.org/applications/games/kigo/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'gnugo')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kigo-${pkgver}.tar.xz;)
+sha1sums=('d622c01a087f13b7b2cf9105ed9379fdcf108a50')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kigo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kigo/repos/kde-unstable-x86_64/kdegames-kigo.install (from rev 
207245, kdegames-kigo/kde-unstable/kdegames-kigo.install)
===
--- kde-unstable-x86_64/kdegames-kigo.install   (rev 0)
+++ kde-unstable-x86_64/kdegames-kigo.install   2014-03-08 08:42:56 UTC (rev 
207246)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:42:49
  Author: andrea
Revision: 207245

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

Added:
  kdegames-kgoldrunner/repos/kde-unstable-i686/
  kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD
(from rev 207244, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
  kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install
(from rev 207244, 
kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207244, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install
(from rev 207244, 
kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)

--+
 kde-unstable-i686/PKGBUILD   |   31 +
 kde-unstable-i686/kdegames-kgoldrunner.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD |   31 +
 kde-unstable-x86_64/kdegames-kgoldrunner.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD (from rev 207244, 
kdegames-kgoldrunner/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:42:49 UTC (rev 207245)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kgoldrunner
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A game of action and puzzle solving
+url=http://kde.org/applications/games/kgoldrunner/;
+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/kgoldrunner-${pkgver}.tar.xz;)
+sha1sums=('b1b3cfbe8dc2ee3dfe02a8d0fafc90f9f36eb3a5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kgoldrunner-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install (from 
rev 207244, kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
===
--- kde-unstable-i686/kdegames-kgoldrunner.install  
(rev 0)
+++ kde-unstable-i686/kdegames-kgoldrunner.install  2014-03-08 08:42:49 UTC 
(rev 207245)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207244, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:42:49 UTC (rev 207245)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kgoldrunner
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A game of action and puzzle solving
+url=http://kde.org/applications/games/kgoldrunner/;
+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/kgoldrunner-${pkgver}.tar.xz;)
+sha1sums=('b1b3cfbe8dc2ee3dfe02a8d0fafc90f9f36eb3a5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kgoldrunner-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install 
(from rev 207244, 
kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
===
--- kde-unstable-x86_64/kdegames-kgoldrunner.install
(rev 0)
+++ kde-unstable-x86_64/kdegames-kgoldrunner.install2014-03-08 08:42:49 UTC 
(rev 207245)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:43:12
  Author: andrea
Revision: 207248

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

Added:
  kdegames-kiriki/repos/kde-unstable-i686/
  kdegames-kiriki/repos/kde-unstable-i686/PKGBUILD
(from rev 207247, kdegames-kiriki/kde-unstable/PKGBUILD)
  kdegames-kiriki/repos/kde-unstable-i686/kdegames-kiriki.install
(from rev 207247, kdegames-kiriki/kde-unstable/kdegames-kiriki.install)
  kdegames-kiriki/repos/kde-unstable-x86_64/
  kdegames-kiriki/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207247, kdegames-kiriki/kde-unstable/PKGBUILD)
  kdegames-kiriki/repos/kde-unstable-x86_64/kdegames-kiriki.install
(from rev 207247, kdegames-kiriki/kde-unstable/kdegames-kiriki.install)

-+
 kde-unstable-i686/PKGBUILD  |   31 ++
 kde-unstable-i686/kdegames-kiriki.install   |   11 +
 kde-unstable-x86_64/PKGBUILD|   31 ++
 kde-unstable-x86_64/kdegames-kiriki.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdegames-kiriki/repos/kde-unstable-i686/PKGBUILD (from rev 207247, 
kdegames-kiriki/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:43:12 UTC (rev 207248)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kiriki
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An addictive and fun dice game
+url=http://kde.org/applications/games/kiriki/;
+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/kiriki-${pkgver}.tar.xz;)
+sha1sums=('b84d2a1fa3194a14d3bf4d6be3542fac4e28dddf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kiriki-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kiriki/repos/kde-unstable-i686/kdegames-kiriki.install (from 
rev 207247, kdegames-kiriki/kde-unstable/kdegames-kiriki.install)
===
--- kde-unstable-i686/kdegames-kiriki.install   (rev 0)
+++ kde-unstable-i686/kdegames-kiriki.install   2014-03-08 08:43:12 UTC (rev 
207248)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kiriki/repos/kde-unstable-x86_64/PKGBUILD (from rev 207247, 
kdegames-kiriki/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:43:12 UTC (rev 207248)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kiriki
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An addictive and fun dice game
+url=http://kde.org/applications/games/kiriki/;
+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/kiriki-${pkgver}.tar.xz;)
+sha1sums=('b84d2a1fa3194a14d3bf4d6be3542fac4e28dddf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kiriki-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kiriki/repos/kde-unstable-x86_64/kdegames-kiriki.install (from 
rev 207247, kdegames-kiriki/kde-unstable/kdegames-kiriki.install)
===
--- kde-unstable-x86_64/kdegames-kiriki.install (rev 0)
+++ kde-unstable-x86_64/kdegames-kiriki.install 2014-03-08 08:43:12 UTC (rev 
207248)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:43:05
  Author: andrea
Revision: 207247

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

Added:
  kdegames-killbots/repos/kde-unstable-i686/
  kdegames-killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 207246, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install
(from rev 207246, kdegames-killbots/kde-unstable/kdegames-killbots.install)
  kdegames-killbots/repos/kde-unstable-x86_64/
  kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207246, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install
(from rev 207246, kdegames-killbots/kde-unstable/kdegames-killbots.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-killbots.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-killbots.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/kde-unstable-i686/PKGBUILD (from rev 207246, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:43:05 UTC (rev 207247)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple game of evading killer robots
+url=http://kde.org/applications/games/killbots/;
+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/killbots-${pkgver}.tar.xz;)
+sha1sums=('351b11c026a31adf5e793453db2bf86b24526284')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install 
(from rev 207246, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-i686/kdegames-killbots.install (rev 0)
+++ kde-unstable-i686/kdegames-killbots.install 2014-03-08 08:43:05 UTC (rev 
207247)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 207246, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:43:05 UTC (rev 207247)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple game of evading killer robots
+url=http://kde.org/applications/games/killbots/;
+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/killbots-${pkgver}.tar.xz;)
+sha1sums=('351b11c026a31adf5e793453db2bf86b24526284')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install 
(from rev 207246, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-x86_64/kdegames-killbots.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-killbots.install   2014-03-08 08:43:05 UTC 
(rev 207247)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:42:42
  Author: andrea
Revision: 207244

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

Added:
  kdegames-kfourinline/repos/kde-unstable-i686/
  kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD
(from rev 207243, kdegames-kfourinline/kde-unstable/PKGBUILD)
  kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install
(from rev 207243, 
kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
  kdegames-kfourinline/repos/kde-unstable-x86_64/
  kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207243, kdegames-kfourinline/kde-unstable/PKGBUILD)
  kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install
(from rev 207243, 
kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)

--+
 kde-unstable-i686/PKGBUILD   |   31 +
 kde-unstable-i686/kdegames-kfourinline.install   |   12 
 kde-unstable-x86_64/PKGBUILD |   31 +
 kde-unstable-x86_64/kdegames-kfourinline.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD (from rev 207243, 
kdegames-kfourinline/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:42:42 UTC (rev 207244)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kfourinline
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A four-in-a-row game
+url=http://kde.org/applications/games/kfourinline/;
+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/kfourinline-${pkgver}.tar.xz;)
+sha1sums=('2cfd4da74361186e67d88aeee3172a150f0521d9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kfourinline-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install (from 
rev 207243, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
===
--- kde-unstable-i686/kdegames-kfourinline.install  
(rev 0)
+++ kde-unstable-i686/kdegames-kfourinline.install  2014-03-08 08:42:42 UTC 
(rev 207244)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207243, kdegames-kfourinline/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:42:42 UTC (rev 207244)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kfourinline
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A four-in-a-row game
+url=http://kde.org/applications/games/kfourinline/;
+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/kfourinline-${pkgver}.tar.xz;)
+sha1sums=('2cfd4da74361186e67d88aeee3172a150f0521d9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kfourinline-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install 
(from rev 207243, 
kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
===
--- kde-unstable-x86_64/kdegames-kfourinline.install
(rev 0)
+++ kde-unstable-x86_64/kdegames-kfourinline.install2014-03-08 08:42:42 UTC 
(rev 207244)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:42:26
  Author: andrea
Revision: 207242

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

Added:
  kdegames-kbreakout/repos/kde-unstable-i686/
  kdegames-kbreakout/repos/kde-unstable-i686/PKGBUILD
(from rev 207241, kdegames-kbreakout/kde-unstable/PKGBUILD)
  kdegames-kbreakout/repos/kde-unstable-i686/kdegames-kbreakout.install
(from rev 207241, 
kdegames-kbreakout/kde-unstable/kdegames-kbreakout.install)
  kdegames-kbreakout/repos/kde-unstable-x86_64/
  kdegames-kbreakout/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207241, kdegames-kbreakout/kde-unstable/PKGBUILD)
  kdegames-kbreakout/repos/kde-unstable-x86_64/kdegames-kbreakout.install
(from rev 207241, 
kdegames-kbreakout/kde-unstable/kdegames-kbreakout.install)

+
 kde-unstable-i686/PKGBUILD |   31 +++
 kde-unstable-i686/kdegames-kbreakout.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   31 +++
 kde-unstable-x86_64/kdegames-kbreakout.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kbreakout/repos/kde-unstable-i686/PKGBUILD (from rev 207241, 
kdegames-kbreakout/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:42:26 UTC (rev 207242)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kbreakout
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A Breakout-like game
+url=http://kde.org/applications/games/kbreakout/;
+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/kbreakout-${pkgver}.tar.xz;)
+sha1sums=('dc89e1de166039f5010f56b9aaa7ffc8c1e292c4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kbreakout-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kbreakout/repos/kde-unstable-i686/kdegames-kbreakout.install 
(from rev 207241, kdegames-kbreakout/kde-unstable/kdegames-kbreakout.install)
===
--- kde-unstable-i686/kdegames-kbreakout.install
(rev 0)
+++ kde-unstable-i686/kdegames-kbreakout.install2014-03-08 08:42:26 UTC 
(rev 207242)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kbreakout/repos/kde-unstable-x86_64/PKGBUILD (from rev 207241, 
kdegames-kbreakout/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:42:26 UTC (rev 207242)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kbreakout
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A Breakout-like game
+url=http://kde.org/applications/games/kbreakout/;
+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/kbreakout-${pkgver}.tar.xz;)
+sha1sums=('dc89e1de166039f5010f56b9aaa7ffc8c1e292c4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kbreakout-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kbreakout/repos/kde-unstable-x86_64/kdegames-kbreakout.install 
(from rev 207241, kdegames-kbreakout/kde-unstable/kdegames-kbreakout.install)
===
--- kde-unstable-x86_64/kdegames-kbreakout.install  
(rev 0)
+++ kde-unstable-x86_64/kdegames-kbreakout.install  2014-03-08 08:42:26 UTC 
(rev 207242)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:42:11
  Author: andrea
Revision: 207240

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

Added:
  kdegames-kblocks/repos/kde-unstable-i686/
  kdegames-kblocks/repos/kde-unstable-i686/PKGBUILD
(from rev 207239, kdegames-kblocks/kde-unstable/PKGBUILD)
  kdegames-kblocks/repos/kde-unstable-i686/kdegames-kblocks.install
(from rev 207239, kdegames-kblocks/kde-unstable/kdegames-kblocks.install)
  kdegames-kblocks/repos/kde-unstable-x86_64/
  kdegames-kblocks/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207239, kdegames-kblocks/kde-unstable/PKGBUILD)
  kdegames-kblocks/repos/kde-unstable-x86_64/kdegames-kblocks.install
(from rev 207239, kdegames-kblocks/kde-unstable/kdegames-kblocks.install)

--+
 kde-unstable-i686/PKGBUILD   |   31 +
 kde-unstable-i686/kdegames-kblocks.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   31 +
 kde-unstable-x86_64/kdegames-kblocks.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kblocks/repos/kde-unstable-i686/PKGBUILD (from rev 207239, 
kdegames-kblocks/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:42:11 UTC (rev 207240)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kblocks
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The classic falling blocks game
+url=http://kde.org/applications/games/kblocks/;
+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/kblocks-${pkgver}.tar.xz;)
+sha1sums=('e9f6a0d94a5d22161488de02f8ba97fcc3e96253')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblocks-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kblocks/repos/kde-unstable-i686/kdegames-kblocks.install (from 
rev 207239, kdegames-kblocks/kde-unstable/kdegames-kblocks.install)
===
--- kde-unstable-i686/kdegames-kblocks.install  (rev 0)
+++ kde-unstable-i686/kdegames-kblocks.install  2014-03-08 08:42:11 UTC (rev 
207240)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kblocks/repos/kde-unstable-x86_64/PKGBUILD (from rev 207239, 
kdegames-kblocks/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:42:11 UTC (rev 207240)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kblocks
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The classic falling blocks game
+url=http://kde.org/applications/games/kblocks/;
+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/kblocks-${pkgver}.tar.xz;)
+sha1sums=('e9f6a0d94a5d22161488de02f8ba97fcc3e96253')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblocks-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kblocks/repos/kde-unstable-x86_64/kdegames-kblocks.install 
(from rev 207239, kdegames-kblocks/kde-unstable/kdegames-kblocks.install)
===
--- kde-unstable-x86_64/kdegames-kblocks.install
(rev 0)
+++ kde-unstable-x86_64/kdegames-kblocks.install2014-03-08 08:42:11 UTC 
(rev 207240)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:43:34
  Author: andrea
Revision: 207251

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

Added:
  kdegames-klines/repos/kde-unstable-i686/
  kdegames-klines/repos/kde-unstable-i686/PKGBUILD
(from rev 207250, kdegames-klines/kde-unstable/PKGBUILD)
  kdegames-klines/repos/kde-unstable-i686/kdegames-klines.install
(from rev 207250, kdegames-klines/kde-unstable/kdegames-klines.install)
  kdegames-klines/repos/kde-unstable-x86_64/
  kdegames-klines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207250, kdegames-klines/kde-unstable/PKGBUILD)
  kdegames-klines/repos/kde-unstable-x86_64/kdegames-klines.install
(from rev 207250, kdegames-klines/kde-unstable/kdegames-klines.install)

-+
 kde-unstable-i686/PKGBUILD  |   31 ++
 kde-unstable-i686/kdegames-klines.install   |   11 +
 kde-unstable-x86_64/PKGBUILD|   31 ++
 kde-unstable-x86_64/kdegames-klines.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdegames-klines/repos/kde-unstable-i686/PKGBUILD (from rev 207250, 
kdegames-klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:43:34 UTC (rev 207251)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klines
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+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/klines-${pkgver}.tar.xz;)
+sha1sums=('4700eb132f699a15d89ee3933c5af59fe49fedc8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klines/repos/kde-unstable-i686/kdegames-klines.install (from 
rev 207250, kdegames-klines/kde-unstable/kdegames-klines.install)
===
--- kde-unstable-i686/kdegames-klines.install   (rev 0)
+++ kde-unstable-i686/kdegames-klines.install   2014-03-08 08:43:34 UTC (rev 
207251)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-klines/repos/kde-unstable-x86_64/PKGBUILD (from rev 207250, 
kdegames-klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:43:34 UTC (rev 207251)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klines
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+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/klines-${pkgver}.tar.xz;)
+sha1sums=('4700eb132f699a15d89ee3933c5af59fe49fedc8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klines/repos/kde-unstable-x86_64/kdegames-klines.install (from 
rev 207250, kdegames-klines/kde-unstable/kdegames-klines.install)
===
--- kde-unstable-x86_64/kdegames-klines.install (rev 0)
+++ kde-unstable-x86_64/kdegames-klines.install 2014-03-08 08:43:34 UTC (rev 
207251)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:43:49
  Author: andrea
Revision: 207253

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

Added:
  kdegames-kmines/repos/kde-unstable-i686/
  kdegames-kmines/repos/kde-unstable-i686/PKGBUILD
(from rev 207252, kdegames-kmines/kde-unstable/PKGBUILD)
  kdegames-kmines/repos/kde-unstable-i686/kdegames-kmines.install
(from rev 207252, kdegames-kmines/kde-unstable/kdegames-kmines.install)
  kdegames-kmines/repos/kde-unstable-x86_64/
  kdegames-kmines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207252, kdegames-kmines/kde-unstable/PKGBUILD)
  kdegames-kmines/repos/kde-unstable-x86_64/kdegames-kmines.install
(from rev 207252, kdegames-kmines/kde-unstable/kdegames-kmines.install)

-+
 kde-unstable-i686/PKGBUILD  |   31 ++
 kde-unstable-i686/kdegames-kmines.install   |   11 +
 kde-unstable-x86_64/PKGBUILD|   31 ++
 kde-unstable-x86_64/kdegames-kmines.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdegames-kmines/repos/kde-unstable-i686/PKGBUILD (from rev 207252, 
kdegames-kmines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:43:49 UTC (rev 207253)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmines
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The classic Minesweeper game
+url=http://kde.org/applications/games/kmines/;
+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/kmines-${pkgver}.tar.xz;)
+sha1sums=('aa99924da4909c387558dc63ade8b713c157117b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmines/repos/kde-unstable-i686/kdegames-kmines.install (from 
rev 207252, kdegames-kmines/kde-unstable/kdegames-kmines.install)
===
--- kde-unstable-i686/kdegames-kmines.install   (rev 0)
+++ kde-unstable-i686/kdegames-kmines.install   2014-03-08 08:43:49 UTC (rev 
207253)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kmines/repos/kde-unstable-x86_64/PKGBUILD (from rev 207252, 
kdegames-kmines/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:43:49 UTC (rev 207253)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmines
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The classic Minesweeper game
+url=http://kde.org/applications/games/kmines/;
+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/kmines-${pkgver}.tar.xz;)
+sha1sums=('aa99924da4909c387558dc63ade8b713c157117b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmines/repos/kde-unstable-x86_64/kdegames-kmines.install (from 
rev 207252, kdegames-kmines/kde-unstable/kdegames-kmines.install)
===
--- kde-unstable-x86_64/kdegames-kmines.install (rev 0)
+++ kde-unstable-x86_64/kdegames-kmines.install 2014-03-08 08:43:49 UTC (rev 
207253)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:43:26
  Author: andrea
Revision: 207250

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

Added:
  kdegames-klickety/repos/kde-unstable-i686/
  kdegames-klickety/repos/kde-unstable-i686/PKGBUILD
(from rev 207249, kdegames-klickety/kde-unstable/PKGBUILD)
  kdegames-klickety/repos/kde-unstable-i686/kdegames-klickety.install
(from rev 207249, kdegames-klickety/kde-unstable/kdegames-klickety.install)
  kdegames-klickety/repos/kde-unstable-x86_64/
  kdegames-klickety/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207249, kdegames-klickety/kde-unstable/PKGBUILD)
  kdegames-klickety/repos/kde-unstable-x86_64/kdegames-klickety.install
(from rev 207249, kdegames-klickety/kde-unstable/kdegames-klickety.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-klickety.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-klickety.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-klickety/repos/kde-unstable-i686/PKGBUILD (from rev 207249, 
kdegames-klickety/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:43:26 UTC (rev 207250)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klickety
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An adaptation of the Clickomania game
+url=http://kde.org/applications/games/klickety/;
+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/klickety-${pkgver}.tar.xz;)
+sha1sums=('61e998e4d9148e8560533efaa1ff01aad1259529')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klickety-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klickety/repos/kde-unstable-i686/kdegames-klickety.install 
(from rev 207249, kdegames-klickety/kde-unstable/kdegames-klickety.install)
===
--- kde-unstable-i686/kdegames-klickety.install (rev 0)
+++ kde-unstable-i686/kdegames-klickety.install 2014-03-08 08:43:26 UTC (rev 
207250)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-klickety/repos/kde-unstable-x86_64/PKGBUILD (from rev 207249, 
kdegames-klickety/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:43:26 UTC (rev 207250)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klickety
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An adaptation of the Clickomania game
+url=http://kde.org/applications/games/klickety/;
+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/klickety-${pkgver}.tar.xz;)
+sha1sums=('61e998e4d9148e8560533efaa1ff01aad1259529')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klickety-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klickety/repos/kde-unstable-x86_64/kdegames-klickety.install 
(from rev 207249, kdegames-klickety/kde-unstable/kdegames-klickety.install)
===
--- kde-unstable-x86_64/kdegames-klickety.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-klickety.install   2014-03-08 08:43:26 UTC 
(rev 207250)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:43:19
  Author: andrea
Revision: 207249

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

Added:
  kdegames-kjumpingcube/repos/kde-unstable-i686/
  kdegames-kjumpingcube/repos/kde-unstable-i686/PKGBUILD
(from rev 207248, kdegames-kjumpingcube/kde-unstable/PKGBUILD)
  kdegames-kjumpingcube/repos/kde-unstable-i686/kdegames-kjumpingcube.install
(from rev 207248, 
kdegames-kjumpingcube/kde-unstable/kdegames-kjumpingcube.install)
  kdegames-kjumpingcube/repos/kde-unstable-x86_64/
  kdegames-kjumpingcube/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207248, kdegames-kjumpingcube/kde-unstable/PKGBUILD)
  kdegames-kjumpingcube/repos/kde-unstable-x86_64/kdegames-kjumpingcube.install
(from rev 207248, 
kdegames-kjumpingcube/kde-unstable/kdegames-kjumpingcube.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-kjumpingcube.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-kjumpingcube.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdegames-kjumpingcube/repos/kde-unstable-i686/PKGBUILD (from rev 
207248, kdegames-kjumpingcube/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:43:19 UTC (rev 207249)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kjumpingcube
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple tactical game
+url=http://kde.org/applications/games/kjumpingcube/;
+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/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('3dae6d09dc8f75ed84813038c581e3399acdc741')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kjumpingcube-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-kjumpingcube/repos/kde-unstable-i686/kdegames-kjumpingcube.install 
(from rev 207248, 
kdegames-kjumpingcube/kde-unstable/kdegames-kjumpingcube.install)
===
--- kde-unstable-i686/kdegames-kjumpingcube.install 
(rev 0)
+++ kde-unstable-i686/kdegames-kjumpingcube.install 2014-03-08 08:43:19 UTC 
(rev 207249)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kjumpingcube/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207248, kdegames-kjumpingcube/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:43:19 UTC (rev 207249)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kjumpingcube
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple tactical game
+url=http://kde.org/applications/games/kjumpingcube/;
+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/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('3dae6d09dc8f75ed84813038c581e3399acdc741')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kjumpingcube-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-kjumpingcube/repos/kde-unstable-x86_64/kdegames-kjumpingcube.install 
(from rev 207248, 
kdegames-kjumpingcube/kde-unstable/kdegames-kjumpingcube.install)
===
--- kde-unstable-x86_64/kdegames-kjumpingcube.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-kjumpingcube.install   2014-03-08 08:43:19 UTC 
(rev 207249)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:44:04
  Author: andrea
Revision: 207255

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

Added:
  kdegames-knetwalk/repos/kde-unstable-i686/
  kdegames-knetwalk/repos/kde-unstable-i686/PKGBUILD
(from rev 207254, kdegames-knetwalk/kde-unstable/PKGBUILD)
  kdegames-knetwalk/repos/kde-unstable-i686/kdegames-knetwalk.install
(from rev 207254, kdegames-knetwalk/kde-unstable/kdegames-knetwalk.install)
  kdegames-knetwalk/repos/kde-unstable-x86_64/
  kdegames-knetwalk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207254, kdegames-knetwalk/kde-unstable/PKGBUILD)
  kdegames-knetwalk/repos/kde-unstable-x86_64/kdegames-knetwalk.install
(from rev 207254, kdegames-knetwalk/kde-unstable/kdegames-knetwalk.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-knetwalk.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-knetwalk.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-knetwalk/repos/kde-unstable-i686/PKGBUILD (from rev 207254, 
kdegames-knetwalk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:44:04 UTC (rev 207255)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knetwalk
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Connect all the terminals to the server, in as few turns as possible
+url=http://kde.org/applications/games/knetwalk/;
+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/knetwalk-${pkgver}.tar.xz;)
+sha1sums=('a973abda074696daf73437504be4f611c602ad50')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knetwalk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-knetwalk/repos/kde-unstable-i686/kdegames-knetwalk.install 
(from rev 207254, kdegames-knetwalk/kde-unstable/kdegames-knetwalk.install)
===
--- kde-unstable-i686/kdegames-knetwalk.install (rev 0)
+++ kde-unstable-i686/kdegames-knetwalk.install 2014-03-08 08:44:04 UTC (rev 
207255)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-knetwalk/repos/kde-unstable-x86_64/PKGBUILD (from rev 207254, 
kdegames-knetwalk/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:44:04 UTC (rev 207255)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knetwalk
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Connect all the terminals to the server, in as few turns as possible
+url=http://kde.org/applications/games/knetwalk/;
+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/knetwalk-${pkgver}.tar.xz;)
+sha1sums=('a973abda074696daf73437504be4f611c602ad50')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knetwalk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-knetwalk/repos/kde-unstable-x86_64/kdegames-knetwalk.install 
(from rev 207254, kdegames-knetwalk/kde-unstable/kdegames-knetwalk.install)
===
--- kde-unstable-x86_64/kdegames-knetwalk.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-knetwalk.install   2014-03-08 08:44:04 UTC 
(rev 207255)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:43:57
  Author: andrea
Revision: 207254

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

Added:
  kdegames-knavalbattle/repos/kde-unstable-i686/
  kdegames-knavalbattle/repos/kde-unstable-i686/PKGBUILD
(from rev 207253, kdegames-knavalbattle/kde-unstable/PKGBUILD)
  kdegames-knavalbattle/repos/kde-unstable-i686/kdegames-knavalbattle.install
(from rev 207253, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)
  kdegames-knavalbattle/repos/kde-unstable-x86_64/
  kdegames-knavalbattle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207253, kdegames-knavalbattle/kde-unstable/PKGBUILD)
  kdegames-knavalbattle/repos/kde-unstable-x86_64/kdegames-knavalbattle.install
(from rev 207253, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-knavalbattle.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-knavalbattle.install |   12 +++
 4 files changed, 86 insertions(+)

Copied: kdegames-knavalbattle/repos/kde-unstable-i686/PKGBUILD (from rev 
207253, kdegames-knavalbattle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:43:57 UTC (rev 207254)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knavalbattle
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A ship sinking game
+url=http://kde.org/applications/games/knavalbattle/;
+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/knavalbattle-${pkgver}.tar.xz;)
+sha1sums=('a77d8dd69ad2bb8e54498348a4a1967e4eacf40e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knavalbattle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-knavalbattle/repos/kde-unstable-i686/kdegames-knavalbattle.install 
(from rev 207253, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)
===
--- kde-unstable-i686/kdegames-knavalbattle.install 
(rev 0)
+++ kde-unstable-i686/kdegames-knavalbattle.install 2014-03-08 08:43:57 UTC 
(rev 207254)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-knavalbattle/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207253, kdegames-knavalbattle/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:43:57 UTC (rev 207254)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knavalbattle
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A ship sinking game
+url=http://kde.org/applications/games/knavalbattle/;
+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/knavalbattle-${pkgver}.tar.xz;)
+sha1sums=('a77d8dd69ad2bb8e54498348a4a1967e4eacf40e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knavalbattle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-knavalbattle/repos/kde-unstable-x86_64/kdegames-knavalbattle.install 
(from rev 207253, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)
===
--- kde-unstable-x86_64/kdegames-knavalbattle.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-knavalbattle.install   2014-03-08 08:43:57 UTC 
(rev 207254)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:43:41
  Author: andrea
Revision: 207252

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

Added:
  kdegames-kmahjongg/repos/kde-unstable-i686/
  kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD
(from rev 207251, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install
(from rev 207251, 
kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/
  kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207251, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install
(from rev 207251, 
kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)

+
 kde-unstable-i686/PKGBUILD |   31 +++
 kde-unstable-i686/kdegames-kmahjongg.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   31 +++
 kde-unstable-x86_64/kdegames-kmahjongg.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 207251, 
kdegames-kmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:43:41 UTC (rev 207252)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmahjongg
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A tile matching game for one or two players
+url=http://kde.org/applications/games/kmahjongg/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz;)
+sha1sums=('f0bf9877dcbc1ac2d5a16e22d53962c78122b66c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install 
(from rev 207251, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===
--- kde-unstable-i686/kdegames-kmahjongg.install
(rev 0)
+++ kde-unstable-i686/kdegames-kmahjongg.install2014-03-08 08:43:41 UTC 
(rev 207252)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 207251, 
kdegames-kmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:43:41 UTC (rev 207252)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmahjongg
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A tile matching game for one or two players
+url=http://kde.org/applications/games/kmahjongg/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz;)
+sha1sums=('f0bf9877dcbc1ac2d5a16e22d53962c78122b66c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install 
(from rev 207251, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===
--- kde-unstable-x86_64/kdegames-kmahjongg.install  
(rev 0)
+++ kde-unstable-x86_64/kdegames-kmahjongg.install  2014-03-08 08:43:41 UTC 
(rev 207252)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:44:19
  Author: andrea
Revision: 207257

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

Added:
  kdegames-kollision/repos/kde-unstable-i686/
  kdegames-kollision/repos/kde-unstable-i686/PKGBUILD
(from rev 207256, kdegames-kollision/kde-unstable/PKGBUILD)
  kdegames-kollision/repos/kde-unstable-i686/kdegames-kollision.install
(from rev 207256, 
kdegames-kollision/kde-unstable/kdegames-kollision.install)
  kdegames-kollision/repos/kde-unstable-x86_64/
  kdegames-kollision/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207256, kdegames-kollision/kde-unstable/PKGBUILD)
  kdegames-kollision/repos/kde-unstable-x86_64/kdegames-kollision.install
(from rev 207256, 
kdegames-kollision/kde-unstable/kdegames-kollision.install)

+
 kde-unstable-i686/PKGBUILD |   31 +++
 kde-unstable-i686/kdegames-kollision.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   31 +++
 kde-unstable-x86_64/kdegames-kollision.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kollision/repos/kde-unstable-i686/PKGBUILD (from rev 207256, 
kdegames-kollision/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:44:19 UTC (rev 207257)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kollision
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple ball dodging game
+url=http://kde.org/applications/games/kollision/;
+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/kollision-${pkgver}.tar.xz;)
+sha1sums=('f38a9734bef81b27a26401bed49065491c25e4e7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kollision-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kollision/repos/kde-unstable-i686/kdegames-kollision.install 
(from rev 207256, kdegames-kollision/kde-unstable/kdegames-kollision.install)
===
--- kde-unstable-i686/kdegames-kollision.install
(rev 0)
+++ kde-unstable-i686/kdegames-kollision.install2014-03-08 08:44:19 UTC 
(rev 207257)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kollision/repos/kde-unstable-x86_64/PKGBUILD (from rev 207256, 
kdegames-kollision/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:44:19 UTC (rev 207257)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kollision
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple ball dodging game
+url=http://kde.org/applications/games/kollision/;
+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/kollision-${pkgver}.tar.xz;)
+sha1sums=('f38a9734bef81b27a26401bed49065491c25e4e7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kollision-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kollision/repos/kde-unstable-x86_64/kdegames-kollision.install 
(from rev 207256, kdegames-kollision/kde-unstable/kdegames-kollision.install)
===
--- kde-unstable-x86_64/kdegames-kollision.install  
(rev 0)
+++ kde-unstable-x86_64/kdegames-kollision.install  2014-03-08 08:44:19 UTC 
(rev 207257)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:44:26
  Author: andrea
Revision: 207258

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

Added:
  kdegames-konquest/repos/kde-unstable-i686/
  kdegames-konquest/repos/kde-unstable-i686/PKGBUILD
(from rev 207257, kdegames-konquest/kde-unstable/PKGBUILD)
  kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install
(from rev 207257, kdegames-konquest/kde-unstable/kdegames-konquest.install)
  kdegames-konquest/repos/kde-unstable-x86_64/
  kdegames-konquest/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207257, kdegames-konquest/kde-unstable/PKGBUILD)
  kdegames-konquest/repos/kde-unstable-x86_64/kdegames-konquest.install
(from rev 207257, kdegames-konquest/kde-unstable/kdegames-konquest.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-konquest.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-konquest.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-konquest/repos/kde-unstable-i686/PKGBUILD (from rev 207257, 
kdegames-konquest/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:44:26 UTC (rev 207258)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-konquest
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The KDE version of Gnu-Lactic
+url=http://kde.org/applications/games/konquest/;
+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/konquest-${pkgver}.tar.xz;)
+sha1sums=('339d9c28c59da2f13c71d71b6029f4bad1c0252a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../konquest-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install 
(from rev 207257, kdegames-konquest/kde-unstable/kdegames-konquest.install)
===
--- kde-unstable-i686/kdegames-konquest.install (rev 0)
+++ kde-unstable-i686/kdegames-konquest.install 2014-03-08 08:44:26 UTC (rev 
207258)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-konquest/repos/kde-unstable-x86_64/PKGBUILD (from rev 207257, 
kdegames-konquest/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:44:26 UTC (rev 207258)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-konquest
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=The KDE version of Gnu-Lactic
+url=http://kde.org/applications/games/konquest/;
+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/konquest-${pkgver}.tar.xz;)
+sha1sums=('339d9c28c59da2f13c71d71b6029f4bad1c0252a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../konquest-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-konquest/repos/kde-unstable-x86_64/kdegames-konquest.install 
(from rev 207257, kdegames-konquest/kde-unstable/kdegames-konquest.install)
===
--- kde-unstable-x86_64/kdegames-konquest.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-konquest.install   2014-03-08 08:44:26 UTC 
(rev 207258)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:44:33
  Author: andrea
Revision: 207259

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

Added:
  kdegames-kpatience/repos/kde-unstable-i686/
  kdegames-kpatience/repos/kde-unstable-i686/PKGBUILD
(from rev 207258, kdegames-kpatience/kde-unstable/PKGBUILD)
  kdegames-kpatience/repos/kde-unstable-i686/kdegames-kpatience.install
(from rev 207258, 
kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
  kdegames-kpatience/repos/kde-unstable-x86_64/
  kdegames-kpatience/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207258, kdegames-kpatience/kde-unstable/PKGBUILD)
  kdegames-kpatience/repos/kde-unstable-x86_64/kdegames-kpatience.install
(from rev 207258, 
kdegames-kpatience/kde-unstable/kdegames-kpatience.install)

+
 kde-unstable-i686/PKGBUILD |   31 +++
 kde-unstable-i686/kdegames-kpatience.install   |   13 +
 kde-unstable-x86_64/PKGBUILD   |   31 +++
 kde-unstable-x86_64/kdegames-kpatience.install |   13 +
 4 files changed, 88 insertions(+)

Copied: kdegames-kpatience/repos/kde-unstable-i686/PKGBUILD (from rev 207258, 
kdegames-kpatience/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:44:33 UTC (rev 207259)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kpatience
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Offers a selection of solitaire card games
+url=http://kde.org/applications/games/kpat/;
+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/kpat-${pkgver}.tar.xz;)
+sha1sums=('edc290b4006710af98e66f3504dd9c7358a825ca')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kpatience/repos/kde-unstable-i686/kdegames-kpatience.install 
(from rev 207258, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
===
--- kde-unstable-i686/kdegames-kpatience.install
(rev 0)
+++ kde-unstable-i686/kdegames-kpatience.install2014-03-08 08:44:33 UTC 
(rev 207259)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kpatience/repos/kde-unstable-x86_64/PKGBUILD (from rev 207258, 
kdegames-kpatience/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:44:33 UTC (rev 207259)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kpatience
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Offers a selection of solitaire card games
+url=http://kde.org/applications/games/kpat/;
+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/kpat-${pkgver}.tar.xz;)
+sha1sums=('edc290b4006710af98e66f3504dd9c7358a825ca')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kpatience/repos/kde-unstable-x86_64/kdegames-kpatience.install 
(from rev 207258, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
===
--- kde-unstable-x86_64/kdegames-kpatience.install  
(rev 0)
+++ kde-unstable-x86_64/kdegames-kpatience.install  2014-03-08 08:44:33 UTC 
(rev 207259)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:44:41
  Author: andrea
Revision: 207260

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

Added:
  kdegames-kreversi/repos/kde-unstable-i686/
  kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD
(from rev 207259, kdegames-kreversi/kde-unstable/PKGBUILD)
  kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install
(from rev 207259, kdegames-kreversi/kde-unstable/kdegames-kreversi.install)
  kdegames-kreversi/repos/kde-unstable-x86_64/
  kdegames-kreversi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207259, kdegames-kreversi/kde-unstable/PKGBUILD)
  kdegames-kreversi/repos/kde-unstable-x86_64/kdegames-kreversi.install
(from rev 207259, kdegames-kreversi/kde-unstable/kdegames-kreversi.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-kreversi.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-kreversi.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD (from rev 207259, 
kdegames-kreversi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:44:41 UTC (rev 207260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kreversi
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple one player strategy game played against the computer
+url=http://kde.org/applications/games/kreversi/;
+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/kreversi-${pkgver}.tar.xz;)
+sha1sums=('c4023cabf9fab4255610bdf08390861af9689ea2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kreversi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install 
(from rev 207259, kdegames-kreversi/kde-unstable/kdegames-kreversi.install)
===
--- kde-unstable-i686/kdegames-kreversi.install (rev 0)
+++ kde-unstable-i686/kdegames-kreversi.install 2014-03-08 08:44:41 UTC (rev 
207260)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kreversi/repos/kde-unstable-x86_64/PKGBUILD (from rev 207259, 
kdegames-kreversi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:44:41 UTC (rev 207260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kreversi
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A simple one player strategy game played against the computer
+url=http://kde.org/applications/games/kreversi/;
+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/kreversi-${pkgver}.tar.xz;)
+sha1sums=('c4023cabf9fab4255610bdf08390861af9689ea2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kreversi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kreversi/repos/kde-unstable-x86_64/kdegames-kreversi.install 
(from rev 207259, kdegames-kreversi/kde-unstable/kdegames-kreversi.install)
===
--- kde-unstable-x86_64/kdegames-kreversi.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-kreversi.install   2014-03-08 08:44:41 UTC 
(rev 207260)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:44:48
  Author: andrea
Revision: 207261

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

Added:
  kdegames-kshisen/repos/kde-unstable-i686/
  kdegames-kshisen/repos/kde-unstable-i686/PKGBUILD
(from rev 207260, kdegames-kshisen/kde-unstable/PKGBUILD)
  kdegames-kshisen/repos/kde-unstable-i686/kdegames-kshisen.install
(from rev 207260, kdegames-kshisen/kde-unstable/kdegames-kshisen.install)
  kdegames-kshisen/repos/kde-unstable-x86_64/
  kdegames-kshisen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207260, kdegames-kshisen/kde-unstable/PKGBUILD)
  kdegames-kshisen/repos/kde-unstable-x86_64/kdegames-kshisen.install
(from rev 207260, kdegames-kshisen/kde-unstable/kdegames-kshisen.install)

--+
 kde-unstable-i686/PKGBUILD   |   31 +
 kde-unstable-i686/kdegames-kshisen.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   31 +
 kde-unstable-x86_64/kdegames-kshisen.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kshisen/repos/kde-unstable-i686/PKGBUILD (from rev 207260, 
kdegames-kshisen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:44:48 UTC (rev 207261)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kshisen
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A solitaire-like game played using the standard set of Mahjong tiles
+url=http://kde.org/applications/games/kshisen/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
+sha1sums=('406b9bf43270d032cf8489df0f181840e9f44e8d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kshisen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kshisen/repos/kde-unstable-i686/kdegames-kshisen.install (from 
rev 207260, kdegames-kshisen/kde-unstable/kdegames-kshisen.install)
===
--- kde-unstable-i686/kdegames-kshisen.install  (rev 0)
+++ kde-unstable-i686/kdegames-kshisen.install  2014-03-08 08:44:48 UTC (rev 
207261)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kshisen/repos/kde-unstable-x86_64/PKGBUILD (from rev 207260, 
kdegames-kshisen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:44:48 UTC (rev 207261)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kshisen
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A solitaire-like game played using the standard set of Mahjong tiles
+url=http://kde.org/applications/games/kshisen/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
+sha1sums=('406b9bf43270d032cf8489df0f181840e9f44e8d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kshisen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kshisen/repos/kde-unstable-x86_64/kdegames-kshisen.install 
(from rev 207260, kdegames-kshisen/kde-unstable/kdegames-kshisen.install)
===
--- kde-unstable-x86_64/kdegames-kshisen.install
(rev 0)
+++ kde-unstable-x86_64/kdegames-kshisen.install2014-03-08 08:44:48 UTC 
(rev 207261)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:44:12
  Author: andrea
Revision: 207256

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

Added:
  kdegames-kolf/repos/kde-unstable-i686/
  kdegames-kolf/repos/kde-unstable-i686/PKGBUILD
(from rev 207255, kdegames-kolf/kde-unstable/PKGBUILD)
  kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install
(from rev 207255, kdegames-kolf/kde-unstable/kdegames-kolf.install)
  kdegames-kolf/repos/kde-unstable-x86_64/
  kdegames-kolf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207255, kdegames-kolf/kde-unstable/PKGBUILD)
  kdegames-kolf/repos/kde-unstable-x86_64/kdegames-kolf.install
(from rev 207255, kdegames-kolf/kde-unstable/kdegames-kolf.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-kolf.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-kolf.install |   12 ++
 4 files changed, 86 insertions(+)

Copied: kdegames-kolf/repos/kde-unstable-i686/PKGBUILD (from rev 207255, 
kdegames-kolf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:44:12 UTC (rev 207256)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kolf
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A miniature golf game with 2d top-down view
+url=http://kde.org/applications/games/kolf/;
+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/kolf-${pkgver}.tar.xz;)
+sha1sums=('2fff2a881a01d0058b5f9ce5c372734422bd2053')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kolf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install (from rev 
207255, kdegames-kolf/kde-unstable/kdegames-kolf.install)
===
--- kde-unstable-i686/kdegames-kolf.install (rev 0)
+++ kde-unstable-i686/kdegames-kolf.install 2014-03-08 08:44:12 UTC (rev 
207256)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kolf/repos/kde-unstable-x86_64/PKGBUILD (from rev 207255, 
kdegames-kolf/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:44:12 UTC (rev 207256)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kolf
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=A miniature golf game with 2d top-down view
+url=http://kde.org/applications/games/kolf/;
+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/kolf-${pkgver}.tar.xz;)
+sha1sums=('2fff2a881a01d0058b5f9ce5c372734422bd2053')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kolf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kolf/repos/kde-unstable-x86_64/kdegames-kolf.install (from rev 
207255, kdegames-kolf/kde-unstable/kdegames-kolf.install)
===
--- kde-unstable-x86_64/kdegames-kolf.install   (rev 0)
+++ kde-unstable-x86_64/kdegames-kolf.install   2014-03-08 08:44:12 UTC (rev 
207256)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



  1   2   3   >