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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:12:00
  Author: arojas
Revision: 238984

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

Added:
  kdeedu-marble/repos/extra-i686/PKGBUILD
(from rev 238983, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/extra-i686/kdeedu-marble.install
(from rev 238983, kdeedu-marble/trunk/kdeedu-marble.install)
  kdeedu-marble/repos/extra-i686/marble-qt.install
(from rev 238983, kdeedu-marble/trunk/marble-qt.install)
  kdeedu-marble/repos/extra-x86_64/PKGBUILD
(from rev 238983, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/extra-x86_64/kdeedu-marble.install
(from rev 238983, kdeedu-marble/trunk/kdeedu-marble.install)
  kdeedu-marble/repos/extra-x86_64/marble-qt.install
(from rev 238983, kdeedu-marble/trunk/marble-qt.install)
Deleted:
  kdeedu-marble/repos/extra-i686/PKGBUILD
  kdeedu-marble/repos/extra-i686/kdeedu-marble.install
  kdeedu-marble/repos/extra-i686/marble-qt.install
  kdeedu-marble/repos/extra-x86_64/PKGBUILD
  kdeedu-marble/repos/extra-x86_64/kdeedu-marble.install
  kdeedu-marble/repos/extra-x86_64/marble-qt.install

+
 /PKGBUILD  |  126 +++
 /kdeedu-marble.install |   26 +++
 /marble-qt.install |   26 +++
 extra-i686/PKGBUILD|   63 -
 extra-i686/kdeedu-marble.install   |   13 ---
 extra-i686/marble-qt.install   |   13 ---
 extra-x86_64/PKGBUILD  |   63 -
 extra-x86_64/kdeedu-marble.install |   13 ---
 extra-x86_64/marble-qt.install |   13 ---
 9 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:11:33 UTC (rev 238983)
+++ extra-i686/PKGBUILD 2015-05-12 07:12:00 UTC (rev 238984)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdeedu-marble
-pkgname=('kdeedu-marble' 'marble-qt')
-pkgver=15.04.0
-pkgrel=2
-pkgdesc=Desktop Globe
-url=http://kde.org/applications/education/marble/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs' 'qt5-svg' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'cmake' 
'automoc4' 'gpsd' 'quazip' 'libwlocate')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('2924d0446777c45df17fdf7be2c547e51662e37b')
-
-prepare() {
-  mkdir -p build{,-qt}
-}
-
-build() {
-  cd build
-  cmake ../marble-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd ../build-qt
-  cmake ../marble-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DQT5BUILD=TRUE \
--DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package_kdeedu-marble() {
-  depends=('kdebase-runtime')
-  optdepends=('gpsd: GPS support' 'libwlocate: WLAN based geolocation'
-'quazip: reading and displaying KMZ files')
-  groups=('kde-applications' 'kdeedu')
-  install=$pkgname.install
-
-  cd build
-  make DESTDIR=${pkgdir} install
-# remove mobile and qt4 versions
-  rm -r $pkgdir/usr/bin/marble-*
-  rm -r $pkgdir/usr/share/applications/kde4/marble-*
-}
-
-package_marble-qt() {
-  pkgdesc=Desktop Globe (Qt version)
-  depends=('qt5-svg' 'qt5-webkit' 'qt5-script')
-  optdepends=('gpsd: GPS support' 'libwlocate: WLAN based geolocation'
-  'quazip: reading and displaying KMZ files')
-  conflicts=('kdeedu-marble')
-  install=$pkgname.install  
-
-  cd build-qt
-  make DESTDIR=${pkgdir} install
-# remove mobile version
-  rm -r $pkgdir/usr/bin/marble-{mobile,touch}
-  rm -r $pkgdir/usr/share/applications/marble-{mobile,touch}.desktop
-}

Copied: kdeedu-marble/repos/extra-i686/PKGBUILD (from rev 238983, 
kdeedu-marble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:12:00 UTC (rev 238984)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdeedu-marble
+pkgname=('kdeedu-marble' 'marble-qt')
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs' 'qt5-svg' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'cmake' 
'automoc4' 'gpsd' 'quazip' 'libwlocate')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('0da84b2bb6847297b09962619eb4cf5f41ef482d')
+
+prepare() {
+  mkdir -p build{,-qt}
+}
+
+build() {
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd ../build-qt
+  cmake ../marble-${pkgver} \
+

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:18:13
  Author: arojas
Revision: 238995

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

Added:
  libkmahjongg/repos/extra-i686/PKGBUILD
(from rev 238994, libkmahjongg/trunk/PKGBUILD)
  libkmahjongg/repos/extra-x86_64/PKGBUILD
(from rev 238994, libkmahjongg/trunk/PKGBUILD)
Deleted:
  libkmahjongg/repos/extra-i686/PKGBUILD
  libkmahjongg/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:17:35 UTC (rev 238994)
+++ extra-i686/PKGBUILD 2015-05-12 07:18:13 UTC (rev 238995)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkmahjongg
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
-url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a03de4ba9f09e664fb7d5b8ee8e3c3e6c291054b')
-
-prepare() {
-  mkdir 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: libkmahjongg/repos/extra-i686/PKGBUILD (from rev 238994, 
libkmahjongg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:18:13 UTC (rev 238995)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
+url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('22f534867f4bc1df1a144508026536a6c16b521e')
+
+prepare() {
+  mkdir 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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:17:35 UTC (rev 238994)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:18:13 UTC (rev 238995)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkmahjongg
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
-url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a03de4ba9f09e664fb7d5b8ee8e3c3e6c291054b')
-
-prepare() {
-  mkdir 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: libkmahjongg/repos/extra-x86_64/PKGBUILD (from rev 238994, 
libkmahjongg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:18:13 UTC (rev 238995)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
+url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:18:37
  Author: arojas
Revision: 238996

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

Added:
  libkomparediff2/repos/extra-i686/PKGBUILD
(from rev 238995, libkomparediff2/trunk/PKGBUILD)
  libkomparediff2/repos/extra-x86_64/PKGBUILD
(from rev 238995, libkomparediff2/trunk/PKGBUILD)
Deleted:
  libkomparediff2/repos/extra-i686/PKGBUILD
  libkomparediff2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:18:13 UTC (rev 238995)
+++ extra-i686/PKGBUILD 2015-05-12 07:18:37 UTC (rev 238996)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkomparediff2
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Library to compare files and strings
-url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6bfcfb910fec32f664678f162444278bea6ce482')
-
-prepare() {
-  mkdir 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: libkomparediff2/repos/extra-i686/PKGBUILD (from rev 238995, 
libkomparediff2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:18:37 UTC (rev 238996)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('08647a8403ba37b70d88a9a4c84cca66a2e14101')
+
+prepare() {
+  mkdir 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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:18:13 UTC (rev 238995)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:18:37 UTC (rev 238996)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkomparediff2
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Library to compare files and strings
-url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6bfcfb910fec32f664678f162444278bea6ce482')
-
-prepare() {
-  mkdir 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: libkomparediff2/repos/extra-x86_64/PKGBUILD (from rev 238995, 
libkomparediff2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:18:37 UTC (rev 238996)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('08647a8403ba37b70d88a9a4c84cca66a2e14101')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:17:35
  Author: arojas
Revision: 238994

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

Added:
  libkdegames/repos/extra-i686/PKGBUILD
(from rev 238993, libkdegames/trunk/PKGBUILD)
  libkdegames/repos/extra-x86_64/PKGBUILD
(from rev 238993, libkdegames/trunk/PKGBUILD)
Deleted:
  libkdegames/repos/extra-i686/PKGBUILD
  libkdegames/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:17:14 UTC (rev 238993)
+++ extra-i686/PKGBUILD 2015-05-12 07:17:35 UTC (rev 238994)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdegames
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Common code and data for many KDE games
-url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('33f92eb672e7643274b64272fa6cd2d1465a9491')
-
-build() {
-  mkdir 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: libkdegames/repos/extra-i686/PKGBUILD (from rev 238993, 
libkdegames/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:17:35 UTC (rev 238994)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdegames
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Common code and data for many KDE games
+url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('86b0fd0833ea6740f3a736825006ddeff5b12656')
+
+build() {
+  mkdir 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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:17:14 UTC (rev 238993)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:17:35 UTC (rev 238994)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdegames
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Common code and data for many KDE games
-url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('33f92eb672e7643274b64272fa6cd2d1465a9491')
-
-build() {
-  mkdir 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: libkdegames/repos/extra-x86_64/PKGBUILD (from rev 238993, 
libkdegames/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:17:35 UTC (rev 238994)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdegames
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Common code and data for many KDE games
+url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:17:14
  Author: arojas
Revision: 238993

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:16:53 UTC (rev 238992)
+++ extra-i686/PKGBUILD 2015-05-12 07:17:14 UTC (rev 238993)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcompactdisc
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A library for interfacing with CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('05e698a38e39cc7c5ccffdf7486fe1162f527169')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcompactdisc/repos/extra-i686/PKGBUILD (from rev 238992, 
libkcompactdisc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:17:14 UTC (rev 238993)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e96fce24693046abb9b923ab1cf9b84c61fd29d0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:16:53 UTC (rev 238992)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:17:14 UTC (rev 238993)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcompactdisc
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A library for interfacing with CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('05e698a38e39cc7c5ccffdf7486fe1162f527169')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcompactdisc/repos/extra-x86_64/PKGBUILD (from rev 238992, 
libkcompactdisc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:17:14 UTC (rev 238993)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:20:53
  Author: arojas
Revision: 239003

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

Added:
  kdeaccessibility-kaccessible/repos/extra-i686/PKGBUILD
(from rev 239002, kdeaccessibility-kaccessible/trunk/PKGBUILD)
  kdeaccessibility-kaccessible/repos/extra-x86_64/PKGBUILD
(from rev 239002, kdeaccessibility-kaccessible/trunk/PKGBUILD)
Deleted:
  kdeaccessibility-kaccessible/repos/extra-i686/PKGBUILD
  kdeaccessibility-kaccessible/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:20:31 UTC (rev 239002)
+++ extra-i686/PKGBUILD 2015-05-12 07:20:53 UTC (rev 239003)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('85ea6b40e963174092036445aaa6c1379a584ef4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/extra-i686/PKGBUILD (from rev 
239002, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:20:53 UTC (rev 239003)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('da57c7283d924fde818287f0a66e5a404cb0dc2a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:20:31 UTC (rev 239002)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:20:53 UTC (rev 239003)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('85ea6b40e963174092036445aaa6c1379a584ef4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/extra-x86_64/PKGBUILD (from rev 
239002, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:20:53 UTC (rev 239003)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=15.04.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:22:47
  Author: arojas
Revision: 239009

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

Added:
  kdeadmin-kuser/repos/extra-i686/PKGBUILD
(from rev 239008, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/extra-i686/kdeadmin-kuser.install
(from rev 239008, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
  kdeadmin-kuser/repos/extra-x86_64/PKGBUILD
(from rev 239008, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/extra-x86_64/kdeadmin-kuser.install
(from rev 239008, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
Deleted:
  kdeadmin-kuser/repos/extra-i686/PKGBUILD
  kdeadmin-kuser/repos/extra-i686/kdeadmin-kuser.install
  kdeadmin-kuser/repos/extra-x86_64/PKGBUILD
  kdeadmin-kuser/repos/extra-x86_64/kdeadmin-kuser.install

-+
 /PKGBUILD   |   64 ++
 /kdeadmin-kuser.install |   22 +++
 extra-i686/PKGBUILD |   32 -
 extra-i686/kdeadmin-kuser.install   |   11 -
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/kdeadmin-kuser.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:22:29 UTC (rev 239008)
+++ extra-i686/PKGBUILD 2015-05-12 07:22:47 UTC (rev 239009)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeadmin-kuser
-pkgver=15.04.0
-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' 'kdepimlibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
-sha1sums=('aa8909155d418a55f4a0c4583c2ddbae3f55dfde')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kuser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeadmin-kuser/repos/extra-i686/PKGBUILD (from rev 239008, 
kdeadmin-kuser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:22:47 UTC (rev 239009)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kuser
+pkgver=15.04.1
+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' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
+sha1sums=('9cb343705e9b30e799947dadd0b135e069457620')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeadmin-kuser.install
===
--- extra-i686/kdeadmin-kuser.install   2015-05-12 07:22:29 UTC (rev 239008)
+++ extra-i686/kdeadmin-kuser.install   2015-05-12 07:22:47 UTC (rev 239009)
@@ -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/extra-i686/kdeadmin-kuser.install (from rev 
239008, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
===
--- extra-i686/kdeadmin-kuser.install   (rev 0)
+++ extra-i686/kdeadmin-kuser.install   2015-05-12 07:22:47 UTC (rev 239009)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:22:29 UTC (rev 239008)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:22:47 UTC (rev 239009)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeadmin-kuser
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='User Manager'
-url='http://kde.org/applications/system/kuser/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:22:29
  Author: arojas
Revision: 239008

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

Added:
  kdeadmin-ksystemlog/repos/extra-i686/PKGBUILD
(from rev 239007, kdeadmin-ksystemlog/trunk/PKGBUILD)
  kdeadmin-ksystemlog/repos/extra-i686/syslog-path.patch
(from rev 239007, kdeadmin-ksystemlog/trunk/syslog-path.patch)
  kdeadmin-ksystemlog/repos/extra-x86_64/PKGBUILD
(from rev 239007, kdeadmin-ksystemlog/trunk/PKGBUILD)
  kdeadmin-ksystemlog/repos/extra-x86_64/syslog-path.patch
(from rev 239007, kdeadmin-ksystemlog/trunk/syslog-path.patch)
Deleted:
  kdeadmin-ksystemlog/repos/extra-i686/PKGBUILD
  kdeadmin-ksystemlog/repos/extra-i686/syslog-path.patch
  kdeadmin-ksystemlog/repos/extra-x86_64/PKGBUILD
  kdeadmin-ksystemlog/repos/extra-x86_64/syslog-path.patch

+
 /PKGBUILD  |   76 +++
 /syslog-path.patch |   22 +++
 extra-i686/PKGBUILD|   38 ---
 extra-i686/syslog-path.patch   |   11 -
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/syslog-path.patch |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:22:10 UTC (rev 239007)
+++ extra-i686/PKGBUILD 2015-05-12 07:22:29 UTC (rev 239008)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeadmin-ksystemlog
-pkgver=15.04.0
-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=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
-'syslog-path.patch')
-sha1sums=('9ccf64e9e1fa9b33df85476f53ed212382a09289'
-  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
-
-prepare() {
-  cd ksystemlog-${pkgver}
-  patch -p2 -i ${srcdir}/syslog-path.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksystemlog-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeadmin-ksystemlog/repos/extra-i686/PKGBUILD (from rev 239007, 
kdeadmin-ksystemlog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:22:29 UTC (rev 239008)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-ksystemlog
+pkgver=15.04.1
+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=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
+'syslog-path.patch')
+sha1sums=('6e0b4251e59f31f5b3b3466803a3b701383abca4'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i ${srcdir}/syslog-path.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksystemlog-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/syslog-path.patch
===
--- extra-i686/syslog-path.patch2015-05-12 07:22:10 UTC (rev 239007)
+++ extra-i686/syslog-path.patch2015-05-12 07:22:29 UTC (rev 239008)
@@ -1,11 +0,0 @@
 kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.84005 +0100
-+++ kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.80335 +0100
-@@ -39,7 +39,7 @@
-   SystemConfiguration() :
-   GenericLogModeConfiguration(
-   QLatin1String( SYSTEM_LOG_MODE_ID ),
--  QStringList()  QLatin1String( 
/var/log/syslog ),
-+  QStringList()  QLatin1String( 
/var/log/messages.log ),
-   QListint()  INFORMATION_LOG_LEVEL_ID
-   ) {
- 

Copied: kdeadmin-ksystemlog/repos/extra-i686/syslog-path.patch (from rev 
239007, kdeadmin-ksystemlog/trunk/syslog-path.patch)
===
--- extra-i686/syslog-path.patch   

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:21:49
  Author: arojas
Revision: 239006

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

Added:
  kdeaccessibility-kmouth/repos/extra-i686/PKGBUILD
(from rev 239005, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/extra-i686/kdeaccessibility-kmouth.install
(from rev 239005, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/extra-x86_64/PKGBUILD
(from rev 239005, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/extra-x86_64/kdeaccessibility-kmouth.install
(from rev 239005, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
Deleted:
  kdeaccessibility-kmouth/repos/extra-i686/PKGBUILD
  kdeaccessibility-kmouth/repos/extra-i686/kdeaccessibility-kmouth.install
  kdeaccessibility-kmouth/repos/extra-x86_64/PKGBUILD
  kdeaccessibility-kmouth/repos/extra-x86_64/kdeaccessibility-kmouth.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:21:30 UTC (rev 239005)
+++ extra-i686/PKGBUILD 2015-05-12 07:21:49 UTC (rev 239006)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kmouth
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
-sha1sums=('869108df0210ffa051ccd63caa909e58db8c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kmouth-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmouth/repos/extra-i686/PKGBUILD (from rev 239005, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:21:49 UTC (rev 239006)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmouth
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('7ec1f5818d86fdef3d662b097d9a6f484d6aceeb')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeaccessibility-kmouth.install
===
--- extra-i686/kdeaccessibility-kmouth.install  2015-05-12 07:21:30 UTC (rev 
239005)
+++ extra-i686/kdeaccessibility-kmouth.install  2015-05-12 07:21:49 UTC (rev 
239006)
@@ -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/extra-i686/kdeaccessibility-kmouth.install (from 
rev 239005, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===
--- extra-i686/kdeaccessibility-kmouth.install  (rev 0)
+++ extra-i686/kdeaccessibility-kmouth.install  2015-05-12 07:21:49 UTC (rev 
239006)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:21:30 UTC (rev 239005)
+++ 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:50:24
  Author: arojas
Revision: 239058

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:50:03 UTC (rev 239057)
+++ extra-i686/PKGBUILD 2015-05-12 07:50:24 UTC (rev 239058)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kolf
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kolf-${pkgver}.tar.xz;)
-sha1sums=('9624b9d65666a786aa7b3d51b30be822c59d0585')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kolf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kolf/repos/extra-i686/PKGBUILD (from rev 239057, 
kdegames-kolf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:50:24 UTC (rev 239058)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kolf
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/kolf-${pkgver}.tar.xz;)
+sha1sums=('7fd1e7db4457942ee55152499087c9ed3c8150db')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kolf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kolf.install
===
--- extra-i686/kdegames-kolf.install2015-05-12 07:50:03 UTC (rev 239057)
+++ extra-i686/kdegames-kolf.install2015-05-12 07:50:24 UTC (rev 239058)
@@ -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/extra-i686/kdegames-kolf.install (from rev 239057, 
kdegames-kolf/trunk/kdegames-kolf.install)
===
--- extra-i686/kdegames-kolf.install(rev 0)
+++ extra-i686/kdegames-kolf.install2015-05-12 07:50:24 UTC (rev 239058)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:50:03 UTC (rev 239057)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:50:24 UTC (rev 239058)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kolf
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A miniature golf game with 2d top-down view

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:50:03
  Author: arojas
Revision: 239057

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

Added:
  knetwalk/repos/extra-i686/PKGBUILD
(from rev 239056, knetwalk/trunk/PKGBUILD)
  knetwalk/repos/extra-i686/knetwalk.install
(from rev 239056, knetwalk/trunk/knetwalk.install)
  knetwalk/repos/extra-x86_64/PKGBUILD
(from rev 239056, knetwalk/trunk/PKGBUILD)
  knetwalk/repos/extra-x86_64/knetwalk.install
(from rev 239056, knetwalk/trunk/knetwalk.install)
Deleted:
  knetwalk/repos/extra-i686/PKGBUILD
  knetwalk/repos/extra-i686/knetwalk.install
  knetwalk/repos/extra-x86_64/PKGBUILD
  knetwalk/repos/extra-x86_64/knetwalk.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:49:42 UTC (rev 239056)
+++ extra-i686/PKGBUILD 2015-05-12 07:50:03 UTC (rev 239057)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=knetwalk
-pkgver=15.04.0
-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')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-knetwalk')
-replaces=('kdegames-knetwalk')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
-sha1sums=('5e3b7e3214c9d4146b8579bd82a593b276e112c7')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239056, 
knetwalk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:50:03 UTC (rev 239057)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=knetwalk
+pkgver=15.04.1
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-knetwalk')
+replaces=('kdegames-knetwalk')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
+sha1sums=('6659a27239313ab6008d3696c6e71323a536b377')
+
+build() {
+  mkdir 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: extra-i686/knetwalk.install
===
--- extra-i686/knetwalk.install 2015-05-12 07:49:42 UTC (rev 239056)
+++ extra-i686/knetwalk.install 2015-05-12 07:50:03 UTC (rev 239057)
@@ -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/extra-i686/knetwalk.install (from rev 239056, 
knetwalk/trunk/knetwalk.install)
===
--- extra-i686/knetwalk.install (rev 0)
+++ extra-i686/knetwalk.install 2015-05-12 07:50:03 UTC (rev 239057)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:49:42 UTC (rev 239056)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:50:03 UTC (rev 239057)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=knetwalk
-pkgver=15.04.0
-pkgrel=1

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:50:44
  Author: arojas
Revision: 239059

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

Added:
  kollision/repos/extra-i686/PKGBUILD
(from rev 239058, kollision/trunk/PKGBUILD)
  kollision/repos/extra-i686/kollision.install
(from rev 239058, kollision/trunk/kollision.install)
  kollision/repos/extra-x86_64/PKGBUILD
(from rev 239058, kollision/trunk/PKGBUILD)
  kollision/repos/extra-x86_64/kollision.install
(from rev 239058, kollision/trunk/kollision.install)
Deleted:
  kollision/repos/extra-i686/PKGBUILD
  kollision/repos/extra-i686/kollision.install
  kollision/repos/extra-x86_64/PKGBUILD
  kollision/repos/extra-x86_64/kollision.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:50:24 UTC (rev 239058)
+++ extra-i686/PKGBUILD 2015-05-12 07:50:44 UTC (rev 239059)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kollision
-pkgver=15.04.0
-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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-conflicts=('kdegames-kollision')
-replaces=('kdegames-kollision')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz;)
-sha1sums=('def8b5ed77bdb7b324021d54d86faa928ab1c55b')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239058, 
kollision/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:50:44 UTC (rev 239059)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kollision
+pkgver=15.04.1
+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')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdegames-kollision')
+replaces=('kdegames-kollision')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz;)
+sha1sums=('d58fa66f6ae5c00b81219cab44c9b81f0c7da08f')
+
+build() {
+  mkdir 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: extra-i686/kollision.install
===
--- extra-i686/kollision.install2015-05-12 07:50:24 UTC (rev 239058)
+++ extra-i686/kollision.install2015-05-12 07:50:44 UTC (rev 239059)
@@ -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/extra-i686/kollision.install (from rev 239058, 
kollision/trunk/kollision.install)
===
--- extra-i686/kollision.install(rev 0)
+++ extra-i686/kollision.install2015-05-12 07:50:44 UTC (rev 239059)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:50:24 UTC (rev 239058)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:50:44 UTC (rev 239059)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kollision
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A simple 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:49:42
  Author: arojas
Revision: 239056

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:49:19 UTC (rev 239055)
+++ extra-i686/PKGBUILD 2015-05-12 07:49:42 UTC (rev 239056)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-knavalbattle
-pkgver=15.04.0
-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=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/knavalbattle-${pkgver}.tar.xz;)
-sha1sums=('a052697d6636b55940e93f0d22f15e0caabba2b7')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../knavalbattle-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-knavalbattle/repos/extra-i686/PKGBUILD (from rev 239055, 
kdegames-knavalbattle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:49:42 UTC (rev 239056)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knavalbattle
+pkgver=15.04.1
+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=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/knavalbattle-${pkgver}.tar.xz;)
+sha1sums=('3a30ad10bbf82b1485fbff8b753740bf7d2e4d3b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knavalbattle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-knavalbattle.install
===
--- extra-i686/kdegames-knavalbattle.install2015-05-12 07:49:19 UTC (rev 
239055)
+++ extra-i686/kdegames-knavalbattle.install2015-05-12 07:49:42 UTC (rev 
239056)
@@ -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-knavalbattle/repos/extra-i686/kdegames-knavalbattle.install 
(from rev 239055, kdegames-knavalbattle/trunk/kdegames-knavalbattle.install)
===
--- extra-i686/kdegames-knavalbattle.install(rev 0)
+++ extra-i686/kdegames-knavalbattle.install2015-05-12 07:49:42 UTC (rev 
239056)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:49:19 UTC (rev 239055)
+++ extra-x86_64/PKGBUILD  

[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (4 files)

2015-05-12 Thread Laurent Carlier
Date: Tuesday, May 12, 2015 @ 09:57:04
  Author: lcarlier
Revision: 133291

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 133290, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 133290, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 +--
 PKGBUILD |  278 ++---
 2 files changed, 221 insertions(+), 221 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-05-12 07:56:52 UTC (rev 133290)
+++ LICENSE 2015-05-12 07:57:04 UTC (rev 133291)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 133290, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-05-12 07:57:04 UTC (rev 133291)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:56:40
  Author: arojas
Revision: 239075

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

Added:
  kdegraphics-kamera/repos/extra-i686/PKGBUILD
(from rev 239074, kdegraphics-kamera/trunk/PKGBUILD)
  kdegraphics-kamera/repos/extra-x86_64/PKGBUILD
(from rev 239074, kdegraphics-kamera/trunk/PKGBUILD)
Deleted:
  kdegraphics-kamera/repos/extra-i686/PKGBUILD
  kdegraphics-kamera/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:56:09 UTC (rev 239074)
+++ extra-i686/PKGBUILD 2015-05-12 07:56:40 UTC (rev 239075)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kamera
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Configure Kamera
-url=http://kde.org/applications/graphics/kamera/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz;)
-sha1sums=('c7cc64c6e3977958444fa0087ee3fd3307935043')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kamera/repos/extra-i686/PKGBUILD (from rev 239074, 
kdegraphics-kamera/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:56:40 UTC (rev 239075)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kamera
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Configure Kamera
+url=http://kde.org/applications/graphics/kamera/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz;)
+sha1sums=('e086e25ae577767c5a3eeba76cbc991d639f3282')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:56:09 UTC (rev 239074)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:56:40 UTC (rev 239075)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kamera
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Configure Kamera
-url=http://kde.org/applications/graphics/kamera/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz;)
-sha1sums=('c7cc64c6e3977958444fa0087ee3fd3307935043')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kamera/repos/extra-x86_64/PKGBUILD (from rev 239074, 
kdegraphics-kamera/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:56:40 UTC (rev 239075)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kamera
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Configure Kamera
+url=http://kde.org/applications/graphics/kamera/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz;)
+sha1sums=('e086e25ae577767c5a3eeba76cbc991d639f3282')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake 

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

2015-05-12 Thread Laurent Carlier
Date: Tuesday, May 12, 2015 @ 09:56:52
  Author: lcarlier
Revision: 133290

upgpkg: lib32-mesa 10.5.5-1

upstream update 10.5.5

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 04:08:21 UTC (rev 133289)
+++ PKGBUILD2015-05-12 07:56:52 UTC (rev 133290)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.5.4
+pkgver=10.5.5
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE)
-sha256sums=('b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803'
+sha256sums=('4ac4e4ea3414f1cadb1467f2f173f9e56170d31e8674f7953a46f0549d319f28'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:56:58
  Author: arojas
Revision: 239076

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

Added:
  kdegraphics-kcolorchooser/repos/extra-i686/PKGBUILD
(from rev 239075, kdegraphics-kcolorchooser/trunk/PKGBUILD)
  kdegraphics-kcolorchooser/repos/extra-i686/kdegraphics-kcolorchooser.install
(from rev 239075, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
  kdegraphics-kcolorchooser/repos/extra-x86_64/PKGBUILD
(from rev 239075, kdegraphics-kcolorchooser/trunk/PKGBUILD)
  kdegraphics-kcolorchooser/repos/extra-x86_64/kdegraphics-kcolorchooser.install
(from rev 239075, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
Deleted:
  kdegraphics-kcolorchooser/repos/extra-i686/PKGBUILD
  kdegraphics-kcolorchooser/repos/extra-i686/kdegraphics-kcolorchooser.install
  kdegraphics-kcolorchooser/repos/extra-x86_64/PKGBUILD
  kdegraphics-kcolorchooser/repos/extra-x86_64/kdegraphics-kcolorchooser.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:56:40 UTC (rev 239075)
+++ extra-i686/PKGBUILD 2015-05-12 07:56:58 UTC (rev 239076)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kcolorchooser
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
-sha1sums=('b192df280a6938fad8b92bb1da62835a8e3cdf87')
-
-build() {
-  cd ${srcdir}
-  mkdir 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/extra-i686/PKGBUILD (from rev 239075, 
kdegraphics-kcolorchooser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:56:58 UTC (rev 239076)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
+sha1sums=('c9567bbb5a2f2a19272d9c1b13692b7e76bf7b7a')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: extra-i686/kdegraphics-kcolorchooser.install
===
--- extra-i686/kdegraphics-kcolorchooser.install2015-05-12 07:56:40 UTC 
(rev 239075)
+++ extra-i686/kdegraphics-kcolorchooser.install2015-05-12 07:56:58 UTC 
(rev 239076)
@@ -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/extra-i686/kdegraphics-kcolorchooser.install 
(from rev 239075, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
===
--- extra-i686/kdegraphics-kcolorchooser.install
(rev 0)
+++ extra-i686/kdegraphics-kcolorchooser.install2015-05-12 07:56:58 UTC 
(rev 239076)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:01:52
  Author: arojas
Revision: 239090

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

Added:
  kdemultimedia-kmix/repos/extra-i686/PKGBUILD
(from rev 239089, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install
(from rev 239089, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/extra-i686/use-qdbus-qt4.patch
(from rev 239089, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch)
  kdemultimedia-kmix/repos/extra-x86_64/PKGBUILD
(from rev 239089, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/extra-x86_64/kdemultimedia-kmix.install
(from rev 239089, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/extra-x86_64/use-qdbus-qt4.patch
(from rev 239089, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch)
Deleted:
  kdemultimedia-kmix/repos/extra-i686/PKGBUILD
  kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/extra-i686/use-qdbus-qt4.patch
  kdemultimedia-kmix/repos/extra-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/extra-x86_64/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/extra-x86_64/use-qdbus-qt4.patch

-+
 /PKGBUILD   |  138 ++
 /kdemultimedia-kmix.install |   22 
 /use-qdbus-qt4.patch|  118 +
 extra-i686/PKGBUILD |   68 --
 extra-i686/kdemultimedia-kmix.install   |   11 --
 extra-i686/use-qdbus-qt4.patch  |   59 
 extra-x86_64/PKGBUILD   |   68 --
 extra-x86_64/kdemultimedia-kmix.install |   11 --
 extra-x86_64/use-qdbus-qt4.patch|   59 
 9 files changed, 278 insertions(+), 276 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:01:16 UTC (rev 239089)
+++ extra-i686/PKGBUILD 2015-05-12 08:01:52 UTC (rev 239090)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdemultimedia-kmix
-pkgname=('kdemultimedia-kmix' 'kmix')
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=KDE volume control program
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'kcmutils' 'libcanberra')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
-'use-qdbus-qt4.patch')
-sha1sums=('9e5b2ed02a796e13d194af335ae5fff88e6f9016'
-  'f89a076c5a29c51d213864e27d07baf5400ece03')
-
-prepare() {
-  mkdir build{,-kf5}
-  
-  cp -r kmix-$pkgver kmix-kf5-$pkgver
-  # FS#40786
-  cd kmix-${pkgver}
-  sed -i 's|qdbus|qdbus-qt4|' apps/kmixremote
-  
-  # https://bugs.kde.org/show_bug.cgi?id=343621
-  cd ../kmix-kf5-$pkgver
-  sed -e 's|${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}|${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake/modules|' -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd ../build-kf5
-  cmake ../kmix-kf5-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKMIX_KF5_BUILD=ON \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_kdemultimedia-kmix() {
-  depends=('kdebase-runtime')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  groups=('kde-applications' 'kdemultimedia')
-  install=${pkgbase}.install
-  
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-package_kmix() {
-  depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  conflicts=('kdemultimedia-kmix')
-  install=${pkgbase}.install
-  
-  cd build-kf5
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-kmix/repos/extra-i686/PKGBUILD (from rev 239089, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:01:52 UTC (rev 239090)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=KDE volume control program
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'kcmutils' 'libcanberra')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:02:13
  Author: arojas
Revision: 239091

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

Added:
  kdemultimedia-kscd/repos/extra-i686/PKGBUILD
(from rev 239090, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/extra-i686/kdemultimedia-kscd.install
(from rev 239090, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/extra-x86_64/PKGBUILD
(from rev 239090, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/extra-x86_64/kdemultimedia-kscd.install
(from rev 239090, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
Deleted:
  kdemultimedia-kscd/repos/extra-i686/PKGBUILD
  kdemultimedia-kscd/repos/extra-i686/kdemultimedia-kscd.install
  kdemultimedia-kscd/repos/extra-x86_64/PKGBUILD
  kdemultimedia-kscd/repos/extra-x86_64/kdemultimedia-kscd.install

-+
 /PKGBUILD   |   64 ++
 /kdemultimedia-kscd.install |   22 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/kdemultimedia-kscd.install   |   11 -
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/kdemultimedia-kscd.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:01:52 UTC (rev 239090)
+++ extra-i686/PKGBUILD 2015-05-12 08:02:13 UTC (rev 239091)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-kscd
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=KDE CD player
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
-sha1sums=('77ab5dc33b7cef8bde25220220e41bfb3bb24817')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-kscd/repos/extra-i686/PKGBUILD (from rev 239090, 
kdemultimedia-kscd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:02:13 UTC (rev 239091)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kscd
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=KDE CD player
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('8550d24b57218c5069caaa0137de1db095b93652')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdemultimedia-kscd.install
===
--- extra-i686/kdemultimedia-kscd.install   2015-05-12 08:01:52 UTC (rev 
239090)
+++ extra-i686/kdemultimedia-kscd.install   2015-05-12 08:02:13 UTC (rev 
239091)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/extra-i686/kdemultimedia-kscd.install (from 
rev 239090, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===
--- extra-i686/kdemultimedia-kscd.install   (rev 0)
+++ extra-i686/kdemultimedia-kscd.install   2015-05-12 08:02:13 UTC (rev 
239091)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 08:01:52 UTC (rev 239090)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:02:13 UTC (rev 239091)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-kscd

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:02:51
  Author: arojas
Revision: 239093

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

Added:
  kdenetwork-filesharing/repos/extra-i686/PKGBUILD
(from rev 239092, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install
(from rev 239092, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
  kdenetwork-filesharing/repos/extra-x86_64/PKGBUILD
(from rev 239092, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/extra-x86_64/kdenetwork-filesharing.install
(from rev 239092, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
Deleted:
  kdenetwork-filesharing/repos/extra-i686/PKGBUILD
  kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install
  kdenetwork-filesharing/repos/extra-x86_64/PKGBUILD
  kdenetwork-filesharing/repos/extra-x86_64/kdenetwork-filesharing.install

-+
 /PKGBUILD   |   64 ++
 /kdenetwork-filesharing.install |   22 
 extra-i686/PKGBUILD |   32 -
 extra-i686/kdenetwork-filesharing.install   |   11 
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/kdenetwork-filesharing.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:02:33 UTC (rev 239092)
+++ extra-i686/PKGBUILD 2015-05-12 08:02:51 UTC (rev 239093)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-filesharing
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='Properties dialog plugin to share a directory with the local network'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'smbclient')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz;)
-sha1sums=('456dc4e4dc352226d2454a2e71b3d627d6eb6709')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-filesharing-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-filesharing/repos/extra-i686/PKGBUILD (from rev 239092, 
kdenetwork-filesharing/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:02:51 UTC (rev 239093)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-filesharing
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'smbclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz;)
+sha1sums=('c575efed516dbda7dbc3e8d30c84b34d6d6e9174')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-filesharing-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-filesharing.install
===
--- extra-i686/kdenetwork-filesharing.install   2015-05-12 08:02:33 UTC (rev 
239092)
+++ extra-i686/kdenetwork-filesharing.install   2015-05-12 08:02:51 UTC (rev 
239093)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install 
(from rev 239092, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
===
--- extra-i686/kdenetwork-filesharing.install   (rev 0)
+++ extra-i686/kdenetwork-filesharing.install   2015-05-12 08:02:51 UTC (rev 
239093)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:02:33
  Author: arojas
Revision: 239092

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

Added:
  kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD
(from rev 239091, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD
(from rev 239091, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
Deleted:
  kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD
  kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:02:13 UTC (rev 239091)
+++ extra-i686/PKGBUILD 2015-05-12 08:02:33 UTC (rev 239092)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=MPlayer based thumbnail generator for video files
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde-applications' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('4573a0635af5fb31d7163e54b20a8afaa70a366b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD (from rev 239091, 
kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:02:33 UTC (rev 239092)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=MPlayer based thumbnail generator for video files
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde-applications' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
+sha1sums=('bd4de9cfa5c4ddc7d7c40acd81597ba6ed37125e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 08:02:13 UTC (rev 239091)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:02:33 UTC (rev 239092)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=MPlayer based thumbnail generator for video files
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde-applications' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('4573a0635af5fb31d7163e54b20a8afaa70a366b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD (from rev 
239091, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:02:33 UTC (rev 239092)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=MPlayer based thumbnail generator for video files
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 

[arch-commits] Commit in telepathy-kde-filetransfer-handler/repos (4 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:08:01
  Author: arojas
Revision: 239107

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

Added:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
(from rev 239106, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
  telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD
(from rev 239106, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
Deleted:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
  telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:07:41 UTC (rev 239106)
+++ extra-i686/PKGBUILD 2015-05-12 08:08:01 UTC (rev 239107)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('675f927e5bf6a083398a1e7499e7aec3')
-
-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-filetransfer-handler/repos/extra-i686/PKGBUILD (from rev 
239106, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:08:01 UTC (rev 239107)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('cb3f31ff924d1e514d6657fb0564bb86')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 08:07:41 UTC (rev 239106)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:08:01 UTC (rev 239107)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('675f927e5bf6a083398a1e7499e7aec3')
-
-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-filetransfer-handler/repos/extra-x86_64/PKGBUILD (from 
rev 239106, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)

[arch-commits] Commit in telepathy-kde-contact-runner/repos (4 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:07:21
  Author: arojas
Revision: 239105

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

Added:
  telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD
(from rev 239104, telepathy-kde-contact-runner/trunk/PKGBUILD)
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD
(from rev 239104, telepathy-kde-contact-runner/trunk/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:06:59 UTC (rev 239104)
+++ extra-i686/PKGBUILD 2015-05-12 08:07:21 UTC (rev 239105)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('c30efcf8c5388d190410963a087a7bb4')
-
-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: telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD (from rev 
239104, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:07:21 UTC (rev 239105)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='KRunner plugin 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=('telepathy-kde-common-internals' 'krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('e014f7d0a50335f6821a8131d5b47acb')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 08:06:59 UTC (rev 239104)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:07:21 UTC (rev 239105)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('c30efcf8c5388d190410963a087a7bb4')
-
-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: telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD (from rev 
239104, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:07:21 UTC (rev 

[arch-commits] Commit in telepathy-kde-contact-list/repos (8 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:06:59
  Author: arojas
Revision: 239104

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

Added:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
(from rev 239103, telepathy-kde-contact-list/trunk/PKGBUILD)
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
(from rev 239103, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
(from rev 239103, telepathy-kde-contact-list/trunk/PKGBUILD)
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install
(from rev 239103, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
Deleted:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install

-+
 /PKGBUILD   |   76 ++
 /telepathy-kde-contact-list.install |   22 ++
 extra-i686/PKGBUILD |   38 ---
 extra-i686/telepathy-kde-contact-list.install   |   11 ---
 extra-x86_64/PKGBUILD   |   38 ---
 extra-x86_64/telepathy-kde-contact-list.install |   11 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:06:41 UTC (rev 239103)
+++ extra-i686/PKGBUILD 2015-05-12 08:06:59 UTC (rev 239104)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='KDE Telepathy contact list application'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-install=$pkgname.install
-md5sums=('7588618c3c2d6f35be38e8d1a5b67f61')
-
-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: telepathy-kde-contact-list/repos/extra-i686/PKGBUILD (from rev 239103, 
telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:06:59 UTC (rev 239104)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('ab3568e42330ea94a3f2d3f53f7d2e1f')
+
+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: extra-i686/telepathy-kde-contact-list.install
===
--- extra-i686/telepathy-kde-contact-list.install   2015-05-12 08:06:41 UTC 
(rev 239103)
+++ extra-i686/telepathy-kde-contact-list.install   2015-05-12 08:06:59 UTC 
(rev 239104)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install 
(from rev 239103, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
===
--- extra-i686/telepathy-kde-contact-list.install   
(rev 0)

[arch-commits] Commit in telepathy-kde-approver/repos (4 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:06:21
  Author: arojas
Revision: 239102

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

Added:
  telepathy-kde-approver/repos/extra-i686/PKGBUILD
(from rev 239101, telepathy-kde-approver/trunk/PKGBUILD)
  telepathy-kde-approver/repos/extra-x86_64/PKGBUILD
(from rev 239101, telepathy-kde-approver/trunk/PKGBUILD)
Deleted:
  telepathy-kde-approver/repos/extra-i686/PKGBUILD
  telepathy-kde-approver/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:06:01 UTC (rev 239101)
+++ extra-i686/PKGBUILD 2015-05-12 08:06:21 UTC (rev 239102)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-qt5' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('0d159c036a7353df80b6e980cbef78a7')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-approver/repos/extra-i686/PKGBUILD (from rev 239101, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:06:21 UTC (rev 239102)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('f4ea0310c94beeaa2460a4f5b8ddb3da')
+
+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 \
+-DSYSCONF_INSTALL_DIR=/etc 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 08:06:01 UTC (rev 239101)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:06:21 UTC (rev 239102)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-qt5' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('0d159c036a7353df80b6e980cbef78a7')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-approver/repos/extra-x86_64/PKGBUILD (from rev 239101, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:06:21 UTC (rev 239102)
@@ -0,0 +1,38 

[arch-commits] Commit in telepathy-kde-desktop-applets/repos (4 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:07:41
  Author: arojas
Revision: 239106

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

Added:
  telepathy-kde-desktop-applets/repos/extra-i686/PKGBUILD
(from rev 239105, telepathy-kde-desktop-applets/trunk/PKGBUILD)
  telepathy-kde-desktop-applets/repos/extra-x86_64/PKGBUILD
(from rev 239105, telepathy-kde-desktop-applets/trunk/PKGBUILD)
Deleted:
  telepathy-kde-desktop-applets/repos/extra-i686/PKGBUILD
  telepathy-kde-desktop-applets/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:07:21 UTC (rev 239105)
+++ extra-i686/PKGBUILD 2015-05-12 08:07:41 UTC (rev 239106)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('17cccad5ff7afb8ca4d3d6b32838')
-
-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: telepathy-kde-desktop-applets/repos/extra-i686/PKGBUILD (from rev 
239105, telepathy-kde-desktop-applets/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:07:41 UTC (rev 239106)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='The KDE-Telepathy Plasma desktop applets'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
+makedepends=('extra-cmake-modules' 'plasma-framework')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('97a8e55c83d961bd7223587e8c33db49')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 08:07:21 UTC (rev 239105)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:07:41 UTC (rev 239106)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('17cccad5ff7afb8ca4d3d6b32838')
-
-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: telepathy-kde-desktop-applets/repos/extra-x86_64/PKGBUILD (from rev 
239105, telepathy-kde-desktop-applets/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD  

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:22:15
  Author: arojas
Revision: 239126

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

Added:
  kteatime/repos/staging-i686/
  kteatime/repos/staging-i686/PKGBUILD
(from rev 239125, kteatime/trunk/PKGBUILD)
  kteatime/repos/staging-i686/kteatime.install
(from rev 239125, kteatime/trunk/kteatime.install)
  kteatime/repos/staging-x86_64/
  kteatime/repos/staging-x86_64/PKGBUILD
(from rev 239125, kteatime/trunk/PKGBUILD)
  kteatime/repos/staging-x86_64/kteatime.install
(from rev 239125, kteatime/trunk/kteatime.install)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/kteatime.install   |   11 +++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/kteatime.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kteatime/repos/staging-i686/PKGBUILD (from rev 239125, 
kteatime/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:22:15 UTC (rev 239126)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kteatime
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdetoys')
+depends=('knotifyconfig')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('5e9f22a983aeee231280e05e704cb28a7733bda9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${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: kteatime/repos/staging-i686/kteatime.install (from rev 239125, 
kteatime/trunk/kteatime.install)
===
--- staging-i686/kteatime.install   (rev 0)
+++ staging-i686/kteatime.install   2015-05-12 08:22:15 UTC (rev 239126)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kteatime/repos/staging-x86_64/PKGBUILD (from rev 239125, 
kteatime/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:22:15 UTC (rev 239126)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kteatime
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdetoys')
+depends=('knotifyconfig')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('5e9f22a983aeee231280e05e704cb28a7733bda9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${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: kteatime/repos/staging-x86_64/kteatime.install (from rev 239125, 
kteatime/trunk/kteatime.install)
===
--- staging-x86_64/kteatime.install (rev 0)
+++ staging-x86_64/kteatime.install 2015-05-12 08:22:15 UTC (rev 239126)
@@ -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 kdetoys-ktux/repos (6 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:22:31
  Author: arojas
Revision: 239127

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

Added:
  kdetoys-ktux/repos/staging-i686/
  kdetoys-ktux/repos/staging-i686/PKGBUILD
(from rev 239126, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/staging-i686/kdetoys-ktux.install
(from rev 239126, kdetoys-ktux/trunk/kdetoys-ktux.install)
  kdetoys-ktux/repos/staging-x86_64/
  kdetoys-ktux/repos/staging-x86_64/PKGBUILD
(from rev 239126, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/staging-x86_64/kdetoys-ktux.install
(from rev 239126, kdetoys-ktux/trunk/kdetoys-ktux.install)

-+
 staging-i686/PKGBUILD   |   32 
 staging-i686/kdetoys-ktux.install   |   11 +++
 staging-x86_64/PKGBUILD |   32 
 staging-x86_64/kdetoys-ktux.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdetoys-ktux/repos/staging-i686/PKGBUILD (from rev 239126, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:22:31 UTC (rev 239127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('51fc8dbda80a8053c19a77793ef00d8aa9338d20')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/staging-i686/kdetoys-ktux.install (from rev 239126, 
kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- staging-i686/kdetoys-ktux.install   (rev 0)
+++ staging-i686/kdetoys-ktux.install   2015-05-12 08:22:31 UTC (rev 239127)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-ktux/repos/staging-x86_64/PKGBUILD (from rev 239126, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:22:31 UTC (rev 239127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('51fc8dbda80a8053c19a77793ef00d8aa9338d20')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/staging-x86_64/kdetoys-ktux.install (from rev 
239126, kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- staging-x86_64/kdetoys-ktux.install (rev 0)
+++ staging-x86_64/kdetoys-ktux.install 2015-05-12 08:22:31 UTC (rev 239127)
@@ -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 kdeutils-kdf/repos (6 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:23:51
  Author: arojas
Revision: 239132

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

Added:
  kdeutils-kdf/repos/staging-i686/
  kdeutils-kdf/repos/staging-i686/PKGBUILD
(from rev 239131, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/staging-i686/kdeutils-kdf.install
(from rev 239131, kdeutils-kdf/trunk/kdeutils-kdf.install)
  kdeutils-kdf/repos/staging-x86_64/
  kdeutils-kdf/repos/staging-x86_64/PKGBUILD
(from rev 239131, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/staging-x86_64/kdeutils-kdf.install
(from rev 239131, kdeutils-kdf/trunk/kdeutils-kdf.install)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-i686/kdeutils-kdf.install   |   11 +++
 staging-x86_64/PKGBUILD |   33 +
 staging-x86_64/kdeutils-kdf.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: kdeutils-kdf/repos/staging-i686/PKGBUILD (from rev 239131, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:23:51 UTC (rev 239132)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=15.04.1
+pkgrel=1
+url=http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('0e96cbccc8adc419b2a2671a6411089c7d3a572e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kdf/repos/staging-i686/kdeutils-kdf.install (from rev 239131, 
kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- staging-i686/kdeutils-kdf.install   (rev 0)
+++ staging-i686/kdeutils-kdf.install   2015-05-12 08:23:51 UTC (rev 239132)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kdf/repos/staging-x86_64/PKGBUILD (from rev 239131, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:23:51 UTC (rev 239132)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=15.04.1
+pkgrel=1
+url=http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('0e96cbccc8adc419b2a2671a6411089c7d3a572e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kdf/repos/staging-x86_64/kdeutils-kdf.install (from rev 
239131, kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- staging-x86_64/kdeutils-kdf.install (rev 0)
+++ staging-x86_64/kdeutils-kdf.install 2015-05-12 08:23:51 UTC (rev 239132)
@@ -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 kcharselect/repos (4 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:23:35
  Author: arojas
Revision: 239131

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

Added:
  kcharselect/repos/staging-i686/
  kcharselect/repos/staging-i686/PKGBUILD
(from rev 239130, kcharselect/trunk/PKGBUILD)
  kcharselect/repos/staging-x86_64/
  kcharselect/repos/staging-x86_64/PKGBUILD
(from rev 239130, kcharselect/trunk/PKGBUILD)

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

Copied: kcharselect/repos/staging-i686/PKGBUILD (from rev 239130, 
kcharselect/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:23:35 UTC (rev 239131)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcharselect
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('a9705d136d1d415810a4d92dc6587478a25831fa')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${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: kcharselect/repos/staging-x86_64/PKGBUILD (from rev 239130, 
kcharselect/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:23:35 UTC (rev 239131)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcharselect
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('a9705d136d1d415810a4d92dc6587478a25831fa')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${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
+}


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:23:18
  Author: arojas
Revision: 239130

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

Added:
  kcalc/repos/staging-i686/
  kcalc/repos/staging-i686/PKGBUILD
(from rev 239129, kcalc/trunk/PKGBUILD)
  kcalc/repos/staging-i686/kcalc.install
(from rev 239129, kcalc/trunk/kcalc.install)
  kcalc/repos/staging-x86_64/
  kcalc/repos/staging-x86_64/PKGBUILD
(from rev 239129, kcalc/trunk/PKGBUILD)
  kcalc/repos/staging-x86_64/kcalc.install
(from rev 239129, kcalc/trunk/kcalc.install)

--+
 staging-i686/PKGBUILD|   39 +++
 staging-i686/kcalc.install   |   13 +
 staging-x86_64/PKGBUILD  |   39 +++
 staging-x86_64/kcalc.install |   13 +
 4 files changed, 104 insertions(+)

Copied: kcalc/repos/staging-i686/PKGBUILD (from rev 239129, 
kcalc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:23:18 UTC (rev 239130)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcalc
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('7c4fd090c0763518b190d8bb3885c61f0e1415df')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcalc-${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: kcalc/repos/staging-i686/kcalc.install (from rev 239129, 
kcalc/trunk/kcalc.install)
===
--- staging-i686/kcalc.install  (rev 0)
+++ staging-i686/kcalc.install  2015-05-12 08:23:18 UTC (rev 239130)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: kcalc/repos/staging-x86_64/PKGBUILD (from rev 239129, 
kcalc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:23:18 UTC (rev 239130)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcalc
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('7c4fd090c0763518b190d8bb3885c61f0e1415df')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcalc-${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: kcalc/repos/staging-x86_64/kcalc.install (from rev 239129, 
kcalc/trunk/kcalc.install)
===
--- staging-x86_64/kcalc.install(rev 0)
+++ staging-x86_64/kcalc.install2015-05-12 08:23:18 UTC (rev 239130)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:23:02
  Author: arojas
Revision: 239129

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

Added:
  filelight/repos/staging-i686/
  filelight/repos/staging-i686/PKGBUILD
(from rev 239128, filelight/trunk/PKGBUILD)
  filelight/repos/staging-i686/filelight.install
(from rev 239128, filelight/trunk/filelight.install)
  filelight/repos/staging-x86_64/
  filelight/repos/staging-x86_64/PKGBUILD
(from rev 239128, filelight/trunk/PKGBUILD)
  filelight/repos/staging-x86_64/filelight.install
(from rev 239128, filelight/trunk/filelight.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/filelight.install   |   13 
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/filelight.install |   13 
 4 files changed, 102 insertions(+)

Copied: filelight/repos/staging-i686/PKGBUILD (from rev 239128, 
filelight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:23:02 UTC (rev 239129)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('85ad67ecc25cb052ba1e49b9993ca662e27c5e7f')
+
+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: filelight/repos/staging-i686/filelight.install (from rev 239128, 
filelight/trunk/filelight.install)
===
--- staging-i686/filelight.install  (rev 0)
+++ staging-i686/filelight.install  2015-05-12 08:23:02 UTC (rev 239129)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/staging-x86_64/PKGBUILD (from rev 239128, 
filelight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:23:02 UTC (rev 239129)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('85ad67ecc25cb052ba1e49b9993ca662e27c5e7f')
+
+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: filelight/repos/staging-x86_64/filelight.install (from rev 239128, 
filelight/trunk/filelight.install)
===
--- staging-x86_64/filelight.install(rev 0)
+++ staging-x86_64/filelight.install2015-05-12 08:23:02 UTC (rev 239129)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:26:50
  Author: arojas
Revision: 239142

archrelease: copy trunk to staging-any

Added:
  kde-wallpapers/repos/staging-any/
  kde-wallpapers/repos/staging-any/PKGBUILD
(from rev 239141, kde-wallpapers/trunk/PKGBUILD)

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

Copied: kde-wallpapers/repos/staging-any/PKGBUILD (from rev 239141, 
kde-wallpapers/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-05-12 08:26:50 UTC (rev 239142)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-wallpapers
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A set of wallpapers for KDE
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('009152d4e1249dd00af16f5c793e20601494fad6')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR=${pkgdir} install
+}


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:25:53
  Author: arojas
Revision: 239139

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

Added:
  kdeutils-superkaramba/repos/staging-i686/
  kdeutils-superkaramba/repos/staging-i686/PKGBUILD
(from rev 239138, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/staging-i686/kdeutils-superkaramba.install
(from rev 239138, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
  kdeutils-superkaramba/repos/staging-x86_64/
  kdeutils-superkaramba/repos/staging-x86_64/PKGBUILD
(from rev 239138, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/staging-x86_64/kdeutils-superkaramba.install
(from rev 239138, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)

--+
 staging-i686/PKGBUILD|   33 +
 staging-i686/kdeutils-superkaramba.install   |   12 +
 staging-x86_64/PKGBUILD  |   33 +
 staging-x86_64/kdeutils-superkaramba.install |   12 +
 4 files changed, 90 insertions(+)

Copied: kdeutils-superkaramba/repos/staging-i686/PKGBUILD (from rev 239138, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:25:53 UTC (rev 239139)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('6e950591662ff09c7f715f84f91fd5de07529036')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-superkaramba/repos/staging-i686/kdeutils-superkaramba.install 
(from rev 239138, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- staging-i686/kdeutils-superkaramba.install  (rev 0)
+++ staging-i686/kdeutils-superkaramba.install  2015-05-12 08:25:53 UTC (rev 
239139)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-superkaramba/repos/staging-x86_64/PKGBUILD (from rev 239138, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:25:53 UTC (rev 239139)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('6e950591662ff09c7f715f84f91fd5de07529036')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeutils-superkaramba/repos/staging-x86_64/kdeutils-superkaramba.install (from 
rev 239138, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- staging-x86_64/kdeutils-superkaramba.install
(rev 0)
+++ staging-x86_64/kdeutils-superkaramba.install2015-05-12 08:25:53 UTC 
(rev 239139)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:26:10
  Author: arojas
Revision: 239140

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

Added:
  kdeutils-sweeper/repos/staging-i686/
  kdeutils-sweeper/repos/staging-i686/PKGBUILD
(from rev 239139, kdeutils-sweeper/trunk/PKGBUILD)
  kdeutils-sweeper/repos/staging-x86_64/
  kdeutils-sweeper/repos/staging-x86_64/PKGBUILD
(from rev 239139, kdeutils-sweeper/trunk/PKGBUILD)

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

Copied: kdeutils-sweeper/repos/staging-i686/PKGBUILD (from rev 239139, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:26:10 UTC (rev 239140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('f35c3faba050a9697a20158750465ebcc92ed8e2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-sweeper/repos/staging-x86_64/PKGBUILD (from rev 239139, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:26:10 UTC (rev 239140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('f35c3faba050a9697a20158750465ebcc92ed8e2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:26:32
  Author: arojas
Revision: 239141

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

Added:
  kdewebdev/repos/staging-i686/
  kdewebdev/repos/staging-i686/PKGBUILD
(from rev 239140, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/staging-i686/kdewebdev-kimagemapeditor.install
(from rev 239140, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/staging-i686/kdewebdev.install
(from rev 239140, kdewebdev/trunk/kdewebdev.install)
  kdewebdev/repos/staging-x86_64/
  kdewebdev/repos/staging-x86_64/PKGBUILD
(from rev 239140, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/staging-x86_64/kdewebdev-kimagemapeditor.install
(from rev 239140, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/staging-x86_64/kdewebdev.install
(from rev 239140, kdewebdev/trunk/kdewebdev.install)

--+
 staging-i686/PKGBUILD|   72 +
 staging-i686/kdewebdev-kimagemapeditor.install   |   12 +++
 staging-i686/kdewebdev.install   |   11 +++
 staging-x86_64/PKGBUILD  |   72 +
 staging-x86_64/kdewebdev-kimagemapeditor.install |   12 +++
 staging-x86_64/kdewebdev.install |   11 +++
 6 files changed, 190 insertions(+)

Copied: kdewebdev/repos/staging-i686/PKGBUILD (from rev 239140, 
kdewebdev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:26:32 UTC (rev 239141)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=15.04.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdewebdev')
+makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('171c6b61e2b0db81d8f9be31e49759b642e561a8')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdewebdev-kfilereplace() {
+   pkgdesc='Search  Replace Tool'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kfilereplace/;
+   install='kdewebdev.install'
+   cd $srcdir/build/kfilereplace
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfilereplace
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-kimagemapeditor() {
+   pkgdesc='HTML Image Map Editor'
+   depends=('kdebase-runtime')
+url=http://www.kde.org/applications/development/kimagemapeditor/;
+   install='kdewebdev-kimagemapeditor.install'
+   cd $srcdir/build/kimagemapeditor
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kimagemapeditor
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-klinkstatus() {
+   pkgdesc='Link Checker'
+   depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml')
+url=http://www.kde.org/applications/development/klinkstatus/;
+   install='kdewebdev.install'
+   cd $srcdir/build/klinkstatus
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/klinkstatus
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-kommander() {
+   pkgdesc='Executor for Kommander dialogs'
+   depends=('kdebase-runtime')
+url=http://www.kde.org/applications/development/kommander/;
+   cd $srcdir/build/kommander
+   make DESTDIR=$pkgdir install
+}

Copied: kdewebdev/repos/staging-i686/kdewebdev-kimagemapeditor.install (from 
rev 239140, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
===
--- staging-i686/kdewebdev-kimagemapeditor.install  
(rev 0)
+++ staging-i686/kdewebdev-kimagemapeditor.install  2015-05-12 08:26:32 UTC 
(rev 239141)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdewebdev/repos/staging-i686/kdewebdev.install (from rev 239140, 
kdewebdev/trunk/kdewebdev.install)
===
--- staging-i686/kdewebdev.install  (rev 0)
+++ staging-i686/kdewebdev.install  

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:38:45
  Author: arojas
Revision: 239143

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

Added:
  kdelibs/repos/extra-i686/PKGBUILD
(from rev 239142, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/extra-i686/archlinux-menu.patch
(from rev 239142, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/extra-i686/kde-applications-menu.patch
(from rev 239142, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/extra-i686/kdelibs.install
(from rev 239142, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/extra-i686/qt4.patch
(from rev 239142, kdelibs/trunk/qt4.patch)
  kdelibs/repos/extra-x86_64/PKGBUILD
(from rev 239142, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
(from rev 239142, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
(from rev 239142, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/extra-x86_64/kdelibs.install
(from rev 239142, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/extra-x86_64/qt4.patch
(from rev 239142, kdelibs/trunk/qt4.patch)
Deleted:
  kdelibs/repos/extra-i686/PKGBUILD
  kdelibs/repos/extra-i686/archlinux-menu.patch
  kdelibs/repos/extra-i686/dolphin-places.patch
  kdelibs/repos/extra-i686/kde-applications-menu.patch
  kdelibs/repos/extra-i686/kdelibs.install
  kdelibs/repos/extra-i686/qt4.patch
  kdelibs/repos/extra-x86_64/PKGBUILD
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
  kdelibs/repos/extra-x86_64/dolphin-places.patch
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
  kdelibs/repos/extra-x86_64/kdelibs.install
  kdelibs/repos/extra-x86_64/qt4.patch

--+
 /PKGBUILD|  124 +
 /archlinux-menu.patch|   44 ++
 /kde-applications-menu.patch |   44 ++
 /kdelibs.install |   26 ++
 /qt4.patch   |   22 +
 extra-i686/PKGBUILD  |   65 ---
 extra-i686/archlinux-menu.patch  |   22 -
 extra-i686/dolphin-places.patch  |  119 ---
 extra-i686/kde-applications-menu.patch   |   22 -
 extra-i686/kdelibs.install   |   13 ---
 extra-i686/qt4.patch |   11 --
 extra-x86_64/PKGBUILD|   65 ---
 extra-x86_64/archlinux-menu.patch|   22 -
 extra-x86_64/dolphin-places.patch|  119 ---
 extra-x86_64/kde-applications-menu.patch |   22 -
 extra-x86_64/kdelibs.install |   13 ---
 extra-x86_64/qt4.patch   |   11 --
 17 files changed, 260 insertions(+), 504 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:26:50 UTC (rev 239142)
+++ extra-i686/PKGBUILD 2015-05-12 08:38:45 UTC (rev 239143)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.14.7
-_kdeappver=15.04.0
-pkgrel=3
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('attica-qt4' 'libxss' 'krb5' 'qca' 'libdbusmenu-qt' 'polkit-qt4'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
-'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
-'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa' 'grantlee-qt4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch' 
'dolphin-places.patch')
-sha1sums=('6de82328f692717b97ad6833109a564a7b6a0a9a'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'ed1f57ee661e5c7440efcaba7e51d2554709701c'
-  'a53959b740b66054f981139430f91885657d5e94')
-
-prepare() {
-   mkdir build
-   cd ${pkgname}-${pkgver}
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-   # qmake refers to Qt5
-   patch -p1 -i ${srcdir}/qt4.patch
-# fix disappearing bookmarks in Dolphin 
https://bugs.kde.org/show_bug.cgi?id=345174
-  patch -p1 -i $srcdir/dolphin-places.patch
-}
-
-build() {
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:14:34
  Author: arojas
Revision: 238986

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:14:15 UTC (rev 238985)
+++ extra-i686/PKGBUILD 2015-05-12 07:14:34 UTC (rev 238986)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkipi
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=An interface to use kipi-plugins from a KDE application
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('63a26bec5176ae6605df83148344c097f47833a6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkipi/repos/extra-i686/PKGBUILD (from rev 238985, 
libkipi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:14:34 UTC (rev 238986)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('83e83a902612e17d271c7490ad9f41102c355242')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libkipi.install
===
--- extra-i686/libkipi.install  2015-05-12 07:14:15 UTC (rev 238985)
+++ extra-i686/libkipi.install  2015-05-12 07:14:34 UTC (rev 238986)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkipi/repos/extra-i686/libkipi.install (from rev 238985, 
libkipi/trunk/libkipi.install)
===
--- extra-i686/libkipi.install  (rev 0)
+++ extra-i686/libkipi.install  2015-05-12 07:14:34 UTC (rev 238986)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:14:15 UTC (rev 238985)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:14:34 UTC (rev 238986)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkipi
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=An interface to use kipi-plugins from a KDE application
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:14:52
  Author: arojas
Revision: 238987

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

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

---+
 /PKGBUILD |   68 
 /libksane.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:14:34 UTC (rev 238986)
+++ extra-i686/PKGBUILD 2015-05-12 07:14:52 UTC (rev 238987)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5534c34b5bfeac4553442cf82eeb3340ecfbc9da')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 238986, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:14:52 UTC (rev 238987)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a532a7aaca3f1db53d97de5c40382aaf83f7fc93')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2015-05-12 07:14:34 UTC (rev 238986)
+++ extra-i686/libksane.install 2015-05-12 07:14:52 UTC (rev 238987)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 238986, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2015-05-12 07:14:52 UTC (rev 238987)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:14:34 UTC (rev 238986)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:14:52 UTC (rev 238987)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:14:15
  Author: arojas
Revision: 238985

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:12:00 UTC (rev 238984)
+++ extra-i686/PKGBUILD 2015-05-12 07:14:15 UTC (rev 238985)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdcraw
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A C++ interface used to decode RAW picture
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('92d848f5e07c3472073593fd335f4cedf2be5dec')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkdcraw/repos/extra-i686/PKGBUILD (from rev 238984, 
libkdcraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:14:15 UTC (rev 238985)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c93001089787ba918ce1930ca1c196101866fbe6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libkdcraw.install
===
--- extra-i686/libkdcraw.install2015-05-12 07:12:00 UTC (rev 238984)
+++ extra-i686/libkdcraw.install2015-05-12 07:14:15 UTC (rev 238985)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkdcraw/repos/extra-i686/libkdcraw.install (from rev 238984, 
libkdcraw/trunk/libkdcraw.install)
===
--- extra-i686/libkdcraw.install(rev 0)
+++ extra-i686/libkdcraw.install2015-05-12 07:14:15 UTC (rev 238985)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:12:00 UTC (rev 238984)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:14:15 UTC (rev 238985)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdcraw
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A C++ interface used to decode RAW picture
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
-arch=('i686' 

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

2015-05-12 Thread Sébastien Luttringer
Date: Tuesday, May 12, 2015 @ 09:09:28
  Author: seblu
Revision: 238977

upgpkg: ulogd 2.0.5-1

Modified:
  ulogd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 07:09:20 UTC (rev 238976)
+++ PKGBUILD2015-05-12 07:09:28 UTC (rev 238977)
@@ -4,8 +4,8 @@
 # Contributor: Dale Blount d...@archlinux.org
 
 pkgname=ulogd
-pkgver=2.0.4
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
 pkgdesc='Userspace Packet Logging for netfilter'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/ulogd/index.html'
@@ -33,7 +33,7 @@
 $pkgname.logrotate
 $pkgname.conf
 $pkgname.service)
-md5sums=('7c71ec460dfea5287eba27472c521ebc'
+md5sums=('f0f8fe1371fa28b5e06cb16aaa0111dd'
  'SKIP'
  '95f05af0a0c8f5fdea5bd92ccb2fd465'
  '2c8cbedb2fb455cba220ca35186ad846'


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:09:20
  Author: arojas
Revision: 238976

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:08:51 UTC (rev 238975)
+++ extra-i686/PKGBUILD 2015-05-12 07:09:20 UTC (rev 238976)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('107d84708c1423fea4c635ef60e623de4b0099d2')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/extra-i686/PKGBUILD (from rev 238975, 
libkexiv2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:09:20 UTC (rev 238976)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d2271be0afb86095560444bf32e7ec8f8744136e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:08:51 UTC (rev 238975)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:09:20 UTC (rev 238976)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('107d84708c1423fea4c635ef60e623de4b0099d2')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/extra-x86_64/PKGBUILD (from rev 238975, 
libkexiv2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:09:20 UTC (rev 238976)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d2271be0afb86095560444bf32e7ec8f8744136e')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:10:08
  Author: arojas
Revision: 238979

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

Added:
  kate/repos/extra-i686/PKGBUILD
(from rev 238978, kate/trunk/PKGBUILD)
  kate/repos/extra-i686/kate.install
(from rev 238978, kate/trunk/kate.install)
  kate/repos/extra-i686/kwrite.install
(from rev 238978, kate/trunk/kwrite.install)
  kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 238978, kate/trunk/pkgbuild-syntax-highlight.patch)
  kate/repos/extra-x86_64/PKGBUILD
(from rev 238978, kate/trunk/PKGBUILD)
  kate/repos/extra-x86_64/kate.install
(from rev 238978, kate/trunk/kate.install)
  kate/repos/extra-x86_64/kwrite.install
(from rev 238978, kate/trunk/kwrite.install)
  kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 238978, kate/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  kate/repos/extra-i686/PKGBUILD
  kate/repos/extra-i686/kate.install
  kate/repos/extra-i686/kwrite.install
  kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
  kate/repos/extra-x86_64/PKGBUILD
  kate/repos/extra-x86_64/kate.install
  kate/repos/extra-x86_64/kwrite.install
  kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

--+
 /PKGBUILD|  136 +
 /kate.install|   26 
 /kwrite.install  |   24 
 /pkgbuild-syntax-highlight.patch |   22 
 extra-i686/PKGBUILD  |   68 
 extra-i686/kate.install  |   13 --
 extra-i686/kwrite.install|   12 --
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 --
 extra-x86_64/PKGBUILD|   68 
 extra-x86_64/kate.install|   13 --
 extra-x86_64/kwrite.install  |   12 --
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 --
 12 files changed, 208 insertions(+), 208 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:09:38 UTC (rev 238978)
+++ extra-i686/PKGBUILD 2015-05-12 07:10:08 UTC (rev 238979)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=15.04.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2ba29201f2b41f545874f9a58b229bd6acdc5163')
-
-prepare() {
-  mkdir 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/;
-  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/;
-  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/extra-i686/PKGBUILD (from rev 238978, kate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:10:08 UTC (rev 238979)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.04.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:09:38
  Author: arojas
Revision: 238978

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

Added:
  kdegraphics-okular/repos/extra-i686/PKGBUILD
(from rev 238976, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install
(from rev 238977, kdegraphics-okular/trunk/kdegraphics-okular.install)
  kdegraphics-okular/repos/extra-x86_64/PKGBUILD
(from rev 238977, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/extra-x86_64/kdegraphics-okular.install
(from rev 238977, kdegraphics-okular/trunk/kdegraphics-okular.install)
Deleted:
  kdegraphics-okular/repos/extra-i686/PKGBUILD
  kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install
  kdegraphics-okular/repos/extra-x86_64/PKGBUILD
  kdegraphics-okular/repos/extra-x86_64/kdegraphics-okular.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:09:28 UTC (rev 238977)
+++ extra-i686/PKGBUILD 2015-05-12 07:09:38 UTC (rev 238978)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-okular
-pkgver=15.04.0
-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' '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/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('46280f94ef9523ed53273a5bb8e2b3671d0ed029')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../okular-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_ActiveApp=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-okular/repos/extra-i686/PKGBUILD (from rev 238976, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:09:38 UTC (rev 238978)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=15.04.1
+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' '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/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('600147862ad9c1915df9f63581c2f3d4801b01db')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegraphics-okular.install
===
--- extra-i686/kdegraphics-okular.install   2015-05-12 07:09:28 UTC (rev 
238977)
+++ extra-i686/kdegraphics-okular.install   2015-05-12 07:09:38 UTC (rev 
238978)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install (from 
rev 238977, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- extra-i686/kdegraphics-okular.install   (rev 0)
+++ extra-i686/kdegraphics-okular.install   2015-05-12 07:09:38 UTC (rev 
238978)
@@ 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:10:28
  Author: arojas
Revision: 238980

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-12 07:10:08 UTC (rev 238979)
+++ PKGBUILD2015-05-12 07:10:28 UTC (rev 238980)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kde-base-artwork
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=KDE KSplash theme
-arch=('any')
-url='http://www.kde.org/'
-license=('LGPL')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('bd91ff7a3b8cb34c4058d286c21cb29aae7387fa')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}

Copied: kde-base-artwork/repos/extra-any/PKGBUILD (from rev 238979, 
kde-base-artwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-12 07:10:28 UTC (rev 238980)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-base-artwork
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=KDE KSplash theme
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2434c74ae76977abca5cebe827020f9393e3e5fd')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:11:08
  Author: arojas
Revision: 238981

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

Added:
  kdebase/repos/extra-i686/PKGBUILD
(from rev 238980, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-i686/kdebase-dolphin.install
(from rev 238980, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-i686/kdebase-konqueror.install
(from rev 238980, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-i686/kdebase.install
(from rev 238980, kdebase/trunk/kdebase.install)
  kdebase/repos/extra-x86_64/PKGBUILD
(from rev 238980, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
(from rev 238980, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
(from rev 238980, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-x86_64/kdebase.install
(from rev 238980, kdebase/trunk/kdebase.install)
Deleted:
  kdebase/repos/extra-i686/PKGBUILD
  kdebase/repos/extra-i686/dolphin-places.patch
  kdebase/repos/extra-i686/kdebase-dolphin.install
  kdebase/repos/extra-i686/kdebase-konqueror.install
  kdebase/repos/extra-i686/kdebase.install
  kdebase/repos/extra-x86_64/PKGBUILD
  kdebase/repos/extra-x86_64/dolphin-places.patch
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
  kdebase/repos/extra-x86_64/kdebase.install

+
 /PKGBUILD  |  278 +++
 /kdebase-dolphin.install   |   22 ++
 /kdebase-konqueror.install |   24 ++
 /kdebase.install   |   22 ++
 extra-i686/PKGBUILD|  144 
 extra-i686/dolphin-places.patch|   26 --
 extra-i686/kdebase-dolphin.install |   11 -
 extra-i686/kdebase-konqueror.install   |   12 -
 extra-i686/kdebase.install |   11 -
 extra-x86_64/PKGBUILD  |  144 
 extra-x86_64/dolphin-places.patch  |   26 --
 extra-x86_64/kdebase-dolphin.install   |   11 -
 extra-x86_64/kdebase-konqueror.install |   12 -
 extra-x86_64/kdebase.install   |   11 -
 14 files changed, 346 insertions(+), 408 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:10:28 UTC (rev 238980)
+++ extra-i686/PKGBUILD 2015-05-12 07:11:08 UTC (rev 238981)
@@ -1,144 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=15.04.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;
 'dolphin-places.patch')
-sha1sums=('18ec78a547ca68b110d3b82a12a0001bf62d0b66'
-  'a3c0536eece94ac288184ceaed3b6bde9241f2dc')
-
-prepare() {
-  mkdir build
-
-# Fix disappearing bookmarks in Dolphin 
https://bugs.kde.org/show_bug.cgi?id=345174
-  cd kde-baseapps-$pkgver
-  patch -p1 -i $srcdir/dolphin-places.patch
-}
-
-build() {
-  cd build
-  cmake ../kde-baseapps-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-dolphin() {
-  pkgdesc='File Manager'
-  depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
-  optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-  'kdegraphics-thumbnailers: thumbnailers for various graphics 
files'
-  'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
-  'kdemultimedia-mplayerthumbs: thumbnailers for video files'
-  'kdesdk-thumbnailers: thumbnailers for development files'
-  'icoutils: thumbnailers for MS files'
-  'ruby: servicemenu installation'
-  'konsolepart4: open terminal in context menu')
-  url=http://kde.org/applications/system/dolphin/;
-  install=kdebase-dolphin.install
-
-  cd $srcdir/build/dolphin
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc/dolphin
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdepasswd() {
-  pkgdesc='Change Password'
-  depends=('kdebase-runtime' 'kdebase-lib')
-
-  cd $srcdir/build/kdepasswd
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc/kdepasswd
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdialog() {
-  pkgdesc='A utility for displaying dialog 

[arch-commits] Commit in kdeedu-data/repos/extra-any (PKGBUILD PKGBUILD)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:11:32
  Author: arojas
Revision: 238982

archrelease: copy trunk to extra-any

Added:
  kdeedu-data/repos/extra-any/PKGBUILD
(from rev 238981, kdeedu-data/trunk/PKGBUILD)
Deleted:
  kdeedu-data/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-12 07:11:08 UTC (rev 238981)
+++ PKGBUILD2015-05-12 07:11:32 UTC (rev 238982)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-data
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Common data for KDE Edu applications
-url=http://kde.org/applications/education;
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('extra-cmake-modules')
-conflicts=('libkdeedu14')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('8992f5df2fa5e54491ee2fae8d4456a5cb8485b4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-data/repos/extra-any/PKGBUILD (from rev 238981, 
kdeedu-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-12 07:11:32 UTC (rev 238982)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-data
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Common data for KDE Edu applications
+url=http://kde.org/applications/education;
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules')
+conflicts=('libkdeedu14')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('f5d726c84d2c2f043825b110c119d977f721748d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


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

2015-05-12 Thread Sébastien Luttringer
Date: Tuesday, May 12, 2015 @ 09:11:33
  Author: seblu
Revision: 238983

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

Added:
  ulogd/repos/extra-i686/PKGBUILD
(from rev 238978, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-i686/ulogd
(from rev 238978, ulogd/trunk/ulogd)
  ulogd/repos/extra-i686/ulogd.conf
(from rev 238978, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-i686/ulogd.logrotate
(from rev 238978, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-i686/ulogd.service
(from rev 238978, ulogd/trunk/ulogd.service)
  ulogd/repos/extra-x86_64/PKGBUILD
(from rev 238978, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-x86_64/ulogd
(from rev 238979, ulogd/trunk/ulogd)
  ulogd/repos/extra-x86_64/ulogd.conf
(from rev 238981, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-x86_64/ulogd.logrotate
(from rev 238981, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-x86_64/ulogd.service
(from rev 238981, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/extra-i686/PKGBUILD
  ulogd/repos/extra-i686/ulogd
  ulogd/repos/extra-i686/ulogd.conf
  ulogd/repos/extra-i686/ulogd.logrotate
  ulogd/repos/extra-i686/ulogd.service
  ulogd/repos/extra-x86_64/PKGBUILD
  ulogd/repos/extra-x86_64/ulogd
  ulogd/repos/extra-x86_64/ulogd.conf
  ulogd/repos/extra-x86_64/ulogd.logrotate
  ulogd/repos/extra-x86_64/ulogd.service

--+
 /PKGBUILD|  132 +
 /ulogd   |  108 +
 /ulogd.conf  |   40 
 /ulogd.logrotate |   20 ++
 /ulogd.service   |   18 +
 extra-i686/PKGBUILD  |   65 
 extra-i686/ulogd |   54 
 extra-i686/ulogd.conf|   20 --
 extra-i686/ulogd.logrotate   |   10 ---
 extra-i686/ulogd.service |9 --
 extra-x86_64/PKGBUILD|   65 
 extra-x86_64/ulogd   |   54 
 extra-x86_64/ulogd.conf  |   20 --
 extra-x86_64/ulogd.logrotate |   10 ---
 extra-x86_64/ulogd.service   |9 --
 15 files changed, 318 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:11:32 UTC (rev 238982)
+++ extra-i686/PKGBUILD 2015-05-12 07:11:33 UTC (rev 238983)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=ulogd
-pkgver=2.0.4
-pkgrel=2
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl'
- 'libnetfilter_acct'
- 'libnetfilter_conntrack'
- 'libnetfilter_log'
- 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmariadbclient'
- 'libpcap'
- 'libdbi'
- 'postgresql-libs'
- 'sqlite'
- 'jansson')
-optdepends=('libmariadbclient: MySQL databases support'
-'sqlite: SQLite3 databases support'
-'postgresql-libs: PostgreSQL databases support'
-'libdbi: DBI abstraction databases support'
-'libpcap: PCAP output support'
-'jansson: JSON output support')
-source=(http://www.netfilter.org/projects/ulogd/files/$pkgname-$pkgver.tar.bz2{,.sig}
-$pkgname.logrotate
-$pkgname.conf
-$pkgname.service)
-md5sums=('7c71ec460dfea5287eba27472c521ebc'
- 'SKIP'
- '95f05af0a0c8f5fdea5bd92ccb2fd465'
- '2c8cbedb2fb455cba220ca35186ad846'
- '092d72209e30c132e0a08112e4062772')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-mysql \
---with-pgsql \
---with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/usr/share/doc/ulogd
-  install -Dm644 ulogd.conf $pkgdir/usr/share/doc/ulogd/ulogd.conf
-  install -m644 doc/*.{table,sql} $pkgdir/usr/share/doc/ulogd
-  cd $srcdir
-  install -Dm644 $pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $pkgname.logrotate $pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/extra-i686/PKGBUILD (from rev 238978, ulogd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:11:33 UTC (rev 238983)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=ulogd
+pkgver=2.0.5
+pkgrel=1

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:07:58
  Author: arojas
Revision: 238973

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

Added:
  kdegraphics-mobipocket/repos/extra-i686/PKGBUILD
(from rev 238972, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install
(from rev 238972, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
(from rev 238972, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/extra-x86_64/kdegraphics-mobipocket.install
(from rev 238972, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
Deleted:
  kdegraphics-mobipocket/repos/extra-i686/PKGBUILD
  kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
  kdegraphics-mobipocket/repos/extra-x86_64/kdegraphics-mobipocket.install

-+
 /PKGBUILD   |   74 ++
 /kdegraphics-mobipocket.install |   22 +++
 extra-i686/PKGBUILD |   37 -
 extra-i686/kdegraphics-mobipocket.install   |   11 ---
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/kdegraphics-mobipocket.install |   11 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:07:11 UTC (rev 238972)
+++ extra-i686/PKGBUILD 2015-05-12 07:07:58 UTC (rev 238973)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-mobipocket
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A collection of plugins to handle mobipocket files
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdegraphics')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('476fc1ce1cd3382c415af6782b0ad97b481a8254')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-mobipocket/repos/extra-i686/PKGBUILD (from rev 238972, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:07:58 UTC (rev 238973)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('03ecb5381380b93b0cd8857af9b37ef6e60ccb40')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegraphics-mobipocket.install
===
--- extra-i686/kdegraphics-mobipocket.install   2015-05-12 07:07:11 UTC (rev 
238972)
+++ extra-i686/kdegraphics-mobipocket.install   2015-05-12 07:07:58 UTC (rev 
238973)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install 
(from rev 238972, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- extra-i686/kdegraphics-mobipocket.install   (rev 0)
+++ extra-i686/kdegraphics-mobipocket.install   2015-05-12 07:07:58 UTC (rev 
238973)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:08:51
  Author: arojas
Revision: 238975

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

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

-+
 /PKGBUILD   |   72 ++
 /kdepim-runtime.install |   26 
 extra-i686/PKGBUILD |   36 -
 extra-i686/kdepim-runtime.install   |   13 --
 extra-x86_64/PKGBUILD   |   36 -
 extra-x86_64/kdepim-runtime.install |   13 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:08:16 UTC (rev 238974)
+++ extra-i686/PKGBUILD 2015-05-12 07:08:51 UTC (rev 238975)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepim-runtime
-pkgver=4.14.7
-_kdeappver=15.04.0
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'libsignon-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('00084b23c51d4ee6cdc49ec094aab73d4da8b1a3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 238974, 
kdepim-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:08:51 UTC (rev 238975)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.14.8
+_kdeappver=15.04.1
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'libsignon-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ba7cd8ca941e199497c817b70ba72522bd0a7d60')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdepim-runtime.install
===
--- extra-i686/kdepim-runtime.install   2015-05-12 07:08:16 UTC (rev 238974)
+++ extra-i686/kdepim-runtime.install   2015-05-12 07:08:51 UTC (rev 238975)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/extra-i686/kdepim-runtime.install (from rev 
238974, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- extra-i686/kdepim-runtime.install   (rev 0)
+++ extra-i686/kdepim-runtime.install   2015-05-12 07:08:51 UTC (rev 238975)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:08:16
  Author: arojas
Revision: 238974

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:07:58 UTC (rev 238973)
+++ extra-i686/PKGBUILD 2015-05-12 07:08:16 UTC (rev 238974)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepimlibs
-pkgver=4.14.7
-_kdeappver=15.04.0
-pkgrel=1
-pkgdesc=KDE PIM Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('90e61c19154dc063d921d477a8dadd97edd26fad')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdepimlibs/repos/extra-i686/PKGBUILD (from rev 238973, 
kdepimlibs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:08:16 UTC (rev 238974)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.14.8
+_kdeappver=15.04.0
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('da44d4b563bbfa887793c7af269ca9a8f93e652a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdepimlibs.install
===
--- extra-i686/kdepimlibs.install   2015-05-12 07:07:58 UTC (rev 238973)
+++ extra-i686/kdepimlibs.install   2015-05-12 07:08:16 UTC (rev 238974)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/extra-i686/kdepimlibs.install (from rev 238973, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- extra-i686/kdepimlibs.install   (rev 0)
+++ extra-i686/kdepimlibs.install   2015-05-12 07:08:16 UTC (rev 238974)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:07:58 UTC (rev 238973)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:08:16 UTC (rev 238974)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:20:31
  Author: arojas
Revision: 239002

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

Added:
  kdeaccessibility-jovie/repos/extra-i686/PKGBUILD
(from rev 239001, kdeaccessibility-jovie/trunk/PKGBUILD)
  kdeaccessibility-jovie/repos/extra-i686/kdeaccessibility-jovie.install
(from rev 239001, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
  kdeaccessibility-jovie/repos/extra-x86_64/PKGBUILD
(from rev 239001, kdeaccessibility-jovie/trunk/PKGBUILD)
  kdeaccessibility-jovie/repos/extra-x86_64/kdeaccessibility-jovie.install
(from rev 239001, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
Deleted:
  kdeaccessibility-jovie/repos/extra-i686/PKGBUILD
  kdeaccessibility-jovie/repos/extra-i686/kdeaccessibility-jovie.install
  kdeaccessibility-jovie/repos/extra-x86_64/PKGBUILD
  kdeaccessibility-jovie/repos/extra-x86_64/kdeaccessibility-jovie.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:20:09 UTC (rev 239001)
+++ extra-i686/PKGBUILD 2015-05-12 07:20:31 UTC (rev 239002)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-jovie
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz;)
-sha1sums=('14d4262747e20200cc42734739fab098c19bb9ff')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../jovie-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-jovie/repos/extra-i686/PKGBUILD (from rev 239001, 
kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:20:31 UTC (rev 239002)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('2d4bf6ddd91fd55926a65fba99ac249de4cf9f5e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeaccessibility-jovie.install
===
--- extra-i686/kdeaccessibility-jovie.install   2015-05-12 07:20:09 UTC (rev 
239001)
+++ extra-i686/kdeaccessibility-jovie.install   2015-05-12 07:20:31 UTC (rev 
239002)
@@ -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/extra-i686/kdeaccessibility-jovie.install 
(from rev 239001, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- extra-i686/kdeaccessibility-jovie.install   (rev 0)
+++ extra-i686/kdeaccessibility-jovie.install   2015-05-12 07:20:31 UTC (rev 
239002)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:20:09 UTC (rev 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:20:09
  Author: arojas
Revision: 239001

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:19:50 UTC (rev 239000)
+++ extra-i686/PKGBUILD 2015-05-12 07:20:09 UTC (rev 239001)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=15.04.0
-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')
-depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-mission-control)
-makedepends=(extra-cmake-modules kdoctools doxygen python)
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('0b26c5af3e862d17106435859e324ed1')
-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/extra-i686/PKGBUILD (from rev 
239000, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:20:09 UTC (rev 239001)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=15.04.1
+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-mission-control)
+makedepends=(extra-cmake-modules kdoctools doxygen python)
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('f8a6d43b015f9aa64cca33c6272100aa')
+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: extra-i686/telepathy-kde-common-internals.install
===
--- extra-i686/telepathy-kde-common-internals.install   2015-05-12 07:19:50 UTC 
(rev 239000)
+++ extra-i686/telepathy-kde-common-internals.install   2015-05-12 07:20:09 UTC 
(rev 239001)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:19:30
  Author: arojas
Revision: 238999

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

Added:
  kaccounts-integration/repos/extra-i686/PKGBUILD
(from rev 238998, kaccounts-integration/trunk/PKGBUILD)
  kaccounts-integration/repos/extra-x86_64/PKGBUILD
(from rev 238998, kaccounts-integration/trunk/PKGBUILD)
Deleted:
  kaccounts-integration/repos/extra-i686/PKGBUILD
  kaccounts-integration/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:19:10 UTC (rev 238998)
+++ extra-i686/PKGBUILD 2015-05-12 07:19:30 UTC (rev 238999)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org 
-
-pkgname=kaccounts-integration
-pkgver=15.04.0
-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 kio kaccounts-providers signon-kwallet-extension 
signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('0b59f48932b893bb32a9b64435f56d9a')
-
-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/extra-i686/PKGBUILD (from rev 238998, 
kaccounts-integration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:19:30 UTC (rev 238999)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=kaccounts-integration
+pkgver=15.04.1
+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 kio kaccounts-providers signon-kwallet-extension 
signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('aea0c967bc7f3b0e8da9a3cbc25649ee')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:19:10 UTC (rev 238998)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:19:30 UTC (rev 238999)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org 
-
-pkgname=kaccounts-integration
-pkgver=15.04.0
-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 kio kaccounts-providers signon-kwallet-extension 
signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('0b59f48932b893bb32a9b64435f56d9a')
-
-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/extra-x86_64/PKGBUILD (from rev 238998, 
kaccounts-integration/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:19:30 UTC (rev 238999)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:18:58
  Author: arojas
Revision: 238997

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

Added:
  kqtquickcharts/repos/extra-i686/PKGBUILD
(from rev 238996, kqtquickcharts/trunk/PKGBUILD)
  kqtquickcharts/repos/extra-x86_64/PKGBUILD
(from rev 238996, kqtquickcharts/trunk/PKGBUILD)
Deleted:
  kqtquickcharts/repos/extra-i686/PKGBUILD
  kqtquickcharts/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:18:37 UTC (rev 238996)
+++ extra-i686/PKGBUILD 2015-05-12 07:18:58 UTC (rev 238997)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kqtquickcharts
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A QtQuick plugin to render beautiful and interactive charts
-url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8ef9bfc30fe1dc5f96c72c18d9e791102c86f68d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kqtquickcharts/repos/extra-i686/PKGBUILD (from rev 238996, 
kqtquickcharts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:18:58 UTC (rev 238997)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('62ad7537678ce0fb5f0eb111f21902b393881a24')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:18:37 UTC (rev 238996)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:18:58 UTC (rev 238997)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kqtquickcharts
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A QtQuick plugin to render beautiful and interactive charts
-url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8ef9bfc30fe1dc5f96c72c18d9e791102c86f68d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kqtquickcharts/repos/extra-x86_64/PKGBUILD (from rev 238996, 
kqtquickcharts/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:18:58 UTC (rev 238997)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('62ad7537678ce0fb5f0eb111f21902b393881a24')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

[arch-commits] Commit in kaccounts-providers/repos/extra-any (4 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:19:10
  Author: arojas
Revision: 238998

archrelease: copy trunk to extra-any

Added:
  kaccounts-providers/repos/extra-any/PKGBUILD
(from rev 238997, kaccounts-providers/trunk/PKGBUILD)
  kaccounts-providers/repos/extra-any/kaccounts-providers.install
(from rev 238997, kaccounts-providers/trunk/kaccounts-providers.install)
Deleted:
  kaccounts-providers/repos/extra-any/PKGBUILD
  kaccounts-providers/repos/extra-any/kaccounts-providers.install

-+
 PKGBUILD|   68 +-
 kaccounts-providers.install |   22 ++---
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-12 07:18:58 UTC (rev 238997)
+++ PKGBUILD2015-05-12 07:19:10 UTC (rev 238998)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kaccounts-providers
-pkgver=15.04.0
-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=('any')
-url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('libaccounts-glib')
-makedepends=('extra-cmake-modules' 'intltool')
-install=$pkgname.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('72c3c4fb18be25cd5a9fe76e735a94c5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kaccounts-providers/repos/extra-any/PKGBUILD (from rev 238997, 
kaccounts-providers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-12 07:19:10 UTC (rev 238998)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kaccounts-providers
+pkgver=15.04.1
+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=('any')
+url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('libaccounts-glib')
+makedepends=('extra-cmake-modules' 'intltool')
+install=$pkgname.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('187a4bd66cad43a2e6eccb266f855560')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kaccounts-providers.install
===
--- kaccounts-providers.install 2015-05-12 07:18:58 UTC (rev 238997)
+++ kaccounts-providers.install 2015-05-12 07:19:10 UTC (rev 238998)
@@ -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/extra-any/kaccounts-providers.install (from 
rev 238997, kaccounts-providers/trunk/kaccounts-providers.install)
===
--- kaccounts-providers.install (rev 0)
+++ kaccounts-providers.install 2015-05-12 07:19:10 UTC (rev 238998)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:19:50
  Author: arojas
Revision: 239000

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

Added:
  signon-kwallet-extension/repos/extra-i686/PKGBUILD
(from rev 238999, signon-kwallet-extension/trunk/PKGBUILD)
  signon-kwallet-extension/repos/extra-x86_64/PKGBUILD
(from rev 238999, signon-kwallet-extension/trunk/PKGBUILD)
Deleted:
  signon-kwallet-extension/repos/extra-i686/PKGBUILD
  signon-kwallet-extension/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:19:30 UTC (rev 238999)
+++ extra-i686/PKGBUILD 2015-05-12 07:19:50 UTC (rev 239000)
@@ -1,34 +0,0 @@
-# Maintainer: anex assassin.anex[@]gmail.com
-
-pkgname=signon-kwallet-extension
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=KWallet signon extension
-arch=('i686' 'x86_64')
-url=http://kde.org;
-license=('LGPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('signon' 'kwallet')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('0df4fc45402a2ef108d631e7bae194c8')
-
-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/extra-i686/PKGBUILD (from rev 238999, 
signon-kwallet-extension/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:19:50 UTC (rev 239000)
@@ -0,0 +1,34 @@
+# Maintainer: anex assassin.anex[@]gmail.com
+
+pkgname=signon-kwallet-extension
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=KWallet signon extension
+arch=('i686' 'x86_64')
+url=http://kde.org;
+license=('LGPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e77dcf0dcb4f73135429059cf295dbc9')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:19:30 UTC (rev 238999)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:19:50 UTC (rev 239000)
@@ -1,34 +0,0 @@
-# Maintainer: anex assassin.anex[@]gmail.com
-
-pkgname=signon-kwallet-extension
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=KWallet signon extension
-arch=('i686' 'x86_64')
-url=http://kde.org;
-license=('LGPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('signon' 'kwallet')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('0df4fc45402a2ef108d631e7bae194c8')
-
-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/extra-x86_64/PKGBUILD (from rev 238999, 
signon-kwallet-extension/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:19:50 UTC (rev 239000)
@@ -0,0 +1,34 @@
+# Maintainer: anex assassin.anex[@]gmail.com
+
+pkgname=signon-kwallet-extension
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=KWallet signon extension
+arch=('i686' 'x86_64')
+url=http://kde.org;
+license=('LGPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e77dcf0dcb4f73135429059cf295dbc9')
+
+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
+  

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:16:12
  Author: arojas
Revision: 238990

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

Added:
  analitza/repos/extra-i686/PKGBUILD
(from rev 238989, analitza/trunk/PKGBUILD)
  analitza/repos/extra-x86_64/PKGBUILD
(from rev 238989, analitza/trunk/PKGBUILD)
Deleted:
  analitza/repos/extra-i686/PKGBUILD
  analitza/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:15:52 UTC (rev 238989)
+++ extra-i686/PKGBUILD 2015-05-12 07:16:12 UTC (rev 238990)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=analitza
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A library to add mathematical features to your program
-url=https://projects.kde.org/projects/kde/kdeedu/analitza;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('qt5-svg' 'qt5-declarative')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
-replaces=('kdebase-analitza')
-conflicts=('kdebase-analitza')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('3553bced6fa0bca56ae577c900752822c1165f44')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../analitza-${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: analitza/repos/extra-i686/PKGBUILD (from rev 238989, 
analitza/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:16:12 UTC (rev 238990)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=analitza
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+replaces=('kdebase-analitza')
+conflicts=('kdebase-analitza')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('3e792e9e6802adb51d2dcb113b9c9604a30cf785')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:15:52 UTC (rev 238989)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:16:12 UTC (rev 238990)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=analitza
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A library to add mathematical features to your program
-url=https://projects.kde.org/projects/kde/kdeedu/analitza;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('qt5-svg' 'qt5-declarative')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
-replaces=('kdebase-analitza')
-conflicts=('kdebase-analitza')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('3553bced6fa0bca56ae577c900752822c1165f44')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../analitza-${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: analitza/repos/extra-x86_64/PKGBUILD (from rev 238989, 
analitza/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:16:12 UTC (rev 238990)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=analitza
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:15:11
  Author: arojas
Revision: 238988

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

Added:
  libkface/repos/extra-i686/PKGBUILD
(from rev 238987, libkface/trunk/PKGBUILD)
  libkface/repos/extra-i686/libkface.install
(from rev 238987, libkface/trunk/libkface.install)
  libkface/repos/extra-x86_64/PKGBUILD
(from rev 238987, libkface/trunk/PKGBUILD)
  libkface/repos/extra-x86_64/libkface.install
(from rev 238987, libkface/trunk/libkface.install)
Deleted:
  libkface/repos/extra-i686/PKGBUILD
  libkface/repos/extra-i686/libkface.install
  libkface/repos/extra-x86_64/PKGBUILD
  libkface/repos/extra-x86_64/libkface.install

---+
 /PKGBUILD |   68 
 /libkface.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libkface.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libkface.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:14:52 UTC (rev 238987)
+++ extra-i686/PKGBUILD 2015-05-12 07:15:11 UTC (rev 238988)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.04.0
-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=('kdelibs' 'opencv')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5e208bfde9315de177bb1bf1bbaac68faae38a2e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkface/repos/extra-i686/PKGBUILD (from rev 238987, 
libkface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:15:11 UTC (rev 238988)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.04.1
+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=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d55f0a7ff28c46b636274181d2034e4fa4885870')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libkface.install
===
--- extra-i686/libkface.install 2015-05-12 07:14:52 UTC (rev 238987)
+++ extra-i686/libkface.install 2015-05-12 07:15:11 UTC (rev 238988)
@@ -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/extra-i686/libkface.install (from rev 238987, 
libkface/trunk/libkface.install)
===
--- extra-i686/libkface.install (rev 0)
+++ extra-i686/libkface.install 2015-05-12 07:15:11 UTC (rev 238988)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:14:52 UTC (rev 238987)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:15:11 UTC (rev 238988)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:16:33
  Author: arojas
Revision: 238991

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

Added:
  libkeduvocdocument/repos/extra-i686/PKGBUILD
(from rev 238990, libkeduvocdocument/trunk/PKGBUILD)
  libkeduvocdocument/repos/extra-x86_64/PKGBUILD
(from rev 238990, libkeduvocdocument/trunk/PKGBUILD)
Deleted:
  libkeduvocdocument/repos/extra-i686/PKGBUILD
  libkeduvocdocument/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:16:12 UTC (rev 238990)
+++ extra-i686/PKGBUILD 2015-05-12 07:16:33 UTC (rev 238991)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkeduvocdocument
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Common libraries for KDE Edu applications
-url=http://kde.org/applications/education;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'kdeedu-data')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('99b8f5fa24b73f1274eebfb95402c04081d1e4b6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkeduvocdocument/repos/extra-i686/PKGBUILD (from rev 238990, 
libkeduvocdocument/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:16:33 UTC (rev 238991)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkeduvocdocument
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Common libraries for KDE Edu applications
+url=http://kde.org/applications/education;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('341620e6c2321e19175f79e99d7f5a473c1b8350')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:16:12 UTC (rev 238990)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:16:33 UTC (rev 238991)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkeduvocdocument
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Common libraries for KDE Edu applications
-url=http://kde.org/applications/education;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'kdeedu-data')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('99b8f5fa24b73f1274eebfb95402c04081d1e4b6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkeduvocdocument/repos/extra-x86_64/PKGBUILD (from rev 238990, 
libkeduvocdocument/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:16:33 UTC (rev 238991)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkeduvocdocument
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Common libraries for KDE Edu applications
+url=http://kde.org/applications/education;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('341620e6c2321e19175f79e99d7f5a473c1b8350')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:15:52
  Author: arojas
Revision: 238989

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

Added:
  libkgeomap/repos/extra-i686/PKGBUILD
(from rev 238988, libkgeomap/trunk/PKGBUILD)
  libkgeomap/repos/extra-i686/libkgeomap.install
(from rev 238988, libkgeomap/trunk/libkgeomap.install)
  libkgeomap/repos/extra-x86_64/PKGBUILD
(from rev 238988, libkgeomap/trunk/PKGBUILD)
  libkgeomap/repos/extra-x86_64/libkgeomap.install
(from rev 238988, libkgeomap/trunk/libkgeomap.install)
Deleted:
  libkgeomap/repos/extra-i686/PKGBUILD
  libkgeomap/repos/extra-i686/libkgeomap.install
  libkgeomap/repos/extra-x86_64/PKGBUILD
  libkgeomap/repos/extra-x86_64/libkgeomap.install

-+
 /PKGBUILD   |   68 ++
 /libkgeomap.install |   22 
 extra-i686/PKGBUILD |   34 ---
 extra-i686/libkgeomap.install   |   11 --
 extra-x86_64/PKGBUILD   |   34 ---
 extra-x86_64/libkgeomap.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:15:11 UTC (rev 238988)
+++ extra-i686/PKGBUILD 2015-05-12 07:15:52 UTC (rev 238989)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgeomap
-pkgver=15.04.0
-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=('kdeedu-marble')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c296ffe7455201661153ecdc12fc26710ebbdd71')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgeomap/repos/extra-i686/PKGBUILD (from rev 238988, 
libkgeomap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:15:52 UTC (rev 238989)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgeomap
+pkgver=15.04.1
+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=('kdeedu-marble')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1a1ae8c95867593446f5ba4f6e70addc9d6fa8ab')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libkgeomap.install
===
--- extra-i686/libkgeomap.install   2015-05-12 07:15:11 UTC (rev 238988)
+++ extra-i686/libkgeomap.install   2015-05-12 07:15:52 UTC (rev 238989)
@@ -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/extra-i686/libkgeomap.install (from rev 238988, 
libkgeomap/trunk/libkgeomap.install)
===
--- extra-i686/libkgeomap.install   (rev 0)
+++ extra-i686/libkgeomap.install   2015-05-12 07:15:52 UTC (rev 238989)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:15:11 UTC (rev 238988)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:15:52 UTC (rev 238989)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgeomap
-pkgver=15.04.0
-pkgrel=2
-pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:16:53
  Author: arojas
Revision: 238992

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:16:33 UTC (rev 238991)
+++ extra-i686/PKGBUILD 2015-05-12 07:16:53 UTC (rev 238992)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcddb
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=KDE CDDB library
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('00aff276d0327e1d2492b2d55fc4d8ec9f740b54')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcddb/repos/extra-i686/PKGBUILD (from rev 238991, 
libkcddb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:16:53 UTC (rev 238992)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a552cade3c2444ee40729dfd50495e8f93abeb01')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:16:33 UTC (rev 238991)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:16:53 UTC (rev 238992)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcddb
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=KDE CDDB library
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('00aff276d0327e1d2492b2d55fc4d8ec9f740b54')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcddb/repos/extra-x86_64/PKGBUILD (from rev 238991, 
libkcddb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:16:53 UTC (rev 238992)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a552cade3c2444ee40729dfd50495e8f93abeb01')
+

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:34:07
  Author: arojas
Revision: 239021

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

Added:
  kgeography/repos/extra-i686/PKGBUILD
(from rev 239020, kgeography/trunk/PKGBUILD)
  kgeography/repos/extra-i686/kgeography.install
(from rev 239020, kgeography/trunk/kgeography.install)
  kgeography/repos/extra-x86_64/PKGBUILD
(from rev 239020, kgeography/trunk/PKGBUILD)
  kgeography/repos/extra-x86_64/kgeography.install
(from rev 239020, kgeography/trunk/kgeography.install)
Deleted:
  kgeography/repos/extra-i686/PKGBUILD
  kgeography/repos/extra-i686/kgeography.install
  kgeography/repos/extra-x86_64/PKGBUILD
  kgeography/repos/extra-x86_64/kgeography.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:33:45 UTC (rev 239020)
+++ extra-i686/PKGBUILD 2015-05-12 07:34:07 UTC (rev 239021)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kgeography
-pkgver=15.04.0
-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')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-replaces=('kdeedu-kgeography')
-conflicts=('kdeedu-kgeography')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
-sha1sums=('72b9059cba3ea5228ceaceb8ea4dd8fb9d5248fc')
-
-build() {
-  cd ${srcdir}
-  mkdir 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/extra-i686/PKGBUILD (from rev 239020, 
kgeography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:34:07 UTC (rev 239021)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kgeography
+pkgver=15.04.1
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+replaces=('kdeedu-kgeography')
+conflicts=('kdeedu-kgeography')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
+sha1sums=('97c26e1405894887f3c5bb4da8c95436c338ee07')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: extra-i686/kgeography.install
===
--- extra-i686/kgeography.install   2015-05-12 07:33:45 UTC (rev 239020)
+++ extra-i686/kgeography.install   2015-05-12 07:34:07 UTC (rev 239021)
@@ -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/extra-i686/kgeography.install (from rev 239020, 
kgeography/trunk/kgeography.install)
===
--- extra-i686/kgeography.install   (rev 0)
+++ extra-i686/kgeography.install   2015-05-12 07:34:07 UTC (rev 239021)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:33:45 UTC (rev 239020)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:34:07 UTC (rev 239021)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:33:45
  Author: arojas
Revision: 239020

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

Added:
  kbruch/repos/extra-i686/PKGBUILD
(from rev 239019, kbruch/trunk/PKGBUILD)
  kbruch/repos/extra-i686/kbruch.install
(from rev 239019, kbruch/trunk/kbruch.install)
  kbruch/repos/extra-x86_64/PKGBUILD
(from rev 239019, kbruch/trunk/PKGBUILD)
  kbruch/repos/extra-x86_64/kbruch.install
(from rev 239019, kbruch/trunk/kbruch.install)
Deleted:
  kbruch/repos/extra-i686/PKGBUILD
  kbruch/repos/extra-i686/kbruch.install
  kbruch/repos/extra-x86_64/PKGBUILD
  kbruch/repos/extra-x86_64/kbruch.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:33:07 UTC (rev 239019)
+++ extra-i686/PKGBUILD 2015-05-12 07:33:45 UTC (rev 239020)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kbruch
-pkgver=15.04.0
-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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-conflicts=('kdeedu-kbruch')
-replaces=('kdeedu-kbruch')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
-sha1sums=('bb6e80a3d8230c589d04c8e66d7cf8ce88253c94')
-
-prepare() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239019, 
kbruch/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:33:45 UTC (rev 239020)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kbruch
+pkgver=15.04.1
+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')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdeedu-kbruch')
+replaces=('kdeedu-kbruch')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
+sha1sums=('6b004d0203e90043b5298c771d7730192885ad05')
+
+prepare() {
+  mkdir 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: extra-i686/kbruch.install
===
--- extra-i686/kbruch.install   2015-05-12 07:33:07 UTC (rev 239019)
+++ extra-i686/kbruch.install   2015-05-12 07:33:45 UTC (rev 239020)
@@ -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/extra-i686/kbruch.install (from rev 239019, 
kbruch/trunk/kbruch.install)
===
--- extra-i686/kbruch.install   (rev 0)
+++ extra-i686/kbruch.install   2015-05-12 07:33:45 UTC (rev 239020)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:33:07 UTC (rev 239019)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:33:45 UTC (rev 239020)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kbruch
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Exercise Fractions
-url=http://kde.org/applications/education/kbruch/;
-arch=('i686' 'x86_64')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:35:15
  Author: arojas
Revision: 239023

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

Added:
  kig/repos/extra-i686/PKGBUILD
(from rev 239022, kig/trunk/PKGBUILD)
  kig/repos/extra-i686/kig.install
(from rev 239022, kig/trunk/kig.install)
  kig/repos/extra-x86_64/PKGBUILD
(from rev 239022, kig/trunk/PKGBUILD)
  kig/repos/extra-x86_64/kig.install
(from rev 239022, kig/trunk/kig.install)
Deleted:
  kig/repos/extra-i686/PKGBUILD
  kig/repos/extra-i686/kig.install
  kig/repos/extra-x86_64/PKGBUILD
  kig/repos/extra-x86_64/kig.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:34:45 UTC (rev 239022)
+++ extra-i686/PKGBUILD 2015-05-12 07:35:15 UTC (rev 239023)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kig
-pkgver=15.04.0
-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' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('5a1bbfa9dcdfb95d4d598ea1b2c8a3e081ce57d2')
-
-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
-  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/extra-i686/PKGBUILD (from rev 239022, kig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:35:15 UTC (rev 239023)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.04.1
+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' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('3412ccc516e2f78ce0abd228f5f72b8e62fe587d')
+
+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
+  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: extra-i686/kig.install
===
--- extra-i686/kig.install  2015-05-12 07:34:45 UTC (rev 239022)
+++ extra-i686/kig.install  2015-05-12 07:35:15 UTC (rev 239023)
@@ -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/extra-i686/kig.install (from rev 239022, 
kig/trunk/kig.install)
===
--- extra-i686/kig.install  (rev 0)
+++ extra-i686/kig.install  2015-05-12 07:35:15 UTC (rev 239023)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:34:45 UTC (rev 239022)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:35:15 UTC (rev 239023)
@@ -1,42 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:34:45
  Author: arojas
Revision: 239022

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

Added:
  khangman/repos/extra-i686/PKGBUILD
(from rev 239021, khangman/trunk/PKGBUILD)
  khangman/repos/extra-i686/khangman.install
(from rev 239021, khangman/trunk/khangman.install)
  khangman/repos/extra-x86_64/PKGBUILD
(from rev 239021, khangman/trunk/PKGBUILD)
  khangman/repos/extra-x86_64/khangman.install
(from rev 239021, khangman/trunk/khangman.install)
Deleted:
  khangman/repos/extra-i686/PKGBUILD
  khangman/repos/extra-i686/khangman.install
  khangman/repos/extra-x86_64/PKGBUILD
  khangman/repos/extra-x86_64/khangman.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:34:07 UTC (rev 239021)
+++ extra-i686/PKGBUILD 2015-05-12 07:34:45 UTC (rev 239022)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=khangman
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz;)
-sha1sums=('f1cd6991cc17f952bd6c07ca039d8900a329d08b')
-
-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/extra-i686/PKGBUILD (from rev 239021, 
khangman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:34:45 UTC (rev 239022)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=khangman
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz;)
+sha1sums=('72a3406d7d574da11f53c5ae7a70369ff9059927')
+
+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: extra-i686/khangman.install
===
--- extra-i686/khangman.install 2015-05-12 07:34:07 UTC (rev 239021)
+++ extra-i686/khangman.install 2015-05-12 07:34:45 UTC (rev 239022)
@@ -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/extra-i686/khangman.install (from rev 239021, 
khangman/trunk/khangman.install)
===
--- extra-i686/khangman.install (rev 0)
+++ extra-i686/khangman.install 2015-05-12 07:34:45 UTC (rev 239022)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:34:07 UTC (rev 239021)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:34:45 UTC (rev 239022)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=khangman

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:39:02
  Author: arojas
Revision: 239029

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

Added:
  kturtle/repos/extra-i686/PKGBUILD
(from rev 239028, kturtle/trunk/PKGBUILD)
  kturtle/repos/extra-i686/kturtle.install
(from rev 239028, kturtle/trunk/kturtle.install)
  kturtle/repos/extra-x86_64/PKGBUILD
(from rev 239028, kturtle/trunk/PKGBUILD)
  kturtle/repos/extra-x86_64/kturtle.install
(from rev 239028, kturtle/trunk/kturtle.install)
Deleted:
  kturtle/repos/extra-i686/PKGBUILD
  kturtle/repos/extra-i686/kturtle.install
  kturtle/repos/extra-x86_64/PKGBUILD
  kturtle/repos/extra-x86_64/kturtle.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:38:36 UTC (rev 239028)
+++ extra-i686/PKGBUILD 2015-05-12 07:39:02 UTC (rev 239029)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kturtle
-pkgver=15.04.0
-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' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kturtle')
-replaces=('kdeedu-kturtle')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
-sha1sums=('9660ba50f35ac531025f870aaa5d82cb4e2012db')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kturtle-${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: kturtle/repos/extra-i686/PKGBUILD (from rev 239028, 
kturtle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:39:02 UTC (rev 239029)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kturtle
+pkgver=15.04.1
+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' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kturtle')
+replaces=('kdeedu-kturtle')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('67a04ac40e23dcf940291649318d865b88de005d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kturtle-${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: extra-i686/kturtle.install
===
--- extra-i686/kturtle.install  2015-05-12 07:38:36 UTC (rev 239028)
+++ extra-i686/kturtle.install  2015-05-12 07:39:02 UTC (rev 239029)
@@ -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/extra-i686/kturtle.install (from rev 239028, 
kturtle/trunk/kturtle.install)
===
--- extra-i686/kturtle.install  (rev 0)
+++ extra-i686/kturtle.install  2015-05-12 07:39:02 UTC (rev 239029)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:38:36 UTC (rev 239028)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:39:02 UTC (rev 239029)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kturtle
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Educational Programming Environment

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:37:33
  Author: arojas
Revision: 239027

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

Added:
  kstars/repos/extra-i686/PKGBUILD
(from rev 239026, kstars/trunk/PKGBUILD)
  kstars/repos/extra-i686/kstars.install
(from rev 239026, kstars/trunk/kstars.install)
  kstars/repos/extra-x86_64/PKGBUILD
(from rev 239026, kstars/trunk/PKGBUILD)
  kstars/repos/extra-x86_64/kstars.install
(from rev 239026, kstars/trunk/kstars.install)
Deleted:
  kstars/repos/extra-i686/PKGBUILD
  kstars/repos/extra-i686/kstars.install
  kstars/repos/extra-x86_64/PKGBUILD
  kstars/repos/extra-x86_64/kstars.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:37:08 UTC (rev 239026)
+++ extra-i686/PKGBUILD 2015-05-12 07:37:33 UTC (rev 239027)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixona...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kstars
-pkgver=15.04.0
-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')
-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/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('94b7124e803d41af4bf9e7ed53f7b4735471cf20')
-
-prepare() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239026, 
kstars/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:37:33 UTC (rev 239027)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.04.1
+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')
+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/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('0bb3c04a1bf56df07538933af0c5159aa941861c')
+
+prepare() {
+  mkdir 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: extra-i686/kstars.install
===
--- extra-i686/kstars.install   2015-05-12 07:37:08 UTC (rev 239026)
+++ extra-i686/kstars.install   2015-05-12 07:37:33 UTC (rev 239027)
@@ -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/extra-i686/kstars.install (from rev 239026, 
kstars/trunk/kstars.install)
===
--- extra-i686/kstars.install   (rev 0)
+++ extra-i686/kstars.install   

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:38:36
  Author: arojas
Revision: 239028

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

Added:
  kdeedu-ktouch/repos/extra-i686/PKGBUILD
(from rev 239027, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install
(from rev 239027, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/extra-x86_64/PKGBUILD
(from rev 239027, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install
(from rev 239027, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
Deleted:
  kdeedu-ktouch/repos/extra-i686/PKGBUILD
  kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install
  kdeedu-ktouch/repos/extra-x86_64/PKGBUILD
  kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:37:33 UTC (rev 239027)
+++ extra-i686/PKGBUILD 2015-05-12 07:38:36 UTC (rev 239028)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-ktouch
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('11710a4496d437b9ecfa0a0963809dbbe357c21f')
-
-prepare() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239027, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:38:36 UTC (rev 239028)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('6f69d9693a63a7c1f9d8337f2f99038fd372')
+
+prepare() {
+  mkdir 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: extra-i686/kdeedu-ktouch.install
===
--- extra-i686/kdeedu-ktouch.install2015-05-12 07:37:33 UTC (rev 239027)
+++ extra-i686/kdeedu-ktouch.install2015-05-12 07:38:36 UTC (rev 239028)
@@ -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/extra-i686/kdeedu-ktouch.install (from rev 239027, 
kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- extra-i686/kdeedu-ktouch.install(rev 0)
+++ extra-i686/kdeedu-ktouch.install2015-05-12 07:38:36 UTC (rev 239028)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:37:33 UTC (rev 239027)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:38:36 UTC (rev 239028)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-ktouch
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Touch Typing Tutor
-url=http://kde.org/applications/education/ktouch/;

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:39:21
  Author: arojas
Revision: 239030

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

Added:
  kwordquiz/repos/extra-i686/PKGBUILD
(from rev 239029, kwordquiz/trunk/PKGBUILD)
  kwordquiz/repos/extra-i686/kwordquiz.install
(from rev 239029, kwordquiz/trunk/kwordquiz.install)
  kwordquiz/repos/extra-x86_64/PKGBUILD
(from rev 239029, kwordquiz/trunk/PKGBUILD)
  kwordquiz/repos/extra-x86_64/kwordquiz.install
(from rev 239029, kwordquiz/trunk/kwordquiz.install)
Deleted:
  kwordquiz/repos/extra-i686/PKGBUILD
  kwordquiz/repos/extra-i686/kwordquiz.install
  kwordquiz/repos/extra-x86_64/PKGBUILD
  kwordquiz/repos/extra-x86_64/kwordquiz.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:39:02 UTC (rev 239029)
+++ extra-i686/PKGBUILD 2015-05-12 07:39:21 UTC (rev 239030)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwordquiz
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
-sha1sums=('e098df5706026225710fdbaa00a5dc2dd48321b3')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239029, 
kwordquiz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:39:21 UTC (rev 239030)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwordquiz
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('47259252d7111cbf5180bbeaf6e46fb55830f267')
+
+build() {
+  mkdir 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: extra-i686/kwordquiz.install
===
--- extra-i686/kwordquiz.install2015-05-12 07:39:02 UTC (rev 239029)
+++ extra-i686/kwordquiz.install2015-05-12 07:39:21 UTC (rev 239030)
@@ -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/extra-i686/kwordquiz.install (from rev 239029, 
kwordquiz/trunk/kwordquiz.install)
===
--- extra-i686/kwordquiz.install(rev 0)
+++ extra-i686/kwordquiz.install2015-05-12 07:39:21 UTC (rev 239030)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:39:02 UTC (rev 239029)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:39:21 UTC (rev 239030)
@@ -1,35 +0,0 @@
-# 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:44:51
  Author: arojas
Revision: 239043

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

Added:
  kbounce/repos/extra-i686/PKGBUILD
(from rev 239042, kbounce/trunk/PKGBUILD)
  kbounce/repos/extra-i686/kbounce.install
(from rev 239042, kbounce/trunk/kbounce.install)
  kbounce/repos/extra-x86_64/PKGBUILD
(from rev 239042, kbounce/trunk/PKGBUILD)
  kbounce/repos/extra-x86_64/kbounce.install
(from rev 239042, kbounce/trunk/kbounce.install)
Deleted:
  kbounce/repos/extra-i686/PKGBUILD
  kbounce/repos/extra-i686/kbounce.install
  kbounce/repos/extra-x86_64/PKGBUILD
  kbounce/repos/extra-x86_64/kbounce.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:44:29 UTC (rev 239042)
+++ extra-i686/PKGBUILD 2015-05-12 07:44:51 UTC (rev 239043)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kbounce
-pkgver=15.04.0
-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' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kbounce')
-replaces=('kdegames-kbounce')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kbounce-${pkgver}.tar.xz;)
-sha1sums=('b475fa02ce423c3f1dd47c7009eceecbba5a829f')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239042, 
kbounce/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:44:51 UTC (rev 239043)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kbounce
+pkgver=15.04.1
+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' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kbounce')
+replaces=('kdegames-kbounce')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kbounce-${pkgver}.tar.xz;)
+sha1sums=('2a603179c0b72f0866255171c72cde5a60be453e')
+
+build() {
+  mkdir 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: extra-i686/kbounce.install
===
--- extra-i686/kbounce.install  2015-05-12 07:44:29 UTC (rev 239042)
+++ extra-i686/kbounce.install  2015-05-12 07:44:51 UTC (rev 239043)
@@ -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/extra-i686/kbounce.install (from rev 239042, 
kbounce/trunk/kbounce.install)
===
--- extra-i686/kbounce.install  (rev 0)
+++ extra-i686/kbounce.install  2015-05-12 07:44:51 UTC (rev 239043)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:44:29 UTC (rev 239042)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:44:51 UTC (rev 239043)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kbounce
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A single player arcade game with the elements of puzzle

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:44:29
  Author: arojas
Revision: 239042

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

Added:
  kblocks/repos/extra-i686/PKGBUILD
(from rev 239041, kblocks/trunk/PKGBUILD)
  kblocks/repos/extra-i686/kblocks.install
(from rev 239041, kblocks/trunk/kblocks.install)
  kblocks/repos/extra-x86_64/PKGBUILD
(from rev 239041, kblocks/trunk/PKGBUILD)
  kblocks/repos/extra-x86_64/kblocks.install
(from rev 239041, kblocks/trunk/kblocks.install)
Deleted:
  kblocks/repos/extra-i686/PKGBUILD
  kblocks/repos/extra-i686/kblocks.install
  kblocks/repos/extra-x86_64/PKGBUILD
  kblocks/repos/extra-x86_64/kblocks.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:44:10 UTC (rev 239041)
+++ extra-i686/PKGBUILD 2015-05-12 07:44:29 UTC (rev 239042)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblocks
-pkgver=15.04.0
-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' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblocks')
-replaces=('kdegames-kblocks')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz;)
-sha1sums=('505c5350e59e36677f52f92cf57aec75081999e4')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239041, 
kblocks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:44:29 UTC (rev 239042)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kblocks
+pkgver=15.04.1
+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' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblocks')
+replaces=('kdegames-kblocks')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz;)
+sha1sums=('86d2537f073d04e3ae9967632e79034336e0f772')
+
+build() {
+  mkdir 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: extra-i686/kblocks.install
===
--- extra-i686/kblocks.install  2015-05-12 07:44:10 UTC (rev 239041)
+++ extra-i686/kblocks.install  2015-05-12 07:44:29 UTC (rev 239042)
@@ -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/extra-i686/kblocks.install (from rev 239041, 
kblocks/trunk/kblocks.install)
===
--- extra-i686/kblocks.install  (rev 0)
+++ extra-i686/kblocks.install  2015-05-12 07:44:29 UTC (rev 239042)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:44:10 UTC (rev 239041)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:44:29 UTC (rev 239042)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblocks
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=The classic falling blocks game
-url=http://kde.org/applications/games/kblocks/;
-arch=('i686' 'x86_64')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:45:15
  Author: arojas
Revision: 239044

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

Added:
  kbreakout/repos/extra-i686/PKGBUILD
(from rev 239043, kbreakout/trunk/PKGBUILD)
  kbreakout/repos/extra-i686/kbreakout.install
(from rev 239043, kbreakout/trunk/kbreakout.install)
  kbreakout/repos/extra-x86_64/PKGBUILD
(from rev 239043, kbreakout/trunk/PKGBUILD)
  kbreakout/repos/extra-x86_64/kbreakout.install
(from rev 239043, kbreakout/trunk/kbreakout.install)
Deleted:
  kbreakout/repos/extra-i686/PKGBUILD
  kbreakout/repos/extra-i686/kbreakout.install
  kbreakout/repos/extra-x86_64/PKGBUILD
  kbreakout/repos/extra-x86_64/kbreakout.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:44:51 UTC (rev 239043)
+++ extra-i686/PKGBUILD 2015-05-12 07:45:15 UTC (rev 239044)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kbreakout
-pkgver=15.04.0
-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')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kbreakout')
-replaces=('kdegames-kbreakout')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
-sha1sums=('60e610766af5f6c750d6b2bf89ea4c7ac6f41909')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239043, 
kbreakout/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:45:15 UTC (rev 239044)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kbreakout
+pkgver=15.04.1
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kbreakout')
+replaces=('kdegames-kbreakout')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
+sha1sums=('ac47ca85a7fec42dff3f5ec8b97e017625a7789c')
+
+build() {
+  mkdir 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: extra-i686/kbreakout.install
===
--- extra-i686/kbreakout.install2015-05-12 07:44:51 UTC (rev 239043)
+++ extra-i686/kbreakout.install2015-05-12 07:45:15 UTC (rev 239044)
@@ -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/extra-i686/kbreakout.install (from rev 239043, 
kbreakout/trunk/kbreakout.install)
===
--- extra-i686/kbreakout.install(rev 0)
+++ extra-i686/kbreakout.install2015-05-12 07:45:15 UTC (rev 239044)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:44:51 UTC (rev 239043)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:45:15 UTC (rev 239044)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kbreakout
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A Breakout-like game

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:44:10
  Author: arojas
Revision: 239041

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

Added:
  kblackbox/repos/extra-i686/PKGBUILD
(from rev 239040, kblackbox/trunk/PKGBUILD)
  kblackbox/repos/extra-i686/kblackbox.install
(from rev 239040, kblackbox/trunk/kblackbox.install)
  kblackbox/repos/extra-x86_64/PKGBUILD
(from rev 239040, kblackbox/trunk/PKGBUILD)
  kblackbox/repos/extra-x86_64/kblackbox.install
(from rev 239040, kblackbox/trunk/kblackbox.install)
Deleted:
  kblackbox/repos/extra-i686/PKGBUILD
  kblackbox/repos/extra-i686/kblackbox.install
  kblackbox/repos/extra-x86_64/PKGBUILD
  kblackbox/repos/extra-x86_64/kblackbox.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:43:45 UTC (rev 239040)
+++ extra-i686/PKGBUILD 2015-05-12 07:44:10 UTC (rev 239041)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.04.0
-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')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblackbox')
-replaces=('kdegames-kblackbox')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('c7ab775bd81dde1a10627b8912262519c39b2a0e')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239040, 
kblackbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:44:10 UTC (rev 239041)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kblackbox
+pkgver=15.04.1
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblackbox')
+replaces=('kdegames-kblackbox')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('3ea226370131487386ad4db993147529da25adf8')
+
+build() {
+  mkdir 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: extra-i686/kblackbox.install
===
--- extra-i686/kblackbox.install2015-05-12 07:43:45 UTC (rev 239040)
+++ extra-i686/kblackbox.install2015-05-12 07:44:10 UTC (rev 239041)
@@ -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/extra-i686/kblackbox.install (from rev 239040, 
kblackbox/trunk/kblackbox.install)
===
--- extra-i686/kblackbox.install(rev 0)
+++ extra-i686/kblackbox.install2015-05-12 07:44:10 UTC (rev 239041)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:43:45 UTC (rev 239040)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:44:10 UTC (rev 239041)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kblackbox
-pkgver=15.04.0
-pkgrel=1

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:51:22
  Author: arojas
Revision: 239061

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

Added:
  kpatience/repos/extra-i686/PKGBUILD
(from rev 239060, kpatience/trunk/PKGBUILD)
  kpatience/repos/extra-i686/kpatience.install
(from rev 239060, kpatience/trunk/kpatience.install)
  kpatience/repos/extra-x86_64/PKGBUILD
(from rev 239060, kpatience/trunk/PKGBUILD)
  kpatience/repos/extra-x86_64/kpatience.install
(from rev 239060, kpatience/trunk/kpatience.install)
Deleted:
  kpatience/repos/extra-i686/PKGBUILD
  kpatience/repos/extra-i686/kpatience.install
  kpatience/repos/extra-x86_64/PKGBUILD
  kpatience/repos/extra-x86_64/kpatience.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:51:03 UTC (rev 239060)
+++ extra-i686/PKGBUILD 2015-05-12 07:51:22 UTC (rev 239061)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kpatience
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Offers a selection of solitaire card games
-url=http://kde.org/applications/games/kpat/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kpatience')
-replaces=('kdegames-kpatience')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz;)
-sha1sums=('159f19b88cf2edd5150f8bffde36def6ab6e5fcc')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239060, 
kpatience/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:51:22 UTC (rev 239061)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kpatience
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Offers a selection of solitaire card games
+url=http://kde.org/applications/games/kpat/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz;)
+sha1sums=('489686d6fa21d23f3592606c28eb5b0d95aa2e17')
+
+build() {
+  mkdir 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: extra-i686/kpatience.install
===
--- extra-i686/kpatience.install2015-05-12 07:51:03 UTC (rev 239060)
+++ extra-i686/kpatience.install2015-05-12 07:51:22 UTC (rev 239061)
@@ -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/extra-i686/kpatience.install (from rev 239060, 
kpatience/trunk/kpatience.install)
===
--- extra-i686/kpatience.install(rev 0)
+++ extra-i686/kpatience.install2015-05-12 07:51:22 UTC (rev 239061)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:51:03 UTC (rev 239060)
+++ 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:51:03
  Author: arojas
Revision: 239060

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:50:44 UTC (rev 239059)
+++ extra-i686/PKGBUILD 2015-05-12 07:51:03 UTC (rev 239060)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-konquest
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz;)
-sha1sums=('02f0e74b63b911afc767db52b23709a090337482')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../konquest-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-konquest/repos/extra-i686/PKGBUILD (from rev 239059, 
kdegames-konquest/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:51:03 UTC (rev 239060)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-konquest
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz;)
+sha1sums=('a9afc7b7a431d64ff40df05b8ad085ad325f64f1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../konquest-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-konquest.install
===
--- extra-i686/kdegames-konquest.install2015-05-12 07:50:44 UTC (rev 
239059)
+++ extra-i686/kdegames-konquest.install2015-05-12 07:51:03 UTC (rev 
239060)
@@ -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/extra-i686/kdegames-konquest.install (from rev 
239059, kdegames-konquest/trunk/kdegames-konquest.install)
===
--- extra-i686/kdegames-konquest.install(rev 0)
+++ extra-i686/kdegames-konquest.install2015-05-12 07:51:03 UTC (rev 
239060)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:50:44 UTC (rev 239059)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:51:03 UTC (rev 239060)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-konquest

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:52:09
  Author: arojas
Revision: 239063

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

Added:
  kshisen/repos/extra-i686/PKGBUILD
(from rev 239062, kshisen/trunk/PKGBUILD)
  kshisen/repos/extra-i686/kshisen.install
(from rev 239062, kshisen/trunk/kshisen.install)
  kshisen/repos/extra-x86_64/PKGBUILD
(from rev 239062, kshisen/trunk/PKGBUILD)
  kshisen/repos/extra-x86_64/kshisen.install
(from rev 239062, kshisen/trunk/kshisen.install)
Deleted:
  kshisen/repos/extra-i686/PKGBUILD
  kshisen/repos/extra-i686/kshisen.install
  kshisen/repos/extra-x86_64/PKGBUILD
  kshisen/repos/extra-x86_64/kshisen.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:51:50 UTC (rev 239062)
+++ extra-i686/PKGBUILD 2015-05-12 07:52:09 UTC (rev 239063)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kshisen
-pkgver=15.04.0
-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')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kshisen')
-replaces=('kdegames-kshisen')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
-sha1sums=('dfe321f7ce7940b1792025bc58bd69c46c29c219')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239062, 
kshisen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:52:09 UTC (rev 239063)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kshisen
+pkgver=15.04.1
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kshisen')
+replaces=('kdegames-kshisen')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
+sha1sums=('acec9f6865031ca09fbbdc69e4dbd8493f444831')
+
+build() {
+  mkdir 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: extra-i686/kshisen.install
===
--- extra-i686/kshisen.install  2015-05-12 07:51:50 UTC (rev 239062)
+++ extra-i686/kshisen.install  2015-05-12 07:52:09 UTC (rev 239063)
@@ -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/extra-i686/kshisen.install (from rev 239062, 
kshisen/trunk/kshisen.install)
===
--- extra-i686/kshisen.install  (rev 0)
+++ extra-i686/kshisen.install  2015-05-12 07:52:09 UTC (rev 239063)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:51:50 UTC (rev 239062)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:52:09 UTC (rev 239063)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kshisen
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A solitaire-like game played using the 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:51:50
  Author: arojas
Revision: 239062

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:51:22 UTC (rev 239061)
+++ extra-i686/PKGBUILD 2015-05-12 07:51:50 UTC (rev 239062)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kreversi
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
-sha1sums=('4999cbe0c2512bd9d830f1b410ec5b04608469c3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kreversi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kreversi/repos/extra-i686/PKGBUILD (from rev 239061, 
kdegames-kreversi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:51:50 UTC (rev 239062)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kreversi
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
+sha1sums=('c6e1ed8c718b8f4801df94fc13e915ad7ef9ac17')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kreversi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegames-kreversi.install
===
--- extra-i686/kdegames-kreversi.install2015-05-12 07:51:22 UTC (rev 
239061)
+++ extra-i686/kdegames-kreversi.install2015-05-12 07:51:50 UTC (rev 
239062)
@@ -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/extra-i686/kdegames-kreversi.install (from rev 
239061, kdegames-kreversi/trunk/kdegames-kreversi.install)
===
--- extra-i686/kdegames-kreversi.install(rev 0)
+++ extra-i686/kdegames-kreversi.install2015-05-12 07:51:50 UTC (rev 
239062)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:51:22 UTC (rev 239061)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:51:50 UTC (rev 239062)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:52:28
  Author: arojas
Revision: 239064

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:52:09 UTC (rev 239063)
+++ extra-i686/PKGBUILD 2015-05-12 07:52:28 UTC (rev 239064)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ksirk
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
-sha1sums=('d8b13658d15277312308bbc87b30dc7e61d4616d')
-
-build() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239063, 
kdegames-ksirk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:52:28 UTC (rev 239064)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksirk
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
+sha1sums=('b286c89b1d43bb28e8196159bd0b55241bcfe188')
+
+build() {
+  mkdir 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: extra-i686/kdegames-ksirk.install
===
--- extra-i686/kdegames-ksirk.install   2015-05-12 07:52:09 UTC (rev 239063)
+++ extra-i686/kdegames-ksirk.install   2015-05-12 07:52:28 UTC (rev 239064)
@@ -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/extra-i686/kdegames-ksirk.install (from rev 
239063, kdegames-ksirk/trunk/kdegames-ksirk.install)
===
--- extra-i686/kdegames-ksirk.install   (rev 0)
+++ extra-i686/kdegames-ksirk.install   2015-05-12 07:52:28 UTC (rev 239064)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:52:09 UTC (rev 239063)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:52:28 UTC (rev 239064)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ksirk
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A computerized version of a well known strategy game

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:57:36
  Author: arojas
Revision: 239078

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

Added:
  kdegraphics-kolourpaint/repos/extra-i686/PKGBUILD
(from rev 239077, kdegraphics-kolourpaint/trunk/PKGBUILD)
  kdegraphics-kolourpaint/repos/extra-i686/kdegraphics-kolourpaint.install
(from rev 239077, 
kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
  kdegraphics-kolourpaint/repos/extra-x86_64/PKGBUILD
(from rev 239077, kdegraphics-kolourpaint/trunk/PKGBUILD)
  kdegraphics-kolourpaint/repos/extra-x86_64/kdegraphics-kolourpaint.install
(from rev 239077, 
kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
Deleted:
  kdegraphics-kolourpaint/repos/extra-i686/PKGBUILD
  kdegraphics-kolourpaint/repos/extra-i686/kdegraphics-kolourpaint.install
  kdegraphics-kolourpaint/repos/extra-x86_64/PKGBUILD
  kdegraphics-kolourpaint/repos/extra-x86_64/kdegraphics-kolourpaint.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:57:18 UTC (rev 239077)
+++ extra-i686/PKGBUILD 2015-05-12 07:57:36 UTC (rev 239078)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kolourpaint
-pkgver=15.04.0
-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')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
-sha1sums=('6a9fe90da4c812acb31279e36e24847357b7b196')
-
-build() {
-  cd ${srcdir}
-  mkdir 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/extra-i686/PKGBUILD (from rev 239077, 
kdegraphics-kolourpaint/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:57:36 UTC (rev 239078)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.04.1
+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')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('8babeea0bf15ef9f862053709debd4a3d2849cd1')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: extra-i686/kdegraphics-kolourpaint.install
===
--- extra-i686/kdegraphics-kolourpaint.install  2015-05-12 07:57:18 UTC (rev 
239077)
+++ extra-i686/kdegraphics-kolourpaint.install  2015-05-12 07:57:36 UTC (rev 
239078)
@@ -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/extra-i686/kdegraphics-kolourpaint.install (from 
rev 239077, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===
--- extra-i686/kdegraphics-kolourpaint.install  (rev 0)
+++ extra-i686/kdegraphics-kolourpaint.install  2015-05-12 07:57:36 UTC (rev 
239078)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:57:18
  Author: arojas
Revision: 239077

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

Added:
  kdegraphics-kgamma/repos/extra-i686/PKGBUILD
(from rev 239076, kdegraphics-kgamma/trunk/PKGBUILD)
  kdegraphics-kgamma/repos/extra-x86_64/PKGBUILD
(from rev 239076, kdegraphics-kgamma/trunk/PKGBUILD)
Deleted:
  kdegraphics-kgamma/repos/extra-i686/PKGBUILD
  kdegraphics-kgamma/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:56:58 UTC (rev 239076)
+++ extra-i686/PKGBUILD 2015-05-12 07:57:18 UTC (rev 239077)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kgamma
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A monitor calibration tool
-url=http://kde.org/applications/graphics/kgamma/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
-sha1sums=('df7ebed1419622aeadc70fa5aa4cbcd0aa0c0c32')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kgamma/repos/extra-i686/PKGBUILD (from rev 239076, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:57:18 UTC (rev 239077)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kgamma
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=A monitor calibration tool
+url=http://kde.org/applications/graphics/kgamma/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
+sha1sums=('accf02e42967e9f627337ff4e7d9f7c6762e3a57')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgamma-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:56:58 UTC (rev 239076)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:57:18 UTC (rev 239077)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-kgamma
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A monitor calibration tool
-url=http://kde.org/applications/graphics/kgamma/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
-sha1sums=('df7ebed1419622aeadc70fa5aa4cbcd0aa0c0c32')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-kgamma/repos/extra-x86_64/PKGBUILD (from rev 239076, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:57:18 UTC (rev 239077)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kgamma
+pkgver=15.04.1

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:03:36
  Author: arojas
Revision: 239095

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 239094, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-i686/kdenetwork-kopete.install
(from rev 239094, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 239094, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/kdenetwork-kopete.install
(from rev 239094, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/kdenetwork-kopete.install

+
 /PKGBUILD  |   76 +++
 /kdenetwork-kopete.install |   24 +
 extra-i686/PKGBUILD|   38 ---
 extra-i686/kdenetwork-kopete.install   |   12 
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/kdenetwork-kopete.install |   12 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:03:11 UTC (rev 239094)
+++ extra-i686/PKGBUILD 2015-05-12 08:03:36 UTC (rev 239095)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-kopete
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 
'libgadu' 'kdepim-kleopatra')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('c287f0fdfc179d97a634320dd54aebcba08561d9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 239094, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:03:36 UTC (rev 239095)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 
'libgadu' 'kdepim-kleopatra')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('18d3061ecfc7e287408d3842ed690e128520fd40')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-kopete.install
===
--- extra-i686/kdenetwork-kopete.install2015-05-12 08:03:11 UTC (rev 
239094)
+++ extra-i686/kdenetwork-kopete.install2015-05-12 08:03:36 UTC (rev 
239095)
@@ -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: kdenetwork-kopete/repos/extra-i686/kdenetwork-kopete.install (from rev 
239094, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- extra-i686/kdenetwork-kopete.install(rev 0)
+++ extra-i686/kdenetwork-kopete.install2015-05-12 08:03:36 UTC (rev 
239095)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:03:11
  Author: arojas
Revision: 239094

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

Added:
  kdenetwork-kget/repos/extra-i686/PKGBUILD
(from rev 239093, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install
(from rev 239093, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/extra-x86_64/PKGBUILD
(from rev 239093, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/extra-x86_64/kdenetwork-kget.install
(from rev 239093, kdenetwork-kget/trunk/kdenetwork-kget.install)
Deleted:
  kdenetwork-kget/repos/extra-i686/PKGBUILD
  kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install
  kdenetwork-kget/repos/extra-x86_64/PKGBUILD
  kdenetwork-kget/repos/extra-x86_64/kdenetwork-kget.install

--+
 /PKGBUILD|   76 +
 /kdenetwork-kget.install |   24 ++
 extra-i686/PKGBUILD  |   38 
 extra-i686/kdenetwork-kget.install   |   12 -
 extra-x86_64/PKGBUILD|   38 
 extra-x86_64/kdenetwork-kget.install |   12 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:02:51 UTC (rev 239093)
+++ extra-i686/PKGBUILD 2015-05-12 08:03:11 UTC (rev 239094)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-kget
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
-sha1sums=('b3a27541e472bdb79518f9f8e23b177fdda8f43e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kget-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF \
--DWITH_NepomukWidgets=OFF \
--DWITH_KDE4Workspace=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kget/repos/extra-i686/PKGBUILD (from rev 239093, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:03:11 UTC (rev 239094)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('138bbf03492066f0859f99bd2a485e38f298762d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-kget.install
===
--- extra-i686/kdenetwork-kget.install  2015-05-12 08:02:51 UTC (rev 239093)
+++ extra-i686/kdenetwork-kget.install  2015-05-12 08:03:11 UTC (rev 239094)
@@ -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: kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install (from rev 
239093, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- extra-i686/kdenetwork-kget.install  (rev 0)
+++ extra-i686/kdenetwork-kget.install  2015-05-12 08:03:11 UTC (rev 239094)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 08:02:51 UTC (rev 239093)
+++ 

[arch-commits] Commit in kdesdk-dev-utils/repos (8 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:09:43
  Author: arojas
Revision: 239112

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

Added:
  kdesdk-dev-utils/repos/extra-i686/PKGBUILD
(from rev 239111, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install
(from rev 239111, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
  kdesdk-dev-utils/repos/extra-x86_64/PKGBUILD
(from rev 239111, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/extra-x86_64/kdesdk-dev-utils.install
(from rev 239111, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
Deleted:
  kdesdk-dev-utils/repos/extra-i686/PKGBUILD
  kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install
  kdesdk-dev-utils/repos/extra-x86_64/PKGBUILD
  kdesdk-dev-utils/repos/extra-x86_64/kdesdk-dev-utils.install

---+
 /PKGBUILD |   72 
 /kdesdk-dev-utils.install |   24 ++
 extra-i686/PKGBUILD   |   36 
 extra-i686/kdesdk-dev-utils.install   |   12 -
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/kdesdk-dev-utils.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:09:23 UTC (rev 239111)
+++ extra-i686/PKGBUILD 2015-05-12 08:09:43 UTC (rev 239112)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdesdk-dev-utils
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
-sha1sums=('32ee845c231b2c8e70c2d29123a5b68a70547105')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kde-dev-utils-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-dev-utils/repos/extra-i686/PKGBUILD (from rev 239111, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:09:43 UTC (rev 239112)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-utils
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
+sha1sums=('c8cd9910374e13a157c6f33b6d1e014864b7237f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-dev-utils.install
===
--- extra-i686/kdesdk-dev-utils.install 2015-05-12 08:09:23 UTC (rev 239111)
+++ extra-i686/kdesdk-dev-utils.install 2015-05-12 08:09:43 UTC (rev 239112)
@@ -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: kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install (from rev 
239111, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- extra-i686/kdesdk-dev-utils.install (rev 0)
+++ extra-i686/kdesdk-dev-utils.install 2015-05-12 08:09:43 UTC (rev 239112)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:09:23
  Author: arojas
Revision: 239111

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

Added:
  kdesdk-cervisia/repos/extra-i686/PKGBUILD
(from rev 239110, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install
(from rev 239110, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
  kdesdk-cervisia/repos/extra-x86_64/PKGBUILD
(from rev 239110, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/extra-x86_64/kdesdk-cervisia.install
(from rev 239110, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
Deleted:
  kdesdk-cervisia/repos/extra-i686/PKGBUILD
  kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install
  kdesdk-cervisia/repos/extra-x86_64/PKGBUILD
  kdesdk-cervisia/repos/extra-x86_64/kdesdk-cervisia.install

--+
 /PKGBUILD|   64 +
 /kdesdk-cervisia.install |   24 
 extra-i686/PKGBUILD  |   32 
 extra-i686/kdesdk-cervisia.install   |   12 --
 extra-x86_64/PKGBUILD|   32 
 extra-x86_64/kdesdk-cervisia.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 08:09:03 UTC (rev 239110)
+++ extra-i686/PKGBUILD 2015-05-12 08:09:23 UTC (rev 239111)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdesdk-cervisia
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
-sha1sums=('bfb1d77a424ed167ffa7dc27df0e89152f2709b4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../cervisia-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-cervisia/repos/extra-i686/PKGBUILD (from rev 239110, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 08:09:23 UTC (rev 239111)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-cervisia
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('b25d3eeb268c3bf49e7a789aee5fd2244f230ad2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-cervisia.install
===
--- extra-i686/kdesdk-cervisia.install  2015-05-12 08:09:03 UTC (rev 239110)
+++ extra-i686/kdesdk-cervisia.install  2015-05-12 08:09:23 UTC (rev 239111)
@@ -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: kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install (from rev 
239110, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- extra-i686/kdesdk-cervisia.install  (rev 0)
+++ extra-i686/kdesdk-cervisia.install  2015-05-12 08:09:23 UTC (rev 239111)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 08:09:03 UTC (rev 239110)
+++ extra-x86_64/PKGBUILD   2015-05-12 08:09:23 UTC (rev 239111)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdesdk-cervisia
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:19:16
  Author: arojas
Revision: 239116

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

Added:
  kdesdk-kcachegrind/repos/staging-i686/
  kdesdk-kcachegrind/repos/staging-i686/PKGBUILD
(from rev 239115, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 239115, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
  kdesdk-kcachegrind/repos/staging-x86_64/
  kdesdk-kcachegrind/repos/staging-x86_64/PKGBUILD
(from rev 239115, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 239115, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/kdesdk-kcachegrind.install   |   12 
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/kdesdk-kcachegrind.install |   12 
 4 files changed, 104 insertions(+)

Copied: kdesdk-kcachegrind/repos/staging-i686/PKGBUILD (from rev 239115, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:19:16 UTC (rev 239116)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
+sha1sums=('ccdddb113bbddd1d360f259e2f2c7a3c5eae7b2e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/hotshot2calltree
+}

Copied: kdesdk-kcachegrind/repos/staging-i686/kdesdk-kcachegrind.install (from 
rev 239115, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- staging-i686/kdesdk-kcachegrind.install (rev 0)
+++ staging-i686/kdesdk-kcachegrind.install 2015-05-12 08:19:16 UTC (rev 
239116)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-kcachegrind/repos/staging-x86_64/PKGBUILD (from rev 239115, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:19:16 UTC (rev 239116)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
+sha1sums=('ccdddb113bbddd1d360f259e2f2c7a3c5eae7b2e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/hotshot2calltree
+}

Copied: kdesdk-kcachegrind/repos/staging-x86_64/kdesdk-kcachegrind.install 
(from rev 239115, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- staging-x86_64/kdesdk-kcachegrind.install   (rev 0)
+++ staging-x86_64/kdesdk-kcachegrind.install   2015-05-12 08:19:16 UTC (rev 
239116)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+

[arch-commits] Commit in kdesdk-dolphin-plugins/repos (6 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:18:42
  Author: arojas
Revision: 239114

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

Added:
  kdesdk-dolphin-plugins/repos/staging-i686/
  kdesdk-dolphin-plugins/repos/staging-i686/PKGBUILD
(from rev 239113, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/staging-i686/kdesdk-dolphin-plugins.install
(from rev 239113, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/staging-x86_64/
  kdesdk-dolphin-plugins/repos/staging-x86_64/PKGBUILD
(from rev 239113, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/staging-x86_64/kdesdk-dolphin-plugins.install
(from rev 239113, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 staging-i686/PKGBUILD |   36 
 staging-i686/kdesdk-dolphin-plugins.install   |   11 +++
 staging-x86_64/PKGBUILD   |   36 
 staging-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/staging-i686/PKGBUILD (from rev 239113, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:18:42 UTC (rev 239114)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('64afcb6af1ef2c6e4349ea27df68d34010e1df90')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/staging-i686/kdesdk-dolphin-plugins.install (from 
rev 239113, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- staging-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ staging-i686/kdesdk-dolphin-plugins.install 2015-05-12 08:18:42 UTC (rev 
239114)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/staging-x86_64/PKGBUILD (from rev 239113, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:18:42 UTC (rev 239114)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('64afcb6af1ef2c6e4349ea27df68d34010e1df90')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/staging-x86_64/kdesdk-dolphin-plugins.install 
(from rev 239113, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- staging-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ staging-x86_64/kdesdk-dolphin-plugins.install   2015-05-12 08:18:42 UTC 
(rev 239114)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+ 

[arch-commits] Commit in kde-dev-scripts/repos (staging-any staging-any/PKGBUILD)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:18:27
  Author: arojas
Revision: 239113

archrelease: copy trunk to staging-any

Added:
  kde-dev-scripts/repos/staging-any/
  kde-dev-scripts/repos/staging-any/PKGBUILD
(from rev 239112, kde-dev-scripts/trunk/PKGBUILD)

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

Copied: kde-dev-scripts/repos/staging-any/PKGBUILD (from rev 239112, 
kde-dev-scripts/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-05-12 08:18:27 UTC (rev 239113)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-dev-scripts
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
+replaces=('kdesdk-dev-scripts')
+conflicts=('kdesdk-dev-scripts')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+sha1sums=('eaa106c5b73429d07afd16c03c567ff248547bbf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
${pkgdir}/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:21:38
  Author: arojas
Revision: 239124

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

Added:
  kdesdk-umbrello/repos/staging-i686/
  kdesdk-umbrello/repos/staging-i686/PKGBUILD
(from rev 239123, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/staging-i686/kdesdk-umbrello.install
(from rev 239123, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
  kdesdk-umbrello/repos/staging-x86_64/
  kdesdk-umbrello/repos/staging-x86_64/PKGBUILD
(from rev 239123, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 239123, kdesdk-umbrello/trunk/kdesdk-umbrello.install)

+
 staging-i686/PKGBUILD  |   33 +++
 staging-i686/kdesdk-umbrello.install   |   12 +++
 staging-x86_64/PKGBUILD|   33 +++
 staging-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 90 insertions(+)

Copied: kdesdk-umbrello/repos/staging-i686/PKGBUILD (from rev 239123, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:21:38 UTC (rev 239124)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('93c007b788a59b705700abca28a4393cac012b11')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/staging-i686/kdesdk-umbrello.install (from rev 
239123, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- staging-i686/kdesdk-umbrello.install(rev 0)
+++ staging-i686/kdesdk-umbrello.install2015-05-12 08:21:38 UTC (rev 
239124)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/staging-x86_64/PKGBUILD (from rev 239123, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:21:38 UTC (rev 239124)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('93c007b788a59b705700abca28a4393cac012b11')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/staging-x86_64/kdesdk-umbrello.install (from rev 
239123, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- staging-x86_64/kdesdk-umbrello.install  (rev 0)
+++ staging-x86_64/kdesdk-umbrello.install  2015-05-12 08:21:38 UTC (rev 
239124)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in kdesdk-strigi-analyzers/repos (4 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:21:06
  Author: arojas
Revision: 239122

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

Added:
  kdesdk-strigi-analyzers/repos/staging-i686/
  kdesdk-strigi-analyzers/repos/staging-i686/PKGBUILD
(from rev 239121, kdesdk-strigi-analyzers/trunk/PKGBUILD)
  kdesdk-strigi-analyzers/repos/staging-x86_64/
  kdesdk-strigi-analyzers/repos/staging-x86_64/PKGBUILD
(from rev 239121, kdesdk-strigi-analyzers/trunk/PKGBUILD)

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

Copied: kdesdk-strigi-analyzers/repos/staging-i686/PKGBUILD (from rev 239121, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:21:06 UTC (rev 239122)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('93a08d83f3f124613c15227382ac983873a4bd01')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-strigi-analyzers/repos/staging-x86_64/PKGBUILD (from rev 239121, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:21:06 UTC (rev 239122)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('93a08d83f3f124613c15227382ac983873a4bd01')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:22:46
  Author: arojas
Revision: 239128

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

Added:
  kdeutils-ark/repos/staging-i686/
  kdeutils-ark/repos/staging-i686/PKGBUILD
(from rev 239127, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/staging-i686/kdeutils-ark.install
(from rev 239127, kdeutils-ark/trunk/kdeutils-ark.install)
  kdeutils-ark/repos/staging-x86_64/
  kdeutils-ark/repos/staging-x86_64/PKGBUILD
(from rev 239127, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/staging-x86_64/kdeutils-ark.install
(from rev 239127, kdeutils-ark/trunk/kdeutils-ark.install)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/kdeutils-ark.install   |   12 
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/kdeutils-ark.install |   12 
 4 files changed, 92 insertions(+)

Copied: kdeutils-ark/repos/staging-i686/PKGBUILD (from rev 239127, 
kdeutils-ark/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:22:46 UTC (rev 239128)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('dcfe0c465c9c51b402d2192058126caee206ad8c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ark/repos/staging-i686/kdeutils-ark.install (from rev 239127, 
kdeutils-ark/trunk/kdeutils-ark.install)
===
--- staging-i686/kdeutils-ark.install   (rev 0)
+++ staging-i686/kdeutils-ark.install   2015-05-12 08:22:46 UTC (rev 239128)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeutils-ark/repos/staging-x86_64/PKGBUILD (from rev 239127, 
kdeutils-ark/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:22:46 UTC (rev 239128)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('dcfe0c465c9c51b402d2192058126caee206ad8c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ark/repos/staging-x86_64/kdeutils-ark.install (from rev 
239127, kdeutils-ark/trunk/kdeutils-ark.install)
===
--- staging-x86_64/kdeutils-ark.install (rev 0)
+++ staging-x86_64/kdeutils-ark.install 2015-05-12 08:22:46 UTC (rev 239128)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:21:59
  Author: arojas
Revision: 239125

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

Added:
  kdetoys-amor/repos/staging-i686/
  kdetoys-amor/repos/staging-i686/PKGBUILD
(from rev 239124, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/staging-i686/kdetoys-amor.install
(from rev 239124, kdetoys-amor/trunk/kdetoys-amor.install)
  kdetoys-amor/repos/staging-x86_64/
  kdetoys-amor/repos/staging-x86_64/PKGBUILD
(from rev 239124, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/staging-x86_64/kdetoys-amor.install
(from rev 239124, kdetoys-amor/trunk/kdetoys-amor.install)

-+
 staging-i686/PKGBUILD   |   32 
 staging-i686/kdetoys-amor.install   |   11 +++
 staging-x86_64/PKGBUILD |   32 
 staging-x86_64/kdetoys-amor.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdetoys-amor/repos/staging-i686/PKGBUILD (from rev 239124, 
kdetoys-amor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:21:59 UTC (rev 239125)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('352b20de818cd6f8a45461938af427d518ab67e0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-amor/repos/staging-i686/kdetoys-amor.install (from rev 239124, 
kdetoys-amor/trunk/kdetoys-amor.install)
===
--- staging-i686/kdetoys-amor.install   (rev 0)
+++ staging-i686/kdetoys-amor.install   2015-05-12 08:21:59 UTC (rev 239125)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-amor/repos/staging-x86_64/PKGBUILD (from rev 239124, 
kdetoys-amor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:21:59 UTC (rev 239125)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('352b20de818cd6f8a45461938af427d518ab67e0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-amor/repos/staging-x86_64/kdetoys-amor.install (from rev 
239124, kdetoys-amor/trunk/kdetoys-amor.install)
===
--- staging-x86_64/kdetoys-amor.install (rev 0)
+++ staging-x86_64/kdetoys-amor.install 2015-05-12 08:21:59 UTC (rev 239125)
@@ -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 kdeartwork/repos (4 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:23:15
  Author: arojas
Revision: 239010

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 239009, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 239009, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  182 
 extra-i686/PKGBUILD   |   91 
 extra-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:22:47 UTC (rev 239009)
+++ extra-i686/PKGBUILD 2015-05-12 07:23:15 UTC (rev 239010)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.04.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('daf63e3534aec6c55c1e3d43f3bec73b2aeeab26')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdeartwork-colorschemes() {
-   pkgdesc='KDE color schemes'
-   replaces=('kdeaccessibility-colorschemes')
-   cd $srcdir/build/ColorSchemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-desktopthemes() {
-   pkgdesc='KDE desktop themes'
-   cd $srcdir/build/desktopthemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-emoticons() {
-   pkgdesc='KDE emoticons'
-   cd $srcdir/build/emoticons
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-iconthemes() {
-   pkgdesc='KDE icon themes'
-   replaces=('kdeaccessibility-iconthemes')
-   cd $srcdir/build/IconThemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-kscreensaver() {
-   pkgdesc='KDE screensaver'
-   depends=('kdebase-workspace' 'libkexiv2')
-   cd $srcdir/build/kscreensaver
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-styles() {
-   pkgdesc='KDE styles'
-   depends=('kdebase-workspace')
-   cd $srcdir/build/styles
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kwin-styles
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-wallpapers() {
-   pkgdesc='KDE wallpapers'
-   cd $srcdir/build/wallpapers
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/HighResolutionWallpapers
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-weatherwallpapers() {
-   pkgdesc='KDE weather wallpapers'
-   cd $srcdir/build/WeatherWallpapers
-   make DESTDIR=$pkgdir install
-}

Copied: kdeartwork/repos/extra-i686/PKGBUILD (from rev 239009, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:23:15 UTC (rev 239010)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.04.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('6678b14d95f5cb1d2e000917fbe6d3cc5acf4090')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:31:36
  Author: arojas
Revision: 239014

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

Added:
  blinken/repos/extra-i686/PKGBUILD
(from rev 239012, blinken/trunk/PKGBUILD)
  blinken/repos/extra-i686/blinken.install
(from rev 239012, blinken/trunk/blinken.install)
  blinken/repos/extra-x86_64/PKGBUILD
(from rev 239013, blinken/trunk/PKGBUILD)
  blinken/repos/extra-x86_64/blinken.install
(from rev 239013, blinken/trunk/blinken.install)
Deleted:
  blinken/repos/extra-i686/PKGBUILD
  blinken/repos/extra-i686/blinken.install
  blinken/repos/extra-x86_64/PKGBUILD
  blinken/repos/extra-x86_64/blinken.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:31:29 UTC (rev 239013)
+++ extra-i686/PKGBUILD 2015-05-12 07:31:36 UTC (rev 239014)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=blinken
-pkgver=15.04.0
-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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-replaces=('kdeedu-blinken')
-conflicts=('kdeedu-blinken')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz;)
-sha1sums=('6b918f26977bd88c03e6e78a59f25d01624eabc3')
-
-build() {
-  cd ${srcdir}
-  mkdir 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/extra-i686/PKGBUILD (from rev 239012, 
blinken/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:31:36 UTC (rev 239014)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=blinken
+pkgver=15.04.1
+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')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('0fb7f7d6b4d1ced58a169c506a44c83dc58a8e99')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: extra-i686/blinken.install
===
--- extra-i686/blinken.install  2015-05-12 07:31:29 UTC (rev 239013)
+++ extra-i686/blinken.install  2015-05-12 07:31:36 UTC (rev 239014)
@@ -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/extra-i686/blinken.install (from rev 239012, 
blinken/trunk/blinken.install)
===
--- extra-i686/blinken.install  (rev 0)
+++ extra-i686/blinken.install  2015-05-12 07:31:36 UTC (rev 239014)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:31:29 UTC (rev 239013)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:31:36 UTC (rev 239014)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=blinken
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Memory Enhancement Game

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:31:56
  Author: arojas
Revision: 239016

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

Added:
  cantor/repos/extra-i686/PKGBUILD
(from rev 239014, cantor/trunk/PKGBUILD)
  cantor/repos/extra-i686/cantor.install
(from rev 239014, cantor/trunk/cantor.install)
  cantor/repos/extra-x86_64/PKGBUILD
(from rev 239015, cantor/trunk/PKGBUILD)
  cantor/repos/extra-x86_64/cantor.install
(from rev 239015, cantor/trunk/cantor.install)
Deleted:
  cantor/repos/extra-i686/PKGBUILD
  cantor/repos/extra-i686/cantor.install
  cantor/repos/extra-x86_64/PKGBUILD
  cantor/repos/extra-x86_64/cantor.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:31:49 UTC (rev 239015)
+++ extra-i686/PKGBUILD 2015-05-12 07:31:56 UTC (rev 239016)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=cantor
-pkgver=15.04.0
-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' 'libqalculate' 'kdelibs4support' 'kpty' 
'ktexteditor' 'knewstuff')
-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'
-'sage-mathematics: Sage backend')
-conflicts=('kdeedu-cantor')
-replaces=('kdeedu-cantor')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;)
-sha1sums=('22e95c16e5a5d624b41b80024d213fdcb9898a69')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../cantor-${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 ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: cantor/repos/extra-i686/PKGBUILD (from rev 239014, 
cantor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:31:56 UTC (rev 239016)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=cantor
+pkgver=15.04.1
+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' 'libqalculate' 'kdelibs4support' 'kpty' 
'ktexteditor' 'knewstuff')
+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/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('cb3c98aa4dbdf1c6721a566f562c140408a40411')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../cantor-${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 ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/cantor.install
===
--- extra-i686/cantor.install   2015-05-12 07:31:49 UTC (rev 239015)
+++ extra-i686/cantor.install   2015-05-12 07:31:56 UTC (rev 239016)
@@ -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
-}


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

2015-05-12 Thread Laurent Carlier
Date: Tuesday, May 12, 2015 @ 09:31:49
  Author: lcarlier
Revision: 239015

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 239013, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 239014, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 239014, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 239014, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  330 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  165 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  165 
 6 files changed, 494 insertions(+), 494 deletions(-)

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


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:32:35
  Author: arojas
Revision: 239018

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

Added:
  kdeedu-kalzium/repos/extra-i686/PKGBUILD
(from rev 239017, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/extra-i686/kdeedu-kalzium.install
(from rev 239017, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/extra-x86_64/PKGBUILD
(from rev 239017, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/extra-x86_64/kdeedu-kalzium.install
(from rev 239017, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
Deleted:
  kdeedu-kalzium/repos/extra-i686/PKGBUILD
  kdeedu-kalzium/repos/extra-i686/kdeedu-kalzium.install
  kdeedu-kalzium/repos/extra-x86_64/PKGBUILD
  kdeedu-kalzium/repos/extra-x86_64/kdeedu-kalzium.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:32:16 UTC (rev 239017)
+++ extra-i686/PKGBUILD 2015-05-12 07:32:35 UTC (rev 239018)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kalzium
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('522c6075f1201bd522744def79e386819242948c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kalzium-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kalzium/repos/extra-i686/PKGBUILD (from rev 239017, 
kdeedu-kalzium/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:32:35 UTC (rev 239018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalzium
+pkgver=15.04.1
+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/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('9b37fe299b01eb3a45b1a368bd86c1d4d04c8725')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdeedu-kalzium.install
===
--- extra-i686/kdeedu-kalzium.install   2015-05-12 07:32:16 UTC (rev 239017)
+++ extra-i686/kdeedu-kalzium.install   2015-05-12 07:32:35 UTC (rev 239018)
@@ -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/extra-i686/kdeedu-kalzium.install (from rev 
239017, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===
--- extra-i686/kdeedu-kalzium.install   (rev 0)
+++ extra-i686/kdeedu-kalzium.install   2015-05-12 07:32:35 UTC (rev 239018)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:32:16 UTC (rev 239017)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:32:35 UTC (rev 239018)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino 

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

2015-05-12 Thread Laurent Carlier
Date: Tuesday, May 12, 2015 @ 09:31:29
  Author: lcarlier
Revision: 239013

upgpkg: mesa 10.5.5-1

upstream update 10.5.5

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 07:31:09 UTC (rev 239012)
+++ PKGBUILD2015-05-12 07:31:29 UTC (rev 239013)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.5.4
+pkgver=10.5.5
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha256sums=('b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803'
+sha256sums=('4ac4e4ea3414f1cadb1467f2f173f9e56170d31e8674f7953a46f0549d319f28'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:37:08
  Author: arojas
Revision: 239026

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

Added:
  kmplot/repos/extra-i686/PKGBUILD
(from rev 239025, kmplot/trunk/PKGBUILD)
  kmplot/repos/extra-i686/kmplot.install
(from rev 239025, kmplot/trunk/kmplot.install)
  kmplot/repos/extra-x86_64/PKGBUILD
(from rev 239025, kmplot/trunk/PKGBUILD)
  kmplot/repos/extra-x86_64/kmplot.install
(from rev 239025, kmplot/trunk/kmplot.install)
Deleted:
  kmplot/repos/extra-i686/PKGBUILD
  kmplot/repos/extra-i686/kmplot.install
  kmplot/repos/extra-x86_64/PKGBUILD
  kmplot/repos/extra-x86_64/kmplot.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:36:37 UTC (rev 239025)
+++ extra-i686/PKGBUILD 2015-05-12 07:37:08 UTC (rev 239026)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kmplot
-pkgver=15.04.0
-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')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-kmplot')
-conflicts=('kdeedu-kmplot')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
-sha1sums=('326d6b35df1dd2c0fa163b211b909c2be64b4ded')
-
-build() {
-  cd ${srcdir}
-  mkdir 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/extra-i686/PKGBUILD (from rev 239025, 
kmplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:37:08 UTC (rev 239026)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kmplot
+pkgver=15.04.1
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('ec16d50c5aad05522601c06deee55db7f899e67a')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: extra-i686/kmplot.install
===
--- extra-i686/kmplot.install   2015-05-12 07:36:37 UTC (rev 239025)
+++ extra-i686/kmplot.install   2015-05-12 07:37:08 UTC (rev 239026)
@@ -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/extra-i686/kmplot.install (from rev 239025, 
kmplot/trunk/kmplot.install)
===
--- extra-i686/kmplot.install   (rev 0)
+++ extra-i686/kmplot.install   2015-05-12 07:37:08 UTC (rev 239026)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:36:37 UTC (rev 239025)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:37:08 UTC (rev 239026)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kmplot
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Mathematical Function Plotter

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:36:37
  Author: arojas
Revision: 239025

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

Added:
  klettres/repos/extra-i686/PKGBUILD
(from rev 239024, klettres/trunk/PKGBUILD)
  klettres/repos/extra-i686/klettres.install
(from rev 239024, klettres/trunk/klettres.install)
  klettres/repos/extra-x86_64/PKGBUILD
(from rev 239024, klettres/trunk/PKGBUILD)
  klettres/repos/extra-x86_64/klettres.install
(from rev 239024, klettres/trunk/klettres.install)
Deleted:
  klettres/repos/extra-i686/PKGBUILD
  klettres/repos/extra-i686/klettres.install
  klettres/repos/extra-x86_64/PKGBUILD
  klettres/repos/extra-x86_64/klettres.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:35:40 UTC (rev 239024)
+++ extra-i686/PKGBUILD 2015-05-12 07:36:37 UTC (rev 239025)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klettres
-pkgver=15.04.0
-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=('kdelibs4support' 'knewstuff')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-klettres')
-conflicts=('kdeedu-klettres')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz;)
-sha1sums=('3c5e1b8ad3ad5a3715f6e40054e4be3a69500ecb')
-
-build() {
-  cd ${srcdir}
-  mkdir 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/extra-i686/PKGBUILD (from rev 239024, 
klettres/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:36:37 UTC (rev 239025)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klettres
+pkgver=15.04.1
+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=('kdelibs4support' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-klettres')
+conflicts=('kdeedu-klettres')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('ddde84ae1f08428b7512c1dcb2d08daa7230e589')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: extra-i686/klettres.install
===
--- extra-i686/klettres.install 2015-05-12 07:35:40 UTC (rev 239024)
+++ extra-i686/klettres.install 2015-05-12 07:36:37 UTC (rev 239025)
@@ -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/extra-i686/klettres.install (from rev 239024, 
klettres/trunk/klettres.install)
===
--- extra-i686/klettres.install (rev 0)
+++ extra-i686/klettres.install 2015-05-12 07:36:37 UTC (rev 239025)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:35:40 UTC (rev 239024)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:36:37 UTC (rev 239025)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=klettres
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Learn The Alphabet

  1   2   3   4   >