[arch-commits] Commit in kdemultimedia-kmix/kde-unstable (PKGBUILD)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 19:56:54
  Author: arojas
Revision: 233823

Merge KF5 version

Modified:
  kdemultimedia-kmix/kde-unstable/PKGBUILD

--+
 PKGBUILD |   45 +++--
 1 file changed, 35 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 18:51:29 UTC (rev 233822)
+++ PKGBUILD2015-03-14 18:56:54 UTC (rev 233823)
@@ -2,18 +2,16 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 
-pkgname=kdemultimedia-kmix
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
 pkgver=15.03.90
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE volume control program
 url='http://kde.org/applications/multimedia/kmix/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-optdepends=('libcanberra-pulse: PulseAudio support')
-install=${pkgname}.install
+makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'kcmutils' 'libcanberra')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
 'use-qdbus-qt4.patch')
 sha1sums=('2b0f8c47b164616b91e21981db004448e0d0a23f'
@@ -20,11 +18,16 @@
   'f89a076c5a29c51d213864e27d07baf5400ece03')
 
 prepare() {
-  mkdir build
-
+  mkdir build{,-kf5}
+  
+  cp -r kmix-$pkgver kmix-kf5-$pkgver
+  # FS#40786
   cd kmix-${pkgver}
-  # FS#40786
   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() {
@@ -34,9 +37,31 @@
 -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() {
+package_kdemultimedia-kmix() {
+  depends=('kdebase-runtime')
+  optdepends=('libcanberra-pulse: PulseAudio support')
+  install=${pkgbase}.install
+  
   cd build
   make DESTDIR=${pkgdir} install
 }
+
+package_kmix() {
+  depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme')
+  optdepends=('libcanberra-pulse: PulseAudio support')
+  install=${pkgbase}.install
+  
+  cd build-kf5
+  make DESTDIR=${pkgdir} install
+}


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

2015-03-14 Thread Evangelos Foutras
Date: Saturday, March 14, 2015 @ 21:58:42
  Author: foutrelis
Revision: 233838

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

Added:
  llvm35/repos/staging-i686/PKGBUILD
(from rev 233837, llvm35/trunk/PKGBUILD)
  llvm35/repos/staging-i686/llvm-3.5.0-force-link-pass.o.patch
(from rev 233837, llvm35/trunk/llvm-3.5.0-force-link-pass.o.patch)
  llvm35/repos/staging-i686/llvm-Config-config.h
(from rev 233837, llvm35/trunk/llvm-Config-config.h)
  llvm35/repos/staging-i686/llvm-Config-llvm-config.h
(from rev 233837, llvm35/trunk/llvm-Config-llvm-config.h)
  llvm35/repos/staging-x86_64/PKGBUILD
(from rev 233837, llvm35/trunk/PKGBUILD)
  llvm35/repos/staging-x86_64/llvm-3.5.0-force-link-pass.o.patch
(from rev 233837, llvm35/trunk/llvm-3.5.0-force-link-pass.o.patch)
  llvm35/repos/staging-x86_64/llvm-Config-config.h
(from rev 233837, llvm35/trunk/llvm-Config-config.h)
  llvm35/repos/staging-x86_64/llvm-Config-llvm-config.h
(from rev 233837, llvm35/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm35/repos/staging-i686/PKGBUILD
  llvm35/repos/staging-i686/llvm-3.5.0-force-link-pass.o.patch
  llvm35/repos/staging-i686/llvm-Config-config.h
  llvm35/repos/staging-i686/llvm-Config-llvm-config.h
  llvm35/repos/staging-x86_64/PKGBUILD
  llvm35/repos/staging-x86_64/llvm-3.5.0-force-link-pass.o.patch
  llvm35/repos/staging-x86_64/llvm-Config-config.h
  llvm35/repos/staging-x86_64/llvm-Config-llvm-config.h

---+
 /PKGBUILD |  376 
 /llvm-3.5.0-force-link-pass.o.patch   |   56 ++
 /llvm-Config-config.h |   18 
 /llvm-Config-llvm-config.h|   18 
 staging-i686/PKGBUILD |  188 --
 staging-i686/llvm-3.5.0-force-link-pass.o.patch   |   28 -
 staging-i686/llvm-Config-config.h |9 
 staging-i686/llvm-Config-llvm-config.h|9 
 staging-x86_64/PKGBUILD   |  188 --
 staging-x86_64/llvm-3.5.0-force-link-pass.o.patch |   28 -
 staging-x86_64/llvm-Config-config.h   |9 
 staging-x86_64/llvm-Config-llvm-config.h  |9 
 12 files changed, 468 insertions(+), 468 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-03-14 20:58:14 UTC (rev 233837)
+++ staging-i686/PKGBUILD   2015-03-14 20:58:42 UTC (rev 233838)
@@ -1,188 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Sebastian Nowicki seb...@gmail.com
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-# This package is meant to be used for compiling packages that haven't been
-# ported to LLVM 3.6 yet. Such packages may depend on llvm35-libs but not on
-# llvm35 which isn't co-installable with the regular LLVM 3.6 packages.
-
-pkgname=('llvm35' 'llvm35-libs' 'clang35')
-pkgver=3.5.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('libffi' 'python2' 'python-sphinx')
-# Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911)
-makedepends_x86_64=('gcc-multilib')
-options=('staticlibs')
-source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
-llvm-3.5.0-force-link-pass.o.patch
-llvm-Config-config.h
-llvm-Config-llvm-config.h)
-sha256sums=('bf3275d2d7890015c8d8f5e6f4f882f8cf3bf51967297ebe74111d6d8b53be15'
-'SKIP'
-'6773f3f9cf815631cc7e779ec134ddd228dc8e9a250e1ea3a910610c59eb8f5c'
-'SKIP'
-'adf4b526f33e681aff5961f0821f5b514d3fc375410008842640b56a2e6a837a'
-'SKIP'
-'5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19'
-'312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys=('11E521D646982372EB577A1F8F0871F202119294')
-
-prepare() {
-  cd $srcdir/llvm-$pkgver.src
-
-  # At the present, clang must reside inside the LLVM source code tree to build
-  # See http://llvm.org/bugs/show_bug.cgi?id=4840
-  mv $srcdir/cfe-$pkgver.src tools/clang
-
-  mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
-
-  # Fix docs installation directory
-  sed -i 

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

2015-03-14 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 02:04:36
  Author: foutrelis
Revision: 233846

upgpkg: flashplugin 11.2.202.451-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 00:16:35 UTC (rev 233845)
+++ PKGBUILD2015-03-15 01:04:36 UTC (rev 233846)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.442
+pkgver=11.2.202.451
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -22,8 +22,8 @@
 
source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
 md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('da2c00fb8d0685a9179d0979e9664b57')
-md5sums_x86_64=('ef2ab05d89b608a2ccb4e7142bc3154d')
+md5sums_i686=('d92b65f5740930dd4de880f2ad970a1e')
+md5sums_x86_64=('c0150d886b3482f27023f97868b8b6a6')
 
 package () {
 install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so


[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-03-14 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 02:05:15
  Author: foutrelis
Revision: 129281

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 129280, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 01:05:10 UTC (rev 129280)
+++ PKGBUILD2015-03-15 01:05:15 UTC (rev 129281)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.442
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url=http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('da2c00fb8d0685a9179d0979e9664b57')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -d $pkgdir/usr/share/licenses
-  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 129280, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 01:05:15 UTC (rev 129281)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.451
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('d92b65f5740930dd4de880f2ad970a1e')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -d $pkgdir/usr/share/licenses
+  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-03-14 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 02:04:49
  Author: foutrelis
Revision: 233847

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 233846, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 233846, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 233846, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 233846, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 233846, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 233846, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|   88 +
 /flashplugin.install |   28 +++
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/flashplugin.install   |   14 -
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/flashplugin.install |   14 -
 extra-x86_64/mms.cfg |2 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-15 01:04:36 UTC (rev 233846)
+++ extra-i686/PKGBUILD 2015-03-15 01:04:49 UTC (rev 233847)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.442
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}
-mms.cfg)
-source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
-source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
-md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('da2c00fb8d0685a9179d0979e9664b57')
-md5sums_x86_64=('ef2ab05d89b608a2ccb4e7142bc3154d')
-
-package () {
-install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so
-if [ $CARCH = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-fi
-install -Dm755 usr/bin/flash-player-properties 
$pkgdir/usr/bin/flash-player-properties
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
$pkgdir/usr/share/applications/flash-player-properties.desktop
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop
-install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
-install -Dm644 mms.cfg $pkgdir/etc/adobe/mms.cfg
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 233846, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-15 01:04:49 UTC (rev 233847)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.451
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')
+options=(!strip)
+install=flashplugin.install
+backup=(etc/adobe/mms.cfg)

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 19:57:16
  Author: arojas
Revision: 233826

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

Added:
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
(from rev 233824, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
(from rev 233825, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/kde-unstable-i686/use-qdbus-qt4.patch
(from rev 233825, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233825, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install
(from rev 233825, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/use-qdbus-qt4.patch
(from rev 233825, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)
Deleted:
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/kde-unstable-i686/use-qdbus-qt4.patch
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/kde-unstable-x86_64/use-qdbus-qt4.patch

+
 /PKGBUILD  |  134 +++
 /kdemultimedia-kmix.install|   22 +++
 /use-qdbus-qt4.patch   |  118 
 kde-unstable-i686/PKGBUILD |   42 ---
 kde-unstable-i686/kdemultimedia-kmix.install   |   11 -
 kde-unstable-i686/use-qdbus-qt4.patch  |   59 --
 kde-unstable-x86_64/PKGBUILD   |   42 ---
 kde-unstable-x86_64/kdemultimedia-kmix.install |   11 -
 kde-unstable-x86_64/use-qdbus-qt4.patch|   59 --
 9 files changed, 274 insertions(+), 224 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-14 18:57:01 UTC (rev 233825)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 18:57:16 UTC (rev 233826)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-kmix
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=KDE volume control program
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-optdepends=('libcanberra-pulse: PulseAudio support')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
-'use-qdbus-qt4.patch')
-sha1sums=('2b0f8c47b164616b91e21981db004448e0d0a23f'
-  'f89a076c5a29c51d213864e27d07baf5400ece03')
-
-prepare() {
-  mkdir build
-
-  cd kmix-${pkgver}
-  # FS#40786
-  sed -i 's|qdbus|qdbus-qt4|' apps/kmixremote
-}
-
-build() {
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 233824, 
kdemultimedia-kmix/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 18:57:16 UTC (rev 233826)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
+pkgver=15.03.90
+pkgrel=2
+pkgdesc=KDE volume control program
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'kcmutils' 'libcanberra')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
+'use-qdbus-qt4.patch')
+sha1sums=('2b0f8c47b164616b91e21981db004448e0d0a23f'
+  '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 \
+

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 23:56:09
  Author: arojas
Revision: 233840

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

Added:
  ortp/repos/staging-i686/PKGBUILD
(from rev 233839, ortp/trunk/PKGBUILD)
  ortp/repos/staging-x86_64/PKGBUILD
(from rev 233839, ortp/trunk/PKGBUILD)
Deleted:
  ortp/repos/staging-i686/PKGBUILD
  ortp/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   62 ++
 staging-i686/PKGBUILD   |   39 
 staging-x86_64/PKGBUILD |   39 
 3 files changed, 62 insertions(+), 78 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-03-14 22:55:24 UTC (rev 233839)
+++ staging-i686/PKGBUILD   2015-03-14 22:56:09 UTC (rev 233840)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=ortp
-pkgver=0.24.0
-pkgrel=1
-pkgdesc=A Real-time Transport Protocol (RTP) library
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('libzrtpcpp' 'libsrtp')
-source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-  'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Reference: 
http://lists.gnu.org/archive/html/linphone-users/2014-02/msg8.html
-  sed -i 's|libzrtpcppcore|libzrtpcpp|g' configure{,.ac}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-zrtp \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ortp/repos/staging-i686/PKGBUILD (from rev 233839, ortp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-14 22:56:09 UTC (rev 233840)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.24.0
+pkgrel=2
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-03-14 22:55:24 UTC (rev 233839)
+++ staging-x86_64/PKGBUILD 2015-03-14 22:56:09 UTC (rev 233840)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=ortp
-pkgver=0.24.0
-pkgrel=1
-pkgdesc=A Real-time Transport Protocol (RTP) library
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('libzrtpcpp' 'libsrtp')
-source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-  'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Reference: 
http://lists.gnu.org/archive/html/linphone-users/2014-02/msg8.html
-  sed -i 's|libzrtpcppcore|libzrtpcpp|g' configure{,.ac}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-zrtp \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ortp/repos/staging-x86_64/PKGBUILD (from rev 233839, 
ortp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-14 22:56:09 UTC (rev 233840)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.24.0
+pkgrel=2
+pkgdesc=A Real-time Transport 

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 23:55:24
  Author: arojas
Revision: 233839

Drop unneeded dependencies (FS#44184)

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 20:58:42 UTC (rev 233838)
+++ PKGBUILD2015-03-14 22:55:24 UTC (rev 233839)
@@ -6,29 +6,21 @@
 
 pkgname=ortp
 pkgver=0.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Real-time Transport Protocol (RTP) library
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng/code_review/ortp;
 license=('GPL3')
-depends=('libzrtpcpp' 'libsrtp')
+depends=('glibc')
 
source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
 sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
   'SKIP')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Reference: 
http://lists.gnu.org/archive/html/linphone-users/2014-02/msg8.html
-  sed -i 's|libzrtpcppcore|libzrtpcpp|g' configure{,.ac}
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
---enable-zrtp \
 --disable-strict
   make
 }


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

2015-03-14 Thread Andreas Radke
Date: Saturday, March 14, 2015 @ 20:24:41
  Author: andyrtr
Revision: 233828

archrelease: copy trunk to extra-any

Added:
  randrproto/repos/extra-any/PKGBUILD
(from rev 233827, randrproto/trunk/PKGBUILD)
Deleted:
  randrproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   52 +++-
 1 file changed, 27 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-14 19:24:32 UTC (rev 233827)
+++ PKGBUILD2015-03-14 19:24:41 UTC (rev 233828)
@@ -1,25 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=randrproto
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=X11 RandR extension wire protocol
-arch=('any')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: randrproto/repos/extra-any/PKGBUILD (from rev 233827, 
randrproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-14 19:24:41 UTC (rev 233828)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=randrproto
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=X11 RandR extension wire protocol
+arch=('any')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('543dcb2ebb0622d8a506dcef6470c6dd066f3e3f866552a5060b91ab6129e1dc'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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

2015-03-14 Thread Andreas Radke
Date: Saturday, March 14, 2015 @ 20:24:32
  Author: andyrtr
Revision: 233827

upgpkg: randrproto 1.4.1-1

upstream update 1.4.1

Modified:
  randrproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 18:57:16 UTC (rev 233826)
+++ PKGBUILD2015-03-14 19:24:32 UTC (rev 233827)
@@ -2,15 +2,17 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=randrproto
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc=X11 RandR extension wire protocol
 arch=('any')
 license=('custom')
 url=http://xorg.freedesktop.org/;
 makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('543dcb2ebb0622d8a506dcef6470c6dd066f3e3f866552a5060b91ab6129e1dc'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-03-14 Thread Evangelos Foutras
Date: Saturday, March 14, 2015 @ 20:50:15
  Author: foutrelis
Revision: 233832

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

Added:
  llvm35/repos/staging-i686/PKGBUILD
(from rev 233831, llvm35/trunk/PKGBUILD)
  llvm35/repos/staging-i686/llvm-3.5.0-force-link-pass.o.patch
(from rev 233831, llvm35/trunk/llvm-3.5.0-force-link-pass.o.patch)
  llvm35/repos/staging-i686/llvm-Config-config.h
(from rev 233831, llvm35/trunk/llvm-Config-config.h)
  llvm35/repos/staging-i686/llvm-Config-llvm-config.h
(from rev 233831, llvm35/trunk/llvm-Config-llvm-config.h)
  llvm35/repos/staging-x86_64/PKGBUILD
(from rev 233831, llvm35/trunk/PKGBUILD)
  llvm35/repos/staging-x86_64/llvm-3.5.0-force-link-pass.o.patch
(from rev 233831, llvm35/trunk/llvm-3.5.0-force-link-pass.o.patch)
  llvm35/repos/staging-x86_64/llvm-Config-config.h
(from rev 233831, llvm35/trunk/llvm-Config-config.h)
  llvm35/repos/staging-x86_64/llvm-Config-llvm-config.h
(from rev 233831, llvm35/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm35/repos/staging-i686/PKGBUILD
  llvm35/repos/staging-i686/llvm-3.5.0-force-link-pass.o.patch
  llvm35/repos/staging-i686/llvm-Config-config.h
  llvm35/repos/staging-i686/llvm-Config-llvm-config.h
  llvm35/repos/staging-x86_64/PKGBUILD
  llvm35/repos/staging-x86_64/llvm-3.5.0-force-link-pass.o.patch
  llvm35/repos/staging-x86_64/llvm-Config-config.h
  llvm35/repos/staging-x86_64/llvm-Config-llvm-config.h

---+
 /PKGBUILD |  376 
 /llvm-3.5.0-force-link-pass.o.patch   |   56 ++
 /llvm-Config-config.h |   18 
 /llvm-Config-llvm-config.h|   18 
 staging-i686/PKGBUILD |  140 ---
 staging-i686/llvm-3.5.0-force-link-pass.o.patch   |   28 -
 staging-i686/llvm-Config-config.h |9 
 staging-i686/llvm-Config-llvm-config.h|9 
 staging-x86_64/PKGBUILD   |  140 ---
 staging-x86_64/llvm-3.5.0-force-link-pass.o.patch |   28 -
 staging-x86_64/llvm-Config-config.h   |9 
 staging-x86_64/llvm-Config-llvm-config.h  |9 
 12 files changed, 468 insertions(+), 372 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-03-14 19:49:56 UTC (rev 233831)
+++ staging-i686/PKGBUILD   2015-03-14 19:50:15 UTC (rev 233832)
@@ -1,140 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Sebastian Nowicki seb...@gmail.com
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-# This package is meant to be used for compiling packages that haven't been
-# ported to LLVM 3.6 yet. Such packages may depend on llvm35-libs but not on
-# llvm35 which isn't co-installable with the regular LLVM 3.6 packages.
-
-pkgname=('llvm35' 'llvm35-libs')
-pkgver=3.5.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('libffi' 'python2' 'python-sphinx')
-options=('staticlibs')
-source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
-llvm-3.5.0-force-link-pass.o.patch
-llvm-Config-config.h
-llvm-Config-llvm-config.h)
-sha256sums=('bf3275d2d7890015c8d8f5e6f4f882f8cf3bf51967297ebe74111d6d8b53be15'
-'SKIP'
-'5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19'
-'312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys=('11E521D646982372EB577A1F8F0871F202119294')
-
-prepare() {
-  cd $srcdir/llvm-$pkgver.src
-
-  # Fix docs installation directory
-  sed -i 's:$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
-Makefile.config.in
-
-  # Fix definition of LLVM_CMAKE_DIR in LLVMConfig.cmake
-  sed -i 
'/@LLVM_CONFIG_CMAKE_DIR@/s:$(PROJ_cmake):$(PROJ_prefix)/share/llvm/cmake:' \
-cmake/modules/Makefile
-
-  # Fix build with GCC 4.9 (patch from Debian)
-  # http://llvm.org/bugs/show_bug.cgi?id=20067
-  patch -Np1 -i ../llvm-3.5.0-force-link-pass.o.patch
-}
-
-build() {
-  cd $srcdir/llvm-$pkgver.src
-
-  # Apply strip option to configure
-  _optimized_switch=enable
-  [[ $(check_option strip) == n ]]  _optimized_switch=disable
-
-  # Include location of libffi headers in CPPFLAGS
-  CPPFLAGS+= $(pkg-config --cflags libffi)
-
-  # Force the use of GCC instead of clang
-  CC=gcc CXX=g++ \

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

2015-03-14 Thread Evangelos Foutras
Date: Saturday, March 14, 2015 @ 20:49:56
  Author: foutrelis
Revision: 233831

upgpkg: llvm35 3.5.1-2

Package clang35; seems to be needed for openshadinglanguage.

Modified:
  llvm35/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 19:27:36 UTC (rev 233830)
+++ PKGBUILD2015-03-14 19:49:56 UTC (rev 233831)
@@ -13,20 +13,28 @@
 # ported to LLVM 3.6 yet. Such packages may depend on llvm35-libs but not on
 # llvm35 which isn't co-installable with the regular LLVM 3.6 packages.
 
-pkgname=('llvm35' 'llvm35-libs')
+pkgname=('llvm35' 'llvm35-libs' 'clang35')
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')
 makedepends=('libffi' 'python2' 'python-sphinx')
+# Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911)
+makedepends_x86_64=('gcc-multilib')
 options=('staticlibs')
 source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
+http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
 llvm-3.5.0-force-link-pass.o.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
 sha256sums=('bf3275d2d7890015c8d8f5e6f4f882f8cf3bf51967297ebe74111d6d8b53be15'
 'SKIP'
+'6773f3f9cf815631cc7e779ec134ddd228dc8e9a250e1ea3a910610c59eb8f5c'
+'SKIP'
+'adf4b526f33e681aff5961f0821f5b514d3fc375410008842640b56a2e6a837a'
+'SKIP'
 '5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
@@ -35,6 +43,12 @@
 prepare() {
   cd $srcdir/llvm-$pkgver.src
 
+  # At the present, clang must reside inside the LLVM source code tree to build
+  # See http://llvm.org/bugs/show_bug.cgi?id=4840
+  mv $srcdir/cfe-$pkgver.src tools/clang
+
+  mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
+
   # Fix docs installation directory
   sed -i 's:$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
 Makefile.config.in
@@ -76,6 +90,7 @@
   make REQUIRES_RTTI=1
   make -C docs -f Makefile.sphinx man
   make -C docs -f Makefile.sphinx html
+  make -C tools/clang/docs -f Makefile.sphinx html
 }
 
 package_llvm35() {
@@ -85,7 +100,12 @@
 
   cd $srcdir/llvm-$pkgver.src
 
+  # We move the clang directory out of the tree so it won't get installed and
+  # then we bring it back in for the clang package
+  mv tools/clang $srcdir
+
   make DESTDIR=$pkgdir install
+  mv $srcdir/clang tools/
 
   # The runtime library goes into llvm35-libs
   mv -f $pkgdir/usr/lib/libLLVM-$pkgver.so $srcdir/
@@ -137,4 +157,32 @@
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
+package_clang35() {
+  pkgdesc=C language family frontend for LLVM
+  url=http://clang.llvm.org/;
+  depends=(llvm35-libs=$pkgver-$pkgrel 'gcc')
+  conflicts=('clang')
+
+  # Fix installation path for clang docs
+  sed -i 's:$(PROJ_prefix)/share/doc/llvm:$(PROJ_prefix)/share/doc/clang:' \
+$srcdir/llvm-$pkgver.src/Makefile.config
+
+  cd $srcdir/llvm-$pkgver.src/tools/clang
+
+  make DESTDIR=$pkgdir install
+
+  # Fix permissions of static libs
+  chmod -x $pkgdir/usr/lib/*.a
+
+  # Revert the path change in case we want to do a repackage later
+  sed -i 's:$(PROJ_prefix)/share/doc/clang:$(PROJ_prefix)/share/doc/llvm:' \
+$srcdir/llvm-$pkgver.src/Makefile.config
+
+  # Install html docs
+  cp -r docs/_build/html/* $pkgdir/usr/share/doc/clang/html/
+  rm -r $pkgdir/usr/share/doc/clang/html/_sources
+
+  install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
 # vim:set ts=2 sw=2 et:


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

2015-03-14 Thread Sven-Hendrik Haase
Date: Sunday, March 15, 2015 @ 00:00:47
  Author: svenstaro
Revision: 129274

upgpkg: blender 16:2.73a-3

rebuild against llvm35

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 22:20:00 UTC (rev 129273)
+++ PKGBUILD2015-03-14 23:00:47 UTC (rev 129274)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.73a
 [[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=2
+pkgrel=3
 epoch=16
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')
@@ -25,10 +25,10 @@
 url=http://www.blender.org;
 depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
  'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'llvm35-libs'
  'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
  'jemalloc')
-makedepends=('cmake' 'boost' 'mesa' 'git')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
 [[ $CARCH == x86_64 ]]  makedepends+=('cuda')
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)


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

2015-03-14 Thread Andreas Radke
Date: Saturday, March 14, 2015 @ 20:27:36
  Author: andyrtr
Revision: 233830

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-14 19:27:26 UTC (rev 233829)
+++ extra-i686/PKGBUILD 2015-03-14 19:27:36 UTC (rev 233830)
@@ -1,27 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxvmc
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=X11 Video Motion Compensation extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxv')
-makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
-sha256sums=('5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204')
-
-build() {
-  cd ${srcdir}/libXvMC-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXvMC-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxvmc/repos/extra-i686/PKGBUILD (from rev 233829, 
libxvmc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-14 19:27:36 UTC (rev 233830)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxvmc
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=X11 Video Motion Compensation extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxv')
+makedepends=('pkgconfig')
+source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #  Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  cd ${srcdir}/libXvMC-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXvMC-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-14 19:27:26 UTC (rev 233829)
+++ extra-x86_64/PKGBUILD   2015-03-14 19:27:36 UTC (rev 233830)
@@ -1,27 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxvmc
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=X11 Video Motion Compensation extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxv')
-makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
-sha256sums=('5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204')
-
-build() {
-  cd ${srcdir}/libXvMC-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXvMC-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxvmc/repos/extra-x86_64/PKGBUILD (from rev 233829, 
libxvmc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-14 19:27:36 UTC (rev 233830)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxvmc
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=X11 Video Motion Compensation extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxv')
+makedepends=('pkgconfig')
+source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #  Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  cd ${srcdir}/libXvMC-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXvMC-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install 

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

2015-03-14 Thread Andreas Radke
Date: Saturday, March 14, 2015 @ 20:27:26
  Author: andyrtr
Revision: 233829

upgpkg: libxvmc 1.0.9-1

upstream update 1.0.9

Modified:
  libxvmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 19:24:41 UTC (rev 233828)
+++ PKGBUILD2015-03-14 19:27:26 UTC (rev 233829)
@@ -2,7 +2,7 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxvmc
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc=X11 Video Motion Compensation extension library
 arch=('i686' 'x86_64')
@@ -10,8 +10,10 @@
 license=('custom')
 depends=('libxv')
 makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
-sha256sums=('5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204')
+source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #  Alan Coopersmith 
alan.coopersm...@oracle.com
 
 build() {
   cd ${srcdir}/libXvMC-${pkgver}


[arch-commits] Commit in (4 files)

2015-03-14 Thread Laurent Carlier
Date: Saturday, March 14, 2015 @ 19:56:54
  Author: lcarlier
Revision: 233824

community2extra: Moving libunwind from community to extra

Added:
  libunwind/
  libunwind/repos/
  libunwind/trunk/
  libunwind/trunk/PKGBUILD

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

Added: libunwind/trunk/PKGBUILD
===
--- libunwind/trunk/PKGBUILD(rev 0)
+++ libunwind/trunk/PKGBUILD2015-03-14 18:56:54 UTC (rev 233824)
@@ -0,0 +1,35 @@
+# $id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Lawrence Lee valh...@facticius.net
+# Contributor: Phillip Marvin phillip.mar...@gmail.com
+# Contributor: keystone phillip.mar...@gmail.com
+
+pkgname=libunwind
+pkgver=1.1
+pkgrel=2
+pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/libunwind/'
+license=('GPL')
+depends=('glibc' 'xz')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure CFLAGS=$CFLAGS -U_FORTIFY_SOURCE --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
+  make check || return 0
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: libunwind/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 21:40:43
  Author: arojas
Revision: 233836

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

Added:
  mediastreamer/repos/staging-i686/
  mediastreamer/repos/staging-i686/PKGBUILD
(from rev 233835, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/staging-x86_64/
  mediastreamer/repos/staging-x86_64/PKGBUILD
(from rev 233835, mediastreamer/trunk/PKGBUILD)

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

Copied: mediastreamer/repos/staging-i686/PKGBUILD (from rev 233835, 
mediastreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-14 20:40:43 UTC (rev 233836)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.11.0
+pkgrel=1
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
+ 'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-glx --enable-xv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: mediastreamer/repos/staging-x86_64/PKGBUILD (from rev 233835, 
mediastreamer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-14 20:40:43 UTC (rev 233836)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.11.0
+pkgrel=1
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
+ 'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-glx --enable-xv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 21:40:25
  Author: arojas
Revision: 233835

Update to 2.11.0, add validpgpkeys

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 20:30:06 UTC (rev 233834)
+++ PKGBUILD2015-03-14 20:40:25 UTC (rev 233835)
@@ -5,8 +5,8 @@
 # Contributor: Adrià Arrufat swiftscy...@gmail.com
 
 pkgname=mediastreamer
-pkgver=2.10.0
-pkgrel=3
+pkgver=2.11.0
+pkgrel=1
 pkgdesc=A library written in C that allows you to create and run audio and 
video streams
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/;
@@ -15,8 +15,9 @@
 # xxd from Vim is needed to build
 makedepends=('intltool' 'vim')
 
source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('5a4e7545e212068534b56fdf41c961e9'
+md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-14 Thread Sven-Hendrik Haase
Date: Saturday, March 14, 2015 @ 23:20:00
  Author: svenstaro
Revision: 129273

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

Added:
  openshadinglanguage/repos/community-staging-i686/
  openshadinglanguage/repos/community-staging-i686/PKGBUILD
(from rev 129272, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-x86_64/
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 129272, openshadinglanguage/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
129272, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-14 22:20:00 UTC (rev 129273)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.12
+pkgrel=3
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm35-libs')
+makedepends=('boost' 'cmake' 'clang35' 'llvm35')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+
alignment.patch::https://github.com/imageworks/OpenShadingLanguage/commit/bcaf5778e2d778b72615e5c49269b59671cf0d91.patch)
+md5sums=('484752a0f97df55962c3a667075deddc'
+ 'f3f24c2aa7f5aabd98c0967747b58ecc')
+
+prepare() {
+  cd OpenShadingLanguage-Release-$pkgver
+  patch -Np1  $srcdir/alignment.patch
+}
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+-DCMAKE_CXX_FLAGS=-std=c++11
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-staging-x86_64/PKGBUILD (from rev 
129272, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-14 22:20:00 UTC (rev 129273)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.12
+pkgrel=3
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm35-libs')
+makedepends=('boost' 'cmake' 'clang35' 'llvm35')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+
alignment.patch::https://github.com/imageworks/OpenShadingLanguage/commit/bcaf5778e2d778b72615e5c49269b59671cf0d91.patch)
+md5sums=('484752a0f97df55962c3a667075deddc'
+ 'f3f24c2aa7f5aabd98c0967747b58ecc')
+
+prepare() {
+  cd OpenShadingLanguage-Release-$pkgver
+  patch -Np1  $srcdir/alignment.patch
+}
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+-DCMAKE_CXX_FLAGS=-std=c++11
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-14 Thread Sven-Hendrik Haase
Date: Saturday, March 14, 2015 @ 23:19:51
  Author: svenstaro
Revision: 129272

upgpkg: openshadinglanguage 1.5.12-3

rebuild against llvm35

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 18:57:25 UTC (rev 129271)
+++ PKGBUILD2015-03-14 22:19:51 UTC (rev 129272)
@@ -2,13 +2,13 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=openshadinglanguage
 pkgver=1.5.12
-pkgrel=2
+pkgrel=3
 pkgdesc=Advanced shading language for production GI renderers
 arch=(i686 x86_64)
 url=https://github.com/imageworks/OpenShadingLanguage;
 license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
-makedepends=('boost' 'cmake' 'clang')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm35-libs')
+makedepends=('boost' 'cmake' 'clang35' 'llvm35')
 
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
 
alignment.patch::https://github.com/imageworks/OpenShadingLanguage/commit/bcaf5778e2d778b72615e5c49269b59671cf0d91.patch)
 md5sums=('484752a0f97df55962c3a667075deddc'


[arch-commits] Commit in bzrtp (5 files)

2015-03-14 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 00:11:52
  Author: arojas
Revision: 233842

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

Added:
  bzrtp/repos/
  bzrtp/repos/extra-i686/
  bzrtp/repos/extra-i686/PKGBUILD
(from rev 233841, bzrtp/trunk/PKGBUILD)
  bzrtp/repos/extra-x86_64/
  bzrtp/repos/extra-x86_64/PKGBUILD
(from rev 233841, bzrtp/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   28 
 extra-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: bzrtp/repos/extra-i686/PKGBUILD (from rev 233841, bzrtp/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2015-03-14 23:11:52 UTC (rev 233842)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 233839 2015-03-14 22:55:24Z arojas $
+# Maintainer:
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bzrtp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Opensource implementation of ZRTP keys exchange protocol
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL2')
+depends=('libxml2' 'mbedtls')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('0166809a8f86e8a59516e5f1d7f6889bfd60ce2c'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: bzrtp/repos/extra-x86_64/PKGBUILD (from rev 233841, 
bzrtp/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-03-14 23:11:52 UTC (rev 233842)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 233839 2015-03-14 22:55:24Z arojas $
+# Maintainer:
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bzrtp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Opensource implementation of ZRTP keys exchange protocol
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL2')
+depends=('libxml2' 'mbedtls')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('0166809a8f86e8a59516e5f1d7f6889bfd60ce2c'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 00:11:11
  Author: arojas
Revision: 233841

New mediastreamer dependency

Added:
  bzrtp/
  bzrtp/trunk/
  bzrtp/trunk/PKGBUILD

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

Added: bzrtp/trunk/PKGBUILD
===
--- bzrtp/trunk/PKGBUILD(rev 0)
+++ bzrtp/trunk/PKGBUILD2015-03-14 23:11:11 UTC (rev 233841)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 233839 2015-03-14 22:55:24Z arojas $
+# Maintainer:
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bzrtp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Opensource implementation of ZRTP keys exchange protocol
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL2')
+depends=('libxml2' 'mbedtls')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('0166809a8f86e8a59516e5f1d7f6889bfd60ce2c'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-03-14 Thread Sven-Hendrik Haase
Date: Sunday, March 15, 2015 @ 00:25:09
  Author: svenstaro
Revision: 129279

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

Added:
  luxrays/repos/community-staging-i686/
  luxrays/repos/community-staging-i686/PKGBUILD
(from rev 129278, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-staging-i686/force_python3.diff
(from rev 129278, luxrays/trunk/force_python3.diff)
  luxrays/repos/community-staging-x86_64/
  luxrays/repos/community-staging-x86_64/PKGBUILD
(from rev 129278, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-staging-x86_64/force_python3.diff
(from rev 129278, luxrays/trunk/force_python3.diff)

-+
 community-staging-i686/PKGBUILD |   53 ++
 community-staging-i686/force_python3.diff   |   12 +
 community-staging-x86_64/PKGBUILD   |   53 ++
 community-staging-x86_64/force_python3.diff |   12 +
 4 files changed, 130 insertions(+)

Copied: luxrays/repos/community-staging-i686/PKGBUILD (from rev 129278, 
luxrays/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-14 23:25:09 UTC (rev 129279)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname='luxrays'
+pkgver=1.4
+_pkgver=7c7127ee1fa4
+pkgrel=2
+pkgdesc=Accelerate the ray intersection process by using GPUs
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('freetype2' 'libcl' 'libgl' 'libpng' 'openimageio')
+makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' 'freeglut: demos (SmallLuxGPU 
etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/${_pkgver}.tar.bz2
 \
+force_python3.diff)
+md5sums=('2dda3316fb2ae9be6e58b5fa3a35de62'
+ '3bfb5594a709d1ea772866d66904b8fd')
+
+prepare() {
+  cd $srcdir/luxrender-luxrays-$_pkgver
+
+  patch -Np1  $srcdir/force_python3.diff || true
+}
+
+build() {
+  cd $srcdir/luxrender-luxrays-$_pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+.
+  make
+}
+
+package() {
+  cd $srcdir/luxrender-luxrays-$_pkgver
+
+  install -d -m755 $pkgdir/usr/{bin,include,lib}
+  install -m755 bin/* $pkgdir/usr/bin
+  install -m644 lib/* $pkgdir/usr/lib
+  cp -a include $pkgdir/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 $pkgdir/usr/lib/python3.4/
+  mv $pkgdir/usr/lib/pyluxcore.so $pkgdir/usr/lib/python3.4/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-staging-i686/force_python3.diff (from rev 
129278, luxrays/trunk/force_python3.diff)
===
--- community-staging-i686/force_python3.diff   (rev 0)
+++ community-staging-i686/force_python3.diff   2015-03-14 23:25:09 UTC (rev 
129279)
@@ -0,0 +1,12 @@
+diff -rup luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake 
luxrender-luxrays-7c7127ee1fa4.new/cmake/Dependencies.cmake
+--- luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake2015-01-20 
23:45:32.0 +0100
 luxrender-luxrays-7c7127ee1fa4.new/cmake/Dependencies.cmake
2015-02-15 22:19:40.775351414 +0100
+@@ -58,7 +58,7 @@ set(Boost_MINIMUM_VERSION   1.44.0
+ 
+ set(Boost_ADDITIONAL_VERSIONS 1.47.0 1.46.1 1.46 1.46.0 1.45 
1.45.0 1.44 1.44.0)
+ 
+-set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization 
iostreams regex system python)
++set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization 
iostreams regex system python3)
+ find_package(Boost ${Boost_MINIMUM_VERSION} COMPONENTS 
${LUXRAYS_BOOST_COMPONENTS})
+ if (NOT Boost_FOUND)
+ # Try again with the other type of libs

Copied: luxrays/repos/community-staging-x86_64/PKGBUILD (from rev 129278, 
luxrays/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-14 23:25:09 UTC (rev 129279)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname='luxrays'
+pkgver=1.4
+_pkgver=7c7127ee1fa4
+pkgrel=2
+pkgdesc=Accelerate the ray intersection process by using GPUs
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('freetype2' 'libcl' 'libgl' 'libpng' 'openimageio')
+makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut')

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

2015-03-14 Thread Sven-Hendrik Haase
Date: Sunday, March 15, 2015 @ 00:25:04
  Author: svenstaro
Revision: 129278

upgpkg: luxrays 1.4-2

rebuild

Modified:
  luxrays/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 23:12:31 UTC (rev 129277)
+++ PKGBUILD2015-03-14 23:25:04 UTC (rev 129278)
@@ -3,7 +3,7 @@
 pkgname='luxrays'
 pkgver=1.4
 _pkgver=7c7127ee1fa4
-pkgrel=1
+pkgrel=2
 pkgdesc=Accelerate the ray intersection process by using GPUs
 arch=('i686' 'x86_64')
 url=http://www.luxrender.net/;


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

2015-03-14 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 02:05:10
  Author: foutrelis
Revision: 129280

upgpkg: lib32-flashplugin 11.2.202.451-1

New upstream release.

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 23:25:09 UTC (rev 129279)
+++ PKGBUILD2015-03-15 01:05:10 UTC (rev 129280)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.442
+pkgver=11.2.202.451
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('da2c00fb8d0685a9179d0979e9664b57')
+md5sums=('d92b65f5740930dd4de880f2ad970a1e')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so


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

2015-03-14 Thread Sven-Hendrik Haase
Date: Sunday, March 15, 2015 @ 00:00:53
  Author: svenstaro
Revision: 129275

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

Added:
  blender/repos/community-staging-i686/
  blender/repos/community-staging-i686/PKGBUILD
(from rev 129274, blender/trunk/PKGBUILD)
  blender/repos/community-staging-i686/blender.install
(from rev 129274, blender/trunk/blender.install)
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 129274, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender.install
(from rev 129274, blender/trunk/blender.install)

--+
 community-staging-i686/PKGBUILD  |   96 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|   96 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 218 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 129274, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-14 23:00:53 UTC (rev 129275)
@@ -0,0 +1,96 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.73a
+#_gitcommit=b4d8fb57
+
+pkgname=blender
+pkgver=2.73a
+[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=3
+epoch=16
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'llvm35-libs'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
+[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=(git://git.blender.org/blender-addons.git
+git://git.blender.org/blender-addons-contrib.git
+git://git.blender.org/blender-translations.git
+git://git.blender.org/scons.git)
+if [[ -n $_gittag ]]; then
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
+else
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  git submodule init
+  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
+  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
+  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
+  git config submodule.scons.url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake -C../build_files/cmake/config/blender_full.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.5 \
+-DLLVM_STATIC=OFF \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DPYTHON_VERSION=3.4 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.4m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+  python -O -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 129274, 
blender/trunk/blender.install)
===
--- community-staging-i686/blender.install  (rev 0)
+++ 

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

2015-03-14 Thread Sven-Hendrik Haase
Date: Sunday, March 15, 2015 @ 00:12:26
  Author: svenstaro
Revision: 129276

upgpkg: luxrender 1.4-2

rebuild

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 23:00:53 UTC (rev 129275)
+++ PKGBUILD2015-03-14 23:12:26 UTC (rev 129276)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.4
 _pkgver=dfd211d6faa0
-pkgrel=1
+pkgrel=2
 pkgdesc=Rendering system for physically correct, unbiased image synthesis
 arch=('i686' 'x86_64')
 url=http://www.luxrender.net/;


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

2015-03-14 Thread Sven-Hendrik Haase
Date: Sunday, March 15, 2015 @ 00:12:31
  Author: svenstaro
Revision: 129277

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

Added:
  luxrender/repos/community-staging-i686/
  luxrender/repos/community-staging-i686/PKGBUILD
(from rev 129276, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-i686/force_python3.diff
(from rev 129276, luxrender/trunk/force_python3.diff)
  luxrender/repos/community-staging-x86_64/
  luxrender/repos/community-staging-x86_64/PKGBUILD
(from rev 129276, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-x86_64/force_python3.diff
(from rev 129276, luxrender/trunk/force_python3.diff)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/force_python3.diff   |   12 +
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/force_python3.diff |   12 +
 4 files changed, 136 insertions(+)

Copied: luxrender/repos/community-staging-i686/PKGBUILD (from rev 129276, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-14 23:12:31 UTC (rev 129277)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.4
+_pkgver=dfd211d6faa0
+pkgrel=2
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 
'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: pylux Python interface'
+'opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/${_pkgver}.tar.bz2 \
+force_python3.diff)
+md5sums=('7591ac4e86d0232245af38f6cf932c02'
+ '42692e65eabc5828693e2682e94b7c64')
+
+prepare() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+  patch -Np1  $srcdir/force_python3.diff || true
+}
+
+build() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+.
+  make
+}
+
+package() {
+  cd $srcdir/luxrender-lux-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # fix library path on x86_64
+  [ $CARCH = x86_64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so $pkgdir/usr/lib/python3.4/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-staging-i686/force_python3.diff (from rev 
129276, luxrender/trunk/force_python3.diff)
===
--- community-staging-i686/force_python3.diff   (rev 0)
+++ community-staging-i686/force_python3.diff   2015-03-14 23:12:31 UTC (rev 
129277)
@@ -0,0 +1,12 @@
+diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 
luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
+--- luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake2013-11-04 
22:25:45.0 +0100
 luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake2013-12-05 
19:43:23.414625854 +0100
+@@ -156,7 +156,7 @@ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR ${BOOST_python_LIBRARYDIR})
+ ENDIF(MSVC AND BOOST_python_LIBRARYDIR)
+ 
+-FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python REQUIRED)
++FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python3 REQUIRED)
+ 
+ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR ${_boost_libdir})

Copied: luxrender/repos/community-staging-x86_64/PKGBUILD (from rev 129276, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-14 23:12:31 UTC (rev 129277)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.4
+_pkgver=dfd211d6faa0
+pkgrel=2
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'openimageio' 

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

2015-03-14 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 00:23:51
  Author: arojas
Revision: 233844

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

Added:
  mediastreamer/repos/staging-i686/PKGBUILD
(from rev 233843, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/staging-x86_64/PKGBUILD
(from rev 233843, mediastreamer/trunk/PKGBUILD)
Deleted:
  mediastreamer/repos/staging-i686/PKGBUILD
  mediastreamer/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-03-14 23:23:16 UTC (rev 233843)
+++ staging-i686/PKGBUILD   2015-03-14 23:23:51 UTC (rev 233844)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-
-pkgname=mediastreamer
-pkgver=2.11.0
-pkgrel=1
-pkgdesc=A library written in C that allows you to create and run audio and 
video streams
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
- 'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-glx --enable-xv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mediastreamer/repos/staging-i686/PKGBUILD (from rev 233843, 
mediastreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-14 23:23:51 UTC (rev 233844)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
+
+pkgname=mediastreamer
+pkgver=2.11.0
+pkgrel=2
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
+ 'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-03-14 23:23:16 UTC (rev 233843)
+++ staging-x86_64/PKGBUILD 2015-03-14 23:23:51 UTC (rev 233844)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-
-pkgname=mediastreamer
-pkgver=2.11.0
-pkgrel=1
-pkgdesc=A library written in C that allows you to create and run audio and 
video streams
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
- 'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-glx --enable-xv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mediastreamer/repos/staging-x86_64/PKGBUILD (from rev 233843, 
mediastreamer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-14 23:23:51 UTC (rev 233844)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
+
+pkgname=mediastreamer

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

2015-03-14 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 00:23:16
  Author: arojas
Revision: 233843

Enable zrtp and GLX (FS#44185)

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 23:11:52 UTC (rev 233842)
+++ PKGBUILD2015-03-14 23:23:16 UTC (rev 233843)
@@ -3,15 +3,16 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
 
 pkgname=mediastreamer
 pkgver=2.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library written in C that allows you to create and run audio and 
video streams
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/;
 license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
 # xxd from Vim is needed to build
 makedepends=('intltool' 'vim')
 
source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
@@ -22,7 +23,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \
---disable-glx --enable-xv
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
   make
 }
 


[arch-commits] Commit in firefox/trunk (firefox.desktop)

2015-03-14 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 01:16:35
  Author: foutrelis
Revision: 233845

Add x-scheme-handler/ftp to firefox.desktop (FS#44120)

Modified:
  firefox/trunk/firefox.desktop

-+
 firefox.desktop |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: firefox.desktop
===
--- firefox.desktop 2015-03-14 23:23:51 UTC (rev 233844)
+++ firefox.desktop 2015-03-15 00:16:35 UTC (rev 233845)
@@ -116,6 +116,6 @@
 Icon=firefox
 Terminal=false
 Type=Application
-MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
 StartupNotify=true
 Categories=Network;WebBrowser;


[arch-commits] Commit in unzip/trunk (PKGBUILD cve20149636.patch overflow-fsize.patch)

2015-03-14 Thread Gaetan Bisson
Date: Sunday, March 15, 2015 @ 05:53:48
  Author: bisson
Revision: 233850

fix FS#44171

Added:
  unzip/trunk/cve20149636.patch
  unzip/trunk/overflow-fsize.patch
Modified:
  unzip/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 cve20149636.patch|   25 +
 overflow-fsize.patch |   34 ++
 3 files changed, 66 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 04:40:57 UTC (rev 233849)
+++ PKGBUILD2015-03-15 04:53:48 UTC (rev 233850)
@@ -6,7 +6,7 @@
 pkgname=unzip
 pkgver=6.0
 _pkgver=${pkgver/./}
-pkgrel=9
+pkgrel=10
 pkgdesc='For extracting and viewing files in .zip archives'
 url='http://www.info-zip.org/UnZip.html'
 arch=('i686' 'x86_64')
@@ -13,10 +13,14 @@
 license=('custom')
 depends=('bzip2' 'bash')
 source=(http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz;
+'overflow-fsize.patch'
+'cve20149636.patch'
 'test_compr_eb.patch'
 'getZip64Data.patch'
 'crc32.patch')
 sha1sums=('abf7de8a4018a983590ed6f5cbd990d4740f8a22'
+  '2852ce1a9db8d646516f8828436a44d34785a0b3'
+  'e8c0bc17c63eeed97ad62b86845d75c849bcf4f8'
   '614c3e7fa7d6da7c60ea2aa79e36f4cbd17c3824'
   '691d0751bf0bc98cf9f9889dee39baccabefdc4d'
   '82c9fe9172779a0ee92a187d544e74e8f512b013')
@@ -24,6 +28,8 @@
 prepare() {
cd ${srcdir}/${pkgname}${_pkgver}
sed -i /MANDIR =/s#)/#)/share/# unix/Makefile
+   patch -p1 -i ../overflow-fsize.patch #FS#44171
+   patch -p1 -i ../cve20149636.patch #FS#44171
patch -i ../test_compr_eb.patch # FS#43391
patch -i ../getZip64Data.patch # FS#43300
patch -i ../crc32.patch # FS#43300

Added: cve20149636.patch
===
--- cve20149636.patch   (rev 0)
+++ cve20149636.patch   2015-03-15 04:53:48 UTC (rev 233850)
@@ -0,0 +1,25 @@
+diff --git a/extract.c b/extract.c
+index a0a4929..9ef80b3 100644
+--- a/extract.c
 b/extract.c
+@@ -2214,6 +2214,7 @@ static int test_compr_eb(__G__ eb, eb_size, 
compr_offset, test_uc_ebdata)
+ ulg eb_ucsize;
+ uch *eb_ucptr;
+ int r;
++ush method;
+ 
+ if (compr_offset  4)/* field is not compressed: */
+ return PK_OK;/* do nothing and signal OK */
+@@ -2223,6 +2224,12 @@ static int test_compr_eb(__G__ eb, eb_size, 
compr_offset, test_uc_ebdata)
+  eb_size = (compr_offset + EB_CMPRHEADLEN)))
+ return IZ_EF_TRUNC;   /* no compressed data! */
+ 
++method = makeword(eb + (EB_HEADSIZE + compr_offset));
++if ((method == STORED)  (eb_size != compr_offset + EB_CMPRHEADLEN + 
eb_ucsize))
++return PK_ERR;/* compressed  uncompressed
++   * should match in STORED
++   * method */
++
+ if (
+ #ifdef INT_16BIT
+ (((ulg)(extent)eb_ucsize) != eb_ucsize) ||

Added: overflow-fsize.patch
===
--- overflow-fsize.patch(rev 0)
+++ overflow-fsize.patch2015-03-15 04:53:48 UTC (rev 233850)
@@ -0,0 +1,34 @@
+t a/list.c b/list.c
+index f7359c3..4c3d703 100644
+--- a/list.c
 b/list.c
+@@ -97,7 +97,7 @@ int list_files(__G)/* return PK-type error code */
+ {
+ int do_this_file=FALSE, cfactor, error, error_in_archive=PK_COOL;
+ #ifndef WINDLL
+-char sgn, cfactorstr[10];
++char sgn, cfactorstr[13];
+ int longhdr=(uO.vflag1);
+ #endif
+ int date_format;
+@@ -339,7 +339,19 @@ int list_files(__G)/* return PK-type error code */
+ G.crec.compression_method == ENHDEFLATED) {
+ methbuf[5] = dtype[(G.crec.general_purpose_bit_flag1)  3];
+ } else if (methnum = NUM_METHODS) {
+-sprintf(methbuf[4], %03u, G.crec.compression_method);
++/* 2013-02-26 SMS.
++ * http://sourceforge.net/tracker/?func=detail
++ *  aid=2861648group_id=118012atid=679786
++ * Unexpectedly large compression methods overflow
++ * methbuf[].  Use the old, three-digit decimal format
++ * for values which fit.  Otherwise, sacrifice the
++ * colon, and use four-digit hexadecimal.
++ */
++if (G.crec.compression_method = 999) {
++sprintf( methbuf[ 4], %03u, G.crec.compression_method);
++} else {
++sprintf( methbuf[ 3], %04X, G.crec.compression_method);
++}
+ }
+ 
+ #if 0   /* GRR/Euro:  add this? */


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

2015-03-14 Thread Gaetan Bisson
Date: Sunday, March 15, 2015 @ 05:54:40
  Author: bisson
Revision: 233851

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

Added:
  unzip/repos/extra-i686/PKGBUILD
(from rev 233850, unzip/trunk/PKGBUILD)
  unzip/repos/extra-i686/crc32.patch
(from rev 233850, unzip/trunk/crc32.patch)
  unzip/repos/extra-i686/cve20149636.patch
(from rev 233850, unzip/trunk/cve20149636.patch)
  unzip/repos/extra-i686/getZip64Data.patch
(from rev 233850, unzip/trunk/getZip64Data.patch)
  unzip/repos/extra-i686/overflow-fsize.patch
(from rev 233850, unzip/trunk/overflow-fsize.patch)
  unzip/repos/extra-i686/test_compr_eb.patch
(from rev 233850, unzip/trunk/test_compr_eb.patch)
  unzip/repos/extra-x86_64/PKGBUILD
(from rev 233850, unzip/trunk/PKGBUILD)
  unzip/repos/extra-x86_64/crc32.patch
(from rev 233850, unzip/trunk/crc32.patch)
  unzip/repos/extra-x86_64/cve20149636.patch
(from rev 233850, unzip/trunk/cve20149636.patch)
  unzip/repos/extra-x86_64/getZip64Data.patch
(from rev 233850, unzip/trunk/getZip64Data.patch)
  unzip/repos/extra-x86_64/overflow-fsize.patch
(from rev 233850, unzip/trunk/overflow-fsize.patch)
  unzip/repos/extra-x86_64/test_compr_eb.patch
(from rev 233850, unzip/trunk/test_compr_eb.patch)
Deleted:
  unzip/repos/extra-i686/PKGBUILD
  unzip/repos/extra-i686/crc32.patch
  unzip/repos/extra-i686/getZip64Data.patch
  unzip/repos/extra-i686/test_compr_eb.patch
  unzip/repos/extra-x86_64/PKGBUILD
  unzip/repos/extra-x86_64/crc32.patch
  unzip/repos/extra-x86_64/getZip64Data.patch
  unzip/repos/extra-x86_64/test_compr_eb.patch

---+
 /PKGBUILD |  112 +++
 /crc32.patch  |   90 
 /getZip64Data.patch   |  266 
 /test_compr_eb.patch  |   46 ++
 extra-i686/PKGBUILD   |   50 --
 extra-i686/crc32.patch|   45 --
 extra-i686/cve20149636.patch  |   25 +++
 extra-i686/getZip64Data.patch |  133 --
 extra-i686/overflow-fsize.patch   |   34 
 extra-i686/test_compr_eb.patch|   23 ---
 extra-x86_64/PKGBUILD |   50 --
 extra-x86_64/crc32.patch  |   45 --
 extra-x86_64/cve20149636.patch|   25 +++
 extra-x86_64/getZip64Data.patch   |  133 --
 extra-x86_64/overflow-fsize.patch |   34 
 extra-x86_64/test_compr_eb.patch  |   23 ---
 16 files changed, 632 insertions(+), 502 deletions(-)

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


[arch-commits] Commit in xorg-font-util/trunk (PKGBUILD)

2015-03-14 Thread Gaetan Bisson
Date: Sunday, March 15, 2015 @ 05:40:26
  Author: bisson
Revision: 233848

upstream update

Modified:
  xorg-font-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 01:04:49 UTC (rev 233847)
+++ PKGBUILD2015-03-15 04:40:26 UTC (rev 233848)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-font-util
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='X.Org font utilities'
 url='http://xorg.freedesktop.org/'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
-sha1sums=('a015f4c5a35d98af72835797293697e0eb9cd506')
+sha1sums=('0b16add3637c64b0bbaf1dd223b71b0421100c20')
 
 replaces=('font-util')
 provides=('font-util')


[arch-commits] Commit in xorg-font-util/repos (4 files)

2015-03-14 Thread Gaetan Bisson
Date: Sunday, March 15, 2015 @ 05:40:57
  Author: bisson
Revision: 233849

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

Added:
  xorg-font-util/repos/extra-i686/PKGBUILD
(from rev 233848, xorg-font-util/trunk/PKGBUILD)
  xorg-font-util/repos/extra-x86_64/PKGBUILD
(from rev 233848, xorg-font-util/trunk/PKGBUILD)
Deleted:
  xorg-font-util/repos/extra-i686/PKGBUILD
  xorg-font-util/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-03-15 04:40:26 UTC (rev 233848)
+++ extra-i686/PKGBUILD 2015-03-15 04:40:57 UTC (rev 233849)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-font-util
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='X.Org font utilities'
-url='http://xorg.freedesktop.org/'
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
-sha1sums=('a015f4c5a35d98af72835797293697e0eb9cd506')
-
-replaces=('font-util')
-provides=('font-util')
-conflicts=('font-util')
-groups=('xorg-fonts' 'xorg')
-
-build() {
-   cd ${srcdir}/font-util-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-mapdir=/usr/share/fonts/util \
-   --with-fontrootdir=/usr/share/fonts \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/font-util-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-font-util/repos/extra-i686/PKGBUILD (from rev 233848, 
xorg-font-util/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-15 04:40:57 UTC (rev 233849)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-font-util
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='X.Org font utilities'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
+sha1sums=('0b16add3637c64b0bbaf1dd223b71b0421100c20')
+
+replaces=('font-util')
+provides=('font-util')
+conflicts=('font-util')
+groups=('xorg-fonts' 'xorg')
+
+build() {
+   cd ${srcdir}/font-util-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-mapdir=/usr/share/fonts/util \
+   --with-fontrootdir=/usr/share/fonts \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/font-util-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-15 04:40:26 UTC (rev 233848)
+++ extra-x86_64/PKGBUILD   2015-03-15 04:40:57 UTC (rev 233849)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-font-util
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='X.Org font utilities'
-url='http://xorg.freedesktop.org/'
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
-sha1sums=('a015f4c5a35d98af72835797293697e0eb9cd506')
-
-replaces=('font-util')
-provides=('font-util')
-conflicts=('font-util')
-groups=('xorg-fonts' 'xorg')
-
-build() {
-   cd ${srcdir}/font-util-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-mapdir=/usr/share/fonts/util \
-   --with-fontrootdir=/usr/share/fonts \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/font-util-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-font-util/repos/extra-x86_64/PKGBUILD (from rev 233848, 
xorg-font-util/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-15 04:40:57 UTC (rev 233849)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-font-util
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='X.Org font utilities'
+url='http://xorg.freedesktop.org/'

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:53:02
  Author: arojas
Revision: 233629

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

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

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

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

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 233628, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-03-14 09:53:02 UTC (rev 233629)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: libksane/repos/kde-unstable-x86_64/libksane.install (from rev 233628, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-x86_64/libksane.install(rev 0)
+++ kde-unstable-x86_64/libksane.install2015-03-14 09:53:02 UTC (rev 
233629)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:52:33
  Author: arojas
Revision: 233627

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

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

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

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

Copied: libkdcraw/repos/kde-unstable-i686/libkdcraw.install (from rev 233626, 
libkdcraw/kde-unstable/libkdcraw.install)
===
--- kde-unstable-i686/libkdcraw.install (rev 0)
+++ kde-unstable-i686/libkdcraw.install 2015-03-14 09:52:33 UTC (rev 233627)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install (from rev 233626, 
libkdcraw/kde-unstable/libkdcraw.install)
===
--- kde-unstable-x86_64/libkdcraw.install   (rev 0)
+++ kde-unstable-x86_64/libkdcraw.install   2015-03-14 09:52:33 UTC (rev 
233627)
@@ -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 libkface/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:53:18
  Author: arojas
Revision: 233630

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

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

--+
 kde-unstable-i686/PKGBUILD   |   34 +
 kde-unstable-i686/libkface.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD |   34 +
 kde-unstable-x86_64/libkface.install |   11 ++
 4 files changed, 90 insertions(+)

Copied: libkface/repos/kde-unstable-i686/PKGBUILD (from rev 233629, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 09:53:18 UTC (rev 233630)
@@ -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.03.90
+pkgrel=1
+pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkface;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('db249ee9ca41f1e998678b39014aef065ef50ae1')
+
+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/kde-unstable-i686/libkface.install (from rev 233629, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-03-14 09:53:18 UTC (rev 233630)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkface/repos/kde-unstable-x86_64/PKGBUILD (from rev 233629, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 09:53:18 UTC (rev 233630)
@@ -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.03.90
+pkgrel=1
+pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkface;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('db249ee9ca41f1e998678b39014aef065ef50ae1')
+
+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/kde-unstable-x86_64/libkface.install (from rev 233629, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-x86_64/libkface.install(rev 0)
+++ kde-unstable-x86_64/libkface.install2015-03-14 09:53:18 UTC (rev 
233630)
@@ -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 libkipi/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:52:48
  Author: arojas
Revision: 233628

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

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

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

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

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 233627, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2015-03-14 09:52:48 UTC (rev 233628)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 233627, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2015-03-14 09:52:48 UTC (rev 233628)
@@ -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 klettres (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:12:39
  Author: arojas
Revision: 233665

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

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

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

Copied: klettres/repos/kde-unstable-i686/PKGBUILD (from rev 233664, 
klettres/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:12:39 UTC (rev 233665)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klettres
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Learn The Alphabet
+url=http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs4support' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-klettres')
+conflicts=('kdeedu-klettres')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('a2d8399b34929b38cb678dee658615c896181b77')
+
+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/kde-unstable-i686/klettres.install (from rev 233664, 
klettres/kde-unstable/klettres.install)
===
--- repos/kde-unstable-i686/klettres.install(rev 0)
+++ repos/kde-unstable-i686/klettres.install2015-03-14 10:12:39 UTC (rev 
233665)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: klettres/repos/kde-unstable-x86_64/PKGBUILD (from rev 233664, 
klettres/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:12:39 UTC (rev 233665)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klettres
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Learn The Alphabet
+url=http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs4support' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-klettres')
+conflicts=('kdeedu-klettres')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('a2d8399b34929b38cb678dee658615c896181b77')
+
+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/kde-unstable-x86_64/klettres.install (from rev 233664, 
klettres/kde-unstable/klettres.install)
===
--- repos/kde-unstable-x86_64/klettres.install  (rev 0)
+++ repos/kde-unstable-x86_64/klettres.install  2015-03-14 10:12:39 UTC (rev 
233665)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:14:19
  Author: arojas
Revision: 233668

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

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

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

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 233667, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:14:19 UTC (rev 233668)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('b56338b950ac27a9b20e5d80e60a3fe7b341377f')
+
+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/kde-unstable-i686/kdeedu-ktouch.install (from rev 
233667, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2015-03-14 10:14:19 UTC (rev 
233668)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 233667, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:14:19 UTC (rev 233668)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('b56338b950ac27a9b20e5d80e60a3fe7b341377f')
+
+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/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
233667, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2015-03-14 10:14:19 UTC (rev 
233668)
@@ -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 kturtle (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:14:40
  Author: arojas
Revision: 233669

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

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

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

Copied: kturtle/repos/kde-unstable-i686/PKGBUILD (from rev 233668, 
kturtle/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:14:40 UTC (rev 233669)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kturtle
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('knewstuff' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kturtle')
+replaces=('kdeedu-kturtle')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('b6365d8fc3d1ba14637d96496a614eb7a9c560ea')
+
+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/kde-unstable-i686/kturtle.install (from rev 233668, 
kturtle/kde-unstable/kturtle.install)
===
--- repos/kde-unstable-i686/kturtle.install (rev 0)
+++ repos/kde-unstable-i686/kturtle.install 2015-03-14 10:14:40 UTC (rev 
233669)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kturtle/repos/kde-unstable-x86_64/PKGBUILD (from rev 233668, 
kturtle/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:14:40 UTC (rev 233669)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kturtle
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('knewstuff' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kturtle')
+replaces=('kdeedu-kturtle')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('b6365d8fc3d1ba14637d96496a614eb7a9c560ea')
+
+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/kde-unstable-x86_64/kturtle.install (from rev 233668, 
kturtle/kde-unstable/kturtle.install)
===
--- repos/kde-unstable-x86_64/kturtle.install   (rev 0)
+++ repos/kde-unstable-x86_64/kturtle.install   2015-03-14 10:14:40 UTC (rev 
233669)
@@ -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 kstars (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:13:20
  Author: arojas
Revision: 233667

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

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

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

Copied: kstars/repos/kde-unstable-i686/PKGBUILD (from rev 233666, 
kstars/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:13:20 UTC (rev 233667)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('cbfd5cd9f0b1dafe3575cf5386760a5b893d9e6e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/kde-unstable-i686/kstars.install (from rev 233666, 
kstars/kde-unstable/kstars.install)
===
--- repos/kde-unstable-i686/kstars.install  (rev 0)
+++ repos/kde-unstable-i686/kstars.install  2015-03-14 10:13:20 UTC (rev 
233667)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kstars/repos/kde-unstable-x86_64/PKGBUILD (from rev 233666, 
kstars/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:13:20 UTC (rev 233667)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('cbfd5cd9f0b1dafe3575cf5386760a5b893d9e6e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/kde-unstable-x86_64/kstars.install (from rev 233666, 
kstars/kde-unstable/kstars.install)
===
--- repos/kde-unstable-x86_64/kstars.install(rev 0)
+++ repos/kde-unstable-x86_64/kstars.install2015-03-14 10:13:20 UTC (rev 
233667)
@@ -0,0 +1,11 @@
+post_install() {
+   

[arch-commits] Commit in kmplot (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:13:02
  Author: arojas
Revision: 233666

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

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

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

Copied: kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 233665, 
kmplot/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:13:02 UTC (rev 233666)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kmplot
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Mathematical Function Plotter
+url=http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('2783a7bb611e6eae08c550668fbf2dbf3d569809')
+
+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/kde-unstable-i686/kmplot.install (from rev 233665, 
kmplot/kde-unstable/kmplot.install)
===
--- repos/kde-unstable-i686/kmplot.install  (rev 0)
+++ repos/kde-unstable-i686/kmplot.install  2015-03-14 10:13:02 UTC (rev 
233666)
@@ -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: kmplot/repos/kde-unstable-x86_64/PKGBUILD (from rev 233665, 
kmplot/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:13:02 UTC (rev 233666)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kmplot
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Mathematical Function Plotter
+url=http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('2783a7bb611e6eae08c550668fbf2dbf3d569809')
+
+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/kde-unstable-x86_64/kmplot.install (from rev 233665, 
kmplot/kde-unstable/kmplot.install)
===
--- repos/kde-unstable-x86_64/kmplot.install(rev 0)
+++ repos/kde-unstable-x86_64/kmplot.install2015-03-14 10:13:02 UTC (rev 
233666)
@@ -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 parley/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:15:41
  Author: arojas
Revision: 233672

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

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

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

Copied: parley/repos/kde-unstable-i686/PKGBUILD (from rev 233671, 
parley/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:15:41 UTC (rev 233672)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=parley
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('5c4582470ed6f0314149bb734c34ea1a42f8b662')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: parley/repos/kde-unstable-i686/parley.install (from rev 233671, 
parley/kde-unstable/parley.install)
===
--- kde-unstable-i686/parley.install(rev 0)
+++ kde-unstable-i686/parley.install2015-03-14 10:15:41 UTC (rev 233672)
@@ -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: parley/repos/kde-unstable-x86_64/PKGBUILD (from rev 233671, 
parley/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:15:41 UTC (rev 233672)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=parley
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('5c4582470ed6f0314149bb734c34ea1a42f8b662')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: parley/repos/kde-unstable-x86_64/parley.install (from rev 233671, 
parley/kde-unstable/parley.install)
===
--- kde-unstable-x86_64/parley.install  (rev 0)
+++ kde-unstable-x86_64/parley.install  2015-03-14 10:15:41 UTC (rev 233672)
@@ -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 ksquares (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:26:16
  Author: arojas
Revision: 233707

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

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

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

Copied: ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 233706, 
ksquares/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:26:16 UTC (rev 233707)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ksquares
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A modeled after the well known pen and paper based game of Dots and 
Boxes
+url=http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('c8100de55747a81976e60066394bd17d39d9b78c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: ksquares/repos/kde-unstable-i686/ksquares.install (from rev 233706, 
ksquares/kde-unstable/ksquares.install)
===
--- repos/kde-unstable-i686/ksquares.install(rev 0)
+++ repos/kde-unstable-i686/ksquares.install2015-03-14 10:26:16 UTC (rev 
233707)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: ksquares/repos/kde-unstable-x86_64/PKGBUILD (from rev 233706, 
ksquares/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:26:16 UTC (rev 233707)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ksquares
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A modeled after the well known pen and paper based game of Dots and 
Boxes
+url=http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('c8100de55747a81976e60066394bd17d39d9b78c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: ksquares/repos/kde-unstable-x86_64/ksquares.install (from rev 233706, 
ksquares/kde-unstable/ksquares.install)
===
--- repos/kde-unstable-x86_64/ksquares.install  (rev 0)
+++ repos/kde-unstable-x86_64/ksquares.install  2015-03-14 10:26:16 UTC (rev 
233707)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:26:00
  Author: arojas
Revision: 233706

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

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

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

Copied: kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD (from rev 233705, 
kdegames-kspaceduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:26:00 UTC (rev 233706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kspaceduel
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Each of two possible players controls a satellite spaceship orbiting 
the sun
+url=http://kde.org/applications/games/kspaceduel/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
+sha1sums=('4e887652f5009dfcc2de5d127ed7cdd44ba68380')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kspaceduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install 
(from rev 233705, kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install)
===
--- kde-unstable-i686/kdegames-kspaceduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-kspaceduel.install   2015-03-14 10:26:00 UTC 
(rev 233706)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233705, kdegames-kspaceduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:26:00 UTC (rev 233706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kspaceduel
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Each of two possible players controls a satellite spaceship orbiting 
the sun
+url=http://kde.org/applications/games/kspaceduel/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
+sha1sums=('4e887652f5009dfcc2de5d127ed7cdd44ba68380')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kspaceduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-kspaceduel/repos/kde-unstable-x86_64/kdegames-kspaceduel.install (from 
rev 233705, kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install)
===
--- kde-unstable-x86_64/kdegames-kspaceduel.install 
(rev 0)
+++ kde-unstable-x86_64/kdegames-kspaceduel.install 2015-03-14 10:26:00 UTC 
(rev 233706)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:26:32
  Author: arojas
Revision: 233708

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

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

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

Copied: kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD (from rev 233707, 
kdegames-ksudoku/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:26:32 UTC (rev 233708)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksudoku
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A logic-based symbol placement puzzle
+url=http://kde.org/applications/games/ksudoku/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
+sha1sums=('5b09cf186b2c2e08e3736acf2985e0d563cda75c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksudoku-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install (from 
rev 233707, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install)
===
--- kde-unstable-i686/kdegames-ksudoku.install  (rev 0)
+++ kde-unstable-i686/kdegames-ksudoku.install  2015-03-14 10:26:32 UTC (rev 
233708)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ksudoku/repos/kde-unstable-x86_64/PKGBUILD (from rev 233707, 
kdegames-ksudoku/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:26:32 UTC (rev 233708)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksudoku
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A logic-based symbol placement puzzle
+url=http://kde.org/applications/games/ksudoku/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
+sha1sums=('5b09cf186b2c2e08e3736acf2985e0d563cda75c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksudoku-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-ksudoku/repos/kde-unstable-x86_64/kdegames-ksudoku.install 
(from rev 233707, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install)
===
--- kde-unstable-x86_64/kdegames-ksudoku.install
(rev 0)
+++ kde-unstable-x86_64/kdegames-ksudoku.install2015-03-14 10:26:32 UTC 
(rev 233708)
@@ -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 kshisen (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:25:04
  Author: arojas
Revision: 233703

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

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

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

Copied: kshisen/repos/kde-unstable-i686/PKGBUILD (from rev 233702, 
kshisen/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:25:04 UTC (rev 233703)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kshisen
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A solitaire-like game played using the standard set of Mahjong tiles
+url=http://kde.org/applications/games/kshisen/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames' 'libkmahjongg')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kshisen')
+replaces=('kdegames-kshisen')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
+sha1sums=('241daac81794ef7c2f832c6f914e0ba1db11326e')
+
+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/kde-unstable-i686/kshisen.install (from rev 233702, 
kshisen/kde-unstable/kshisen.install)
===
--- repos/kde-unstable-i686/kshisen.install (rev 0)
+++ repos/kde-unstable-i686/kshisen.install 2015-03-14 10:25:04 UTC (rev 
233703)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kshisen/repos/kde-unstable-x86_64/PKGBUILD (from rev 233702, 
kshisen/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:25:04 UTC (rev 233703)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kshisen
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A solitaire-like game played using the standard set of Mahjong tiles
+url=http://kde.org/applications/games/kshisen/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames' 'libkmahjongg')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kshisen')
+replaces=('kdegames-kshisen')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
+sha1sums=('241daac81794ef7c2f832c6f914e0ba1db11326e')
+
+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/kde-unstable-x86_64/kshisen.install (from rev 233702, 
kshisen/kde-unstable/kshisen.install)
===
--- repos/kde-unstable-x86_64/kshisen.install   (rev 0)
+++ repos/kde-unstable-x86_64/kshisen.install   2015-03-14 10:25:04 UTC (rev 
233703)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:25:20
  Author: arojas
Revision: 233704

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

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

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

Copied: kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD (from rev 233703, 
kdegames-ksirk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:25:20 UTC (rev 233704)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksirk
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A computerized version of a well known strategy game
+url=http://kde.org/applications/games/ksirk/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
+sha1sums=('ad7b6d646d213227dc63ae23250c18f00ab2efb2')
+
+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/kde-unstable-i686/kdegames-ksirk.install (from rev 
233703, kdegames-ksirk/kde-unstable/kdegames-ksirk.install)
===
--- kde-unstable-i686/kdegames-ksirk.install(rev 0)
+++ kde-unstable-i686/kdegames-ksirk.install2015-03-14 10:25:20 UTC (rev 
233704)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ksirk/repos/kde-unstable-x86_64/PKGBUILD (from rev 233703, 
kdegames-ksirk/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:25:20 UTC (rev 233704)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksirk
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A computerized version of a well known strategy game
+url=http://kde.org/applications/games/ksirk/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
+sha1sums=('ad7b6d646d213227dc63ae23250c18f00ab2efb2')
+
+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/kde-unstable-x86_64/kdegames-ksirk.install (from 
rev 233703, kdegames-ksirk/kde-unstable/kdegames-ksirk.install)
===
--- kde-unstable-x86_64/kdegames-ksirk.install  (rev 0)
+++ kde-unstable-x86_64/kdegames-ksirk.install  2015-03-14 10:25:20 UTC (rev 
233704)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:25:44
  Author: arojas
Revision: 233705

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

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

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

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD (from rev 233704, 
kdegames-ksnakeduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:25:44 UTC (rev 233705)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksnakeduel
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A simple snake duel game
+url=http://kde.org/applications/games/ksnakeduel/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
+sha1sums=('3edc69c885c45861d81246025e3abb171dc99911')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksnakeduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install 
(from rev 233704, kdegames-ksnakeduel/kde-unstable/kdegames-ksnakeduel.install)
===
--- kde-unstable-i686/kdegames-ksnakeduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-ksnakeduel.install   2015-03-14 10:25:44 UTC 
(rev 233705)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233704, kdegames-ksnakeduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:25:44 UTC (rev 233705)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksnakeduel
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A simple snake duel game
+url=http://kde.org/applications/games/ksnakeduel/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
+sha1sums=('3edc69c885c45861d81246025e3abb171dc99911')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksnakeduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-ksnakeduel/repos/kde-unstable-x86_64/kdegames-ksnakeduel.install (from 
rev 233704, kdegames-ksnakeduel/kde-unstable/kdegames-ksnakeduel.install)
===
--- kde-unstable-x86_64/kdegames-ksnakeduel.install 
(rev 0)
+++ kde-unstable-x86_64/kdegames-ksnakeduel.install 2015-03-14 10:25:44 UTC 
(rev 233705)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:26:51
  Author: arojas
Revision: 233709

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

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

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

Copied: kdegames-ktuberling/repos/kde-unstable-i686/PKGBUILD (from rev 233708, 
kdegames-ktuberling/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:26:51 UTC (rev 233709)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ktuberling
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A simple constructor game suitable for children and adults alike
+url=http://kde.org/applications/games/ktuberling/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktuberling-${pkgver}.tar.xz;)
+sha1sums=('5bdef3570946ce6bf378a970d20d5876f56cf0ac')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktuberling-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-ktuberling/repos/kde-unstable-i686/kdegames-ktuberling.install 
(from rev 233708, kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install)
===
--- kde-unstable-i686/kdegames-ktuberling.install   
(rev 0)
+++ kde-unstable-i686/kdegames-ktuberling.install   2015-03-14 10:26:51 UTC 
(rev 233709)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ktuberling/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233708, kdegames-ktuberling/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:26:51 UTC (rev 233709)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ktuberling
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A simple constructor game suitable for children and adults alike
+url=http://kde.org/applications/games/ktuberling/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktuberling-${pkgver}.tar.xz;)
+sha1sums=('5bdef3570946ce6bf378a970d20d5876f56cf0ac')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktuberling-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-ktuberling/repos/kde-unstable-x86_64/kdegames-ktuberling.install (from 
rev 233708, kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install)
===
--- kde-unstable-x86_64/kdegames-ktuberling.install 
(rev 0)
+++ kde-unstable-x86_64/kdegames-ktuberling.install 2015-03-14 10:26:51 UTC 
(rev 233709)
@@ -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 telepathy-kde-send-file/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:38:57
  Author: arojas
Revision: 233749

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

Added:
  telepathy-kde-send-file/repos/kde-unstable-i686/
  telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD
(from rev 233748, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install
(from rev 233748, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/kde-unstable-x86_64/
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233748, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-x86_64/telepathy-kde-send-file.install
(from rev 233748, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)

-+
 kde-unstable-i686/PKGBUILD  |   39 ++
 kde-unstable-i686/telepathy-kde-send-file.install   |   11 +
 kde-unstable-x86_64/PKGBUILD|   39 ++
 kde-unstable-x86_64/telepathy-kde-send-file.install |   11 +
 4 files changed, 100 insertions(+)

Copied: telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD (from rev 
233748, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:38:57 UTC (rev 233749)
@@ -0,0 +1,39 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('f63c1cf5064531b8a0cc7e143f9d8cf0')
+
+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
+
+# Support KDE4 dolphin - TODO: Remove in 15.08
+  mkdir -p $pkgdir/usr/share/kde4/services/ServiceMenus
+  ln -s /usr/share/kservices5/ServiceMenus/ktp-send-file.desktop 
$pkgdir/usr/share/kde4/services/ServiceMenus
+}

Copied: 
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install 
(from rev 233748, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
===
--- kde-unstable-i686/telepathy-kde-send-file.install   
(rev 0)
+++ kde-unstable-i686/telepathy-kde-send-file.install   2015-03-14 10:38:57 UTC 
(rev 233749)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233748, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:38:57 UTC (rev 233749)
@@ -0,0 +1,39 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('f63c1cf5064531b8a0cc7e143f9d8cf0')
+
+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
+
+# Support KDE4 dolphin - TODO: Remove in 15.08
+  mkdir -p $pkgdir/usr/share/kde4/services/ServiceMenus
+  ln -s /usr/share/kservices5/ServiceMenus/ktp-send-file.desktop 
$pkgdir/usr/share/kde4/services/ServiceMenus
+}

Copied: 

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:37:36
  Author: arojas
Revision: 233744

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

Added:
  telepathy-kde-contact-list/repos/kde-unstable-i686/
  telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD
(from rev 233743, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
  
telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install
(from rev 233743, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233743, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
  
telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install
(from rev 233743, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)

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

Copied: telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD (from rev 
233743, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:37:36 UTC (rev 233744)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('c5954376902bc5b93172c7e3bedbd8d0')
+
+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/kde-unstable-i686/telepathy-kde-contact-list.install
 (from rev 233743, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
===
--- kde-unstable-i686/telepathy-kde-contact-list.install
(rev 0)
+++ kde-unstable-i686/telepathy-kde-contact-list.install2015-03-14 
10:37:36 UTC (rev 233744)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233743, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:37:36 UTC (rev 233744)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('c5954376902bc5b93172c7e3bedbd8d0')
+
+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/kde-unstable-x86_64/telepathy-kde-contact-list.install
 (from rev 233743, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
===
--- kde-unstable-x86_64/telepathy-kde-contact-list.install  
(rev 0)
+++ kde-unstable-x86_64/telepathy-kde-contact-list.install  2015-03-14 
10:37:36 

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:38:10
  Author: arojas
Revision: 233746

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

Added:
  telepathy-kde-desktop-applets/repos/kde-unstable-i686/
  telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD
(from rev 233745, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233745, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD (from 
rev 233745, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:38:10 UTC (rev 233746)
@@ -0,0 +1,34 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=15.03.90
+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')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('46f084e7ea58fe136c7dbfaf0b77ac35')
+
+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/kde-unstable-x86_64/PKGBUILD (from 
rev 233745, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:38:10 UTC (rev 233746)
@@ -0,0 +1,34 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=15.03.90
+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')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('46f084e7ea58fe136c7dbfaf0b77ac35')
+
+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
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:38:42
  Author: arojas
Revision: 233748

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

Added:
  telepathy-kde-integration-module/repos/kde-unstable-i686/
  telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD
(from rev 233747, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233747, telepathy-kde-integration-module/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD (from 
rev 233747, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:38:42 UTC (rev 233748)
@@ -0,0 +1,34 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('6946a942e689963a1ade7c4a02271d88')
+
+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-integration-module/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 233747, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:38:42 UTC (rev 233748)
@@ -0,0 +1,34 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('6946a942e689963a1ade7c4a02271d88')
+
+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
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:37:54
  Author: arojas
Revision: 233745

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

Added:
  telepathy-kde-contact-runner/repos/kde-unstable-i686/
  telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD
(from rev 233744, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233744, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD (from rev 
233744, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:37:54 UTC (rev 233745)
@@ -0,0 +1,34 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('9a6029a4c2fe023af593d07afabf')
+
+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/kde-unstable-x86_64/PKGBUILD (from 
rev 233744, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:37:54 UTC (rev 233745)
@@ -0,0 +1,34 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('9a6029a4c2fe023af593d07afabf')
+
+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
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:37:02
  Author: arojas
Revision: 233742

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

Added:
  telepathy-kde-approver/repos/kde-unstable-i686/
  telepathy-kde-approver/repos/kde-unstable-i686/PKGBUILD
(from rev 233741, telepathy-kde-approver/kde-unstable/PKGBUILD)
  telepathy-kde-approver/repos/kde-unstable-x86_64/
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233741, telepathy-kde-approver/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-approver/repos/kde-unstable-i686/PKGBUILD (from rev 
233741, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:37:02 UTC (rev 233742)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-qt5' 'knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('1ab31aa5ec3b55ad95979c2c17dfd5b5')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
233741, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:37:02 UTC (rev 233742)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-qt5' 'knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('1ab31aa5ec3b55ad95979c2c17dfd5b5')
+
+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
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:38:26
  Author: arojas
Revision: 233747

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

Added:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/
  telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD
(from rev 233746, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233746, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD 
(from rev 233746, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:38:26 UTC (rev 233747)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=15.03.90
+pkgrel=2
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('019f262cb9f838144cbcb4fe8a8dddaf')
+
+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/kde-unstable-x86_64/PKGBUILD 
(from rev 233746, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:38:26 UTC (rev 233747)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=15.03.90
+pkgrel=2
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('019f262cb9f838144cbcb4fe8a8dddaf')
+
+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
+}


[arch-commits] Commit in print-manager (5 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:46:48
  Author: arojas
Revision: 233778

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

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

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

Copied: print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 233777, 
print-manager/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:46:48 UTC (rev 233778)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=print-manager
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('libcups' 'kio')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('kdeutils-print-manager')
+conflicts=('kdeutils-print-manager')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('229f0de3a2ae3182e6639eead48b064e61e68561')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${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: print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 233777, 
print-manager/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:46:48 UTC (rev 233778)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=print-manager
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('libcups' 'kio')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('kdeutils-print-manager')
+conflicts=('kdeutils-print-manager')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('229f0de3a2ae3182e6639eead48b064e61e68561')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${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
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:46:15
  Author: arojas
Revision: 233776

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

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

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

Copied: kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 233775, 
kdeutils-ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:46:15 UTC (rev 233776)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ktimer
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('8ee77dbaac55cab42e2d55f8cd6892df5c23f4a5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install (from 
rev 233775, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
===
--- kde-unstable-i686/kdeutils-ktimer.install   (rev 0)
+++ kde-unstable-i686/kdeutils-ktimer.install   2015-03-14 10:46:15 UTC (rev 
233776)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 233775, 
kdeutils-ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:46:15 UTC (rev 233776)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ktimer
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('8ee77dbaac55cab42e2d55f8cd6892df5c23f4a5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install (from 
rev 233775, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
===
--- kde-unstable-x86_64/kdeutils-ktimer.install (rev 0)
+++ kde-unstable-x86_64/kdeutils-ktimer.install 2015-03-14 10:46:15 UTC (rev 
233776)
@@ -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-kwalletmanager/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:46:30
  Author: arojas
Revision: 233777

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

Added:
  kdeutils-kwalletmanager/repos/kde-unstable-i686/
  kdeutils-kwalletmanager/repos/kde-unstable-i686/PKGBUILD
(from rev 233776, kdeutils-kwalletmanager/kde-unstable/PKGBUILD)
  
kdeutils-kwalletmanager/repos/kde-unstable-i686/kdeutils-kwalletmanager.install
(from rev 233776, 
kdeutils-kwalletmanager/kde-unstable/kdeutils-kwalletmanager.install)
  kdeutils-kwalletmanager/repos/kde-unstable-x86_64/
  kdeutils-kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233776, kdeutils-kwalletmanager/kde-unstable/PKGBUILD)
  
kdeutils-kwalletmanager/repos/kde-unstable-x86_64/kdeutils-kwalletmanager.install
(from rev 233776, 
kdeutils-kwalletmanager/kde-unstable/kdeutils-kwalletmanager.install)

-+
 kde-unstable-i686/PKGBUILD  |   37 ++
 kde-unstable-i686/kdeutils-kwalletmanager.install   |   12 +
 kde-unstable-x86_64/PKGBUILD|   37 ++
 kde-unstable-x86_64/kdeutils-kwalletmanager.install |   12 +
 4 files changed, 98 insertions(+)

Copied: kdeutils-kwalletmanager/repos/kde-unstable-i686/PKGBUILD (from rev 
233776, kdeutils-kwalletmanager/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:46:30 UTC (rev 233777)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('3290221f5759d86dded8669a390e472a727c7a83')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdeutils-kwalletmanager/repos/kde-unstable-i686/kdeutils-kwalletmanager.install 
(from rev 233776, 
kdeutils-kwalletmanager/kde-unstable/kdeutils-kwalletmanager.install)
===
--- kde-unstable-i686/kdeutils-kwalletmanager.install   
(rev 0)
+++ kde-unstable-i686/kdeutils-kwalletmanager.install   2015-03-14 10:46:30 UTC 
(rev 233777)
@@ -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-kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233776, kdeutils-kwalletmanager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:46:30 UTC (rev 233777)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('3290221f5759d86dded8669a390e472a727c7a83')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdeutils-kwalletmanager/repos/kde-unstable-x86_64/kdeutils-kwalletmanager.install
 (from rev 233776, 
kdeutils-kwalletmanager/kde-unstable/kdeutils-kwalletmanager.install)
===
--- kde-unstable-x86_64/kdeutils-kwalletmanager.install 
(rev 0)
+++ kde-unstable-x86_64/kdeutils-kwalletmanager.install 2015-03-14 10:46:30 UTC 
(rev 233777)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource 

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:47:04
  Author: arojas
Revision: 233779

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

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

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

Copied: kdeutils-superkaramba/repos/kde-unstable-i686/PKGBUILD (from rev 
233778, kdeutils-superkaramba/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:47:04 UTC (rev 233779)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('fb7be781d3d249e4cbc7d6f32d9b2520704dd7ae')
+
+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/kde-unstable-i686/kdeutils-superkaramba.install 
(from rev 233778, 
kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install)
===
--- kde-unstable-i686/kdeutils-superkaramba.install 
(rev 0)
+++ kde-unstable-i686/kdeutils-superkaramba.install 2015-03-14 10:47:04 UTC 
(rev 233779)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 
233778, kdeutils-superkaramba/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:47:04 UTC (rev 233779)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('fb7be781d3d249e4cbc7d6f32d9b2520704dd7ae')
+
+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/kde-unstable-x86_64/kdeutils-superkaramba.install 
(from rev 233778, 
kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install)
===
--- kde-unstable-x86_64/kdeutils-superkaramba.install   
(rev 0)
+++ kde-unstable-x86_64/kdeutils-superkaramba.install   2015-03-14 10:47:04 UTC 
(rev 233779)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:47:21
  Author: arojas
Revision: 233780

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

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

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

Copied: kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD (from rev 233779, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:47:21 UTC (rev 233780)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('e47512bf1d7f488074702a667c03e6de7c77cfb7')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 233779, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:47:21 UTC (rev 233780)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('e47512bf1d7f488074702a667c03e6de7c77cfb7')
+
+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-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:47:39
  Author: arojas
Revision: 233781

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

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

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

Copied: kdewebdev/repos/kde-unstable-i686/PKGBUILD (from rev 233780, 
kdewebdev/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:47:39 UTC (rev 233781)
@@ -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.03.90
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdewebdev')
+makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('921d2fc69202ba2cdd42347388ae3ab8f2e10636')
+
+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/kde-unstable-i686/kdewebdev-kimagemapeditor.install 
(from rev 233780, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install)
===
--- kde-unstable-i686/kdewebdev-kimagemapeditor.install 
(rev 0)
+++ kde-unstable-i686/kdewebdev-kimagemapeditor.install 2015-03-14 10:47:39 UTC 
(rev 233781)
@@ -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/kde-unstable-i686/kdewebdev.install (from rev 233780, 
kdewebdev/kde-unstable/kdewebdev.install)

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:40:02
  Author: arojas
Revision: 233618

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

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

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

Copied: oxygen-icons/repos/kde-unstable-any/PKGBUILD (from rev 233617, 
oxygen-icons/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2015-03-14 09:40:02 UTC (rev 233618)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b91a58f152c51e23d356f695d1660ff5773bdb0d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+
+  cd ${pkgbase}-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:39:43
  Author: arojas
Revision: 233617

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

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

+
 PKGBUILD   |   37 +
 kdegraphics-mobipocket.install |   11 +++
 2 files changed, 48 insertions(+)

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

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install 
(from rev 233616, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
===
--- kde-unstable-x86_64/kdegraphics-mobipocket.install  
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-mobipocket.install  2015-03-14 09:39:43 UTC 
(rev 233617)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in signon-kwallet-extension (5 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:57:14
  Author: arojas
Revision: 233642

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

Added:
  signon-kwallet-extension/repos/
  signon-kwallet-extension/repos/kde-unstable-i686/
  signon-kwallet-extension/repos/kde-unstable-i686/PKGBUILD
(from rev 233641, signon-kwallet-extension/kde-unstable/PKGBUILD)
  signon-kwallet-extension/repos/kde-unstable-x86_64/
  signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233641, signon-kwallet-extension/kde-unstable/PKGBUILD)

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

Copied: signon-kwallet-extension/repos/kde-unstable-i686/PKGBUILD (from rev 
233641, signon-kwallet-extension/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 09:57:14 UTC (rev 233642)
@@ -0,0 +1,33 @@
+# Maintainer: anex assassin.anex[@]gmail.com
+
+pkgname=signon-kwallet-extension
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=KWallet signon extension
+arch=('i686' 'x86_64')
+url=http://kde.org;
+license=('LGPL')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('7c0f015c16059175e460ee54ee1f3f14')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233641, signon-kwallet-extension/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 09:57:14 UTC (rev 233642)
@@ -0,0 +1,33 @@
+# Maintainer: anex assassin.anex[@]gmail.com
+
+pkgname=signon-kwallet-extension
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=KWallet signon extension
+arch=('i686' 'x86_64')
+url=http://kde.org;
+license=('LGPL')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('7c0f015c16059175e460ee54ee1f3f14')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:58:19
  Author: arojas
Revision: 233646

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

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

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

Copied: kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD (from rev 
233645, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 09:58:19 UTC (rev 233646)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=15.03.90
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('338775114c515ae6c6ef1405c77d23445b230988')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install 
(from rev 233645, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2015-03-14 09:58:19 UTC 
(rev 233646)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233645, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 09:58:19 UTC (rev 233646)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=15.03.90
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('338775114c515ae6c6ef1405c77d23445b230988')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install 
(from rev 233645, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-x86_64/kdeaccessibility-kmag.install   
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmag.install   2015-03-14 09:58:19 UTC 
(rev 233646)
@@ -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 telepathy-kde-common-internals/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:57:28
  Author: arojas
Revision: 233643

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

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

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

Copied: telepathy-kde-common-internals/repos/kde-unstable-i686/PKGBUILD (from 
rev 233642, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 09:57:28 UTC (rev 233643)
@@ -0,0 +1,36 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Common components for KDE-Telepathy'
+arch=(i686 x86_64)
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('d4857a6f325eada4096c50ccf1b5442a')
+install=$pkgname.install
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
telepathy-kde-common-internals/repos/kde-unstable-i686/telepathy-kde-common-internals.install
 (from rev 233642, 
telepathy-kde-common-internals/kde-unstable/telepathy-kde-common-internals.install)
===
--- kde-unstable-i686/telepathy-kde-common-internals.install
(rev 0)
+++ kde-unstable-i686/telepathy-kde-common-internals.install2015-03-14 
09:57:28 UTC (rev 233643)
@@ -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: telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 233642, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 09:57:28 UTC (rev 233643)
@@ -0,0 +1,36 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Common components for KDE-Telepathy'
+arch=(i686 x86_64)
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('d4857a6f325eada4096c50ccf1b5442a')
+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: 

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:56:14
  Author: arojas
Revision: 233638

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

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

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

Copied: libkomparediff2/repos/kde-unstable-i686/PKGBUILD (from rev 233637, 
libkomparediff2/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 09:56:14 UTC (rev 233638)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=15.03.90
+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=('kio')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('055b9774092ca4352c74d227143cf82967d5cff1')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 233637, 
libkomparediff2/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 09:56:14 UTC (rev 233638)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=15.03.90
+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=('kio')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('055b9774092ca4352c74d227143cf82967d5cff1')
+
+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
+}


[arch-commits] Commit in kaccounts-integration (5 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:56:56
  Author: arojas
Revision: 233641

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

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

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

Copied: kaccounts-integration/repos/kde-unstable-i686/PKGBUILD (from rev 
233640, kaccounts-integration/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 09:56:56 UTC (rev 233641)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=kaccounts-integration
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+depends=(kcmutils kio signon libaccounts-qt5 kaccounts-providers)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('38bf6d9d2085a75436514837eb43f735')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233640, kaccounts-integration/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 09:56:56 UTC (rev 233641)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=kaccounts-integration
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+depends=(kcmutils kio signon libaccounts-qt5 kaccounts-providers)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('38bf6d9d2085a75436514837eb43f735')
+
+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
+}


[arch-commits] Commit in kaccounts-providers (4 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:56:40
  Author: arojas
Revision: 233640

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

Added:
  kaccounts-providers/repos/
  kaccounts-providers/repos/kde-unstable-any/
  kaccounts-providers/repos/kde-unstable-any/PKGBUILD
(from rev 233639, kaccounts-providers/kde-unstable/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-any/kaccounts-providers.install
(from rev 233639, 
kaccounts-providers/kde-unstable/kaccounts-providers.install)

-+
 PKGBUILD|   33 +
 kaccounts-providers.install |   11 +++
 2 files changed, 44 insertions(+)

Copied: kaccounts-providers/repos/kde-unstable-any/PKGBUILD (from rev 233639, 
kaccounts-providers/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-any/PKGBUILD (rev 0)
+++ repos/kde-unstable-any/PKGBUILD 2015-03-14 09:56:40 UTC (rev 233640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kaccounts-providers
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=('any')
+url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
+license=('GPL')
+depends=('libaccounts-glib')
+makedepends=('extra-cmake-modules' 'intltool')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('66585958e52780cde8666bf6f99d0b25')
+
+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/kde-unstable-any/kaccounts-providers.install 
(from rev 233639, kaccounts-providers/kde-unstable/kaccounts-providers.install)
===
--- repos/kde-unstable-any/kaccounts-providers.install  
(rev 0)
+++ repos/kde-unstable-any/kaccounts-providers.install  2015-03-14 09:56:40 UTC 
(rev 233640)
@@ -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 kqtquickcharts/repos (4 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:56:30
  Author: arojas
Revision: 233639

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

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

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

Copied: kqtquickcharts/repos/kde-unstable-i686/PKGBUILD (from rev 233638, 
kqtquickcharts/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 09:56:30 UTC (rev 233639)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d5242afd98aeba87a98e484634c3ae4975ace3bf')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD (from rev 233638, 
kqtquickcharts/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 09:56:30 UTC (rev 233639)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d5242afd98aeba87a98e484634c3ae4975ace3bf')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:55:53
  Author: arojas
Revision: 233637

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

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

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

Copied: libkmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 233636, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 09:55:53 UTC (rev 233637)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=15.03.90
+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')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('092150189a6d6554f5be954b9f5e4426d55e53cf')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 233636, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 09:55:53 UTC (rev 233637)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=15.03.90
+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')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('092150189a6d6554f5be954b9f5e4426d55e53cf')
+
+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
+}


[arch-commits] Commit in kwordquiz (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:14:55
  Author: arojas
Revision: 233670

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

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

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

Copied: kwordquiz/repos/kde-unstable-i686/PKGBUILD (from rev 233669, 
kwordquiz/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:14:55 UTC (rev 233670)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwordquiz
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kwordquiz')
+replaces=('kdeedu-kwordquiz')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('bb2e31a5512a9b1eee9134aca751296d4f7d31ab')
+
+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/kde-unstable-i686/kwordquiz.install (from rev 233669, 
kwordquiz/kde-unstable/kwordquiz.install)
===
--- repos/kde-unstable-i686/kwordquiz.install   (rev 0)
+++ repos/kde-unstable-i686/kwordquiz.install   2015-03-14 10:14:55 UTC (rev 
233670)
@@ -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: kwordquiz/repos/kde-unstable-x86_64/PKGBUILD (from rev 233669, 
kwordquiz/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:14:55 UTC (rev 233670)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwordquiz
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kwordquiz')
+replaces=('kdeedu-kwordquiz')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('bb2e31a5512a9b1eee9134aca751296d4f7d31ab')
+
+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/kde-unstable-x86_64/kwordquiz.install (from rev 233669, 
kwordquiz/kde-unstable/kwordquiz.install)
===
--- repos/kde-unstable-x86_64/kwordquiz.install (rev 0)
+++ repos/kde-unstable-x86_64/kwordquiz.install 2015-03-14 10:14:55 UTC (rev 
233670)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:15:14
  Author: arojas
Revision: 233671

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

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

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

Copied: kdeedu-pairs/repos/kde-unstable-i686/PKGBUILD (from rev 233670, 
kdeedu-pairs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:15:14 UTC (rev 233671)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-pairs
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A memory and pairs game for KDE
+url=https://projects.kde.org/projects/kde/kdeedu/pairs;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/pairs-${pkgver}.tar.xz;)
+sha1sums=('458c2dadaa0808e960eb21c291dbaa4e476f1f0f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pairs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-pairs/repos/kde-unstable-i686/kdeedu-pairs.install (from rev 
233670, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
===
--- kde-unstable-i686/kdeedu-pairs.install  (rev 0)
+++ kde-unstable-i686/kdeedu-pairs.install  2015-03-14 10:15:14 UTC (rev 
233671)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-pairs/repos/kde-unstable-x86_64/PKGBUILD (from rev 233670, 
kdeedu-pairs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:15:14 UTC (rev 233671)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-pairs
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A memory and pairs game for KDE
+url=https://projects.kde.org/projects/kde/kdeedu/pairs;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/pairs-${pkgver}.tar.xz;)
+sha1sums=('458c2dadaa0808e960eb21c291dbaa4e476f1f0f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pairs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-pairs/repos/kde-unstable-x86_64/kdeedu-pairs.install (from rev 
233670, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
===
--- kde-unstable-x86_64/kdeedu-pairs.install(rev 0)
+++ kde-unstable-x86_64/kdeedu-pairs.install2015-03-14 10:15:14 UTC (rev 
233671)
@@ -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 step (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:16:25
  Author: arojas
Revision: 233674

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

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

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

Copied: step/repos/kde-unstable-i686/PKGBUILD (from rev 233673, 
step/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:16:25 UTC (rev 233674)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=step
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('libqalculate' 'gsl' 'knewstuff' 'khtml' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'mesa')
+install=${pkgname}.install
+conflicts=('kdeedu-step')
+replaces=('kdeedu-step')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('f4e29985ab6174e8daa701ce0a994ea35a51c227')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: step/repos/kde-unstable-i686/step.install (from rev 233673, 
step/kde-unstable/step.install)
===
--- repos/kde-unstable-i686/step.install(rev 0)
+++ repos/kde-unstable-i686/step.install2015-03-14 10:16:25 UTC (rev 
233674)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: step/repos/kde-unstable-x86_64/PKGBUILD (from rev 233673, 
step/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:16:25 UTC (rev 233674)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=step
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('libqalculate' 'gsl' 'knewstuff' 'khtml' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'mesa')
+install=${pkgname}.install
+conflicts=('kdeedu-step')
+replaces=('kdeedu-step')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('f4e29985ab6174e8daa701ce0a994ea35a51c227')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: step/repos/kde-unstable-x86_64/step.install (from rev 233673, 
step/kde-unstable/step.install)
===
--- repos/kde-unstable-x86_64/step.install  (rev 0)
+++ repos/kde-unstable-x86_64/step.install  2015-03-14 10:16:25 UTC (rev 
233674)
@@ -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 rocs (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:16:08
  Author: arojas
Revision: 233673

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

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

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

Copied: rocs/repos/kde-unstable-i686/PKGBUILD (from rev 233672, 
rocs/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:16:08 UTC (rev 233673)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=rocs
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-rocs')
+replaces=('kdeedu-rocs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/rocs-${pkgver}.tar.xz;)
+sha1sums=('d1ca8b7ba5c106de547fd884d50c77e4401e8aa0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../rocs-${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: rocs/repos/kde-unstable-i686/rocs.install (from rev 233672, 
rocs/kde-unstable/rocs.install)
===
--- repos/kde-unstable-i686/rocs.install(rev 0)
+++ repos/kde-unstable-i686/rocs.install2015-03-14 10:16:08 UTC (rev 
233673)
@@ -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: rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 233672, 
rocs/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:16:08 UTC (rev 233673)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=rocs
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-rocs')
+replaces=('kdeedu-rocs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/rocs-${pkgver}.tar.xz;)
+sha1sums=('d1ca8b7ba5c106de547fd884d50c77e4401e8aa0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../rocs-${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: rocs/repos/kde-unstable-x86_64/rocs.install (from rev 233672, 
rocs/kde-unstable/rocs.install)
===
--- repos/kde-unstable-x86_64/rocs.install  (rev 0)
+++ repos/kde-unstable-x86_64/rocs.install  2015-03-14 10:16:08 UTC (rev 
233673)
@@ -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 bovo (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:16:57
  Author: arojas
Revision: 233676

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

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

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

Copied: bovo/repos/kde-unstable-i686/PKGBUILD (from rev 233675, 
bovo/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:16:57 UTC (rev 233676)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bovo
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-bovo')
+replaces=('kdegames-bovo')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('b44fafb1fba45d39ac8931d0f850c3595091f19a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: bovo/repos/kde-unstable-i686/bovo.install (from rev 233675, 
bovo/kde-unstable/bovo.install)
===
--- repos/kde-unstable-i686/bovo.install(rev 0)
+++ repos/kde-unstable-i686/bovo.install2015-03-14 10:16:57 UTC (rev 
233676)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: bovo/repos/kde-unstable-x86_64/PKGBUILD (from rev 233675, 
bovo/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:16:57 UTC (rev 233676)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bovo
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A Gomoku like game for two players
+url=http://kde.org/applications/games/bovo/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-bovo')
+replaces=('kdegames-bovo')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/bovo-${pkgver}.tar.xz;)
+sha1sums=('b44fafb1fba45d39ac8931d0f850c3595091f19a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bovo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: bovo/repos/kde-unstable-x86_64/bovo.install (from rev 233675, 
bovo/kde-unstable/bovo.install)
===
--- repos/kde-unstable-x86_64/bovo.install  (rev 0)
+++ repos/kde-unstable-x86_64/bovo.install  2015-03-14 10:16:57 UTC (rev 
233676)
@@ -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 granatier (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:17:12
  Author: arojas
Revision: 233677

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

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

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

Copied: granatier/repos/kde-unstable-i686/PKGBUILD (from rev 233676, 
granatier/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:17:12 UTC (rev 233677)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=granatier
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A clone of the classic Bomberman game
+url=http://kde.org/applications/games/granatier/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-granatier')
+replaces=('kdegames-granatier')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/granatier-${pkgver}.tar.xz;)
+sha1sums=('ef5b1d59322590c8b096ec609a452cd9cca6a028')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../granatier-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: granatier/repos/kde-unstable-i686/granatier.install (from rev 233676, 
granatier/kde-unstable/granatier.install)
===
--- repos/kde-unstable-i686/granatier.install   (rev 0)
+++ repos/kde-unstable-i686/granatier.install   2015-03-14 10:17:12 UTC (rev 
233677)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: granatier/repos/kde-unstable-x86_64/PKGBUILD (from rev 233676, 
granatier/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:17:12 UTC (rev 233677)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=granatier
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A clone of the classic Bomberman game
+url=http://kde.org/applications/games/granatier/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-granatier')
+replaces=('kdegames-granatier')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/granatier-${pkgver}.tar.xz;)
+sha1sums=('ef5b1d59322590c8b096ec609a452cd9cca6a028')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../granatier-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: granatier/repos/kde-unstable-x86_64/granatier.install (from rev 233676, 
granatier/kde-unstable/granatier.install)
===
--- repos/kde-unstable-x86_64/granatier.install (rev 0)
+++ repos/kde-unstable-x86_64/granatier.install 2015-03-14 10:17:12 UTC (rev 
233677)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in kdegames-kajongg/repos (3 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:17:26
  Author: arojas
Revision: 233678

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

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

--+
 PKGBUILD |   41 +
 kdegames-kajongg.install |   11 +++
 2 files changed, 52 insertions(+)

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

Copied: kdegames-kajongg/repos/kde-unstable-any/kdegames-kajongg.install (from 
rev 233677, kdegames-kajongg/kde-unstable/kdegames-kajongg.install)
===
--- kde-unstable-any/kdegames-kajongg.install   (rev 0)
+++ kde-unstable-any/kdegames-kajongg.install   2015-03-14 10:17:26 UTC (rev 
233678)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in kapman (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:17:45
  Author: arojas
Revision: 233679

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

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

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

Copied: kapman/repos/kde-unstable-i686/PKGBUILD (from rev 233678, 
kapman/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:17:45 UTC (rev 233679)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kapman
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kapman')
+replaces=('kdegames-kapman')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('c7ba48c36af36c1f0b353a0d99ae51f23c0e2ac7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kapman/repos/kde-unstable-i686/kapman.install (from rev 233678, 
kapman/kde-unstable/kapman.install)
===
--- repos/kde-unstable-i686/kapman.install  (rev 0)
+++ repos/kde-unstable-i686/kapman.install  2015-03-14 10:17:45 UTC (rev 
233679)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kapman/repos/kde-unstable-x86_64/PKGBUILD (from rev 233678, 
kapman/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:17:45 UTC (rev 233679)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kapman
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kapman')
+replaces=('kdegames-kapman')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('c7ba48c36af36c1f0b353a0d99ae51f23c0e2ac7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kapman/repos/kde-unstable-x86_64/kapman.install (from rev 233678, 
kapman/kde-unstable/kapman.install)
===
--- repos/kde-unstable-x86_64/kapman.install(rev 0)
+++ repos/kde-unstable-x86_64/kapman.install2015-03-14 10:17:45 UTC (rev 
233679)
@@ -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 bomber (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:16:42
  Author: arojas
Revision: 233675

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

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

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

Copied: bomber/repos/kde-unstable-i686/PKGBUILD (from rev 233674, 
bomber/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:16:42 UTC (rev 233675)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bomber
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A single player arcade game
+url=http://kde.org/applications/games/bomber/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-bomber')
+replaces=('kdegames-bomber')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/bomber-${pkgver}.tar.xz;)
+sha1sums=('56d30a4b12234dbb816d5e033620d83921b02708')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bomber-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: bomber/repos/kde-unstable-i686/bomber.install (from rev 233674, 
bomber/kde-unstable/bomber.install)
===
--- repos/kde-unstable-i686/bomber.install  (rev 0)
+++ repos/kde-unstable-i686/bomber.install  2015-03-14 10:16:42 UTC (rev 
233675)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: bomber/repos/kde-unstable-x86_64/PKGBUILD (from rev 233674, 
bomber/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:16:42 UTC (rev 233675)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bomber
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A single player arcade game
+url=http://kde.org/applications/games/bomber/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-bomber')
+replaces=('kdegames-bomber')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/bomber-${pkgver}.tar.xz;)
+sha1sums=('56d30a4b12234dbb816d5e033620d83921b02708')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../bomber-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: bomber/repos/kde-unstable-x86_64/bomber.install (from rev 233674, 
bomber/kde-unstable/bomber.install)
===
--- repos/kde-unstable-x86_64/bomber.install(rev 0)
+++ repos/kde-unstable-x86_64/bomber.install2015-03-14 10:16:42 UTC (rev 
233675)
@@ -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 kdegraphics-strigi-analyzer/repos (4 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:30:48
  Author: arojas
Revision: 233722

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

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

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

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD (from rev 
233721, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:30:48 UTC (rev 233722)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Strigi analyzers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e7c3ec25c63581f8816e753cf627011620962e28')
+
+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: kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 233721, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:30:48 UTC (rev 233722)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Strigi analyzers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e7c3ec25c63581f8816e753cf627011620962e28')
+
+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 kdegraphics-ksnapshot/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:30:31
  Author: arojas
Revision: 233721

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

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

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

Copied: kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD (from rev 
233720, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:30:31 UTC (rev 233721)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksnapshot
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Screen Capture Program
+url=http://kde.org/applications/graphics/ksnapshot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
+sha1sums=('71d5b20630144d4dddc6f57d96f494909c3c34ea')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install 
(from rev 233720, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
===
--- kde-unstable-i686/kdegraphics-ksnapshot.install 
(rev 0)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install 2015-03-14 10:30:31 UTC 
(rev 233721)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233720, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:30:31 UTC (rev 233721)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksnapshot
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Screen Capture Program
+url=http://kde.org/applications/graphics/ksnapshot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
+sha1sums=('71d5b20630144d4dddc6f57d96f494909c3c34ea')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install 
(from rev 233720, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
===
--- kde-unstable-x86_64/kdegraphics-ksnapshot.install   
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-ksnapshot.install   2015-03-14 10:30:31 UTC 
(rev 233721)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:30:16
  Author: arojas
Revision: 233720

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

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

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

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
233719, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:30:16 UTC (rev 233720)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning
+url=https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('38aa6369b9a26a2af5b7000a435b24112cfa3b46')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233719, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:30:16 UTC (rev 233720)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning
+url=https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('38aa6369b9a26a2af5b7000a435b24112cfa3b46')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:31:38
  Author: arojas
Revision: 233725

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

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

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

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD (from rev 
233724, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:31:38 UTC (rev 233725)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Kioslave for accessing audio CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
+sha1sums=('c6e0387c547a9f6ccbaf36732909d6b10e7aaab8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../audiocd-kio-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233724, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:31:38 UTC (rev 233725)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Kioslave for accessing audio CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
+sha1sums=('c6e0387c547a9f6ccbaf36732909d6b10e7aaab8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../audiocd-kio-${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 kdemultimedia-dragonplayer/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:31:52
  Author: arojas
Revision: 233726

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

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

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

Copied: kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD (from rev 
233725, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:31:52 UTC (rev 233726)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-dragonplayer
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A multimedia player where the focus is on simplicity, instead of
+features
+url='http://kde.org/applications/multimedia/dragonplayer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/dragon-${pkgver}.tar.xz;)
+sha1sums=('59b220995b5d375e8220689eba10b3d424ce7c6f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../dragon-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdemultimedia-dragonplayer/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
 (from rev 233725, 
kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install)
===
--- kde-unstable-i686/kdemultimedia-dragonplayer.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-dragonplayer.install2015-03-14 
10:31:52 UTC (rev 233726)
@@ -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: kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233725, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:31:52 UTC (rev 233726)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-dragonplayer
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A multimedia player where the focus is on simplicity, instead of
+features
+url='http://kde.org/applications/multimedia/dragonplayer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/dragon-${pkgver}.tar.xz;)
+sha1sums=('59b220995b5d375e8220689eba10b3d424ce7c6f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../dragon-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/kdemultimedia-dragonplayer.install
 (from rev 233725, 
kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install)
===
--- kde-unstable-x86_64/kdemultimedia-dragonplayer.install  
(rev 0)
+++ kde-unstable-x86_64/kdemultimedia-dragonplayer.install  2015-03-14 
10:31:52 UTC (rev 

[arch-commits] Commit in kruler (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:30:00
  Author: arojas
Revision: 233719

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

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

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

Copied: kruler/repos/kde-unstable-i686/PKGBUILD (from rev 233718, 
kruler/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:30:00 UTC (rev 233719)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kruler
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Screen Ruler
+url=http://kde.org/applications/graphics/kruler/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('knotifications' 'kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegraphics-kruler')
+replaces=('kdegraphics-kruler')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kruler-${pkgver}.tar.xz;)
+sha1sums=('532e74279fbf6042a19bb348eb52b69f46d35b84')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kruler-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kruler/repos/kde-unstable-i686/kruler.install (from rev 233718, 
kruler/kde-unstable/kruler.install)
===
--- repos/kde-unstable-i686/kruler.install  (rev 0)
+++ repos/kde-unstable-i686/kruler.install  2015-03-14 10:30:00 UTC (rev 
233719)
@@ -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: kruler/repos/kde-unstable-x86_64/PKGBUILD (from rev 233718, 
kruler/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:30:00 UTC (rev 233719)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kruler
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Screen Ruler
+url=http://kde.org/applications/graphics/kruler/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('knotifications' 'kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegraphics-kruler')
+replaces=('kdegraphics-kruler')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kruler-${pkgver}.tar.xz;)
+sha1sums=('532e74279fbf6042a19bb348eb52b69f46d35b84')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kruler-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kruler/repos/kde-unstable-x86_64/kruler.install (from rev 233718, 
kruler/kde-unstable/kruler.install)
===
--- repos/kde-unstable-x86_64/kruler.install(rev 0)
+++ repos/kde-unstable-x86_64/kruler.install2015-03-14 10:30:00 UTC (rev 
233719)
@@ -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 kdegraphics-svgpart/repos (4 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:31:04
  Author: arojas
Revision: 233723

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

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

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

Copied: kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD (from rev 233722, 
kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:31:04 UTC (rev 233723)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-svgpart
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A KPart for viewing SVGs
+url=https://projects.kde.org/projects/kde/kdegraphics/svgpart;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('a693d6c78d553ee2bcf5373b1230c281924171c8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233722, kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:31:04 UTC (rev 233723)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-svgpart
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=A KPart for viewing SVGs
+url=https://projects.kde.org/projects/kde/kdegraphics/svgpart;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('a693d6c78d553ee2bcf5373b1230c281924171c8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../svgpart-${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 kdegraphics-thumbnailers/repos (4 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:31:22
  Author: arojas
Revision: 233724

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
233723, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:31:22 UTC (rev 233724)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d0757c36d03aded9b6979d4676b871134f9fffae')
+
+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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233723, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:31:22 UTC (rev 233724)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d0757c36d03aded9b6979d4676b871134f9fffae')
+
+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 kdegraphics-kolourpaint/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:29:42
  Author: arojas
Revision: 233718

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

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

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

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 
233717, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:29:42 UTC (rev 233718)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Paint Program
+url=http://kde.org/applications/graphics/kolourpaint/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('876de20298ccb7cffc06d776a75211f0102384d3')
+
+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/kde-unstable-i686/kdegraphics-kolourpaint.install 
(from rev 233717, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   
(rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2015-03-14 10:29:42 UTC 
(rev 233718)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233717, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:29:42 UTC (rev 233718)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Paint Program
+url=http://kde.org/applications/graphics/kolourpaint/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('876de20298ccb7cffc06d776a75211f0102384d3')
+
+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/kde-unstable-x86_64/kdegraphics-kolourpaint.install
 (from rev 233717, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===
--- kde-unstable-x86_64/kdegraphics-kolourpaint.install 
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-kolourpaint.install 2015-03-14 10:29:42 UTC 
(rev 233718)
@@ -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 lokalize (9 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:41:35
  Author: arojas
Revision: 233759

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

Added:
  lokalize/repos/
  lokalize/repos/kde-unstable-i686/
  lokalize/repos/kde-unstable-i686/PKGBUILD
(from rev 233758, lokalize/kde-unstable/PKGBUILD)
  lokalize/repos/kde-unstable-i686/fix-python2-path.patch
(from rev 233758, lokalize/kde-unstable/fix-python2-path.patch)
  lokalize/repos/kde-unstable-i686/lokalize.install
(from rev 233758, lokalize/kde-unstable/lokalize.install)
  lokalize/repos/kde-unstable-x86_64/
  lokalize/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233758, lokalize/kde-unstable/PKGBUILD)
  lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch
(from rev 233758, lokalize/kde-unstable/fix-python2-path.patch)
  lokalize/repos/kde-unstable-x86_64/lokalize.install
(from rev 233758, lokalize/kde-unstable/lokalize.install)

+
 kde-unstable-i686/PKGBUILD |   42 +++
 kde-unstable-i686/fix-python2-path.patch   |   22 ++
 kde-unstable-i686/lokalize.install |   12 +++
 kde-unstable-x86_64/PKGBUILD   |   42 +++
 kde-unstable-x86_64/fix-python2-path.patch |   22 ++
 kde-unstable-x86_64/lokalize.install   |   12 +++
 6 files changed, 152 insertions(+)

Copied: lokalize/repos/kde-unstable-i686/PKGBUILD (from rev 233758, 
lokalize/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:41:35 UTC (rev 233759)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=lokalize
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kross')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdesdk-lokalize')
+replaces=('kdesdk-lokalize')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;)
+sha1sums=('718fda9f0a73cc515eb08ab7694ee96ac4b541c0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${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
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/share/lokalize/scripts/odf/xliffmerge.py
+}

Copied: lokalize/repos/kde-unstable-i686/fix-python2-path.patch (from rev 
233758, lokalize/kde-unstable/fix-python2-path.patch)
===
--- repos/kde-unstable-i686/fix-python2-path.patch  
(rev 0)
+++ repos/kde-unstable-i686/fix-python2-path.patch  2015-03-14 10:41:35 UTC 
(rev 233759)
@@ -0,0 +1,22 @@
+--- kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 
11:22:42.12002 +0100
 kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 
+0100
+@@ -114,7 +114,7 @@
+ print sys.stderr, Execution failed:, e
+ 
+ cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % 
(ourPath,xliffpathname,xlifftemplatepathname,xliffpathname)
+-if os.name!='nt': cmd='python '+cmd
++if os.name!='nt': cmd='python2 '+cmd
+ else: cmd=cmd.replace('/','\\')
+ os.system(cmd)
+
+--- kdesdk-4.5.80/lokalize/scripts/xliff2odf.py~   2010-11-24 
11:24:10.85336 +0100
 kdesdk-4.5.80/lokalize/scripts/xliff2odf.py2010-11-24 
11:24:10.88336 +0100
+@@ -42,7 +42,7 @@
+ xliff2odf.convertxliff(xliffinput, translatedodfpathname, odf)
+ 
+ ourpath=([p for p in sys.path if 
os.path.exists(p+'/xliff2odf.py')]+[''])[0]
+-os.system('python '+ourpath+'/xliff2odf-standalone.py %s %s 
'%(translatedodfpathname, Editor.currentEntryId()))
++os.system('python2 '+ourpath+'/xliff2odf-standalone.py %s %s 
'%(translatedodfpathname, Editor.currentEntryId()))
+ 
+ try: convert()
+ except: print 'error occured'

Copied: lokalize/repos/kde-unstable-i686/lokalize.install (from rev 233758, 
lokalize/kde-unstable/lokalize.install)
===
--- repos/kde-unstable-i686/lokalize.install(rev 0)
+++ repos/kde-unstable-i686/lokalize.install2015-03-14 10:41:35 UTC (rev 
233759)
@@ -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-poxml/repos (4 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:42:12
  Author: arojas
Revision: 233761

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

Added:
  kdesdk-poxml/repos/kde-unstable-i686/
  kdesdk-poxml/repos/kde-unstable-i686/PKGBUILD
(from rev 233760, kdesdk-poxml/kde-unstable/PKGBUILD)
  kdesdk-poxml/repos/kde-unstable-x86_64/
  kdesdk-poxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233760, kdesdk-poxml/kde-unstable/PKGBUILD)

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

Copied: kdesdk-poxml/repos/kde-unstable-i686/PKGBUILD (from rev 233760, 
kdesdk-poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:42:12 UTC (rev 233761)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('ed8ebde5fcd121b990112622f08bd84e78621ccd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 233760, 
kdesdk-poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:42:12 UTC (rev 233761)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('ed8ebde5fcd121b990112622f08bd84e78621ccd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${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 kdesdk-thumbnailers/repos (4 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:42:47
  Author: arojas
Revision: 233763

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

Added:
  kdesdk-thumbnailers/repos/kde-unstable-i686/
  kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD
(from rev 233762, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233762, kdesdk-thumbnailers/kde-unstable/PKGBUILD)

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

Copied: kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 233762, 
kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:42:47 UTC (rev 233763)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('7583097320d94b7eb8c4afd2dc850d328095529a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233762, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:42:47 UTC (rev 233763)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('7583097320d94b7eb8c4afd2dc850d328095529a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${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 kdesdk-umbrello/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:43:02
  Author: arojas
Revision: 233764

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

Added:
  kdesdk-umbrello/repos/kde-unstable-i686/
  kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD
(from rev 233763, kdesdk-umbrello/kde-unstable/PKGBUILD)
  kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install
(from rev 233763, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
  kdesdk-umbrello/repos/kde-unstable-x86_64/
  kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233763, kdesdk-umbrello/kde-unstable/PKGBUILD)
  kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install
(from rev 233763, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)

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

Copied: kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 233763, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:43:02 UTC (rev 233764)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('d03871f89468e961c7dd62c5010c73d9c3e939b0')
+
+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/kde-unstable-i686/kdesdk-umbrello.install (from 
rev 233763, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-i686/kdesdk-umbrello.install   (rev 0)
+++ kde-unstable-i686/kdesdk-umbrello.install   2015-03-14 10:43:02 UTC (rev 
233764)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 233763, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:43:02 UTC (rev 233764)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('d03871f89468e961c7dd62c5010c73d9c3e939b0')
+
+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/kde-unstable-x86_64/kdesdk-umbrello.install (from 
rev 233763, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-x86_64/kdesdk-umbrello.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-umbrello.install 2015-03-14 10:43:02 UTC (rev 
233764)
@@ -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 kteatime (7 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:43:37
  Author: arojas
Revision: 233766

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

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

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

Copied: kteatime/repos/kde-unstable-i686/PKGBUILD (from rev 233765, 
kteatime/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-03-14 10:43:37 UTC (rev 233766)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kteatime
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('knotifyconfig')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('08448d75b85238f0a322d975c8ad4fd7a98cd509')
+
+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/kde-unstable-i686/kteatime.install (from rev 233765, 
kteatime/kde-unstable/kteatime.install)
===
--- repos/kde-unstable-i686/kteatime.install(rev 0)
+++ repos/kde-unstable-i686/kteatime.install2015-03-14 10:43:37 UTC (rev 
233766)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 233765, 
kteatime/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-03-14 10:43:37 UTC (rev 233766)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kteatime
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('knotifyconfig')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('08448d75b85238f0a322d975c8ad4fd7a98cd509')
+
+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/kde-unstable-x86_64/kteatime.install (from rev 233765, 
kteatime/kde-unstable/kteatime.install)
===
--- repos/kde-unstable-x86_64/kteatime.install  (rev 0)
+++ repos/kde-unstable-x86_64/kteatime.install  2015-03-14 10:43:37 UTC (rev 
233766)
@@ -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-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:43:53
  Author: arojas
Revision: 233767

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

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

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

Copied: kdetoys-ktux/repos/kde-unstable-i686/PKGBUILD (from rev 233766, 
kdetoys-ktux/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:43:53 UTC (rev 233767)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=15.03.90
+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=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('81c1ce2f949a78d5c900ca09eabd673afdfe152a')
+
+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/kde-unstable-i686/kdetoys-ktux.install (from rev 
233766, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)
===
--- kde-unstable-i686/kdetoys-ktux.install  (rev 0)
+++ kde-unstable-i686/kdetoys-ktux.install  2015-03-14 10:43:53 UTC (rev 
233767)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 233766, 
kdetoys-ktux/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:43:53 UTC (rev 233767)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=15.03.90
+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=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('81c1ce2f949a78d5c900ca09eabd673afdfe152a')
+
+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/kde-unstable-x86_64/kdetoys-ktux.install (from rev 
233766, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)
===
--- kde-unstable-x86_64/kdetoys-ktux.install(rev 0)
+++ kde-unstable-x86_64/kdetoys-ktux.install2015-03-14 10:43:53 UTC (rev 
233767)
@@ -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-amor/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:43:22
  Author: arojas
Revision: 233765

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

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

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

Copied: kdetoys-amor/repos/kde-unstable-i686/PKGBUILD (from rev 233764, 
kdetoys-amor/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:43:22 UTC (rev 233765)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=15.03.90
+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' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('6066013eb256f93e019fc9abe599ffd83d46d31c')
+
+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/kde-unstable-i686/kdetoys-amor.install (from rev 
233764, kdetoys-amor/kde-unstable/kdetoys-amor.install)
===
--- kde-unstable-i686/kdetoys-amor.install  (rev 0)
+++ kde-unstable-i686/kdetoys-amor.install  2015-03-14 10:43:22 UTC (rev 
233765)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 233764, 
kdetoys-amor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:43:22 UTC (rev 233765)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=15.03.90
+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' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('6066013eb256f93e019fc9abe599ffd83d46d31c')
+
+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/kde-unstable-x86_64/kdetoys-amor.install (from rev 
233764, kdetoys-amor/kde-unstable/kdetoys-amor.install)
===
--- kde-unstable-x86_64/kdetoys-amor.install(rev 0)
+++ kde-unstable-x86_64/kdetoys-amor.install2015-03-14 10:43:22 UTC (rev 
233765)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


  1   2   3   >