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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:59:21
  Author: arojas
Revision: 254929

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:59:00 UTC (rev 254928)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:21 UTC (rev 254929)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'libtiff')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('e8bc78a76993ba1e0f5236e8257124ef755f75cb')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p 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: kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD (from rev 
254928, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:21 UTC (rev 254929)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'libtiff')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e8bc78a76993ba1e0f5236e8257124ef755f75cb')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:00 UTC (rev 254928)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:21 UTC (rev 254929)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'libtiff')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('e8bc78a76993ba1e0f5236e8257124ef755f75cb')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p 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: kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 254928, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:21 UTC (rev 254929)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=15.11.90
+pkgrel=2
+pkgdesc

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:59:00
  Author: arojas
Revision: 254928

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

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

---+
 /PKGBUILD |   76 
 /spectacle.install|   24 ++
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/spectacle.install   |   12 -
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/spectacle.install |   12 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:58:40 UTC (rev 254927)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:00 UTC (rev 254928)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=spectacle
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="KDE screenshot capture utility"
-arch=(i686 x86_64)
-url='https://projects.kde.org/spectacle'
-license=(GPL)
-depends=(kio xcb-util-cursor libkscreen libkipi hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-ksnapshot kscreengenie)
-replaces=(kdegraphics-ksnapshot kscreengenie)
-groups=(kde-applications kdegraphics)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-install=$pkgname.install
-md5sums=('c0b099d113e94b907038a3ea02d5fe77')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: spectacle/repos/kde-unstable-i686/PKGBUILD (from rev 254927, 
spectacle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:00 UTC (rev 254928)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="KDE screenshot capture utility"
+arch=(i686 x86_64)
+url='https://projects.kde.org/spectacle'
+license=(GPL)
+depends=(kio xcb-util-cursor libkscreen libkipi hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegraphics-ksnapshot kscreengenie)
+replaces=(kdegraphics-ksnapshot kscreengenie)
+groups=(kde-applications kdegraphics)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('c0b099d113e94b907038a3ea02d5fe77')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/spectacle.install
===
--- kde-unstable-i686/spectacle.install 2015-12-09 07:58:40 UTC (rev 254927)
+++ kde-unstable-i686/spectacle.install 2015-12-09 07:59:00 UTC (rev 254928)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: spectacle/repos/kde-unstable-i686/spectacle.install (from rev 254927, 
spectacle/kde-unstable/spectacle.install)
===
--- kde-unstable-i686/spectacle.install (rev 0)
+++ kde-unstable-i686/spectacle.install 2015-12-09 07:59:00 UTC (rev 254928)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:58:40 UTC (rev 254927)
+++ kde-unstable-x86_64/PKGBUILD

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:58:40
  Author: arojas
Revision: 254927

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

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

+
 /PKGBUILD  |   78 +++
 /kdegraphics-okular.install|   24 +++
 kde-unstable-i686/PKGBUILD |   39 ---
 kde-unstable-i686/kdegraphics-okular.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   39 ---
 kde-unstable-x86_64/kdegraphics-okular.install |   12 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:58:22 UTC (rev 254926)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:58:40 UTC (rev 254927)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-okular
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=('i686' 'x86_64')
-url="http://kde.org/applications/graphics/okular/";
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
- 'libkexiv2_4' 'poppler-qt4' 'libkscreen4')
-makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket')
-optdepends=('ebook-tools: mobi and epub support'
-'kdegraphics-mobipocket: mobi support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/okular-${pkgver}.tar.xz";)
-sha1sums=('1813a5d4a895232fefa2817ecd97a9aa72e751a4')
-
-prepare() {
-  mkdir -p 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/PKGBUILD (from rev 254926, 
kdegraphics-okular/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:58:40 UTC (rev 254927)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-okular
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url="http://kde.org/applications/graphics/okular/";
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2_4' 'poppler-qt4' 'libkscreen4')
+makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket')
+optdepends=('ebook-tools: mobi and epub support'
+'kdegraphics-mobipocket: mobi support')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/okular-${pkgver}.tar.xz";)
+sha1sums=('1813a5d4a895232fefa2817ecd97a9aa72e751a4')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdegraphics-okular.install
===
--- kde-unstable-i686/kdegraphics-okular.install2015-12-09 07:58:22 UTC 
(rev 254926)
+++ kde-unstable-i686/kdegraphics-okular.install2015-12-09 07:58:40 UTC 
(rev 254927)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install 
(from rev 254926, kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
===

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:58:22
  Author: arojas
Revision: 254926

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

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

+
 /PKGBUILD  |   74 +++
 /libkgeomap.install|   22 +
 kde-unstable-i686/PKGBUILD |   37 ---
 kde-unstable-i686/libkgeomap.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   37 ---
 kde-unstable-x86_64/libkgeomap.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:57:52 UTC (rev 254925)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:58:22 UTC (rev 254926)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgeomap
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(marble)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('4a39ac41f7262cc43e836d67ddfce50e9b384385')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgeomap/repos/kde-unstable-i686/PKGBUILD (from rev 254925, 
libkgeomap/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:58:22 UTC (rev 254926)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgeomap
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(marble)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('4a39ac41f7262cc43e836d67ddfce50e9b384385')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libkgeomap.install
===
--- kde-unstable-i686/libkgeomap.install2015-12-09 07:57:52 UTC (rev 
254925)
+++ kde-unstable-i686/libkgeomap.install2015-12-09 07:58:22 UTC (rev 
254926)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkgeomap/repos/kde-unstable-i686/libkgeomap.install (from rev 254925, 
libkgeomap/kde-unstable/libkgeomap.install)
===
--- kde-unstable-i686/libkgeomap.install(rev 0)
+++ kde-unstable-i686/libkgeomap.install2015-12-09 07:58:22 UTC (rev 
254926)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:57:52 UTC (rev 254925)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:58:22 U

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:57:52
  Author: arojas
Revision: 254925

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

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

--+
 /PKGBUILD|   74 +
 /libkface.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libkface.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libkface.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:57:30 UTC (rev 254924)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:52 UTC (rev 254925)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base opencv)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('f547fe0a9a7b3c512616141f6520cd9b3685a671')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkface/repos/kde-unstable-i686/PKGBUILD (from rev 254924, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:52 UTC (rev 254925)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base opencv)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('f547fe0a9a7b3c512616141f6520cd9b3685a671')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2015-12-09 07:57:30 UTC (rev 254924)
+++ kde-unstable-i686/libkface.install  2015-12-09 07:57:52 UTC (rev 254925)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkface/repos/kde-unstable-i686/libkface.install (from rev 254924, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-12-09 07:57:52 UTC (rev 254925)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:57:30 UTC (rev 254924)
+++ kde-unstable-x86_64/PKGB

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:57:30
  Author: arojas
Revision: 254924

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:57:11 UTC (rev 254923)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:30 UTC (rev 254924)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
-sha1sums=('90ba9d923b631760bd356a2336c1a175b13ee80e')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
254923, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:30 UTC (rev 254924)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
+sha1sums=('90ba9d923b631760bd356a2336c1a175b13ee80e')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:57:11 UTC (rev 254923)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:57:30 UTC (rev 254924)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
-sha1sums=('90ba9d923b631760bd356a2336c1a175b13ee80e')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 
254923, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:57:30 UTC (rev 254924)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+de

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:57:11
  Author: arojas
Revision: 254923

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

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

+
 /PKGBUILD  |   72 +++
 /kruler.install|   24 +++
 kde-unstable-i686/PKGBUILD |   36 -
 kde-unstable-i686/kruler.install   |   12 -
 kde-unstable-x86_64/PKGBUILD   |   36 -
 kde-unstable-x86_64/kruler.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:56:51 UTC (rev 254922)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:11 UTC (rev 254923)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kruler
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Screen Ruler"
-url="http://kde.org/applications/graphics/kruler/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('knotifications' 'kxmlgui' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegraphics-kruler')
-replaces=('kdegraphics-kruler')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kruler-${pkgver}.tar.xz";)
-sha1sums=('1efccc69744eec670188ff5c37ce7faf1fe75a82')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kruler-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kruler/repos/kde-unstable-i686/PKGBUILD (from rev 254922, 
kruler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:11 UTC (rev 254923)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kruler
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Screen Ruler"
+url="http://kde.org/applications/graphics/kruler/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('knotifications' 'kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegraphics-kruler')
+replaces=('kdegraphics-kruler')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kruler-${pkgver}.tar.xz";)
+sha1sums=('1efccc69744eec670188ff5c37ce7faf1fe75a82')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kruler-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kruler.install
===
--- kde-unstable-i686/kruler.install2015-12-09 07:56:51 UTC (rev 254922)
+++ kde-unstable-i686/kruler.install2015-12-09 07:57:11 UTC (rev 254923)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kruler/repos/kde-unstable-i686/kruler.install (from rev 254922, 
kruler/kde-unstable/kruler.install)
===
--- kde-unstable-i686/kruler.install(rev 0)
+++ kde-unstable-i686/kruler.install2015-12-09 07:57:11 UTC (rev 254923)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:56:51 UTC (rev 254922)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:57:11 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:56:34
  Author: arojas
Revision: 254921

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

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

---+
 /PKGBUILD |   66 
 /kdegraphics-kcolorchooser.install|   22 +
 kde-unstable-i686/PKGBUILD|   33 
 kde-unstable-i686/kdegraphics-kcolorchooser.install   |   11 --
 kde-unstable-x86_64/PKGBUILD  |   33 
 kde-unstable-x86_64/kdegraphics-kcolorchooser.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:56:17 UTC (rev 254920)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:56:34 UTC (rev 254921)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kcolorchooser
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Color Chooser"
-url="http://kde.org/applications/graphics/kcolorchooser/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
-sha1sums=('04692cfabd33c972ed916a03989e0c31c5b49cc8')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kcolorchooser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD (from rev 
254920, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:56:34 UTC (rev 254921)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Color Chooser"
+url="http://kde.org/applications/graphics/kcolorchooser/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
+sha1sums=('04692cfabd33c972ed916a03989e0c31c5b49cc8')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kcolorchooser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-kcolorchooser.install
===
--- kde-unstable-i686/kdegraphics-kcolorchooser.install 2015-12-09 07:56:17 UTC 
(rev 254920)
+++ kde-unstable-i686/kdegraphics-kcolorchooser.install 2015-12-09 07:56:34 UTC 
(rev 254921)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kcolorchooser/repos/kde-unstable-i686/kdegraphics-kcolorchooser.install
 (from rev 254920, 
kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install)
===
--- kde-unstable-i686/kdegraphics-kcolorchooser.install 
(rev 0)
+++ kde-unstable-i686/kdegraphics-kcolorchooser.install 2015-12-09 07:56:34 UTC 
(rev 254921)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:56:51
  Author: arojas
Revision: 254922

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

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

-+
 /PKGBUILD   |   66 ++
 /kdegraphics-kolourpaint.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   33 -
 kde-unstable-i686/kdegraphics-kolourpaint.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD|   33 -
 kde-unstable-x86_64/kdegraphics-kolourpaint.install |   12 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:56:34 UTC (rev 254921)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:56:51 UTC (rev 254922)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kolourpaint
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'libksane4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
-sha1sums=('544ffb058d16536e38cbb6f2c28f49fd066aa784')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kolourpaint-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 
254921, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:56:51 UTC (rev 254922)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'libksane4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('544ffb058d16536e38cbb6f2c28f49fd066aa784')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-kolourpaint.install
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   2015-12-09 07:56:34 UTC 
(rev 254921)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2015-12-09 07:56:51 UTC 
(rev 254922)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install 
(from rev 254921, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   
(rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2015-12-09 07:56:51 UTC 
(rev 254922)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:55:53
  Author: arojas
Revision: 254919

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

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

--+
 /PKGBUILD|   84 +
 /gwenview.install|   24 +
 kde-unstable-i686/PKGBUILD   |   42 
 kde-unstable-i686/gwenview.install   |   12 
 kde-unstable-x86_64/PKGBUILD |   42 
 kde-unstable-x86_64/gwenview.install |   12 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:55:34 UTC (rev 254918)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:55:53 UTC (rev 254919)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=gwenview
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A fast and easy to use image viewer for KDE"
-url='http://kde.org/applications/graphics/gwenview/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kded' 'kactivities-frameworks' 'baloo' 'kdelibs4support' 'libkipi' 
'libkdcraw')
-optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
-'kimageformats: support for dds, xcf, exr, psd, and more image 
formats')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdegraphics-gwenview')
-conflicts=('kdegraphics-gwenview')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('43a70ae2db89a9726822a77faabe2154530bcd86')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: gwenview/repos/kde-unstable-i686/PKGBUILD (from rev 254918, 
gwenview/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:55:53 UTC (rev 254919)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=gwenview
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A fast and easy to use image viewer for KDE"
+url='http://kde.org/applications/graphics/gwenview/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kded' 'kactivities-frameworks' 'baloo' 'kdelibs4support' 'libkipi' 
'libkdcraw')
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+'kimageformats: support for dds, xcf, exr, psd, and more image 
formats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdegraphics-gwenview')
+conflicts=('kdegraphics-gwenview')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('43a70ae2db89a9726822a77faabe2154530bcd86')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/gwenview.install
===
--- kde-unstable-i686/gwenview.install  2015-12-09 07:55:34 UTC (rev 254918)
+++ kde-unstable-i686/gwenview.install  2015-12-09 07:55:53 UTC (rev 254919)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: gwenview/repos/kde-unstable-i686/gwenview.install (from rev 254918, 
gwenview/kde-unstable/gwenview.install)
===

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:56:17
  Author: arojas
Revision: 254920

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

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

--+
 /PKGBUILD|   76 +
 kde-unstable-i686/PKGBUILD   |   38 
 kde-unstable-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:55:53 UTC (rev 254919)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:56:17 UTC (rev 254920)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kamera
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="KDE integration for gphoto2 cameras"
-url="http://kde.org/applications/graphics/kamera/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kio libgphoto2)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-kamera)
-replaces=(kdegraphics-kamera)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('188f61462aec5c8b94fedaa24dfc54f4c82198ae')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kamera/repos/kde-unstable-i686/PKGBUILD (from rev 254919, 
kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:56:17 UTC (rev 254920)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kamera
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="KDE integration for gphoto2 cameras"
+url="http://kde.org/applications/graphics/kamera/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kio libgphoto2)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegraphics-kamera)
+replaces=(kdegraphics-kamera)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('188f61462aec5c8b94fedaa24dfc54f4c82198ae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:55:53 UTC (rev 254919)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:56:17 UTC (rev 254920)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kamera
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="KDE integration for gphoto2 cameras"
-url="http://kde.org/applications/graphics/kamera/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kio libgphoto2)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-kamera)
-replaces=(kdegraphics-kamera)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('188f61462aec5c8b94fedaa24dfc54f4c82198ae')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 254919, 
kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:56:17 UTC (rev 254920)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kamera
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="KDE integrat

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:55:34
  Author: arojas
Revision: 254918

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

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

---+
 /PKGBUILD |   78 
 /picmi.install|   22 ++
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/picmi.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/picmi.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:55:14 UTC (rev 254917)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:55:34 UTC (rev 254918)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A nonogram logic game for KDE"
-url="http://kde.org/applications/games/picmi/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('030cac9c32b674c718a0427b75de497f7a0665f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 254917, 
picmi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:55:34 UTC (rev 254918)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A nonogram logic game for KDE"
+url="http://kde.org/applications/games/picmi/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('030cac9c32b674c718a0427b75de497f7a0665f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/picmi.install
===
--- kde-unstable-i686/picmi.install 2015-12-09 07:55:14 UTC (rev 254917)
+++ kde-unstable-i686/picmi.install 2015-12-09 07:55:34 UTC (rev 254918)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 254917, 
picmi/kde-unstable/picmi.install)
===
--- kde-unstable-i686/picmi.install (rev 0)
+++ kde-unstable-i686/picmi.install 2015-12-09 07:55:34 UTC (rev 254918)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:55:14 UTC (rev 254917)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:55:34 UTC (rev 254918)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 1

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:55:14
  Author: arojas
Revision: 254917

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

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

---+
 /PKGBUILD |   64 
 /kdegames-palapeli.install|   26 +
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdegames-palapeli.install   |   13 
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdegames-palapeli.install |   13 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:54:55 UTC (rev 254916)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:55:14 UTC (rev 254917)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-palapeli
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A single-player jigsaw puzzle game"
-url="http://kde.org/applications/games/palapeli/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'qhull')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz";)
-sha1sums=('bd861aca52c6ef8b0edbee635476c5c42a662efd')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../palapeli-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD (from rev 254916, 
kdegames-palapeli/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:55:14 UTC (rev 254917)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-palapeli
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A single-player jigsaw puzzle game"
+url="http://kde.org/applications/games/palapeli/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'qhull')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz";)
+sha1sums=('bd861aca52c6ef8b0edbee635476c5c42a662efd')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../palapeli-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-palapeli.install
===
--- kde-unstable-i686/kdegames-palapeli.install 2015-12-09 07:54:55 UTC (rev 
254916)
+++ kde-unstable-i686/kdegames-palapeli.install 2015-12-09 07:55:14 UTC (rev 
254917)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install 
(from rev 254916, kdegames-palapeli/kde-unstable/kdegames-palapeli.install)
===
--- kde-unstable-i686/kdegames-palapeli.install (rev 0)
+++ kde-unstable-i686/kdegames-palapeli.install 2015-12-09 07:55:14 UTC (rev 
254917)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_6

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:54:55
  Author: arojas
Revision: 254916

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

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

+
 /PKGBUILD  |   64 +++
 /kdegames-lskat.install|   24 ++
 kde-unstable-i686/PKGBUILD |   32 -
 kde-unstable-i686/kdegames-lskat.install   |   12 -
 kde-unstable-x86_64/PKGBUILD   |   32 -
 kde-unstable-x86_64/kdegames-lskat.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:54:36 UTC (rev 254915)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:54:55 UTC (rev 254916)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-lskat
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
-url="http://kde.org/applications/games/lskat/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/lskat-${pkgver}.tar.xz";)
-sha1sums=('d07507a262485df7c182b54985bc7cb00ab03fc4')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../lskat-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-lskat/repos/kde-unstable-i686/PKGBUILD (from rev 254915, 
kdegames-lskat/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:54:55 UTC (rev 254916)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-lskat
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
+url="http://kde.org/applications/games/lskat/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/lskat-${pkgver}.tar.xz";)
+sha1sums=('d07507a262485df7c182b54985bc7cb00ab03fc4')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../lskat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-lskat.install
===
--- kde-unstable-i686/kdegames-lskat.install2015-12-09 07:54:36 UTC (rev 
254915)
+++ kde-unstable-i686/kdegames-lskat.install2015-12-09 07:54:55 UTC (rev 
254916)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install (from rev 
254915, kdegames-lskat/kde-unstable/kdegames-lskat.install)
===
--- kde-unstable-i686/kdegames-lskat.install(rev 0)
+++ kde-unstable-i686/kdegames-lskat.install2015-12-09 07:54:55 UTC (rev 
254916)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:54:36 UTC (rev 254915)
+++ kde-unstable-x86_64/PKGB

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:54:36
  Author: arojas
Revision: 254915

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

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

--+
 /PKGBUILD|   70 +
 /kdegames-kubrick.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdegames-kubrick.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdegames-kubrick.install |   11 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:54:11 UTC (rev 254914)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:54:36 UTC (rev 254915)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kubrick
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="http://kde.org/applications/games/kubrick/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'glu')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz";)
-sha1sums=('fb1162a8fe028d4d280312245aeb302a9826b44f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kubrick-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD (from rev 254914, 
kdegames-kubrick/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:54:36 UTC (rev 254915)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kubrick
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Based on the famous Rubik's Cube"
+url="http://kde.org/applications/games/kubrick/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz";)
+sha1sums=('fb1162a8fe028d4d280312245aeb302a9826b44f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kubrick-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kubrick.install
===
--- kde-unstable-i686/kdegames-kubrick.install  2015-12-09 07:54:11 UTC (rev 
254914)
+++ kde-unstable-i686/kdegames-kubrick.install  2015-12-09 07:54:36 UTC (rev 
254915)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install (from 
rev 254914, kdegames-kubrick/kde-unstable/kdegames-kubrick.install)
===
--- kde-unstable-i686/kdegames-kubrick.install  (rev 0)
+++ kde-unstable-i686/kdegames-kubrick.install  2015-12-09 07:54:36 UTC (rev 
254915)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:54:11 UTC (rev 254914)
+++ kde-unstable-x86_64/PKGBUILD201

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:54:11
  Author: arojas
Revision: 254914

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

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

+
 /PKGBUILD  |   78 +++
 /ktuberling.install|   24 +
 kde-unstable-i686/PKGBUILD |   39 ---
 kde-unstable-i686/ktuberling.install   |   12 
 kde-unstable-x86_64/PKGBUILD   |   39 ---
 kde-unstable-x86_64/ktuberling.install |   12 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:53:50 UTC (rev 254913)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:54:11 UTC (rev 254914)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktuberling
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A simple constructor game suitable for children and adults alike"
-url="http://kde.org/applications/games/ktuberling/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(hicolor-icon-theme libkdegames knotifyconfig)
-makedepends=(extra-cmake-modules kdoctools kdelibs4support)
-conflicts=(kdegames-ktuberling)
-replaces=(kdegames-ktuberling)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('61ece3832f919ccf7438528aa2eb4b0b51e2ec60')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ktuberling/repos/kde-unstable-i686/PKGBUILD (from rev 254913, 
ktuberling/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:54:11 UTC (rev 254914)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktuberling
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A simple constructor game suitable for children and adults alike"
+url="http://kde.org/applications/games/ktuberling/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(hicolor-icon-theme libkdegames knotifyconfig)
+makedepends=(extra-cmake-modules kdoctools kdelibs4support)
+conflicts=(kdegames-ktuberling)
+replaces=(kdegames-ktuberling)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('61ece3832f919ccf7438528aa2eb4b0b51e2ec60')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/ktuberling.install
===
--- kde-unstable-i686/ktuberling.install2015-12-09 07:53:50 UTC (rev 
254913)
+++ kde-unstable-i686/ktuberling.install2015-12-09 07:54:11 UTC (rev 
254914)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ktuberling/repos/kde-unstable-i686/ktuberling.install (from rev 254913, 
ktuberling/kde-unstable/ktuberling.install)
===
--- kde-unstable-i686/ktuberling.install(rev 0)
+++ kde-unstable-i686/ktuberling.install2015-12-09 07:54:11 UTC (rev 
254914)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   p

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:53:33
  Author: arojas
Revision: 254912

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

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

--+
 /PKGBUILD|   76 +
 /ksquares.install|   22 +
 kde-unstable-i686/PKGBUILD   |   38 
 kde-unstable-i686/ksquares.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   38 
 kde-unstable-x86_64/ksquares.install |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:53:15 UTC (rev 254911)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:53:33 UTC (rev 254912)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz";)
-sha1sums=('901a6ff43e81867f688e9854f61a0f5696882d84')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 254911, 
ksquares/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:53:33 UTC (rev 254912)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz";)
+sha1sums=('901a6ff43e81867f688e9854f61a0f5696882d84')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/ksquares.install
===
--- kde-unstable-i686/ksquares.install  2015-12-09 07:53:15 UTC (rev 254911)
+++ kde-unstable-i686/ksquares.install  2015-12-09 07:53:33 UTC (rev 254912)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ksquares/repos/kde-unstable-i686/ksquares.install (from rev 254911, 
ksquares/kde-unstable/ksquares.install)
===
--- kde-unstable-i686/ksquares.install  (rev 0)
+++ kde-unstable-i686/ksquares.install  2015-12-09 07:53:33 UTC (rev 254912)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:53:50
  Author: arojas
Revision: 254913

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

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

--+
 /PKGBUILD|   70 +
 /kdegames-ksudoku.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdegames-ksudoku.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdegames-ksudoku.install |   11 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:53:33 UTC (rev 254912)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:53:50 UTC (rev 254913)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-ksudoku
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A logic-based symbol placement puzzle"
-url="http://kde.org/applications/games/ksudoku/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'glu')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksudoku-${pkgver}.tar.xz";)
-sha1sums=('103dfe00e2b0787b4f01286a1ce35a334dd78754')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksudoku-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD (from rev 254912, 
kdegames-ksudoku/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:53:50 UTC (rev 254913)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksudoku
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A logic-based symbol placement puzzle"
+url="http://kde.org/applications/games/ksudoku/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksudoku-${pkgver}.tar.xz";)
+sha1sums=('103dfe00e2b0787b4f01286a1ce35a334dd78754')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksudoku-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-ksudoku.install
===
--- kde-unstable-i686/kdegames-ksudoku.install  2015-12-09 07:53:33 UTC (rev 
254912)
+++ kde-unstable-i686/kdegames-ksudoku.install  2015-12-09 07:53:50 UTC (rev 
254913)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install (from 
rev 254912, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install)
===
--- kde-unstable-i686/kdegames-ksudoku.install  (rev 0)
+++ kde-unstable-i686/kdegames-ksudoku.install  2015-12-09 07:53:50 UTC (rev 
254913)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:53:33 UTC (rev 254912)
+++ kde-unstable-x86_64/PKGBUILD 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:52:57
  Author: arojas
Revision: 254910

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

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

-+
 /PKGBUILD   |   64 ++
 /kdegames-ksnakeduel.install|   22 +++
 kde-unstable-i686/PKGBUILD  |   32 ---
 kde-unstable-i686/kdegames-ksnakeduel.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD|   32 ---
 kde-unstable-x86_64/kdegames-ksnakeduel.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:52:35 UTC (rev 254909)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:52:57 UTC (rev 254910)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-ksnakeduel
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A simple snake duel game"
-url="http://kde.org/applications/games/ksnakeduel/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz";)
-sha1sums=('3c3732d98a2365a15a1bfdbd8e05c42cddf6e176')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../ksnakeduel-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD (from rev 254909, 
kdegames-ksnakeduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:52:57 UTC (rev 254910)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksnakeduel
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A simple snake duel game"
+url="http://kde.org/applications/games/ksnakeduel/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz";)
+sha1sums=('3c3732d98a2365a15a1bfdbd8e05c42cddf6e176')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksnakeduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-ksnakeduel.install
===
--- kde-unstable-i686/kdegames-ksnakeduel.install   2015-12-09 07:52:35 UTC 
(rev 254909)
+++ kde-unstable-i686/kdegames-ksnakeduel.install   2015-12-09 07:52:57 UTC 
(rev 254910)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install 
(from rev 254909, kdegames-ksnakeduel/kde-unstable/kdegames-ksnakeduel.install)
===
--- kde-unstable-i686/kdegames-ksnakeduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-ksnakeduel.install   2015-12-09 07:52:57 UTC 
(rev 254910)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:52:35
  Author: arojas
Revision: 254909

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

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

+
 /PKGBUILD  |   64 +++
 /kdegames-ksirk.install|   22 +
 kde-unstable-i686/PKGBUILD |   32 -
 kde-unstable-i686/kdegames-ksirk.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   32 -
 kde-unstable-x86_64/kdegames-ksirk.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:52:18 UTC (rev 254908)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:52:35 UTC (rev 254909)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-ksirk
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A computerized version of a well known strategy game"
-url="http://kde.org/applications/games/ksirk/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz";)
-sha1sums=('86c1b44ab996af6925a013b5b1230bd03982495b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../ksirk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD (from rev 254908, 
kdegames-ksirk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:52:35 UTC (rev 254909)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksirk
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A computerized version of a well known strategy game"
+url="http://kde.org/applications/games/ksirk/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz";)
+sha1sums=('86c1b44ab996af6925a013b5b1230bd03982495b')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksirk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-ksirk.install
===
--- kde-unstable-i686/kdegames-ksirk.install2015-12-09 07:52:18 UTC (rev 
254908)
+++ kde-unstable-i686/kdegames-ksirk.install2015-12-09 07:52:35 UTC (rev 
254909)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install (from rev 
254908, kdegames-ksirk/kde-unstable/kdegames-ksirk.install)
===
--- kde-unstable-i686/kdegames-ksirk.install(rev 0)
+++ kde-unstable-i686/kdegames-ksirk.install2015-12-09 07:52:35 UTC (rev 
254909)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:52:18 UTC (rev 254908)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:52:35 UTC (rev 254909)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:53:15
  Author: arojas
Revision: 254911

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

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

-+
 /PKGBUILD   |   64 ++
 /kdegames-kspaceduel.install|   24 
 kde-unstable-i686/PKGBUILD  |   32 ---
 kde-unstable-i686/kdegames-kspaceduel.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   32 ---
 kde-unstable-x86_64/kdegames-kspaceduel.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:52:57 UTC (rev 254910)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:53:15 UTC (rev 254911)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kspaceduel
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Each of two possible players controls a satellite spaceship orbiting 
the sun"
-url="http://kde.org/applications/games/kspaceduel/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz";)
-sha1sums=('df1ca81ba75c2f9677b7ddfb4de842b79c1fac3e')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kspaceduel-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD (from rev 254910, 
kdegames-kspaceduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:53:15 UTC (rev 254911)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kspaceduel
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Each of two possible players controls a satellite spaceship orbiting 
the sun"
+url="http://kde.org/applications/games/kspaceduel/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz";)
+sha1sums=('df1ca81ba75c2f9677b7ddfb4de842b79c1fac3e')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kspaceduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kspaceduel.install
===
--- kde-unstable-i686/kdegames-kspaceduel.install   2015-12-09 07:52:57 UTC 
(rev 254910)
+++ kde-unstable-i686/kdegames-kspaceduel.install   2015-12-09 07:53:15 UTC 
(rev 254911)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install 
(from rev 254910, kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install)
===
--- kde-unstable-i686/kdegames-kspaceduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-kspaceduel.install   2015-12-09 07:53:15 UTC 
(rev 254911)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+po

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:52:18
  Author: arojas
Revision: 254908

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

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

-+
 /PKGBUILD   |   70 ++
 /kshisen.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   35 -
 kde-unstable-i686/kshisen.install   |   11 -
 kde-unstable-x86_64/PKGBUILD|   35 -
 kde-unstable-x86_64/kshisen.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:51:59 UTC (rev 254907)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:52:18 UTC (rev 254908)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kshisen
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kshisen')
-replaces=('kdegames-kshisen')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz";)
-sha1sums=('df008e5b625d205c9aa6ed576775ac8f24efcae1')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kshisen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kshisen/repos/kde-unstable-i686/PKGBUILD (from rev 254907, 
kshisen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:52:18 UTC (rev 254908)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kshisen
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kshisen')
+replaces=('kdegames-kshisen')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz";)
+sha1sums=('df008e5b625d205c9aa6ed576775ac8f24efcae1')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kshisen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kshisen.install
===
--- kde-unstable-i686/kshisen.install   2015-12-09 07:51:59 UTC (rev 254907)
+++ kde-unstable-i686/kshisen.install   2015-12-09 07:52:18 UTC (rev 254908)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kshisen/repos/kde-unstable-i686/kshisen.install (from rev 254907, 
kshisen/kde-unstable/kshisen.install)
===
--- kde-unstable-i686/kshisen.install   (rev 0)
+++ kde-unstable-i686/kshisen.install   2015-12-09 07:52:18 UTC (rev 254908)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:51:59 UTC (rev 254907)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:51:59
  Author: arojas
Revision: 254907

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

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

---+
 /PKGBUILD |   64 
 /kdegames-kreversi.install|   22 
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdegames-kreversi.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdegames-kreversi.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:51:36 UTC (rev 254906)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:51:59 UTC (rev 254907)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kreversi
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kreversi-${pkgver}.tar.xz";)
-sha1sums=('bee66594721af9c95a444c1f50c94af67016a442')
-
-build() {
-  mkdir -p 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/PKGBUILD (from rev 254906, 
kdegames-kreversi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:51:59 UTC (rev 254907)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kreversi
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kreversi-${pkgver}.tar.xz";)
+sha1sums=('bee66594721af9c95a444c1f50c94af67016a442')
+
+build() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdegames-kreversi.install
===
--- kde-unstable-i686/kdegames-kreversi.install 2015-12-09 07:51:36 UTC (rev 
254906)
+++ kde-unstable-i686/kdegames-kreversi.install 2015-12-09 07:51:59 UTC (rev 
254907)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install 
(from rev 254906, kdegames-kreversi/kde-unstable/kdegames-kreversi.install)
===
--- kde-unstable-i686/kdegames-kreversi.install (rev 0)
+++ kde-unstable-i686/kdegames-kreversi.install 2015-12-09 07:51:59 UTC (rev 
254907)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:51:36 UTC (rev

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:51:36
  Author: arojas
Revision: 254906

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

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

---+
 /PKGBUILD |   72 
 /kpatience.install|   26 +++
 kde-unstable-i686/PKGBUILD|   36 
 kde-unstable-i686/kpatience.install   |   13 -
 kde-unstable-x86_64/PKGBUILD  |   36 
 kde-unstable-x86_64/kpatience.install |   13 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:51:18 UTC (rev 254905)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:51:36 UTC (rev 254906)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kpatience
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Offers a selection of solitaire card games"
-url="http://kde.org/applications/games/kpatience/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kpatience')
-replaces=('kdegames-kpatience')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz";)
-sha1sums=('e17858e655fb0e13e917ec382b26b7d515d7be6b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kpat-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kpatience/repos/kde-unstable-i686/PKGBUILD (from rev 254905, 
kpatience/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:51:36 UTC (rev 254906)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpatience
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Offers a selection of solitaire card games"
+url="http://kde.org/applications/games/kpatience/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz";)
+sha1sums=('e17858e655fb0e13e917ec382b26b7d515d7be6b')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kpat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kpatience.install
===
--- kde-unstable-i686/kpatience.install 2015-12-09 07:51:18 UTC (rev 254905)
+++ kde-unstable-i686/kpatience.install 2015-12-09 07:51:36 UTC (rev 254906)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kpatience/repos/kde-unstable-i686/kpatience.install (from rev 254905, 
kpatience/kde-unstable/kpatience.install)
===
--- kde-unstable-i686/kpatience.install (rev 0)
+++ kde-unstable-i686/kpatience.install 2015-12-09 07:51:36 UTC (rev 254906)
@@ -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_re

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:51:18
  Author: arojas
Revision: 254905

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

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

---+
 /PKGBUILD |   64 
 /kdegames-konquest.install|   22 
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdegames-konquest.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdegames-konquest.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:51:00 UTC (rev 254904)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:51:18 UTC (rev 254905)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-konquest
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz";)
-sha1sums=('70a102ca9e92daaf886d0bd9639cd6a582f81340')
-
-build() {
-  mkdir -p 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/PKGBUILD (from rev 254904, 
kdegames-konquest/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:51:18 UTC (rev 254905)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-konquest
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="The KDE version of Gnu-Lactic"
+url="http://kde.org/applications/games/konquest/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz";)
+sha1sums=('70a102ca9e92daaf886d0bd9639cd6a582f81340')
+
+build() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdegames-konquest.install
===
--- kde-unstable-i686/kdegames-konquest.install 2015-12-09 07:51:00 UTC (rev 
254904)
+++ kde-unstable-i686/kdegames-konquest.install 2015-12-09 07:51:18 UTC (rev 
254905)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install 
(from rev 254904, kdegames-konquest/kde-unstable/kdegames-konquest.install)
===
--- kde-unstable-i686/kdegames-konquest.install (rev 0)
+++ kde-unstable-i686/kdegames-konquest.install 2015-12-09 07:51:18 UTC (rev 
254905)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:51:00 UTC (rev 254904)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:5

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:51:00
  Author: arojas
Revision: 254904

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

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

---+
 /PKGBUILD |   70 
 /kollision.install|   22 ++
 kde-unstable-i686/PKGBUILD|   35 
 kde-unstable-i686/kollision.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   35 
 kde-unstable-x86_64/kollision.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:50:41 UTC (rev 254903)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:51:00 UTC (rev 254904)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kollision
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-conflicts=('kdegames-kollision')
-replaces=('kdegames-kollision')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz";)
-sha1sums=('3b6b0a524eb878a950889af340bf3e058eab16f6')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kollision-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kollision/repos/kde-unstable-i686/PKGBUILD (from rev 254903, 
kollision/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:51:00 UTC (rev 254904)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kollision
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A simple ball dodging game"
+url="http://kde.org/applications/games/kollision/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdegames-kollision')
+replaces=('kdegames-kollision')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz";)
+sha1sums=('3b6b0a524eb878a950889af340bf3e058eab16f6')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kollision-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kollision.install
===
--- kde-unstable-i686/kollision.install 2015-12-09 07:50:41 UTC (rev 254903)
+++ kde-unstable-i686/kollision.install 2015-12-09 07:51:00 UTC (rev 254904)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kollision/repos/kde-unstable-i686/kollision.install (from rev 254903, 
kollision/kde-unstable/kollision.install)
===
--- kde-unstable-i686/kollision.install (rev 0)
+++ kde-unstable-i686/kollision.install 2015-12-09 07:51:00 UTC (rev 254904)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:50:41 UTC (rev 254903)
+++ kde-unstable-x86_64/PKGBUILD2015-12-

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:50:41
  Author: arojas
Revision: 254903

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

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

---+
 /PKGBUILD |   64 
 /kdegames-kolf.install|   24 ++
 kde-unstable-i686/PKGBUILD|   32 --
 kde-unstable-i686/kdegames-kolf.install   |   12 -
 kde-unstable-x86_64/PKGBUILD  |   32 --
 kde-unstable-x86_64/kdegames-kolf.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:50:22 UTC (rev 254902)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:50:41 UTC (rev 254903)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kolf
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolf-${pkgver}.tar.xz";)
-sha1sums=('9fa37d663a10ed22f40c55154d0027ff10b803be')
-
-build() {
-  mkdir -p 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/PKGBUILD (from rev 254902, 
kdegames-kolf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:50:41 UTC (rev 254903)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kolf
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolf-${pkgver}.tar.xz";)
+sha1sums=('9fa37d663a10ed22f40c55154d0027ff10b803be')
+
+build() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdegames-kolf.install
===
--- kde-unstable-i686/kdegames-kolf.install 2015-12-09 07:50:22 UTC (rev 
254902)
+++ kde-unstable-i686/kdegames-kolf.install 2015-12-09 07:50:41 UTC (rev 
254903)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install (from rev 
254902, kdegames-kolf/kde-unstable/kdegames-kolf.install)
===
--- kde-unstable-i686/kdegames-kolf.install (rev 0)
+++ kde-unstable-i686/kdegames-kolf.install 2015-12-09 07:50:41 UTC (rev 
254903)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:50:22 UTC (rev 254902)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:50:41 UTC (rev 254903)
@@ -1,32 +0,0 @@
-# $Id$
-# 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:50:22
  Author: arojas
Revision: 254902

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

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

--+
 /PKGBUILD|   70 +
 /knetwalk.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/knetwalk.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/knetwalk.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:50:04 UTC (rev 254901)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:50:22 UTC (rev 254902)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=knetwalk
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-knetwalk')
-replaces=('kdegames-knetwalk')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz";)
-sha1sums=('7065a68681fb62bd0d589b5956333b075b164130')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../knetwalk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: knetwalk/repos/kde-unstable-i686/PKGBUILD (from rev 254901, 
knetwalk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:50:22 UTC (rev 254902)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knetwalk
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-knetwalk')
+replaces=('kdegames-knetwalk')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz";)
+sha1sums=('7065a68681fb62bd0d589b5956333b075b164130')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../knetwalk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/knetwalk.install
===
--- kde-unstable-i686/knetwalk.install  2015-12-09 07:50:04 UTC (rev 254901)
+++ kde-unstable-i686/knetwalk.install  2015-12-09 07:50:22 UTC (rev 254902)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: knetwalk/repos/kde-unstable-i686/knetwalk.install (from rev 254901, 
knetwalk/kde-unstable/knetwalk.install)
===
--- kde-unstable-i686/knetwalk.install  (rev 0)
+++ kde-unstable-i686/knetwalk.install  2015-12-09 07:50:22 UTC (rev 254902)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:50:04 UTC (rev 254901)
+++ kde

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:49:25
  Author: arojas
Revision: 254899

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

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

+
 /PKGBUILD  |   64 +++
 /kdegames-kmahjongg.install|   22 +++
 kde-unstable-i686/PKGBUILD |   32 ---
 kde-unstable-i686/kdegames-kmahjongg.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD   |   32 ---
 kde-unstable-x86_64/kdegames-kmahjongg.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:49:07 UTC (rev 254898)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:49:25 UTC (rev 254899)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kmahjongg
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz";)
-sha1sums=('c88488f113dd50d31266b2ea756225e8af97a370')
-
-build() {
-  mkdir -p 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/PKGBUILD (from rev 254898, 
kdegames-kmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:49:25 UTC (rev 254899)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kmahjongg
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz";)
+sha1sums=('c88488f113dd50d31266b2ea756225e8af97a370')
+
+build() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdegames-kmahjongg.install
===
--- kde-unstable-i686/kdegames-kmahjongg.install2015-12-09 07:49:07 UTC 
(rev 254898)
+++ kde-unstable-i686/kdegames-kmahjongg.install2015-12-09 07:49:25 UTC 
(rev 254899)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install 
(from rev 254898, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===
--- kde-unstable-i686/kdegames-kmahjongg.install
(rev 0)
+++ kde-unstable-i686/kdegames-kmahjongg.install2015-12-09 07:49:25 UTC 
(rev 254899)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:50:04
  Author: arojas
Revision: 254901

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

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

--+
 /PKGBUILD|   78 +
 /knavalbattle.install|   24 
 kde-unstable-i686/PKGBUILD   |   39 --
 kde-unstable-i686/knavalbattle.install   |   12 
 kde-unstable-x86_64/PKGBUILD |   39 --
 kde-unstable-x86_64/knavalbattle.install |   12 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:49:44 UTC (rev 254900)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:50:04 UTC (rev 254901)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=knavalbattle
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A ship sinking game"
-url="http://kde.org/applications/games/knavalbattle/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-knavalbattle)
-replaces=(kdegames-knavalbattle)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('4a79c70bf9af3d9d814b7027e01d4a6019bc0c60')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: knavalbattle/repos/kde-unstable-i686/PKGBUILD (from rev 254900, 
knavalbattle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:50:04 UTC (rev 254901)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knavalbattle
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A ship sinking game"
+url="http://kde.org/applications/games/knavalbattle/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-knavalbattle)
+replaces=(kdegames-knavalbattle)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('4a79c70bf9af3d9d814b7027e01d4a6019bc0c60')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/knavalbattle.install
===
--- kde-unstable-i686/knavalbattle.install  2015-12-09 07:49:44 UTC (rev 
254900)
+++ kde-unstable-i686/knavalbattle.install  2015-12-09 07:50:04 UTC (rev 
254901)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: knavalbattle/repos/kde-unstable-i686/knavalbattle.install (from rev 
254900, knavalbattle/kde-unstable/knavalbattle.install)
===
--- kde-unstable-i686/knavalbattle.install  (rev 0)
+++ kde-unstable-i686/knavalbattle.install  2015-12-09 07:50:04 UTC (rev 
254901)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_rem

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:49:44
  Author: arojas
Revision: 254900

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

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

+
 /PKGBUILD  |   70 +++
 /kmines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/kmines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/kmines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:49:25 UTC (rev 254899)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:49:44 UTC (rev 254900)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmines
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="The classic Minesweeper game"
-url="http://kde.org/applications/games/kmines/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kmines')
-replaces=('kdegames-kmines')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmines-${pkgver}.tar.xz";)
-sha1sums=('d7274550b6aafd63adcb0669aae51879e053ffc3')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kmines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmines/repos/kde-unstable-i686/PKGBUILD (from rev 254899, 
kmines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:49:44 UTC (rev 254900)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmines
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="The classic Minesweeper game"
+url="http://kde.org/applications/games/kmines/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kmines')
+replaces=('kdegames-kmines')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmines-${pkgver}.tar.xz";)
+sha1sums=('d7274550b6aafd63adcb0669aae51879e053ffc3')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kmines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kmines.install
===
--- kde-unstable-i686/kmines.install2015-12-09 07:49:25 UTC (rev 254899)
+++ kde-unstable-i686/kmines.install2015-12-09 07:49:44 UTC (rev 254900)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kmines/repos/kde-unstable-i686/kmines.install (from rev 254899, 
kmines/kde-unstable/kmines.install)
===
--- kde-unstable-i686/kmines.install(rev 0)
+++ kde-unstable-i686/kmines.install2015-12-09 07:49:44 UTC (rev 254900)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:49:25 UTC (rev 254899)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:49:44 UTC (rev 254900)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgnam

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:48:31
  Author: arojas
Revision: 254896

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

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

--+
 /PKGBUILD|   70 +
 /kjumpingcube.install|   22 +
 kde-unstable-i686/PKGBUILD   |   35 --
 kde-unstable-i686/kjumpingcube.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   35 --
 kde-unstable-x86_64/kjumpingcube.install |   11 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:48:12 UTC (rev 254895)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:48:31 UTC (rev 254896)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kjumpingcube
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A simple tactical game"
-url="http://kde.org/applications/games/kjumpingcube/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kjumpingcube')
-replaces=('kdegames-kjumpingcube')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz";)
-sha1sums=('135f09e40f1c8e66ae3cc257c81901d0b6e1c2fd')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kjumpingcube-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kjumpingcube/repos/kde-unstable-i686/PKGBUILD (from rev 254895, 
kjumpingcube/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:48:31 UTC (rev 254896)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjumpingcube
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A simple tactical game"
+url="http://kde.org/applications/games/kjumpingcube/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kjumpingcube')
+replaces=('kdegames-kjumpingcube')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz";)
+sha1sums=('135f09e40f1c8e66ae3cc257c81901d0b6e1c2fd')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kjumpingcube-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kjumpingcube.install
===
--- kde-unstable-i686/kjumpingcube.install  2015-12-09 07:48:12 UTC (rev 
254895)
+++ kde-unstable-i686/kjumpingcube.install  2015-12-09 07:48:31 UTC (rev 
254896)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kjumpingcube/repos/kde-unstable-i686/kjumpingcube.install (from rev 
254895, kjumpingcube/kde-unstable/kjumpingcube.install)
===
--- kde-unstable-i686/kjumpingcube.install  (rev 0)
+++ kde-unstable-i686/kjumpingcube.install  2015-12-09 07:48:31 UTC (rev 
254896)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:49:07
  Author: arojas
Revision: 254898

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

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

+
 /PKGBUILD  |   70 +++
 /klines.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/klines.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/klines.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:48:48 UTC (rev 254897)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:49:07 UTC (rev 254898)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz";)
-sha1sums=('4f7c31fdec2fff71ba3c93e01cd04ced7831b040')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 254897, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:49:07 UTC (rev 254898)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz";)
+sha1sums=('4f7c31fdec2fff71ba3c93e01cd04ced7831b040')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/klines.install
===
--- kde-unstable-i686/klines.install2015-12-09 07:48:48 UTC (rev 254897)
+++ kde-unstable-i686/klines.install2015-12-09 07:49:07 UTC (rev 254898)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 254897, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-12-09 07:49:07 UTC (rev 254898)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:48:48 UTC (rev 254897)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:49:07 UTC (rev 254898)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pk

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:48:48
  Author: arojas
Revision: 254897

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

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

--+
 /PKGBUILD|   78 +
 /klickety.install|   22 +
 kde-unstable-i686/PKGBUILD   |   39 
 kde-unstable-i686/klickety.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   39 
 kde-unstable-x86_64/klickety.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:48:31 UTC (rev 254896)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:48:48 UTC (rev 254897)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=klickety
-pkgver=15.11.90
-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-applications kdegames)
-depends=(libkdegames knotifyconfig hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-klickety)
-replaces=(kdegames-klickety)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('4bc4436e8924cbfdc303059f2b5a33710d6f0858')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: klickety/repos/kde-unstable-i686/PKGBUILD (from rev 254896, 
klickety/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:48:48 UTC (rev 254897)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=klickety
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="An adaptation of the Clickomania game"
+url="http://kde.org/applications/games/klickety/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames knotifyconfig hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('4bc4436e8924cbfdc303059f2b5a33710d6f0858')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/klickety.install
===
--- kde-unstable-i686/klickety.install  2015-12-09 07:48:31 UTC (rev 254896)
+++ kde-unstable-i686/klickety.install  2015-12-09 07:48:48 UTC (rev 254897)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klickety/repos/kde-unstable-i686/klickety.install (from rev 254896, 
klickety/kde-unstable/klickety.install)
===
--- kde-unstable-i686/klickety.install  (rev 0)
+++ kde-unstable-i686/klickety.install  2015-12-09 07:48:48 UTC (rev 254897)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:48:12
  Author: arojas
Revision: 254895

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

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

+
 /PKGBUILD  |   78 +++
 /kiriki.install|   22 +
 kde-unstable-i686/PKGBUILD |   39 -
 kde-unstable-i686/kiriki.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   39 -
 kde-unstable-x86_64/kiriki.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:47:53 UTC (rev 254894)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:48:12 UTC (rev 254895)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kiriki
-pkgver=15.11.90
-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-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-kiriki)
-replaces=(kdegames-kiriki)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('c3d39a9043a41e198a6213a7a439b616f71d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kiriki/repos/kde-unstable-i686/PKGBUILD (from rev 254894, 
kiriki/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:48:12 UTC (rev 254895)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiriki
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="An addictive and fun dice game"
+url="http://kde.org/applications/games/kiriki/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-kiriki)
+replaces=(kdegames-kiriki)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('c3d39a9043a41e198a6213a7a439b616f71d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kiriki.install
===
--- kde-unstable-i686/kiriki.install2015-12-09 07:47:53 UTC (rev 254894)
+++ kde-unstable-i686/kiriki.install2015-12-09 07:48:12 UTC (rev 254895)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kiriki/repos/kde-unstable-i686/kiriki.install (from rev 254894, 
kiriki/kde-unstable/kiriki.install)
===
--- kde-unstable-i686/kiriki.install(rev 0)
+++ kde-unstable-i686/kiriki.install2015-12-09 07:48:12 UTC (rev 254895)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:47:53 UTC (rev 254894)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:48:12 UTC (rev 254895)
@@ -1,39 +0,0 @@

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:47:53
  Author: arojas
Revision: 254894

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

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

--+
 /PKGBUILD|   70 +
 /killbots.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/killbots.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/killbots.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:47:34 UTC (rev 254893)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:47:53 UTC (rev 254894)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('7525bf04a7d75a18cda0f44081f5f322b772a2a7')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../killbots-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: killbots/repos/kde-unstable-i686/PKGBUILD (from rev 254893, 
killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:47:53 UTC (rev 254894)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('7525bf04a7d75a18cda0f44081f5f322b772a2a7')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/killbots.install
===
--- kde-unstable-i686/killbots.install  2015-12-09 07:47:34 UTC (rev 254893)
+++ kde-unstable-i686/killbots.install  2015-12-09 07:47:53 UTC (rev 254894)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: killbots/repos/kde-unstable-i686/killbots.install (from rev 254893, 
killbots/kde-unstable/killbots.install)
===
--- kde-unstable-i686/killbots.install  (rev 0)
+++ kde-unstable-i686/killbots.install  2015-12-09 07:47:53 UTC (rev 254894)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:47:34 UTC (rev 254893)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:47:53 UTC (rev 254894)
@@ -1,35 +0,0 @@
-# $I

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:47:34
  Author: arojas
Revision: 254893

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

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

---+
 /PKGBUILD |   64 
 /kdegames-kigo.install|   24 ++
 kde-unstable-i686/PKGBUILD|   32 --
 kde-unstable-i686/kdegames-kigo.install   |   12 -
 kde-unstable-x86_64/PKGBUILD  |   32 --
 kde-unstable-x86_64/kdegames-kigo.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:47:13 UTC (rev 254892)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:47:34 UTC (rev 254893)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kigo
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'gnugo')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kigo-${pkgver}.tar.xz";)
-sha1sums=('5adb7340bcc2982bf35580ce1e92364015659475')
-
-build() {
-  mkdir -p 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/PKGBUILD (from rev 254892, 
kdegames-kigo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:47:34 UTC (rev 254893)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kigo
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'gnugo')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kigo-${pkgver}.tar.xz";)
+sha1sums=('5adb7340bcc2982bf35580ce1e92364015659475')
+
+build() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdegames-kigo.install
===
--- kde-unstable-i686/kdegames-kigo.install 2015-12-09 07:47:13 UTC (rev 
254892)
+++ kde-unstable-i686/kdegames-kigo.install 2015-12-09 07:47:34 UTC (rev 
254893)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kigo/repos/kde-unstable-i686/kdegames-kigo.install (from rev 
254892, kdegames-kigo/kde-unstable/kdegames-kigo.install)
===
--- kde-unstable-i686/kdegames-kigo.install (rev 0)
+++ kde-unstable-i686/kdegames-kigo.install 2015-12-09 07:47:34 UTC (rev 
254893)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:47:13 UTC (rev 254892)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:47:34 UTC (rev 254893)

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:46:55
  Author: arojas
Revision: 254891

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

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

-+
 /PKGBUILD   |   70 ++
 /kfourinline.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   35 ---
 kde-unstable-i686/kfourinline.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   35 ---
 kde-unstable-x86_64/kfourinline.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:46:32 UTC (rev 254890)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:46:55 UTC (rev 254891)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfourinline
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kfourinline')
-replaces=('kdegames-kfourinline')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz";)
-sha1sums=('f45808b1c7470a5271e051ff8a06d500ca8a3c36')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kfourinline-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kfourinline/repos/kde-unstable-i686/PKGBUILD (from rev 254890, 
kfourinline/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:46:55 UTC (rev 254891)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfourinline
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A four-in-a-row game"
+url="http://kde.org/applications/games/kfourinline/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kfourinline')
+replaces=('kdegames-kfourinline')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz";)
+sha1sums=('f45808b1c7470a5271e051ff8a06d500ca8a3c36')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kfourinline-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kfourinline.install
===
--- kde-unstable-i686/kfourinline.install   2015-12-09 07:46:32 UTC (rev 
254890)
+++ kde-unstable-i686/kfourinline.install   2015-12-09 07:46:55 UTC (rev 
254891)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kfourinline/repos/kde-unstable-i686/kfourinline.install (from rev 
254890, kfourinline/kde-unstable/kfourinline.install)
===
--- kde-unstable-i686/kfourinline.install   (rev 0)
+++ kde-unstable-i686/kfourinline.install   2015-12-09 07:46:55 UTC (rev 
254891)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:46:32
  Author: arojas
Revision: 254890

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

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

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:46:13 UTC (rev 254889)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:46:32 UTC (rev 254890)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz";)
-sha1sums=('6bec39c8b07c4518d8c666c8168f954e3504b391')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 254889, 
kdiamond/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:46:32 UTC (rev 254890)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A single player puzzle game"
+url="http://kde.org/applications/games/kdiamond/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz";)
+sha1sums=('6bec39c8b07c4518d8c666c8168f954e3504b391')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2015-12-09 07:46:13 UTC (rev 254889)
+++ kde-unstable-i686/kdiamond.install  2015-12-09 07:46:32 UTC (rev 254890)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 254889, 
kdiamond/kde-unstable/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2015-12-09 07:46:32 UTC (rev 254890)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:46:13 UTC (rev 254889)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:46:32 UTC (rev 254890)
@@ -1,35 +0,

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:47:13
  Author: arojas
Revision: 254892

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

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

--+
 /PKGBUILD|   64 +
 /kdegames-kgoldrunner.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   32 --
 kde-unstable-i686/kdegames-kgoldrunner.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD |   32 --
 kde-unstable-x86_64/kdegames-kgoldrunner.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:46:55 UTC (rev 254891)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:47:13 UTC (rev 254892)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kgoldrunner
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz";)
-sha1sums=('6abc39aac75e76452778fcb5a31f0a203814d4c6')
-
-build() {
-  mkdir -p 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/PKGBUILD (from rev 254891, 
kdegames-kgoldrunner/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:47:13 UTC (rev 254892)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kgoldrunner
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz";)
+sha1sums=('6abc39aac75e76452778fcb5a31f0a203814d4c6')
+
+build() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdegames-kgoldrunner.install
===
--- kde-unstable-i686/kdegames-kgoldrunner.install  2015-12-09 07:46:55 UTC 
(rev 254891)
+++ kde-unstable-i686/kdegames-kgoldrunner.install  2015-12-09 07:47:13 UTC 
(rev 254892)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install (from 
rev 254891, kdegames-kgoldrunner/kde-unstable/kdegames-kgoldrunner.install)
===
--- kde-unstable-i686/kdegames-kgoldrunner.install  
(rev 0)
+++ kde-unstable-i686/kdegames-kgoldrunner.install  2015-12-09 07:47:13 UTC 
(rev 254892)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
==

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:45:33
  Author: arojas
Revision: 254887

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

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

-+
 /PKGBUILD   |   70 ++
 /kblocks.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   35 -
 kde-unstable-i686/kblocks.install   |   11 -
 kde-unstable-x86_64/PKGBUILD|   35 -
 kde-unstable-x86_64/kblocks.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:45:15 UTC (rev 254886)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:45:33 UTC (rev 254887)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblocks
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblocks')
-replaces=('kdegames-kblocks')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz";)
-sha1sums=('110efab0c75468f593fdb0c02c9f2665ef471e2b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblocks-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kblocks/repos/kde-unstable-i686/PKGBUILD (from rev 254886, 
kblocks/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:45:33 UTC (rev 254887)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblocks
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="The classic falling blocks game"
+url="http://kde.org/applications/games/kblocks/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblocks')
+replaces=('kdegames-kblocks')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz";)
+sha1sums=('110efab0c75468f593fdb0c02c9f2665ef471e2b')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblocks-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kblocks.install
===
--- kde-unstable-i686/kblocks.install   2015-12-09 07:45:15 UTC (rev 254886)
+++ kde-unstable-i686/kblocks.install   2015-12-09 07:45:33 UTC (rev 254887)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblocks/repos/kde-unstable-i686/kblocks.install (from rev 254886, 
kblocks/kde-unstable/kblocks.install)
===
--- kde-unstable-i686/kblocks.install   (rev 0)
+++ kde-unstable-i686/kblocks.install   2015-12-09 07:45:33 UTC (rev 254887)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:45:15 UTC (rev 254886)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:45:33 UTC (rev 254887)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Sca

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:45:53
  Author: arojas
Revision: 254888

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

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

-+
 /PKGBUILD   |   70 ++
 /kbounce.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   35 -
 kde-unstable-i686/kbounce.install   |   11 -
 kde-unstable-x86_64/PKGBUILD|   35 -
 kde-unstable-x86_64/kbounce.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:45:33 UTC (rev 254887)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:45:53 UTC (rev 254888)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kbounce
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kbounce')
-replaces=('kdegames-kbounce')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbounce-${pkgver}.tar.xz";)
-sha1sums=('a58a2c8e6a67e87358f0c7e60b10cc1728e21179')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kbounce-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kbounce/repos/kde-unstable-i686/PKGBUILD (from rev 254887, 
kbounce/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:45:53 UTC (rev 254888)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbounce
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kbounce')
+replaces=('kdegames-kbounce')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbounce-${pkgver}.tar.xz";)
+sha1sums=('a58a2c8e6a67e87358f0c7e60b10cc1728e21179')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kbounce-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kbounce.install
===
--- kde-unstable-i686/kbounce.install   2015-12-09 07:45:33 UTC (rev 254887)
+++ kde-unstable-i686/kbounce.install   2015-12-09 07:45:53 UTC (rev 254888)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kbounce/repos/kde-unstable-i686/kbounce.install (from rev 254887, 
kbounce/kde-unstable/kbounce.install)
===
--- kde-unstable-i686/kbounce.install   (rev 0)
+++ kde-unstable-i686/kbounce.install   2015-12-09 07:45:53 UTC (rev 254888)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:45:33 UTC (rev 254887)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:45:53 UTC (rev 254888)
@@ -1,35 +0,0 @@
-# $Id$
-# M

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:46:13
  Author: arojas
Revision: 254889

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

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

---+
 /PKGBUILD |   70 
 /kbreakout.install|   22 ++
 kde-unstable-i686/PKGBUILD|   35 
 kde-unstable-i686/kbreakout.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   35 
 kde-unstable-x86_64/kbreakout.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:45:53 UTC (rev 254888)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:46:13 UTC (rev 254889)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kbreakout
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A Breakout-like game"
-url="http://kde.org/applications/games/kbreakout/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kbreakout')
-replaces=('kdegames-kbreakout')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz";)
-sha1sums=('567be551c76ebf244e691b1d8f489f14242d8490')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kbreakout-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kbreakout/repos/kde-unstable-i686/PKGBUILD (from rev 254888, 
kbreakout/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:46:13 UTC (rev 254889)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbreakout
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A Breakout-like game"
+url="http://kde.org/applications/games/kbreakout/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kbreakout')
+replaces=('kdegames-kbreakout')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz";)
+sha1sums=('567be551c76ebf244e691b1d8f489f14242d8490')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kbreakout-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kbreakout.install
===
--- kde-unstable-i686/kbreakout.install 2015-12-09 07:45:53 UTC (rev 254888)
+++ kde-unstable-i686/kbreakout.install 2015-12-09 07:46:13 UTC (rev 254889)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kbreakout/repos/kde-unstable-i686/kbreakout.install (from rev 254888, 
kbreakout/kde-unstable/kbreakout.install)
===
--- kde-unstable-i686/kbreakout.install (rev 0)
+++ kde-unstable-i686/kbreakout.install 2015-12-09 07:46:13 UTC (rev 254889)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:45:53 UTC (rev 254888)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:46:13 UTC (rev 254889)
@@ -1,35 +0,0 @

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:45:15
  Author: arojas
Revision: 254886

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

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

---+
 /PKGBUILD |   70 
 /kblackbox.install|   22 ++
 kde-unstable-i686/PKGBUILD|   35 
 kde-unstable-i686/kblackbox.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   35 
 kde-unstable-x86_64/kblackbox.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:44:57 UTC (rev 254885)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:45:15 UTC (rev 254886)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblackbox
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz";)
-sha1sums=('1752569be8287e18c5593f68e26dd3a790fa0767')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblackbox-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kblackbox/repos/kde-unstable-i686/PKGBUILD (from rev 254885, 
kblackbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:45:15 UTC (rev 254886)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblackbox
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz";)
+sha1sums=('1752569be8287e18c5593f68e26dd3a790fa0767')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblackbox-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kblackbox.install
===
--- kde-unstable-i686/kblackbox.install 2015-12-09 07:44:57 UTC (rev 254885)
+++ kde-unstable-i686/kblackbox.install 2015-12-09 07:45:15 UTC (rev 254886)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblackbox/repos/kde-unstable-i686/kblackbox.install (from rev 254885, 
kblackbox/kde-unstable/kblackbox.install)
===
--- kde-unstable-i686/kblackbox.install (rev 0)
+++ kde-unstable-i686/kblackbox.install 2015-12-09 07:45:15 UTC (rev 254886)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:44:57 UTC (rev 254885)
+++ kde-unstable-x86_64/PKGBUILD  

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:44:57
  Author: arojas
Revision: 254885

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

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

-+
 /PKGBUILD   |   70 ++
 /katomic.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   35 -
 kde-unstable-i686/katomic.install   |   11 -
 kde-unstable-x86_64/PKGBUILD|   35 -
 kde-unstable-x86_64/katomic.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:44:37 UTC (rev 254884)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:44:57 UTC (rev 254885)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
-sha1sums=('dba9e2a2de36921d70c2b35278a8636f00db6ae8')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../katomic-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: katomic/repos/kde-unstable-i686/PKGBUILD (from rev 254884, 
katomic/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:44:57 UTC (rev 254885)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz";)
+sha1sums=('dba9e2a2de36921d70c2b35278a8636f00db6ae8')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../katomic-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/katomic.install
===
--- kde-unstable-i686/katomic.install   2015-12-09 07:44:37 UTC (rev 254884)
+++ kde-unstable-i686/katomic.install   2015-12-09 07:44:57 UTC (rev 254885)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: katomic/repos/kde-unstable-i686/katomic.install (from rev 254884, 
katomic/kde-unstable/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2015-12-09 07:44:57 UTC (rev 254885)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:44:37 UTC (rev 254884)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:44:57 UTC (rev 254885)
@@ -1,35 +0,0 @@
-# $Id

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:44:17
  Author: arojas
Revision: 254883

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

Added:
  kdegames-kajongg/repos/kde-unstable-any/PKGBUILD
(from rev 254882, kdegames-kajongg/kde-unstable/PKGBUILD)
  kdegames-kajongg/repos/kde-unstable-any/kdegames-kajongg.install
(from rev 254882, 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 |   82 ++---
 kdegames-kajongg.install |   22 ++--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-09 07:44:04 UTC (rev 254882)
+++ PKGBUILD2015-12-09 07:44:17 UTC (rev 254883)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kajongg
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('kdebase-runtime' 'python2-twisted' 'kdebindings-python2' 
'libkmahjongg4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kajongg-${pkgver}.tar.xz";)
-sha1sums=('0f7ebbbaea8e6b12a811510bb24f0864a34493fd')
-
-prepare() {
-  mkdir -p build
-
-  cd kajongg-${pkgver}
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-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 \
--DINSTALL_KAJONGG=TRUE
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kajongg/repos/kde-unstable-any/PKGBUILD (from rev 254882, 
kdegames-kajongg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-09 07:44:17 UTC (rev 254883)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kajongg
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="The ancient Chinese board game for 4 players"
+url="http://kde.org/applications/games/kajongg/";
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'python2-twisted' 'kdebindings-python2' 
'libkmahjongg4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kajongg-${pkgver}.tar.xz";)
+sha1sums=('0f7ebbbaea8e6b12a811510bb24f0864a34493fd')
+
+prepare() {
+  mkdir -p build
+
+  cd kajongg-${pkgver}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+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 \
+-DINSTALL_KAJONGG=TRUE
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdegames-kajongg.install
===
--- kdegames-kajongg.install2015-12-09 07:44:04 UTC (rev 254882)
+++ kdegames-kajongg.install2015-12-09 07:44:17 UTC (rev 254883)
@@ -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 254882, kdegames-kajongg/kde-unstable/kdegames-kajongg.install)
===
--- kdegames-kajongg.install(rev 0)
+++ kdegames-kajongg.install2015-12-09 07:44:17 UTC (rev 254883)
@@ -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 kapman/repos (8 files)

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:44:37
  Author: arojas
Revision: 254884

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

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

+
 /PKGBUILD  |   70 +++
 /kapman.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/kapman.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/kapman.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:44:17 UTC (rev 254883)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:44:37 UTC (rev 254884)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapman
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A clone of the well known game Pac-Man"
-url="http://kde.org/applications/games/kapman/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kapman')
-replaces=('kdegames-kapman')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz";)
-sha1sums=('db5c21c73f01ea6af808bd9f19960a2960c54b64')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kapman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kapman/repos/kde-unstable-i686/PKGBUILD (from rev 254883, 
kapman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:44:37 UTC (rev 254884)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapman
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A clone of the well known game Pac-Man"
+url="http://kde.org/applications/games/kapman/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kapman')
+replaces=('kdegames-kapman')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz";)
+sha1sums=('db5c21c73f01ea6af808bd9f19960a2960c54b64')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kapman.install
===
--- kde-unstable-i686/kapman.install2015-12-09 07:44:17 UTC (rev 254883)
+++ kde-unstable-i686/kapman.install2015-12-09 07:44:37 UTC (rev 254884)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kapman/repos/kde-unstable-i686/kapman.install (from rev 254883, 
kapman/kde-unstable/kapman.install)
===
--- kde-unstable-i686/kapman.install(rev 0)
+++ kde-unstable-i686/kapman.install2015-12-09 07:44:37 UTC (rev 254884)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:44:17 UTC (rev 254883)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:44:37 UTC (rev 254884)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapman
-pk

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:43:26
  Author: arojas
Revision: 254880

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

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

+
 /PKGBUILD  |   70 +++
 /bomber.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/bomber.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/bomber.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:43:08 UTC (rev 254879)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:43:26 UTC (rev 254880)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bomber
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-bomber')
-replaces=('kdegames-bomber')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/bomber-${pkgver}.tar.xz";)
-sha1sums=('8cb26e3d5b70355dc46cf8a8741d34ca4b56dd34')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bomber-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: bomber/repos/kde-unstable-i686/PKGBUILD (from rev 254879, 
bomber/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:43:26 UTC (rev 254880)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bomber
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A single player arcade game"
+url="http://kde.org/applications/games/bomber/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-bomber')
+replaces=('kdegames-bomber')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/bomber-${pkgver}.tar.xz";)
+sha1sums=('8cb26e3d5b70355dc46cf8a8741d34ca4b56dd34')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bomber-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/bomber.install
===
--- kde-unstable-i686/bomber.install2015-12-09 07:43:08 UTC (rev 254879)
+++ kde-unstable-i686/bomber.install2015-12-09 07:43:26 UTC (rev 254880)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bomber/repos/kde-unstable-i686/bomber.install (from rev 254879, 
bomber/kde-unstable/bomber.install)
===
--- kde-unstable-i686/bomber.install(rev 0)
+++ kde-unstable-i686/bomber.install2015-12-09 07:43:26 UTC (rev 254880)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:43:08 UTC (rev 254879)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:43:26 UTC (rev 254880)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bomber
-pkgver=15.11.90
-pkgrel=

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:44:04
  Author: arojas
Revision: 254882

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

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

---+
 /PKGBUILD |   70 
 /granatier.install|   22 ++
 kde-unstable-i686/PKGBUILD|   35 
 kde-unstable-i686/granatier.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   35 
 kde-unstable-x86_64/granatier.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:43:46 UTC (rev 254881)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:44:04 UTC (rev 254882)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=granatier
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-granatier')
-replaces=('kdegames-granatier')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/granatier-${pkgver}.tar.xz";)
-sha1sums=('87de929348b3a5cab6d2a1e6ca4181f8fac2c1d8')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../granatier-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: granatier/repos/kde-unstable-i686/PKGBUILD (from rev 254881, 
granatier/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:44:04 UTC (rev 254882)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=granatier
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-granatier')
+replaces=('kdegames-granatier')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/granatier-${pkgver}.tar.xz";)
+sha1sums=('87de929348b3a5cab6d2a1e6ca4181f8fac2c1d8')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../granatier-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/granatier.install
===
--- kde-unstable-i686/granatier.install 2015-12-09 07:43:46 UTC (rev 254881)
+++ kde-unstable-i686/granatier.install 2015-12-09 07:44:04 UTC (rev 254882)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: granatier/repos/kde-unstable-i686/granatier.install (from rev 254881, 
granatier/kde-unstable/granatier.install)
===
--- kde-unstable-i686/granatier.install (rev 0)
+++ kde-unstable-i686/granatier.install 2015-12-09 07:44:04 UTC (rev 254882)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:43:46 UTC (rev 254881)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:44:0

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:43:46
  Author: arojas
Revision: 254881

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

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

--+
 /PKGBUILD|   70 +
 /bovo.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   35 --
 kde-unstable-i686/bovo.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 --
 kde-unstable-x86_64/bovo.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:43:26 UTC (rev 254880)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:43:46 UTC (rev 254881)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.11.90
-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-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-bovo')
-replaces=('kdegames-bovo')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz";)
-sha1sums=('3a579e5320417ea90974c6d0e5b2e55e221e0a6b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bovo-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 254880, 
bovo/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:43:46 UTC (rev 254881)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bovo
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-bovo')
+replaces=('kdegames-bovo')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz";)
+sha1sums=('3a579e5320417ea90974c6d0e5b2e55e221e0a6b')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bovo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/bovo.install
===
--- kde-unstable-i686/bovo.install  2015-12-09 07:43:26 UTC (rev 254880)
+++ kde-unstable-i686/bovo.install  2015-12-09 07:43:46 UTC (rev 254881)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 254880, 
bovo/kde-unstable/bovo.install)
===
--- kde-unstable-i686/bovo.install  (rev 0)
+++ kde-unstable-i686/bovo.install  2015-12-09 07:43:46 UTC (rev 254881)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:43:26 UTC (rev 254880)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:43:46 UTC (rev 254881)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bovo
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A Gomoku like game for two players"
-url="http://kde.org/app

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:42:24
  Author: arojas
Revision: 254877

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

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

+
 /PKGBUILD  |   74 +++
 /parley.install|   24 +++
 kde-unstable-i686/PKGBUILD |   37 -
 kde-unstable-i686/parley.install   |   12 -
 kde-unstable-x86_64/PKGBUILD   |   37 -
 kde-unstable-x86_64/parley.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:41:34 UTC (rev 254876)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:42:24 UTC (rev 254877)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=parley
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Vocabulary Trainer"
-url="http://kde.org/applications/education/parley/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-parley')
-conflicts=('kdeedu-parley')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/parley-${pkgver}.tar.xz";)
-sha1sums=('6f7978afb39c7b3880a0909cc4b25d8b6392ed5c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../parley-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: parley/repos/kde-unstable-i686/PKGBUILD (from rev 254876, 
parley/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:42:24 UTC (rev 254877)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=parley
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Vocabulary Trainer"
+url="http://kde.org/applications/education/parley/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/parley-${pkgver}.tar.xz";)
+sha1sums=('6f7978afb39c7b3880a0909cc4b25d8b6392ed5c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/parley.install
===
--- kde-unstable-i686/parley.install2015-12-09 07:41:34 UTC (rev 254876)
+++ kde-unstable-i686/parley.install2015-12-09 07:42:24 UTC (rev 254877)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: parley/repos/kde-unstable-i686/parley.install (from rev 254876, 
parley/kde-unstable/parley.install)
===
--- kde-unstable-i686/parley.install(rev 0)
+++ kde-unstable-i686/parley.install2015-12-09 07:42:24 UTC (rev 254877)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:41:34 UTC (rev 254876)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:42:24 UTC (rev 254877)
@@ -1,37 +0,0 @@
-# $Id$
-# Mai

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:43:08
  Author: arojas
Revision: 254879

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

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

--+
 /PKGBUILD|   70 +
 /step.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   35 --
 kde-unstable-i686/step.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 --
 kde-unstable-x86_64/step.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:42:49 UTC (rev 254878)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:43:08 UTC (rev 254879)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=step
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="http://kde.org/applications/education/step/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libqalculate' 'gsl' 'knewstuff' 'khtml' 'kdelibs4support' 
'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'mesa')
-install=${pkgname}.install
-conflicts=('kdeedu-step')
-replaces=('kdeedu-step')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/step-${pkgver}.tar.xz";)
-sha1sums=('4e741ead89ac2b1489fd8ff653e65660a0c3def6')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../step-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: step/repos/kde-unstable-i686/PKGBUILD (from rev 254878, 
step/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:43:08 UTC (rev 254879)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=step
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="http://kde.org/applications/education/step/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libqalculate' 'gsl' 'knewstuff' 'khtml' 'kdelibs4support' 
'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'mesa')
+install=${pkgname}.install
+conflicts=('kdeedu-step')
+replaces=('kdeedu-step')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/step-${pkgver}.tar.xz";)
+sha1sums=('4e741ead89ac2b1489fd8ff653e65660a0c3def6')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/step.install
===
--- kde-unstable-i686/step.install  2015-12-09 07:42:49 UTC (rev 254878)
+++ kde-unstable-i686/step.install  2015-12-09 07:43:08 UTC (rev 254879)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: step/repos/kde-unstable-i686/step.install (from rev 254878, 
step/kde-unstable/step.install)
===
--- kde-unstable-i686/step.install  (rev 0)
+++ kde-unstable-i686/step.install  2015-12-09 07:43:08 UTC (rev 254879)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:42:49 UTC (rev 254878)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:43:08 UTC (rev 254879)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contribut

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:42:49
  Author: arojas
Revision: 254878

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

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

--+
 /PKGBUILD|   78 +
 /rocs.install|   24 +++
 kde-unstable-i686/PKGBUILD   |   39 --
 kde-unstable-i686/rocs.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   39 --
 kde-unstable-x86_64/rocs.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:42:24 UTC (rev 254877)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:42:49 UTC (rev 254878)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=rocs
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Graph Theory IDE"
-url="http://kde.org/applications/education/rocs/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit' 
'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
-install=$pkgname.install
-conflicts=('kdeedu-rocs')
-replaces=('kdeedu-rocs')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('6035f3ae7afc0974f9245b55c6bb54b814a6637c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: rocs/repos/kde-unstable-i686/PKGBUILD (from rev 254877, 
rocs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:42:49 UTC (rev 254878)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=rocs
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Graph Theory IDE"
+url="http://kde.org/applications/education/rocs/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+install=$pkgname.install
+conflicts=('kdeedu-rocs')
+replaces=('kdeedu-rocs')
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('6035f3ae7afc0974f9245b55c6bb54b814a6637c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/rocs.install
===
--- kde-unstable-i686/rocs.install  2015-12-09 07:42:24 UTC (rev 254877)
+++ kde-unstable-i686/rocs.install  2015-12-09 07:42:49 UTC (rev 254878)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: rocs/repos/kde-unstable-i686/rocs.install (from rev 254877, 
rocs/kde-unstable/rocs.install)
===
--- kde-unstable-i686/rocs.install  (rev 0)
+++ kde-unstable-i686/rocs.install  2015-12-09 07:42:49 UTC (rev 254878)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:42:24 UTC (rev 254877)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:42:49 UTC (rev 254878)
@

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:41:14
  Author: arojas
Revision: 254875

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

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

---+
 /PKGBUILD |   70 
 /kwordquiz.install|   24 ++
 kde-unstable-i686/PKGBUILD|   35 
 kde-unstable-i686/kwordquiz.install   |   12 -
 kde-unstable-x86_64/PKGBUILD  |   35 
 kde-unstable-x86_64/kwordquiz.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:40:55 UTC (rev 254874)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:41:14 UTC (rev 254875)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwordquiz
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Flash Card Trainer"
-url="http://kde.org/applications/education/kwordquiz/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support' 
'kdeclarative')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kwordquiz')
-replaces=('kdeedu-kwordquiz')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz";)
-sha1sums=('bb80e342a529974bb12b0e30359de5e5a8169e36')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kwordquiz-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwordquiz/repos/kde-unstable-i686/PKGBUILD (from rev 254874, 
kwordquiz/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:41:14 UTC (rev 254875)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwordquiz
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Flash Card Trainer"
+url="http://kde.org/applications/education/kwordquiz/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support' 
'kdeclarative')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kwordquiz')
+replaces=('kdeedu-kwordquiz')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz";)
+sha1sums=('bb80e342a529974bb12b0e30359de5e5a8169e36')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kwordquiz.install
===
--- kde-unstable-i686/kwordquiz.install 2015-12-09 07:40:55 UTC (rev 254874)
+++ kde-unstable-i686/kwordquiz.install 2015-12-09 07:41:14 UTC (rev 254875)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kwordquiz/repos/kde-unstable-i686/kwordquiz.install (from rev 254874, 
kwordquiz/kde-unstable/kwordquiz.install)
===
--- kde-unstable-i686/kwordquiz.install (rev 0)
+++ kde-unstable-i686/kwordquiz.install 2015-12-09 07:41:14 UTC (rev 254875)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
=

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:41:34
  Author: arojas
Revision: 254876

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

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

+
 /PKGBUILD  |  166 +++
 /marble.install|   26 +
 kde-unstable-i686/PKGBUILD |   83 -
 kde-unstable-i686/marble.install   |   13 --
 kde-unstable-x86_64/PKGBUILD   |   83 -
 kde-unstable-x86_64/marble.install |   13 --
 6 files changed, 192 insertions(+), 192 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:41:14 UTC (rev 254875)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:41:34 UTC (rev 254876)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Gustavo Alvarez 
-
-pkgbase=marble
-pkgname=(marble libastro marble-data)
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Desktop Globe"
-arch=(i686 x86_64)
-url="https://www.kde.org/applications/system/marble";
-license=(GPL)
-makedepends=(extra-cmake-modules gpsd quazip-qt5 libwlocate phonon-qt5 
qt5-webkit krunner kparts knewstuff qt5-tools)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('11aed6ea54ff29add210f7077ada96c7')
-
-prepare() {
-  mkdir -p build
-
-  # only build the KDE app
-  sed -e '/mobile/d' \
-  -e '/qt/d'  \
-  -e '/Quick/d' \
-  -e '/touch/d' \
-  -i $pkgname-$pkgver/src/apps/CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DQT_PLUGINS_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF \
--DBUILD_MARBLE_EXAMPLES=OFF \
--DBUILD_MARBLE_TESTS=OFF \
--DMOBILE=OFF
-  make
-}
-
-package_libastro() {
-  pkgdesc='Marble astronomy library'
-  depends=(gcc-libs)
-  conflicts=('kdeedu-marble<15.07' marble-qt)
-
-  cd build/src/lib/astro
-  make DESTDIR="$pkgdir" install
-}
-
-package_marble() {
-  depends=(libastro marble-data qt5-webkit kparts knewstuff quazip-qt5)
-  optdepends=('gpsd: GPS based geolocation'
-'libwlocate: WLAN based geolocation'
-'krunner: Krunner plugin')
-  conflicts=('kdeedu-marble<15.04.3-3' marble-qt)
-  replaces=(kdeedu-marble 'marble-qt<15.07')
-  groups=(kde-applications kdeedu)
-  install=marble.install
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# provided by libastro
-  rm -r "$pkgdir"/usr/include/astro
-  rm "$pkgdir"/usr/lib/libastro.*
-
-# provided by marble-data
-  rm -r "$pkgdir"/usr/share/{icons,marble/data}
-}
-
-package_marble-data() {
-  pkgdesc='Data for Marble'
-  depends=(hicolor-icon-theme)
-  conflicts=('kdeedu-marble<15.07' 'marble<15.07.80-3' marble-qt)
-  install=marble.install
-
-  cd build/data
-  make DESTDIR="$pkgdir" install
-}

Copied: marble/repos/kde-unstable-i686/PKGBUILD (from rev 254875, 
marble/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:41:34 UTC (rev 254876)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=marble
+pkgname=(marble libastro marble-data)
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Desktop Globe"
+arch=(i686 x86_64)
+url="https://www.kde.org/applications/system/marble";
+license=(GPL)
+makedepends=(extra-cmake-modules gpsd quazip-qt5 libwlocate phonon-qt5 
qt5-webkit krunner kparts knewstuff qt5-tools)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('11aed6ea54ff29add210f7077ada96c7')
+
+prepare() {
+  mkdir -p build
+
+  # only build the KDE app
+  sed -e '/mobile/d' \
+  -e '/qt/d'  \
+  -e '/Quick/d' \
+  -e '/touch/d' \
+  -i $pkgname-$pkgver/src/apps/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DQT_PLUGINS_D

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:40:55
  Author: arojas
Revision: 254874

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

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

-+
 /PKGBUILD   |   78 ++
 /kturtle.install|   22 +
 kde-unstable-i686/PKGBUILD  |   39 -
 kde-unstable-i686/kturtle.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   39 -
 kde-unstable-x86_64/kturtle.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:40:35 UTC (rev 254873)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:40:55 UTC (rev 254874)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kturtle
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Educational Programming Environment"
-url="http://kde.org/applications/education/kturtle/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools)
-install=${pkgname}.install
-conflicts=(kdeedu-kturtle)
-replaces=(kdeedu-kturtle)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/kturtle-$pkgver.tar.xz";)
-sha1sums=('4c5261c70a5c6acd647e58b073c5fd60d979c27f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kturtle/repos/kde-unstable-i686/PKGBUILD (from rev 254873, 
kturtle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:40:55 UTC (rev 254874)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kturtle
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Educational Programming Environment"
+url="http://kde.org/applications/education/kturtle/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+install=${pkgname}.install
+conflicts=(kdeedu-kturtle)
+replaces=(kdeedu-kturtle)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/kturtle-$pkgver.tar.xz";)
+sha1sums=('4c5261c70a5c6acd647e58b073c5fd60d979c27f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kturtle.install
===
--- kde-unstable-i686/kturtle.install   2015-12-09 07:40:35 UTC (rev 254873)
+++ kde-unstable-i686/kturtle.install   2015-12-09 07:40:55 UTC (rev 254874)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kturtle/repos/kde-unstable-i686/kturtle.install (from rev 254873, 
kturtle/kde-unstable/kturtle.install)
===
--- kde-unstable-i686/kturtle.install   (rev 0)
+++ kde-unstable-i686/kturtle.install   2015-12-09 07:40:55 UTC (rev 254874)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:40:35 UTC (rev 254873)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:40:55 UTC (rev 254874)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:40:35
  Author: arojas
Revision: 254873

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

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

---+
 /PKGBUILD |   70 
 /kdeedu-ktouch.install|   22 
 kde-unstable-i686/PKGBUILD|   35 --
 kde-unstable-i686/kdeedu-ktouch.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   35 --
 kde-unstable-x86_64/kdeedu-ktouch.install |   11 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:39:50 UTC (rev 254872)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:40:35 UTC (rev 254873)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-ktouch
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Touch Typing Tutor"
-url="http://kde.org/applications/education/ktouch/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz";)
-sha1sums=('114bd033ea617db55417f8d3652717998cfef8b5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ktouch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 254872, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:40:35 UTC (rev 254873)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-ktouch
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Touch Typing Tutor"
+url="http://kde.org/applications/education/ktouch/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz";)
+sha1sums=('114bd033ea617db55417f8d3652717998cfef8b5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-ktouch.install
===
--- kde-unstable-i686/kdeedu-ktouch.install 2015-12-09 07:39:50 UTC (rev 
254872)
+++ kde-unstable-i686/kdeedu-ktouch.install 2015-12-09 07:40:35 UTC (rev 
254873)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
254872, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2015-12-09 07:40:35 UTC (rev 
254873)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:39:50 UTC (rev 254872)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:40:35 UTC (rev 254873)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Co

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:39:50
  Author: arojas
Revision: 254872

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

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

+
 /PKGBUILD  |   94 +++
 /kstars.install|   22 
 kde-unstable-i686/PKGBUILD |   47 -
 kde-unstable-i686/kstars.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   47 -
 kde-unstable-x86_64/kstars.install |   11 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:39:32 UTC (rev 254871)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:39:50 UTC (rev 254872)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Desktop Planetarium"
-url="http://kde.org/applications/education/kstars/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
-optdepends=('xplanet: XPlanet support')
-install=${pkgname}.install
-replaces=('kdeedu-kstars')
-conflicts=('kdeedu-kstars')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz";)
-sha1sums=('6bc742cbc2e9571732ae2f48bf94c7c768ccc4d8')
-
-prepare() {
-  mkdir -p build
-
-# Use python2
-  cd $pkgname-$pkgver
-  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
-}
-
-build() {
-  cd build
-  cmake ../kstars-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
-"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
-}

Copied: kstars/repos/kde-unstable-i686/PKGBUILD (from rev 254871, 
kstars/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:39:50 UTC (rev 254872)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz";)
+sha1sums=('6bc742cbc2e9571732ae2f48bf94c7c768ccc4d8')
+
+prepare() {
+  mkdir -p build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Deleted: kde-unstable-i686/kstars.install
===
--- kde-unstable-i686/kstars.install2015-12-09 07:39:32 UTC (rev 254871)
+++ kde-unstable-i686/kstars.install2015-12-09 07:39:50 UTC (rev 254872)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kstars/repos/kde-unstable-i686/kstars.insta

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:39:11
  Author: arojas
Revision: 254870

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

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

--+
 /PKGBUILD|   72 +
 /klettres.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-i686/klettres.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   36 
 kde-unstable-x86_64/klettres.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:38:35 UTC (rev 254869)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:39:11 UTC (rev 254870)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klettres
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Learn The Alphabet"
-url="http://kde.org/applications/education/klettres/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('knewstuff' 'kemoticons' 'kitemmodels' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-klettres')
-conflicts=('kdeedu-klettres')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz";)
-sha1sums=('f2de1fe5c5729e6e592c7ea943c5f4a2576d7797')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../klettres-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klettres/repos/kde-unstable-i686/PKGBUILD (from rev 254869, 
klettres/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:39:11 UTC (rev 254870)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klettres
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Learn The Alphabet"
+url="http://kde.org/applications/education/klettres/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knewstuff' 'kemoticons' 'kitemmodels' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-klettres')
+conflicts=('kdeedu-klettres')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz";)
+sha1sums=('f2de1fe5c5729e6e592c7ea943c5f4a2576d7797')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../klettres-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/klettres.install
===
--- kde-unstable-i686/klettres.install  2015-12-09 07:38:35 UTC (rev 254869)
+++ kde-unstable-i686/klettres.install  2015-12-09 07:39:11 UTC (rev 254870)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klettres/repos/kde-unstable-i686/klettres.install (from rev 254869, 
klettres/kde-unstable/klettres.install)
===
--- kde-unstable-i686/klettres.install  (rev 0)
+++ kde-unstable-i686/klettres.install  2015-12-09 07:39:11 UTC (rev 254870)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:38:35 UTC (rev 254869)
+++ kde-unstable-x86_64/PKGBUILD 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:39:32
  Author: arojas
Revision: 254871

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

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

+
 /PKGBUILD  |   72 +++
 /kmplot.install|   24 +++
 kde-unstable-i686/PKGBUILD |   36 -
 kde-unstable-i686/kmplot.install   |   12 -
 kde-unstable-x86_64/PKGBUILD   |   36 -
 kde-unstable-x86_64/kmplot.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:39:11 UTC (rev 254870)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:39:32 UTC (rev 254871)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmplot
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Mathematical Function Plotter"
-url="http://kde.org/applications/education/kmplot/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdelibs4support' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-kmplot')
-conflicts=('kdeedu-kmplot')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz";)
-sha1sums=('cb5a1e89f2e6e250430f4ec40c68bc24c630354d')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmplot-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 254870, 
kmplot/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:39:32 UTC (rev 254871)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmplot
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdelibs4support' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz";)
+sha1sums=('cb5a1e89f2e6e250430f4ec40c68bc24c630354d')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmplot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kmplot.install
===
--- kde-unstable-i686/kmplot.install2015-12-09 07:39:11 UTC (rev 254870)
+++ kde-unstable-i686/kmplot.install2015-12-09 07:39:32 UTC (rev 254871)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kmplot/repos/kde-unstable-i686/kmplot.install (from rev 254870, 
kmplot/kde-unstable/kmplot.install)
===
--- kde-unstable-i686/kmplot.install(rev 0)
+++ kde-unstable-i686/kmplot.install2015-12-09 07:39:32 UTC (rev 254871)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:39:11 UTC (rev 254870)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:39:32 UTC (rev 254

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:38:35
  Author: arojas
Revision: 254869

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

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

---+
 /PKGBUILD |   78 
 /kiten.install|   22 ++
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/kiten.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/kiten.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:38:15 UTC (rev 254868)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:38:35 UTC (rev 254869)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kiten
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Japanese Reference/Study Tool"
-url="http://kde.org/applications/education/kiten/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('khtml' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kiten')
-replaces=('kdeedu-kiten')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz";)
-sha1sums=('da179a7a4e995930eb9dbac30fee1042a1bcfdbc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kiten-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kiten/repos/kde-unstable-i686/PKGBUILD (from rev 254868, 
kiten/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:38:35 UTC (rev 254869)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiten
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Japanese Reference/Study Tool"
+url="http://kde.org/applications/education/kiten/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('khtml' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kiten')
+replaces=('kdeedu-kiten')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz";)
+sha1sums=('da179a7a4e995930eb9dbac30fee1042a1bcfdbc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kiten-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kiten.install
===
--- kde-unstable-i686/kiten.install 2015-12-09 07:38:15 UTC (rev 254868)
+++ kde-unstable-i686/kiten.install 2015-12-09 07:38:35 UTC (rev 254869)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kiten/repos/kde-unstable-i686/kiten.install (from rev 254868, 
kiten/kde-unstable/kiten.install)
===
--- kde-unstable-i686/kiten.install (rev 0)
+++ kde-unstable-i686/kiten.install 2015-12-09 07:38:35 UTC (rev 254869)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:38:15 UTC (rev 254868)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:38:35 UTC (rev 254869)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:38:15
  Author: arojas
Revision: 254868

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

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

-+
 /PKGBUILD   |   90 ++
 /kig.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   45 ---
 kde-unstable-i686/kig.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   45 ---
 kde-unstable-x86_64/kig.install |   12 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:37:53 UTC (rev 254867)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:38:15 UTC (rev 254868)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'boost-libs' 'python2' 'hicolor-icon-theme') # 
kemoticons, kitemmodels are only required for tests
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'qt5-xmlpatterns')
-optdepends=('qt5-xmlpatterns: support for GeoGebra files')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kig-${pkgver}.tar.xz";)
-sha1sums=('5c691874310c829e188229f06a6c4ce22bea3452')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
--DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
-  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: kig/repos/kde-unstable-i686/PKGBUILD (from rev 254867, 
kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:38:15 UTC (rev 254868)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('ktexteditor' 'boost-libs' 'python2' 'hicolor-icon-theme') # 
kemoticons, kitemmodels are only required for tests
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'qt5-xmlpatterns')
+optdepends=('qt5-xmlpatterns: support for GeoGebra files')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kig-${pkgver}.tar.xz";)
+sha1sums=('5c691874310c829e188229f06a6c4ce22bea3452')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
+-DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
+  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
+}

Deleted: kde-unstable-i686/kig.install
===
--- kde-unstable-i686/kig.install   2015-12-09 07:37:53 UTC (rev 254867)
+++ kde-unstable-i686/kig.install   2015-12-09 07:38:15 UTC (rev 254868)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kig/repos/kde-unstable-i686/kig.install (from rev 254867, 
kig/kde-unstable/kig.install)
===

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:37:53
  Author: arojas
Revision: 254867

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

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

--+
 /PKGBUILD|   78 +
 /khangman.install|   22 +
 kde-unstable-i686/PKGBUILD   |   39 
 kde-unstable-i686/khangman.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   39 
 kde-unstable-x86_64/khangman.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:37:25 UTC (rev 254866)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:37:53 UTC (rev 254867)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=khangman
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Hangman Game"
-url="http://kde.org/applications/education/khangman/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libkeduvocdocument' 'knewstuff' 'kdeclarative')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-khangman')
-conflicts=('kdeedu-khangman')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz";)
-sha1sums=('1571c257ba3d71c56a3d3c5b7d880e4e1894538e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../khangman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khangman/repos/kde-unstable-i686/PKGBUILD (from rev 254866, 
khangman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:37:53 UTC (rev 254867)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khangman
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Hangman Game"
+url="http://kde.org/applications/education/khangman/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libkeduvocdocument' 'knewstuff' 'kdeclarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-khangman')
+conflicts=('kdeedu-khangman')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz";)
+sha1sums=('1571c257ba3d71c56a3d3c5b7d880e4e1894538e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../khangman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/khangman.install
===
--- kde-unstable-i686/khangman.install  2015-12-09 07:37:25 UTC (rev 254866)
+++ kde-unstable-i686/khangman.install  2015-12-09 07:37:53 UTC (rev 254867)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: khangman/repos/kde-unstable-i686/khangman.install (from rev 254866, 
khangman/kde-unstable/khangman.install)
===
--- kde-unstable-i686/khangman.install  (rev 0)
+++ kde-unstable-i686/khangman.install  2015-12-09 07:37:53 UTC (rev 254867)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:37:25 UTC (rev 254866)
+++ kde-unstable

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:37:25
  Author: arojas
Revision: 254866

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

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

+
 /PKGBUILD  |   74 +++
 /kgeography.install|   22 +
 kde-unstable-i686/PKGBUILD |   37 ---
 kde-unstable-i686/kgeography.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   37 ---
 kde-unstable-x86_64/kgeography.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:37:06 UTC (rev 254865)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:37:25 UTC (rev 254866)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgeography
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Geography Trainer"
-url="http://kde.org/applications/education/kgeography/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-replaces=('kdeedu-kgeography')
-conflicts=('kdeedu-kgeography')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz";)
-sha1sums=('29608f5eb51b523b3bc34080f90b2e19d56e8268')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kgeography-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kgeography/repos/kde-unstable-i686/PKGBUILD (from rev 254865, 
kgeography/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:37:25 UTC (rev 254866)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgeography
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Geography Trainer"
+url="http://kde.org/applications/education/kgeography/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+replaces=('kdeedu-kgeography')
+conflicts=('kdeedu-kgeography')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz";)
+sha1sums=('29608f5eb51b523b3bc34080f90b2e19d56e8268')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kgeography-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kgeography.install
===
--- kde-unstable-i686/kgeography.install2015-12-09 07:37:06 UTC (rev 
254865)
+++ kde-unstable-i686/kgeography.install2015-12-09 07:37:25 UTC (rev 
254866)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kgeography/repos/kde-unstable-i686/kgeography.install (from rev 254865, 
kgeography/kde-unstable/kgeography.install)
===
--- kde-unstable-i686/kgeography.install(rev 0)
+++ kde-unstable-i686/kgeography.install2015-12-09 07:37:25 UTC (rev 
254866)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
==

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:37:06
  Author: arojas
Revision: 254865

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

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

+
 /PKGBUILD  |   78 +++
 /kbruch.install|   22 +
 kde-unstable-i686/PKGBUILD |   39 -
 kde-unstable-i686/kbruch.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   39 -
 kde-unstable-x86_64/kbruch.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:36:41 UTC (rev 254864)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:37:06 UTC (rev 254865)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kbruch
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Exercise Fractions"
-url="http://kde.org/applications/education/kbruch/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-conflicts=('kdeedu-kbruch')
-replaces=('kdeedu-kbruch')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz";)
-sha1sums=('83aa70a5839573ac4dabb8ba5110d92a5c8e090c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kbruch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kbruch/repos/kde-unstable-i686/PKGBUILD (from rev 254864, 
kbruch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:37:06 UTC (rev 254865)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbruch
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Exercise Fractions"
+url="http://kde.org/applications/education/kbruch/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdeedu-kbruch')
+replaces=('kdeedu-kbruch')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz";)
+sha1sums=('83aa70a5839573ac4dabb8ba5110d92a5c8e090c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kbruch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kbruch.install
===
--- kde-unstable-i686/kbruch.install2015-12-09 07:36:41 UTC (rev 254864)
+++ kde-unstable-i686/kbruch.install2015-12-09 07:37:06 UTC (rev 254865)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kbruch/repos/kde-unstable-i686/kbruch.install (from rev 254864, 
kbruch/kde-unstable/kbruch.install)
===
--- kde-unstable-i686/kbruch.install(rev 0)
+++ kde-unstable-i686/kbruch.install2015-12-09 07:37:06 UTC (rev 254865)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:36:41 UTC (rev 254864)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:37:06 UTC (rev 254865)
@@ -1,39 +0,0 @@
-# $Id$
-# Mai

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:36:41
  Author: arojas
Revision: 254864

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

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

--+
 /PKGBUILD|   72 +
 /kanagram.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-i686/kanagram.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   36 
 kde-unstable-x86_64/kanagram.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:36:16 UTC (rev 254863)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:36:41 UTC (rev 254864)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kanagram
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Letter Order Game"
-url="http://kde.org/applications/education/kanagram/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libkeduvocdocument' 'kdeclarative' 'knewstuff')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-kanagram')
-conflicts=('kdeedu-kanagram')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kanagram-${pkgver}.tar.xz";)
-sha1sums=('1380b45eb45259a952dab57c1c0510f0d29d7d3c')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kanagram-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 254863, 
kanagram/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:36:41 UTC (rev 254864)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kanagram
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Letter Order Game"
+url="http://kde.org/applications/education/kanagram/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libkeduvocdocument' 'kdeclarative' 'knewstuff')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-kanagram')
+conflicts=('kdeedu-kanagram')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kanagram-${pkgver}.tar.xz";)
+sha1sums=('1380b45eb45259a952dab57c1c0510f0d29d7d3c')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kanagram-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kanagram.install
===
--- kde-unstable-i686/kanagram.install  2015-12-09 07:36:16 UTC (rev 254863)
+++ kde-unstable-i686/kanagram.install  2015-12-09 07:36:41 UTC (rev 254864)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kanagram/repos/kde-unstable-i686/kanagram.install (from rev 254863, 
kanagram/kde-unstable/kanagram.install)
===
--- kde-unstable-i686/kanagram.install  (rev 0)
+++ kde-unstable-i686/kanagram.install  2015-12-09 07:36:41 UTC (rev 254864)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:36:16 UTC (rev 254863)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:36:41 UTC (rev 2548

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:36:16
  Author: arojas
Revision: 254863

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

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

+
 /PKGBUILD  |   64 +++
 /kdeedu-kalzium.install|   24 ++
 kde-unstable-i686/PKGBUILD |   32 -
 kde-unstable-i686/kdeedu-kalzium.install   |   12 -
 kde-unstable-x86_64/PKGBUILD   |   32 -
 kde-unstable-x86_64/kdeedu-kalzium.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:35:57 UTC (rev 254862)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:36:16 UTC (rev 254863)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-kalzium
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
-makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
-sha1sums=('97cb540296cd0dd4238ef3fb1098805c7f1a3628')
-
-build() {
-  mkdir -p 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/PKGBUILD (from rev 254862, 
kdeedu-kalzium/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:36:16 UTC (rev 254863)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-kalzium
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
+sha1sums=('97cb540296cd0dd4238ef3fb1098805c7f1a3628')
+
+build() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdeedu-kalzium.install
===
--- kde-unstable-i686/kdeedu-kalzium.install2015-12-09 07:35:57 UTC (rev 
254862)
+++ kde-unstable-i686/kdeedu-kalzium.install2015-12-09 07:36:16 UTC (rev 
254863)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install (from rev 
254862, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===
--- kde-unstable-i686/kdeedu-kalzium.install(rev 0)
+++ kde-unstable-i686/kdeedu-kalzium.install2015-12-09 07:36:16 UTC (rev 
254863)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:35:57
  Author: arojas
Revision: 254862

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

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

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:35:39 UTC (rev 254861)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:57 UTC (rev 254862)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('018d14aa105bdc5758e1cf06a63fb74b0bb951f0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kalgebra-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kalgebra/repos/kde-unstable-i686/PKGBUILD (from rev 254861, 
kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:57 UTC (rev 254862)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Graph Calculator"
+url="http://kde.org/applications/education/kalgebra/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('018d14aa105bdc5758e1cf06a63fb74b0bb951f0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2015-12-09 07:35:39 UTC (rev 254861)
+++ kde-unstable-i686/kalgebra.install  2015-12-09 07:35:57 UTC (rev 254862)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 254861, 
kalgebra/kde-unstable/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2015-12-09 07:35:57 UTC (rev 254862)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:35:39 UTC (rev 254861)
+++ kde-unstable-x86_64/PKGBUILD201

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:35:21
  Author: arojas
Revision: 254860

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

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

-+
 /PKGBUILD   |   74 ++
 /blinken.install|   24 +++
 kde-unstable-i686/PKGBUILD  |   37 -
 kde-unstable-i686/blinken.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   37 -
 kde-unstable-x86_64/blinken.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:35:00 UTC (rev 254859)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:21 UTC (rev 254860)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=blinken
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'phonon-qt5' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-replaces=('kdeedu-blinken')
-conflicts=('kdeedu-blinken')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz";)
-sha1sums=('d2b2669f079f56b49277e0be5b46a4852283864b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../blinken-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: blinken/repos/kde-unstable-i686/PKGBUILD (from rev 254859, 
blinken/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:21 UTC (rev 254860)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=blinken
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz";)
+sha1sums=('d2b2669f079f56b49277e0be5b46a4852283864b')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/blinken.install
===
--- kde-unstable-i686/blinken.install   2015-12-09 07:35:00 UTC (rev 254859)
+++ kde-unstable-i686/blinken.install   2015-12-09 07:35:21 UTC (rev 254860)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
-

Copied: blinken/repos/kde-unstable-i686/blinken.install (from rev 254859, 
blinken/kde-unstable/blinken.install)
===
--- kde-unstable-i686/blinken.install   (rev 0)
+++ kde-unstable-i686/blinken.install   2015-12-09 07:35:21 UTC (rev 254860)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:35:00 UTC (rev 254859)
+++ kde-unstable-x86_64

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:35:39
  Author: arojas
Revision: 254861

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

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

+
 /PKGBUILD  |   96 +++
 /cantor.install|   24 
 kde-unstable-i686/PKGBUILD |   48 -
 kde-unstable-i686/cantor.install   |   12 
 kde-unstable-x86_64/PKGBUILD   |   48 -
 kde-unstable-x86_64/cantor.install |   12 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:35:21 UTC (rev 254860)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:39 UTC (rev 254861)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=cantor
-pkgver=15.11.90
-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-applications' 'kdeedu')
-depends=('analitza' 'libspectre' 'kpty' 'ktexteditor' 'knewstuff' 
'libqalculate' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend'
-'luajit: LUA backend'
-'python: Python 3 backend'
-   'python2: Python 2 backend'
-'sagemath: SageMath backend')
-conflicts=('kdeedu-cantor')
-replaces=('kdeedu-cantor')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";)
-sha1sums=('b878a44c0b8d6e087f85e54f7a70a579a06074f4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantor/repos/kde-unstable-i686/PKGBUILD (from rev 254860, 
cantor/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:39 UTC (rev 254861)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="http://kde.org/applications/education/cantor/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'libspectre' 'kpty' 'ktexteditor' 'knewstuff' 
'libqalculate' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend')
+conflicts=('kdeedu-cantor')
+replaces=('kdeedu-cantor')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";)
+sha1sums=('b878a44c0b8d6e087f85e54f7a70a579a06074f4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/cantor.install
===
--- kde-unstable-i686/cantor.install2015-12-09 07:35:21 UTC (rev 254860)
+++ kde-unstable-i686/cantor.install2015-12-09 07:35:39 UTC (rev 254861)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/n

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:35:00
  Author: arojas
Revision: 254859

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

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

+
 /PKGBUILD  |   80 +++
 /artikulate.install|   24 +
 kde-unstable-i686/PKGBUILD |   40 ---
 kde-unstable-i686/artikulate.install   |   12 
 kde-unstable-x86_64/PKGBUILD   |   40 ---
 kde-unstable-x86_64/artikulate.install |   12 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:34:42 UTC (rev 254858)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:00 UTC (rev 254859)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=artikulate
-pkgver=15.11.90
-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-applications kdeedu)
-depends=(hicolor-icon-theme kdeclarative knewstuff qt5-gstreamer)
-makedepends=(extra-cmake-modules kdoctools boost)
-conflicts=(kdeedu-artikulate)
-replaces=(kdeedu-artikulate)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('083b50aacaf9019ef29220370bac59e953151fb2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: artikulate/repos/kde-unstable-i686/PKGBUILD (from rev 254858, 
artikulate/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:00 UTC (rev 254859)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=artikulate
+pkgver=15.11.90
+pkgrel=2
+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-applications kdeedu)
+depends=(hicolor-icon-theme kdeclarative knewstuff qt5-gstreamer)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=(kdeedu-artikulate)
+replaces=(kdeedu-artikulate)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('083b50aacaf9019ef29220370bac59e953151fb2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/artikulate.install
===
--- kde-unstable-i686/artikulate.install2015-12-09 07:34:42 UTC (rev 
254858)
+++ kde-unstable-i686/artikulate.install2015-12-09 07:35:00 UTC (rev 
254859)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: artikulate/repos/kde-unstable-i686/artikulate.install (from rev 254858, 
artikulate/kde-unstable/artikulate.install)
===
--- kde-unstable-i686/artikulate.install(rev 0)
+++ kde-unstable-i686/artikulate.install2015-12-09 07:35:00 UTC (rev 
254859)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-re

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:34:42
  Author: arojas
Revision: 254858

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

Added:
  kross-interpreters/repos/kde-unstable-i686/PKGBUILD
(from rev 254857, kross-interpreters/kde-unstable/PKGBUILD)
  kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254857, kross-interpreters/kde-unstable/PKGBUILD)
Deleted:
  kross-interpreters/repos/kde-unstable-i686/PKGBUILD
  kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   74 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:34:22 UTC (rev 254857)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:34:42 UTC (rev 254858)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kross-interpreters
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Language interpreters to enable in-process scripting with Kross'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kross-interpreters'
-license=(GPL)
-depends=(kross kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python2)
-optdepends=('python2: kross-python plugin')
-groups=(kde-applications kdebindings)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha256sums=('6cb91f34815c5482bd8a2bf065ff75944b2a03e04309a86ece0bc5a35c776b71')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kross-interpreters/repos/kde-unstable-i686/PKGBUILD (from rev 254857, 
kross-interpreters/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:34:42 UTC (rev 254858)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kross-interpreters
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Language interpreters to enable in-process scripting with Kross'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kross-interpreters'
+license=(GPL)
+depends=(kross kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools python2)
+optdepends=('python2: kross-python plugin')
+groups=(kde-applications kdebindings)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha256sums=('6cb91f34815c5482bd8a2bf065ff75944b2a03e04309a86ece0bc5a35c776b71')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:34:22 UTC (rev 254857)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:34:42 UTC (rev 254858)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kross-interpreters
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Language interpreters to enable in-process scripting with Kross'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kross-interpreters'
-license=(GPL)
-depends=(kross kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python2)
-optdepends=('python2: kross-python plugin')
-groups=(kde-applications kdebindings)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha256sums=('6cb91f34815c5482bd8a2bf065ff75944b2a03e04309a86ece0bc5a35c776b71')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD (from rev 254857, 
kross-interpreters/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:34:42 UTC (rev 254858)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kross-interpreters
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Language interpreters to enable in-p

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:34:22
  Author: arojas
Revision: 254857

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:34:00 UTC (rev 254856)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:34:22 UTC (rev 254857)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=konsole
-pkgver=15.11.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole<4.14.3-2')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz";)
-sha1sums=('35f2558c261746978f6bff7576c02478f375dc0b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: konsole/repos/kde-unstable-i686/PKGBUILD (from rev 254856, 
konsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:34:22 UTC (rev 254857)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsole
+pkgver=15.11.90
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole<4.14.3-2')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz";)
+sha1sums=('35f2558c261746978f6bff7576c02478f375dc0b')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:34:00 UTC (rev 254856)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:34:22 UTC (rev 254857)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=konsole
-pkgver=15.11.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole<4.14.3-2')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz";)
-sha1sums=('35f2558c261746978f6bff7576c02478f375dc0b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 254856, 
konsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:34:22 UTC (rev 254857)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsole
+pkgver=15.11.90
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:33:37
  Author: arojas
Revision: 254855

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

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

-+
 /PKGBUILD   |   84 ++
 /dolphin.install|   26 ++
 kde-unstable-i686/PKGBUILD  |   42 -
 kde-unstable-i686/dolphin.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   42 -
 kde-unstable-x86_64/dolphin.install |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:33:19 UTC (rev 254854)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:33:37 UTC (rev 254855)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/";
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kactivities-frameworks)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails' 'ruby: installing new service menus with GHNS')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-install=$pkgname.install
-md5sums=('72af7493baeff4b6d3f117644d4c6d1d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 254854, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:33:37 UTC (rev 254855)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/";
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kactivities-frameworks)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails' 'ruby: installing new service menus with GHNS')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('72af7493baeff4b6d3f117644d4c6d1d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2015-12-09 07:33:19 UTC (rev 254854)
+++ kde-unstable-i686/dolphin.install   2015-12-09 07:33:37 UTC (rev 254855)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/kde-unstable-i686/dolphin.install (from rev 254854, 
dolphin/kde-unstable/dolphin.install)
===
--- kde-unstable-i686/dolphin.install   (rev 0)
+++ kde-unstable-i686/dolphin.install   2015-12-09 07:33:37 UTC (rev 254855)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme h

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:33:19
  Author: arojas
Revision: 254854

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

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

+
 /PKGBUILD  |   82 +++
 /kdeadmin-kuser.install|   22 +++
 kde-unstable-i686/PKGBUILD |   41 -
 kde-unstable-i686/kdeadmin-kuser.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD   |   41 -
 kde-unstable-x86_64/kdeadmin-kuser.install |   11 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:33:00 UTC (rev 254853)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:33:19 UTC (rev 254854)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeadmin-kuser
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='User Manager'
-url='http://kde.org/applications/system/kuser/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kdebase-runtime' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz";
-   
kuser-cmake-3.4.patch::"https://quickgit.kde.org/?p=kuser.git&a=commitdiff&h=0bf52af&o=plain";)
-sha1sums=('0ed96becb9a52e0a189ed043f8aec112b76e6ba4'
-  '19f9b3b9bcfe7db167affb5509e5eb09c4eddf7c')
-
-prepare() {
-  mkdir -p build
-
-# Fix build with cmake 3.4
-  cd kuser-$pkgver
-  patch -p1 -i ../kuser-cmake-3.4.patch
-}
-
-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/PKGBUILD (from rev 254853, 
kdeadmin-kuser/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:33:19 UTC (rev 254854)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeadmin-kuser
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz";
+   
kuser-cmake-3.4.patch::"https://quickgit.kde.org/?p=kuser.git&a=commitdiff&h=0bf52af&o=plain";)
+sha1sums=('0ed96becb9a52e0a189ed043f8aec112b76e6ba4'
+  '19f9b3b9bcfe7db167affb5509e5eb09c4eddf7c')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with cmake 3.4
+  cd kuser-$pkgver
+  patch -p1 -i ../kuser-cmake-3.4.patch
+}
+
+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
+}

Deleted: kde-unstable-i686/kdeadmin-kuser.install
===
--- kde-unstable-i686/kdeadmin-kuser.install2015-12-09 07:33:00 UTC (rev 
254853)
+++ kde-unstable-i686/kdeadmin-kuser.install2015-12-09 07:33:19 UTC (rev 
254854)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install (from rev 
254853, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===
--- kde-unstable-i686/kdeadmin-kuser.install(rev 0)
+++ kde-unstable-i686/kdeadmin-kuser.install2015-12-09 07:33:19 UTC (rev 
254854)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resou

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:34:00
  Author: arojas
Revision: 254856

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

Added:
  kate/repos/kde-unstable-i686/PKGBUILD
(from rev 254855, kate/kde-unstable/PKGBUILD)
  kate/repos/kde-unstable-i686/kate.install
(from rev 254855, kate/kde-unstable/kate.install)
  kate/repos/kde-unstable-i686/kwrite.install
(from rev 254855, kate/kde-unstable/kwrite.install)
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254855, kate/kde-unstable/PKGBUILD)
  kate/repos/kde-unstable-x86_64/kate.install
(from rev 254855, kate/kde-unstable/kate.install)
  kate/repos/kde-unstable-x86_64/kwrite.install
(from rev 254855, kate/kde-unstable/kwrite.install)
Deleted:
  kate/repos/kde-unstable-i686/PKGBUILD
  kate/repos/kde-unstable-i686/kate.install
  kate/repos/kde-unstable-i686/kwrite.install
  kate/repos/kde-unstable-x86_64/PKGBUILD
  kate/repos/kde-unstable-x86_64/kate.install
  kate/repos/kde-unstable-x86_64/kwrite.install

+
 /PKGBUILD  |  140 +++
 /kate.install  |   26 ++
 /kwrite.install|   24 ++
 kde-unstable-i686/PKGBUILD |   70 -
 kde-unstable-i686/kate.install |   13 ---
 kde-unstable-i686/kwrite.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   70 -
 kde-unstable-x86_64/kate.install   |   13 ---
 kde-unstable-x86_64/kwrite.install |   12 ---
 9 files changed, 190 insertions(+), 190 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:33:37 UTC (rev 254855)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:34:00 UTC (rev 254856)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=15.11.90
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
- 'threadweaver' 'kitemmodels' 'kactivities-frameworks')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('3279c9d3fbe6fadea0a0cd2cf2b5af5e718a0516')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kwrite/";
-  depends=('ktexteditor' 'kded' 'kactivities-frameworks' 'hicolor-icon-theme')
-  install='kwrite.install'
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kate/";
-  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities-frameworks' 'hicolor-icon-theme')
-  install='kate.install'
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/kde-unstable-i686/PKGBUILD (from rev 254855, 
kate/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:34:00 UTC (rev 254856)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.11.90
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
+ 'threadweaver' 'kitemmodels' 'kactivities-frameworks')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('3279c9d3fbe6fadea0a0cd2cf2b5af5e718a0516')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_T

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:33:00
  Author: arojas
Revision: 254853

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

Added:
  ksystemlog/repos/kde-unstable-i686/PKGBUILD
(from rev 254852, ksystemlog/kde-unstable/PKGBUILD)
  ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254852, ksystemlog/kde-unstable/PKGBUILD)
Deleted:
  ksystemlog/repos/kde-unstable-i686/PKGBUILD
  ksystemlog/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   76 +
 kde-unstable-i686/PKGBUILD   |   38 
 kde-unstable-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:32:40 UTC (rev 254852)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:33:00 UTC (rev 254853)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksystemlog
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='System log viewer tool'
-url='http://kde.org/applications/system/ksystemlog/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeadmin)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdeadmin-ksystemlog)
-replaces=(kdeadmin-ksystemlog)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('52baca28eae8acf7adaff3f5c06e69a2eedd44e6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksystemlog/repos/kde-unstable-i686/PKGBUILD (from rev 254852, 
ksystemlog/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:33:00 UTC (rev 254853)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksystemlog
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeadmin)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdeadmin-ksystemlog)
+replaces=(kdeadmin-ksystemlog)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('52baca28eae8acf7adaff3f5c06e69a2eedd44e6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:32:40 UTC (rev 254852)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:33:00 UTC (rev 254853)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksystemlog
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='System log viewer tool'
-url='http://kde.org/applications/system/ksystemlog/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeadmin)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdeadmin-ksystemlog)
-replaces=(kdeadmin-ksystemlog)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('52baca28eae8acf7adaff3f5c06e69a2eedd44e6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksystemlog/repos/kde-unstable-x86_64/PKGBUILD (from rev 254852, 
ksystemlog/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:33:00 UTC (rev 254853)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksystemlog
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='System log viewer tool'
+url

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:32:40
  Author: arojas
Revision: 254852

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:32:21 UTC (rev 254851)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:32:40 UTC (rev 254852)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcron
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kio' 'cron')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz";)
-sha1sums=('f89d25b458783a0b9d72ad68c6ec82af920f6192')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kcron-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcron/repos/kde-unstable-i686/PKGBUILD (from rev 254851, 
kcron/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:32:40 UTC (rev 254852)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcron
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio' 'cron')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz";)
+sha1sums=('f89d25b458783a0b9d72ad68c6ec82af920f6192')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:32:21 UTC (rev 254851)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:32:40 UTC (rev 254852)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcron
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kio' 'cron')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz";)
-sha1sums=('f89d25b458783a0b9d72ad68c6ec82af920f6192')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kcron-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcron/repos/kde-unstable-x86_64/PKGBUILD (from rev 254851, 
kcron/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:32:40 UTC (rev 254852)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcron
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio' 'cron')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:32:21
  Author: arojas
Revision: 254851

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

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

-+
 /PKGBUILD   |   66 ++
 /kdeaccessibility-kmouth.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   33 -
 kde-unstable-i686/kdeaccessibility-kmouth.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD|   33 -
 kde-unstable-x86_64/kdeaccessibility-kmouth.install |   11 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:32:03 UTC (rev 254850)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:32:21 UTC (rev 254851)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmouth
-pkgver=15.11.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Speech Synthesizer Frontend'
-url='http://kde.org/applications/utilities/kmouth/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz";)
-sha1sums=('054f0be01bd91996b1e32a7210b3f8cb00938635')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p 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/PKGBUILD (from rev 
254850, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:32:21 UTC (rev 254851)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmouth
+pkgver=15.11.90
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz";)
+sha1sums=('054f0be01bd91996b1e32a7210b3f8cb00938635')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmouth.install
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   2015-12-09 07:32:03 UTC 
(rev 254850)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2015-12-09 07:32:21 UTC 
(rev 254851)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install 
(from rev 254850, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2015-12-09 07:32:21 UTC 
(rev 254851)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Del

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:31:46
  Author: arojas
Revision: 254849

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

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

---+
 /PKGBUILD |   70 
 /kdeaccessibility-kmag.install|   22 ++
 kde-unstable-i686/PKGBUILD|   35 --
 kde-unstable-i686/kdeaccessibility-kmag.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD  |   35 --
 kde-unstable-x86_64/kdeaccessibility-kmag.install |   11 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:31:29 UTC (rev 254848)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:31:46 UTC (rev 254849)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmag
-pkgver=15.11.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Screen Magnifier'
-url='http://kde.org/applications/utilities/kmag/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime' 'libkdeaccessibilityclient')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz";)
-sha1sums=('f227c7abb682af817d50befbb3f6748b720279fc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kmag-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD (from rev 
254848, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:31:46 UTC (rev 254849)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmag
+pkgver=15.11.90
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime' 'libkdeaccessibilityclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz";)
+sha1sums=('f227c7abb682af817d50befbb3f6748b720279fc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmag.install
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 2015-12-09 07:31:29 UTC 
(rev 254848)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2015-12-09 07:31:46 UTC 
(rev 254849)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install 
(from rev 254848, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2015-12-09 07:31:46 UTC 
(rev 254849)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:31:29
  Author: arojas
Revision: 254848

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:31:08 UTC (rev 254847)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:31:29 UTC (rev 254848)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=15.11.90
-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-applications' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
-sha1sums=('bf33795360cc4e8835df4c4d951797bc8fa1dc52')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p 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-i686/PKGBUILD (from rev 
254847, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:31:29 UTC (rev 254848)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
+sha1sums=('bf33795360cc4e8835df4c4d951797bc8fa1dc52')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:31:08 UTC (rev 254847)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:31:29 UTC (rev 254848)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=15.11.90
-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-applications' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
-sha1sums=('bf33795360cc4e8835df4c4d951797bc8fa1dc52')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p 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 254847, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:31:29 UTC (rev 254848)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=15.11.90
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Provides acces

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:32:03
  Author: arojas
Revision: 254850

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

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

-+
 /PKGBUILD   |   66 ++
 /kdeaccessibility-kmousetool.install|   22 
 kde-unstable-i686/PKGBUILD  |   33 ---
 kde-unstable-i686/kdeaccessibility-kmousetool.install   |   11 --
 kde-unstable-x86_64/PKGBUILD|   33 ---
 kde-unstable-x86_64/kdeaccessibility-kmousetool.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:31:46 UTC (rev 254849)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:32:03 UTC (rev 254850)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=15.11.90
-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-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz";)
-sha1sums=('9e48afc4bbd696230ee909e1d357875b56b49842')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p 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/PKGBUILD (from rev 
254849, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:32:03 UTC (rev 254850)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=15.11.90
+pkgrel=2
+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-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz";)
+sha1sums=('9e48afc4bbd696230ee909e1d357875b56b49842')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmousetool.install
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   2015-12-09 
07:31:46 UTC (rev 254849)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install   2015-12-09 
07:32:03 UTC (rev 254850)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
 (from rev 254849, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install   20

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:31:08
  Author: arojas
Revision: 254847

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

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

+
 /PKGBUILD  |   66 +++
 /kdeaccessibility-jovie.install|   22 ++
 kde-unstable-i686/PKGBUILD |   33 -
 kde-unstable-i686/kdeaccessibility-jovie.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD   |   33 -
 kde-unstable-x86_64/kdeaccessibility-jovie.install |   11 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:30:50 UTC (rev 254846)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:31:08 UTC (rev 254847)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-jovie
-pkgver=15.11.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A text to speech application'
-url='http://kde.org/applications/utilities/jovie/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-replaces=('kdeaccessibility-kttsd')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz";)
-sha1sums=('073f5d88b4f971fd00b20fc17d43dc32530eca7e')
-
-build() {
-  mkdir -p 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/PKGBUILD (from rev 
254846, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:31:08 UTC (rev 254847)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-jovie
+pkgver=15.11.90
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz";)
+sha1sums=('073f5d88b4f971fd00b20fc17d43dc32530eca7e')
+
+build() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/kdeaccessibility-jovie.install
===
--- kde-unstable-i686/kdeaccessibility-jovie.install2015-12-09 07:30:50 UTC 
(rev 254846)
+++ kde-unstable-i686/kdeaccessibility-jovie.install2015-12-09 07:31:08 UTC 
(rev 254847)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install 
(from rev 254846, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
===
--- kde-unstable-i686/kdeaccessibility-jovie.install
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-jovie.install2015-12-09 07:31:08 UTC 
(rev 254847)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:30:15
  Author: arojas
Revision: 254844

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

Added:
  kaccounts-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 254843, kaccounts-integration/kde-unstable/PKGBUILD)
  kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254843, kaccounts-integration/kde-unstable/PKGBUILD)
Deleted:
  kaccounts-integration/repos/kde-unstable-i686/PKGBUILD
  kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:29:56 UTC (rev 254843)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:30:15 UTC (rev 254844)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=kaccounts-integration
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
-license=(GPL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-md5sums=('6fc66800d19ec531aaee0a1f657ba67a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-integration/repos/kde-unstable-i686/PKGBUILD (from rev 
254843, kaccounts-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:30:15 UTC (rev 254844)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=kaccounts-integration
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+md5sums=('6fc66800d19ec531aaee0a1f657ba67a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:29:56 UTC (rev 254843)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:30:15 UTC (rev 254844)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=kaccounts-integration
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
-license=(GPL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-md5sums=('6fc66800d19ec531aaee0a1f657ba67a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
254843, kaccounts-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:30:15 UTC (rev 254844)

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:30:33
  Author: arojas
Revision: 254845

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

Added:
  kaccounts-providers/repos/kde-unstable-i686/PKGBUILD
(from rev 254844, kaccounts-providers/kde-unstable/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-i686/kaccounts-providers.install
(from rev 254844, 
kaccounts-providers/kde-unstable/kaccounts-providers.install)
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254844, kaccounts-providers/kde-unstable/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-x86_64/kaccounts-providers.install
(from rev 254844, 
kaccounts-providers/kde-unstable/kaccounts-providers.install)
Deleted:
  kaccounts-providers/repos/kde-unstable-i686/PKGBUILD
  kaccounts-providers/repos/kde-unstable-i686/kaccounts-providers.install
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
  kaccounts-providers/repos/kde-unstable-x86_64/kaccounts-providers.install

-+
 /PKGBUILD   |   72 ++
 /kaccounts-providers.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   36 ---
 kde-unstable-i686/kaccounts-providers.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD|   36 ---
 kde-unstable-x86_64/kaccounts-providers.install |   11 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:30:15 UTC (rev 254844)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:30:33 UTC (rev 254845)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kaccounts-providers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kaccounts-integration')
-makedepends=('extra-cmake-modules' 'intltool')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-md5sums=('5d7ee20a8e70920d7fc9a0302873c7d0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-providers/repos/kde-unstable-i686/PKGBUILD (from rev 254844, 
kaccounts-providers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:30:33 UTC (rev 254845)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kaccounts-providers
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+md5sums=('5d7ee20a8e70920d7fc9a0302873c7d0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kaccounts-providers.install
===
--- kde-unstable-i686/kaccounts-providers.install   2015-12-09 07:30:15 UTC 
(rev 254844)
+++ kde-unstable-i686/kaccounts-providers.install   2015-12-09 07:30:33 UTC 
(rev 254845)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kaccounts-providers/repos/kde-unstable-i686/kaccounts-providers.install 
(from rev 254844, kaccounts-providers/kde-unstable/kaccounts-providers.install)
===
--- kde-unstable-i686/kaccounts-providers.install   
(rev 0)
+++ kde-unstable-i686/kaccounts-providers.install   2015-12-09 07:30:33 UTC 
(re

[arch-commits] Commit in telepathy-kde-common-internals/repos (8 files)

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:30:50
  Author: arojas
Revision: 254846

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

Added:
  telepathy-kde-common-internals/repos/kde-unstable-i686/PKGBUILD
(from rev 254845, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
  
telepathy-kde-common-internals/repos/kde-unstable-i686/telepathy-kde-common-internals.install
(from rev 254845, 
telepathy-kde-common-internals/kde-unstable/telepathy-kde-common-internals.install)
  telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254845, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
  
telepathy-kde-common-internals/repos/kde-unstable-x86_64/telepathy-kde-common-internals.install
(from rev 254845, 
telepathy-kde-common-internals/kde-unstable/telepathy-kde-common-internals.install)
Deleted:
  telepathy-kde-common-internals/repos/kde-unstable-i686/PKGBUILD
  
telepathy-kde-common-internals/repos/kde-unstable-i686/telepathy-kde-common-internals.install
  telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD
  
telepathy-kde-common-internals/repos/kde-unstable-x86_64/telepathy-kde-common-internals.install

+
 /PKGBUILD  |   78 +++
 /telepathy-kde-common-internals.install|   24 +++
 kde-unstable-i686/PKGBUILD |   39 -
 kde-unstable-i686/telepathy-kde-common-internals.install   |   12 -
 kde-unstable-x86_64/PKGBUILD   |   39 -
 kde-unstable-x86_64/telepathy-kde-common-internals.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:30:33 UTC (rev 254845)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:30:50 UTC (rev 254846)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Common components for KDE-Telepathy'
-arch=(i686 x86_64)
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
-makedepends=(extra-cmake-modules kdoctools doxygen python)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('2de414dc9b0effc78f7e7ca0b27aaad6')
-install=$pkgname.install
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-common-internals/repos/kde-unstable-i686/PKGBUILD (from 
rev 254845, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:30:50 UTC (rev 254846)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Common components for KDE-Telepathy'
+arch=(i686 x86_64)
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
+makedepends=(extra-cmake-modules kdoctools doxygen python)
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('2de414dc9b0effc78f7e7ca0b27aaad6')
+install=$pkgname.install
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/telepathy-kde-common-internals.install
===
--- kde-unstable-i686/telepathy-kde-common-internals.install2015-12-09 
07:30:33 UTC (rev 254845)
+++ kde-unstable-i686/telepathy-kde-common-internals.install2015-12-09 
07:30:50 UTC (rev 254846)
@@ -1,12 +0,0 @@
-post_instal

[arch-commits] Commit in signon-kwallet-extension/repos (4 files)

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:29:56
  Author: arojas
Revision: 254843

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

Added:
  signon-kwallet-extension/repos/kde-unstable-i686/PKGBUILD
(from rev 254842, signon-kwallet-extension/kde-unstable/PKGBUILD)
  signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254842, signon-kwallet-extension/kde-unstable/PKGBUILD)
Deleted:
  signon-kwallet-extension/repos/kde-unstable-i686/PKGBUILD
  signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:29:35 UTC (rev 254842)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:29:56 UTC (rev 254843)
@@ -1,34 +0,0 @@
-# Maintainer: anex http://kde.org";
-license=('LGPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('signon' 'kwallet')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('c42595ea2e3c1ca756d56385d28d1b7f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: signon-kwallet-extension/repos/kde-unstable-i686/PKGBUILD (from rev 
254842, signon-kwallet-extension/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:29:56 UTC (rev 254843)
@@ -0,0 +1,34 @@
+# Maintainer: anex http://kde.org";
+license=('LGPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('c42595ea2e3c1ca756d56385d28d1b7f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:29:35 UTC (rev 254842)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:29:56 UTC (rev 254843)
@@ -1,34 +0,0 @@
-# Maintainer: anex http://kde.org";
-license=('LGPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('signon' 'kwallet')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('c42595ea2e3c1ca756d56385d28d1b7f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD (from rev 
254842, signon-kwallet-extension/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:29:56 UTC (rev 254843)
@@ -0,0 +1,34 @@
+# Maintainer: anex http://kde.org";
+license=('LGPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('c42595ea2e3c1ca756d56385d28d1b7f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:29:35
  Author: arojas
Revision: 254842

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

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

+
 /PKGBUILD  |   76 +++
 /kdepim-runtime.install|   26 +
 kde-unstable-i686/PKGBUILD |   38 -
 kde-unstable-i686/kdepim-runtime.install   |   13 
 kde-unstable-x86_64/PKGBUILD   |   38 -
 kde-unstable-x86_64/kdepim-runtime.install |   13 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:29:18 UTC (rev 254841)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:29:35 UTC (rev 254842)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepim-runtime
-pkgver=15.11.90
-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=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils 
akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
-makedepends=(extra-cmake-modules kdoctools boost)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('6745c5df768cdd1d5acea2bfc1d287c8403f9280')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 254841, 
kdepim-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:29:35 UTC (rev 254842)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme libkgapi akonadi-socialutils akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication) # libkolab
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('6745c5df768cdd1d5acea2bfc1d287c8403f9280')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdepim-runtime.install
===
--- kde-unstable-i686/kdepim-runtime.install2015-12-09 07:29:18 UTC (rev 
254841)
+++ kde-unstable-i686/kdepim-runtime.install2015-12-09 07:29:35 UTC (rev 
254842)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install (from rev 
254841, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===
--- kde-unstable-i686/kdepim-runtime.install(rev 0)
+++ kde-unstable-i686/kdepim-runtime.install2015-12-09 07:29:35 UTC (rev 
254842)
@@ -0,0 +

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:29:18
  Author: arojas
Revision: 254841

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

Added:
  kalarmcal/repos/kde-unstable-i686/PKGBUILD
(from rev 254840, kalarmcal/kde-unstable/PKGBUILD)
  kalarmcal/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254840, kalarmcal/kde-unstable/PKGBUILD)
Deleted:
  kalarmcal/repos/kde-unstable-i686/PKGBUILD
  kalarmcal/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:28:58 UTC (rev 254840)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:29:18 UTC (rev 254841)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kalarmcal
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="The KAlarm client library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kidentitymanagement kholidays kcalcore akonadi-client)
-makedepends=(extra-cmake-modules kdoctools python boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('d835cf7e027bd1e950afe3e396875ecf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kalarmcal/repos/kde-unstable-i686/PKGBUILD (from rev 254840, 
kalarmcal/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:29:18 UTC (rev 254841)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalarmcal
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="The KAlarm client library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kidentitymanagement kholidays kcalcore akonadi-client)
+makedepends=(extra-cmake-modules kdoctools python boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('d835cf7e027bd1e950afe3e396875ecf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:28:58 UTC (rev 254840)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:29:18 UTC (rev 254841)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kalarmcal
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="The KAlarm client library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kidentitymanagement kholidays kcalcore akonadi-client)
-makedepends=(extra-cmake-modules kdoctools python boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('d835cf7e027bd1e950afe3e396875ecf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kalarmcal/repos/kde-unstable-x86_64/PKGBUILD (from rev 254840, 
kalarmcal/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:29:18 UTC (rev 254841)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalarmcal
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="The KAlarm client library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kidentitymanagement kholidays kcalcore akonadi-client)
+makedepends=(extra-cmake-modules kdoctools python boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('d835cf7e027bd1e950afe3e396875ecf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_U

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:28:19
  Author: arojas
Revision: 254837

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

Added:
  akonadi-search/repos/kde-unstable-i686/PKGBUILD
(from rev 254836, akonadi-search/kde-unstable/PKGBUILD)
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254836, akonadi-search/kde-unstable/PKGBUILD)
Deleted:
  akonadi-search/repos/kde-unstable-i686/PKGBUILD
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:27:58 UTC (rev 254836)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:28:19 UTC (rev 254837)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Gustavo Alvarez 
-
-pkgname=akonadi-search
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://projects.kde.org/akonadi-search'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('1ccb30fbf5f53b960c500f940baad394')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-search/repos/kde-unstable-i686/PKGBUILD (from rev 254836, 
akonadi-search/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:28:19 UTC (rev 254837)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Gustavo Alvarez 
+
+pkgname=akonadi-search
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore krunner)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('1ccb30fbf5f53b960c500f940baad394')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:27:58 UTC (rev 254836)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:28:19 UTC (rev 254837)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Gustavo Alvarez 
-
-pkgname=akonadi-search
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://projects.kde.org/akonadi-search'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('1ccb30fbf5f53b960c500f940baad394')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-search/repos/kde-unstable-x86_64/PKGBUILD (from rev 254836, 
akonadi-search/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:28:19 UTC (rev 254837)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Gustavo Alvarez 
+
+pkgname=akonadi-search
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore krunner)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:28:39
  Author: arojas
Revision: 254839

Drop plasma wayland session file, it doesn't work

Modified:
  plasma-workspace/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 07:28:39 UTC (rev 254838)
+++ PKGBUILD2015-12-09 07:28:39 UTC (rev 254839)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi')
 pkgver=5.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -60,6 +60,9 @@
   # Remove conflicts with drkonqi
   rm "${pkgdir}"/usr/lib/drkonqi
   rm -r "${pkgdir}"/usr/share/drkonqi
+
+  # Drop plasma-wayland session file, doesn't work
+  rm -r "$pkgdir"/usr/share/wayland-sessions
 }
 
 package_drkonqi() {


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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:28:39
  Author: arojas
Revision: 254838

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

Added:
  kmailtransport/repos/kde-unstable-i686/PKGBUILD
(from rev 254837, kmailtransport/kde-unstable/PKGBUILD)
  kmailtransport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254837, kmailtransport/kde-unstable/PKGBUILD)
Deleted:
  kmailtransport/repos/kde-unstable-i686/PKGBUILD
  kmailtransport/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:28:19 UTC (rev 254837)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:28:39 UTC (rev 254838)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmailtransport
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Mail Transport Service"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(akonadi-mime kcmutils kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('530516e722d2ff3579a15258b0b1b721')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmailtransport/repos/kde-unstable-i686/PKGBUILD (from rev 254837, 
kmailtransport/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:28:39 UTC (rev 254838)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Mail Transport Service"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(akonadi-mime kcmutils kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('530516e722d2ff3579a15258b0b1b721')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:28:19 UTC (rev 254837)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:28:39 UTC (rev 254838)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmailtransport
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Mail Transport Service"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(akonadi-mime kcmutils kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('530516e722d2ff3579a15258b0b1b721')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmailtransport/repos/kde-unstable-x86_64/PKGBUILD (from rev 254837, 
kmailtransport/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:28:39 UTC (rev 254838)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Mail Transport Service"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(akonadi-mime kcmutils kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('530516e722d2ff3579a15258b0b1b721')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:28:58
  Author: arojas
Revision: 254840

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

Added:
  akonadi-calendar/repos/kde-unstable-i686/PKGBUILD
(from rev 254839, akonadi-calendar/kde-unstable/PKGBUILD)
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254839, akonadi-calendar/kde-unstable/PKGBUILD)
Deleted:
  akonadi-calendar/repos/kde-unstable-i686/PKGBUILD
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:28:39 UTC (rev 254839)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:28:58 UTC (rev 254840)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-calendar
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Akonadi calendar integration"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kmailtransport kcalutils akonadi-contact)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('9c244679222e087c734e556210eec4d5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-calendar/repos/kde-unstable-i686/PKGBUILD (from rev 254839, 
akonadi-calendar/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:28:58 UTC (rev 254840)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-calendar
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Akonadi calendar integration"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kmailtransport kcalutils akonadi-contact)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('9c244679222e087c734e556210eec4d5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:28:39 UTC (rev 254839)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:28:58 UTC (rev 254840)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-calendar
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Akonadi calendar integration"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kmailtransport kcalutils akonadi-contact)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('9c244679222e087c734e556210eec4d5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD (from rev 254839, 
akonadi-calendar/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:28:58 UTC (rev 254840)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-calendar
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Akonadi calendar integration"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kmailtransport kcalutils akonadi-contact)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('9c244679222e087c734e556210eec4d5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIB

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:27:58
  Author: arojas
Revision: 254836

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

Added:
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
(from rev 254835, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-i686/akonadi-mime.install
(from rev 254835, kdepimlibs/kde-unstable/akonadi-mime.install)
  kdepimlibs/repos/kde-unstable-i686/akonadi-socialutils.install
(from rev 254835, kdepimlibs/kde-unstable/akonadi-socialutils.install)
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254835, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-mime.install
(from rev 254835, kdepimlibs/kde-unstable/akonadi-mime.install)
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-socialutils.install
(from rev 254835, kdepimlibs/kde-unstable/akonadi-socialutils.install)
Deleted:
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
  kdepimlibs/repos/kde-unstable-i686/akonadi-mime.install
  kdepimlibs/repos/kde-unstable-i686/akonadi-socialutils.install
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-mime.install
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-socialutils.install

-+
 /PKGBUILD   |  152 ++
 /akonadi-mime.install   |   22 +++
 /akonadi-socialutils.install|   22 +++
 kde-unstable-i686/PKGBUILD  |   76 ---
 kde-unstable-i686/akonadi-mime.install  |   11 -
 kde-unstable-i686/akonadi-socialutils.install   |   11 -
 kde-unstable-x86_64/PKGBUILD|   76 ---
 kde-unstable-x86_64/akonadi-mime.install|   11 -
 kde-unstable-x86_64/akonadi-socialutils.install |   11 -
 9 files changed, 196 insertions(+), 196 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:27:32 UTC (rev 254835)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:27:58 UTC (rev 254836)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdepimlibs
-pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=(i686 x86_64)
-url='https://projects.kde.org/kdepimlibs'
-license=(GPL LGPL)
-makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks kdoctools boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz";)
-sha1sums=('0e2503d85d498d6ff1df0958d7cadd1d986a9472')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_akonadi-client() {
-  depends=(akonadi kxmlgui kitemmodels)
-
-  cd build/akonadi
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-contact() {
-  depends=(akonadi-client kmime kcontacts prison-frameworks kio)
-
-  cd build/akonadi-contact
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-mime() {
-  depends=(akonadi-client kmime kio)
-  install=akonadi-mime.install
-
-  cd build/akonadi-mime
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-notes() {
-  depends=(kmime)
-
-  cd build/akonadi-notes
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-socialutils() {
-  depends=(akonadi-client kio)
-  install=akonadi-socialutils.install
-
-  cd build/akonadi-socialutils
-  make DESTDIR="$pkgdir" install
-}
-
-package_kio-pim() {
-  pkgdesc='PIM kioslaves'
-  depends=(kldap kio)
-
-  cd build/kioslave
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 254835, 
kdepimlibs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:27:58 UTC (rev 254836)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdepimlibs
+pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="KDE PIM Libraries"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kdepimlibs'
+license=(GPL LGPL)
+makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks kdoctools boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz";)
+sha1sums=('0e2503d85d498d6ff1df0958d7cadd1d986a9472')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkg

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:27:32
  Author: arojas
Revision: 254835

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

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

-+
 /PKGBUILD   |   76 ++
 /akonadi.install|   22 +
 kde-unstable-i686/PKGBUILD  |   38 -
 kde-unstable-i686/akonadi.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   38 -
 kde-unstable-x86_64/akonadi.install |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:27:14 UTC (rev 254834)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:27:32 UTC (rev 254835)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'qt5-base' 'libxslt' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql')
-optdepends=('postgresql: PostgreSQL backend')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('30552a59bdb8b6d8fe87b62a36b79701')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 254834, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:27:32 UTC (rev 254835)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'qt5-base' 'libxslt' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('30552a59bdb8b6d8fe87b62a36b79701')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/akonadi.install
===
--- kde-unstable-i686/akonadi.install   2015-12-09 07:27:14 UTC (rev 254834)
+++ kde-unstable-i686/akonadi.install   2015-12-09 07:27:32 UTC (rev 254835)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 254834, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2015-12-09 07:27:32 UTC (rev 254835)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:27:14 UTC (rev 254834)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:27:32 UTC (rev 25

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:27:14
  Author: arojas
Revision: 254834

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

Added:
  libktnef/repos/kde-unstable-i686/PKGBUILD
(from rev 254833, libktnef/kde-unstable/PKGBUILD)
  libktnef/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254833, libktnef/kde-unstable/PKGBUILD)
Deleted:
  libktnef/repos/kde-unstable-i686/PKGBUILD
  libktnef/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:26:55 UTC (rev 254833)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:27:14 UTC (rev 254834)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pkgname=ktnef
-pkgname=lib$_pkgname
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="API for handling TNEF data"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kcalutils kcontacts)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz";)
-md5sums=('55b69012364083bb564f808d6184e4b4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktnef/repos/kde-unstable-i686/PKGBUILD (from rev 254833, 
libktnef/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:27:14 UTC (rev 254834)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz";)
+md5sums=('55b69012364083bb564f808d6184e4b4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:26:55 UTC (rev 254833)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:27:14 UTC (rev 254834)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pkgname=ktnef
-pkgname=lib$_pkgname
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="API for handling TNEF data"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kcalutils kcontacts)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz";)
-md5sums=('55b69012364083bb564f808d6184e4b4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktnef/repos/kde-unstable-x86_64/PKGBUILD (from rev 254833, 
libktnef/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:27:14 UTC (rev 254834)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz";)
+md5sums=('55b69012364083bb564f808d6184e4b4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd buil

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:26:36
  Author: arojas
Revision: 254832

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

Added:
  kmbox/repos/kde-unstable-i686/PKGBUILD
(from rev 254831, kmbox/kde-unstable/PKGBUILD)
  kmbox/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254831, kmbox/kde-unstable/PKGBUILD)
Deleted:
  kmbox/repos/kde-unstable-i686/PKGBUILD
  kmbox/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:26:16 UTC (rev 254831)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:26:36 UTC (rev 254832)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmbox
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Library for accessing mail storages in MBox format"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('d96540f63854e014f74a622c833a1c5a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmbox/repos/kde-unstable-i686/PKGBUILD (from rev 254831, 
kmbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:26:36 UTC (rev 254832)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmbox
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Library for accessing mail storages in MBox format"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('d96540f63854e014f74a622c833a1c5a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:26:16 UTC (rev 254831)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:26:36 UTC (rev 254832)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmbox
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Library for accessing mail storages in MBox format"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('d96540f63854e014f74a622c833a1c5a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmbox/repos/kde-unstable-x86_64/PKGBUILD (from rev 254831, 
kmbox/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:26:36 UTC (rev 254832)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmbox
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Library for accessing mail storages in MBox format"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('d96540f63854e014f74a622c833a1c5a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:26:55
  Author: arojas
Revision: 254833

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

Added:
  kontactinterface/repos/kde-unstable-i686/PKGBUILD
(from rev 254832, kontactinterface/kde-unstable/PKGBUILD)
  kontactinterface/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254832, kontactinterface/kde-unstable/PKGBUILD)
Deleted:
  kontactinterface/repos/kde-unstable-i686/PKGBUILD
  kontactinterface/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:26:36 UTC (rev 254832)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:26:55 UTC (rev 254833)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kontactinterface
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('1ce53aa0744c1447874aab12ad4dd2a1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kontactinterface/repos/kde-unstable-i686/PKGBUILD (from rev 254832, 
kontactinterface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:26:55 UTC (rev 254833)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kontactinterface
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Kontact Plugin Interface Library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('1ce53aa0744c1447874aab12ad4dd2a1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:26:36 UTC (rev 254832)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:26:55 UTC (rev 254833)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kontactinterface
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('1ce53aa0744c1447874aab12ad4dd2a1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kontactinterface/repos/kde-unstable-x86_64/PKGBUILD (from rev 254832, 
kontactinterface/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:26:55 UTC (rev 254833)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kontactinterface
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Kontact Plugin Interface Library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('1ce53aa0744c1447874aab12ad4dd2a1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:26:16
  Author: arojas
Revision: 254831

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

Added:
  kldap/repos/kde-unstable-i686/PKGBUILD
(from rev 254830, kldap/kde-unstable/PKGBUILD)
  kldap/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254830, kldap/kde-unstable/PKGBUILD)
Deleted:
  kldap/repos/kde-unstable-i686/PKGBUILD
  kldap/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:25:56 UTC (rev 254830)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:26:16 UTC (rev 254831)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kldap
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="LDAP access API for KDE"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kcompletion ki18n)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('2e3038120e97d29e99b758a188dfd1aa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kldap/repos/kde-unstable-i686/PKGBUILD (from rev 254830, 
kldap/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:26:16 UTC (rev 254831)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kldap
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="LDAP access API for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kcompletion ki18n)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('2e3038120e97d29e99b758a188dfd1aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:25:56 UTC (rev 254830)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:26:16 UTC (rev 254831)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kldap
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="LDAP access API for KDE"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(kcompletion ki18n)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('2e3038120e97d29e99b758a188dfd1aa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kldap/repos/kde-unstable-x86_64/PKGBUILD (from rev 254830, 
kldap/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:26:16 UTC (rev 254831)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kldap
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="LDAP access API for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(kcompletion ki18n)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('2e3038120e97d29e99b758a188dfd1aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:25:37
  Author: arojas
Revision: 254829

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

Added:
  kmime/repos/kde-unstable-i686/PKGBUILD
(from rev 254828, kmime/kde-unstable/PKGBUILD)
  kmime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254828, kmime/kde-unstable/PKGBUILD)
Deleted:
  kmime/repos/kde-unstable-i686/PKGBUILD
  kmime/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:25:19 UTC (rev 254828)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:25:37 UTC (rev 254829)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmime
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Library for handling mail messages and newsgroup articles"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('47c7e0a4dceb1208e5abf0a0537e3a8c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmime/repos/kde-unstable-i686/PKGBUILD (from rev 254828, 
kmime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:25:37 UTC (rev 254829)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmime
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Library for handling mail messages and newsgroup articles"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('47c7e0a4dceb1208e5abf0a0537e3a8c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:25:19 UTC (rev 254828)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:25:37 UTC (rev 254829)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmime
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Library for handling mail messages and newsgroup articles"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname";
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('47c7e0a4dceb1208e5abf0a0537e3a8c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmime/repos/kde-unstable-x86_64/PKGBUILD (from rev 254828, 
kmime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:25:37 UTC (rev 254829)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmime
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Library for handling mail messages and newsgroup articles"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname";
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('47c7e0a4dceb1208e5abf0a0537e3a8c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


  1   2   3   4   5   6   7   8   9   >