[arch-commits] Commit in (4 files)

2014-07-25 Thread Felix Yan
Date: Friday, July 25, 2014 @ 08:22:17
  Author: fyan
Revision: 116320

addpkg: perl-net-oauth 0.28-4

Added:
  perl-net-oauth/
  perl-net-oauth/repos/
  perl-net-oauth/trunk/
  perl-net-oauth/trunk/PKGBUILD

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

Added: perl-net-oauth/trunk/PKGBUILD
===
--- perl-net-oauth/trunk/PKGBUILD   (rev 0)
+++ perl-net-oauth/trunk/PKGBUILD   2014-07-25 06:22:17 UTC (rev 116320)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# CPAN Name  : Net-OAuth
+# Contributor: Anonymous
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-oauth
+pkgver=0.28
+pkgrel=4
+pkgdesc=An implementation of the OAuth protocol
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-class-accessor' 'perl-class-data-inheritable' 
'perl-digest-hmac' 'perl-digest-sha1' 'perl-uri' 'perl-libwww' 
'perl-file-slurp-tiny')
+checkdepends=('perl-test-warn')
+url='http://search.cpan.org/dist/Net-OAuth'
+source=(http://search.cpan.org/CPAN/authors/id/K/KG/KGRENNAN/Net-OAuth-$pkgver.tar.gz;)
+sha512sums=('b38c3784221bdf56b5b55021cc7e74cf6c5ce47b6743b6fefae9e148ff61d3c1e068aa5829dfed13ffd070e1286ab0d743e2f7b7c900f5fd8cf78f788cff70c4')
+
+build() {
+  cd $srcdir/Net-OAuth-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/Net-OAuth-$pkgver
+  PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd $srcdir/Net-OAuth-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -o -name '*.pod' -delete
+}



[arch-commits] Commit in perl-net-oauth/repos (community-any community-any/PKGBUILD)

2014-07-25 Thread Felix Yan
Date: Friday, July 25, 2014 @ 08:22:39
  Author: fyan
Revision: 116321

archrelease: copy trunk to community-any

Added:
  perl-net-oauth/repos/community-any/
  perl-net-oauth/repos/community-any/PKGBUILD
(from rev 116320, perl-net-oauth/trunk/PKGBUILD)

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

Copied: perl-net-oauth/repos/community-any/PKGBUILD (from rev 116320, 
perl-net-oauth/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-07-25 06:22:39 UTC (rev 116321)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# CPAN Name  : Net-OAuth
+# Contributor: Anonymous
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-oauth
+pkgver=0.28
+pkgrel=4
+pkgdesc=An implementation of the OAuth protocol
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-class-accessor' 'perl-class-data-inheritable' 
'perl-digest-hmac' 'perl-digest-sha1' 'perl-uri' 'perl-libwww' 
'perl-file-slurp-tiny')
+checkdepends=('perl-test-warn')
+url='http://search.cpan.org/dist/Net-OAuth'
+source=(http://search.cpan.org/CPAN/authors/id/K/KG/KGRENNAN/Net-OAuth-$pkgver.tar.gz;)
+sha512sums=('b38c3784221bdf56b5b55021cc7e74cf6c5ce47b6743b6fefae9e148ff61d3c1e068aa5829dfed13ffd070e1286ab0d743e2f7b7c900f5fd8cf78f788cff70c4')
+
+build() {
+  cd $srcdir/Net-OAuth-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/Net-OAuth-$pkgver
+  PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd $srcdir/Net-OAuth-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -o -name '*.pod' -delete
+}



[arch-commits] Commit in (4 files)

2014-07-25 Thread Felix Yan
Date: Friday, July 25, 2014 @ 08:33:49
  Author: fyan
Revision: 116322

addpkg: perl-net-dropbox-api 1.9-3

Added:
  perl-net-dropbox-api/
  perl-net-dropbox-api/repos/
  perl-net-dropbox-api/trunk/
  perl-net-dropbox-api/trunk/PKGBUILD

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

Added: perl-net-dropbox-api/trunk/PKGBUILD
===
--- perl-net-dropbox-api/trunk/PKGBUILD (rev 0)
+++ perl-net-dropbox-api/trunk/PKGBUILD 2014-07-25 06:33:49 UTC (rev 116322)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Michael Kogan michael dot kogan at gmx dot net
+
+pkgname=perl-net-dropbox-api
+pkgver=1.9
+pkgrel=3
+pkgdesc=Net::Dropbox::API - Perl dropbox API interface
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/~norbu/Net-Dropbox-API/lib/Net/Dropbox/API.pm;
+license=('GPL' 'PerlArtistic')
+depends=('perl-common-sense' 'perl-data-random' 'perl-http-message' 
'perl-json' 'perl-libwww' 'perl-mouse' 'perl-net-oauth' 'perl-uri' 
'perl-lwp-protocol-https')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+source=(http://search.cpan.org/CPAN/authors/id/N/NO/NORBU/Net-Dropbox-API-${pkgver}.tar.gz;)
+sha1sums=('c1c5ba827492e171cb65124b65ece4da2442ea84')
+
+build() {
+  cd $srcdir/Net-Dropbox-API-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/Net-Dropbox-API-${pkgver}
+  make test
+}
+
+package() {
+  cd $srcdir/Net-Dropbox-API-${pkgver}
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in perl-net-dropbox-api/repos (4 files)

2014-07-25 Thread Felix Yan
Date: Friday, July 25, 2014 @ 08:34:44
  Author: fyan
Revision: 116323

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

Added:
  perl-net-dropbox-api/repos/community-i686/
  perl-net-dropbox-api/repos/community-i686/PKGBUILD
(from rev 116322, perl-net-dropbox-api/trunk/PKGBUILD)
  perl-net-dropbox-api/repos/community-x86_64/
  perl-net-dropbox-api/repos/community-x86_64/PKGBUILD
(from rev 116322, perl-net-dropbox-api/trunk/PKGBUILD)

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

Copied: perl-net-dropbox-api/repos/community-i686/PKGBUILD (from rev 116322, 
perl-net-dropbox-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-25 06:34:44 UTC (rev 116323)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Michael Kogan michael dot kogan at gmx dot net
+
+pkgname=perl-net-dropbox-api
+pkgver=1.9
+pkgrel=3
+pkgdesc=Net::Dropbox::API - Perl dropbox API interface
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/~norbu/Net-Dropbox-API/lib/Net/Dropbox/API.pm;
+license=('GPL' 'PerlArtistic')
+depends=('perl-common-sense' 'perl-data-random' 'perl-http-message' 
'perl-json' 'perl-libwww' 'perl-mouse' 'perl-net-oauth' 'perl-uri' 
'perl-lwp-protocol-https')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+source=(http://search.cpan.org/CPAN/authors/id/N/NO/NORBU/Net-Dropbox-API-${pkgver}.tar.gz;)
+sha1sums=('c1c5ba827492e171cb65124b65ece4da2442ea84')
+
+build() {
+  cd $srcdir/Net-Dropbox-API-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/Net-Dropbox-API-${pkgver}
+  make test
+}
+
+package() {
+  cd $srcdir/Net-Dropbox-API-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: perl-net-dropbox-api/repos/community-x86_64/PKGBUILD (from rev 116322, 
perl-net-dropbox-api/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-25 06:34:44 UTC (rev 116323)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Michael Kogan michael dot kogan at gmx dot net
+
+pkgname=perl-net-dropbox-api
+pkgver=1.9
+pkgrel=3
+pkgdesc=Net::Dropbox::API - Perl dropbox API interface
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/~norbu/Net-Dropbox-API/lib/Net/Dropbox/API.pm;
+license=('GPL' 'PerlArtistic')
+depends=('perl-common-sense' 'perl-data-random' 'perl-http-message' 
'perl-json' 'perl-libwww' 'perl-mouse' 'perl-net-oauth' 'perl-uri' 
'perl-lwp-protocol-https')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+source=(http://search.cpan.org/CPAN/authors/id/N/NO/NORBU/Net-Dropbox-API-${pkgver}.tar.gz;)
+sha1sums=('c1c5ba827492e171cb65124b65ece4da2442ea84')
+
+build() {
+  cd $srcdir/Net-Dropbox-API-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/Net-Dropbox-API-${pkgver}
+  make test
+}
+
+package() {
+  cd $srcdir/Net-Dropbox-API-${pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2014-07-25 Thread Andrea Scarpino
Date: Friday, July 25, 2014 @ 09:12:49
  Author: andrea
Revision: 217831

upgpkg: telepathy-qt 0.9.4-1

Upstream release

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 02:51:09 UTC (rev 217830)
+++ PKGBUILD2014-07-25 07:12:49 UTC (rev 217831)
@@ -3,8 +3,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=telepathy-qt
-pkgver=0.9.3
-pkgrel=8
+pkgver=0.9.4
+pkgrel=1
 pkgdesc=A library for Qt-based Telepathy clients
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org/wiki/;
@@ -15,12 +15,10 @@
 replaces=('telepathy-qt4')
 provides=('telepathy-qt4')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-'farstream-0.2.patch'
-'cmake.patch')
-md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
+'farstream-0.2.patch')
+md5sums=('75b18e151b1c4fab9f149d0eb46a494d'
  'SKIP'
- '6b2421c59d20d29fece8d5e6445354c7'
- '50e9db71c0e23b59dba1f20a592e4b8d')
+ '6b2421c59d20d29fece8d5e6445354c7')
 
 prepare() {
   mkdir build
@@ -27,7 +25,6 @@
 
   cd ${pkgname}-${pkgver}
   patch -p1 -i ${srcdir}/farstream-0.2.patch
-  patch -p1 -i ${srcdir}/cmake.patch
 
 }
 



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

2014-07-25 Thread Andrea Scarpino
Date: Friday, July 25, 2014 @ 09:12:57
  Author: andrea
Revision: 217832

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

Added:
  telepathy-qt/repos/extra-i686/PKGBUILD
(from rev 217831, telepathy-qt/trunk/PKGBUILD)
  telepathy-qt/repos/extra-i686/cmake.patch
(from rev 217831, telepathy-qt/trunk/cmake.patch)
  telepathy-qt/repos/extra-i686/farstream-0.2.patch
(from rev 217831, telepathy-qt/trunk/farstream-0.2.patch)
  telepathy-qt/repos/extra-x86_64/PKGBUILD
(from rev 217831, telepathy-qt/trunk/PKGBUILD)
  telepathy-qt/repos/extra-x86_64/cmake.patch
(from rev 217831, telepathy-qt/trunk/cmake.patch)
  telepathy-qt/repos/extra-x86_64/farstream-0.2.patch
(from rev 217831, telepathy-qt/trunk/farstream-0.2.patch)
Deleted:
  telepathy-qt/repos/extra-i686/PKGBUILD
  telepathy-qt/repos/extra-i686/cmake.patch
  telepathy-qt/repos/extra-i686/farstream-0.2.patch
  telepathy-qt/repos/extra-x86_64/PKGBUILD
  telepathy-qt/repos/extra-x86_64/cmake.patch
  telepathy-qt/repos/extra-x86_64/farstream-0.2.patch

--+
 /PKGBUILD|   88 +
 /cmake.patch |   74 +++
 /farstream-0.2.patch |   56 +++
 extra-i686/PKGBUILD  |   47 ---
 extra-i686/cmake.patch   |   37 ---
 extra-i686/farstream-0.2.patch   |   28 ---
 extra-x86_64/PKGBUILD|   47 ---
 extra-x86_64/cmake.patch |   37 ---
 extra-x86_64/farstream-0.2.patch |   28 ---
 9 files changed, 218 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-25 07:12:49 UTC (rev 217831)
+++ extra-i686/PKGBUILD 2014-07-25 07:12:57 UTC (rev 217832)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-qt
-pkgver=0.9.3
-pkgrel=8
-pkgdesc=A library for Qt-based Telepathy clients
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/;
-license=('LGPL')
-depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
-conflicts=('telepathy-qt4')
-replaces=('telepathy-qt4')
-provides=('telepathy-qt4')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-'farstream-0.2.patch'
-'cmake.patch')
-md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
- 'SKIP'
- '6b2421c59d20d29fece8d5e6445354c7'
- '50e9db71c0e23b59dba1f20a592e4b8d')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/farstream-0.2.patch
-  patch -p1 -i ${srcdir}/cmake.patch
-
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DENABLE_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-qt/repos/extra-i686/PKGBUILD (from rev 217831, 
telepathy-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-25 07:12:57 UTC (rev 217832)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-qt
+pkgver=0.9.4
+pkgrel=1
+pkgdesc=A library for Qt-based Telepathy clients
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/;
+license=('LGPL')
+depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+'farstream-0.2.patch')
+md5sums=('75b18e151b1c4fab9f149d0eb46a494d'
+ 'SKIP'
+ '6b2421c59d20d29fece8d5e6445354c7')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/farstream-0.2.patch
+
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/cmake.patch
===
--- extra-i686/cmake.patch  2014-07-25 07:12:49 UTC (rev 217831)
+++ extra-i686/cmake.patch  2014-07-25 07:12:57 UTC (rev 217832)
@@ -1,37 +0,0 @@
-From 05fe3f4980bbc6b016e25dcf07e44afe29e377c0 Mon Sep 17 00:00:00 2001
-From: David Edmundson k...@davidedmundson.co.uk
-Date: Sun, 29 Sep 2013 22:19:27 +
-Subject: Fix compilation on new 

[arch-commits] Commit in telepathy-qt (3 files)

2014-07-25 Thread Andrea Scarpino
Date: Friday, July 25, 2014 @ 09:15:15
  Author: andrea
Revision: 217833

cleanup

Deleted:
  telepathy-qt/repos/extra-i686/cmake.patch
  telepathy-qt/repos/extra-x86_64/cmake.patch
  telepathy-qt/trunk/cmake.patch

+
 repos/extra-i686/cmake.patch   |   37 -
 repos/extra-x86_64/cmake.patch |   37 -
 trunk/cmake.patch  |   37 -
 3 files changed, 111 deletions(-)

Deleted: repos/extra-i686/cmake.patch
===
--- repos/extra-i686/cmake.patch2014-07-25 07:12:57 UTC (rev 217832)
+++ repos/extra-i686/cmake.patch2014-07-25 07:15:15 UTC (rev 217833)
@@ -1,37 +0,0 @@
-From 05fe3f4980bbc6b016e25dcf07e44afe29e377c0 Mon Sep 17 00:00:00 2001
-From: David Edmundson k...@davidedmundson.co.uk
-Date: Sun, 29 Sep 2013 22:19:27 +
-Subject: Fix compilation on new versions of cmake
-
-Recent cmake has changed the argument count to
-qt4_create_moc_command, we need to adjust accordingly
-
-Reviewed-by: Dario Freddi dario.fre...@ispirata.com

-diff --git a/cmake/modules/FindQt.cmake b/cmake/modules/FindQt.cmake
-index c2eac76..b3131f0 100644
 a/cmake/modules/FindQt.cmake
-+++ b/cmake/modules/FindQt.cmake
-@@ -74,10 +74,18 @@ ENDMACRO(QT_GET_MOC_FLAGS)
- 
- MACRO(QT_CREATE_MOC_COMMAND infile outfile moc_flags moc_options)
-   IF(QT_VERSION_MAJOR MATCHES 4)
--QT4_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})
-+IF(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-+  QT4_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options} )
-+ELSE(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-+  QT4_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})
-+ENDIF(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-   ELSE(QT_VERSION_MAJOR MATCHES 4)
- IF(QT_VERSION_MAJOR MATCHES 5)
--  QT5_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})
-+  IF(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-+QT5_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options} )
-+  ELSE(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-+QT5_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})
-+  ENDIF(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
- ENDIF(QT_VERSION_MAJOR MATCHES 5)
-   ENDIF(QT_VERSION_MAJOR MATCHES 4)
- ENDMACRO(QT_CREATE_MOC_COMMAND)
---
-cgit v0.9.0.2-2-gbebe

Deleted: repos/extra-x86_64/cmake.patch
===
--- repos/extra-x86_64/cmake.patch  2014-07-25 07:12:57 UTC (rev 217832)
+++ repos/extra-x86_64/cmake.patch  2014-07-25 07:15:15 UTC (rev 217833)
@@ -1,37 +0,0 @@
-From 05fe3f4980bbc6b016e25dcf07e44afe29e377c0 Mon Sep 17 00:00:00 2001
-From: David Edmundson k...@davidedmundson.co.uk
-Date: Sun, 29 Sep 2013 22:19:27 +
-Subject: Fix compilation on new versions of cmake
-
-Recent cmake has changed the argument count to
-qt4_create_moc_command, we need to adjust accordingly
-
-Reviewed-by: Dario Freddi dario.fre...@ispirata.com

-diff --git a/cmake/modules/FindQt.cmake b/cmake/modules/FindQt.cmake
-index c2eac76..b3131f0 100644
 a/cmake/modules/FindQt.cmake
-+++ b/cmake/modules/FindQt.cmake
-@@ -74,10 +74,18 @@ ENDMACRO(QT_GET_MOC_FLAGS)
- 
- MACRO(QT_CREATE_MOC_COMMAND infile outfile moc_flags moc_options)
-   IF(QT_VERSION_MAJOR MATCHES 4)
--QT4_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})
-+IF(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-+  QT4_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options} )
-+ELSE(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-+  QT4_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})
-+ENDIF(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-   ELSE(QT_VERSION_MAJOR MATCHES 4)
- IF(QT_VERSION_MAJOR MATCHES 5)
--  QT5_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})
-+  IF(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-+QT5_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options} )
-+  ELSE(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
-+QT5_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})
-+  ENDIF(CMAKE_VERSION VERSION_GREATER 2.8.11.20130607)
- ENDIF(QT_VERSION_MAJOR MATCHES 5)
-   ENDIF(QT_VERSION_MAJOR MATCHES 4)
- ENDMACRO(QT_CREATE_MOC_COMMAND)
---
-cgit v0.9.0.2-2-gbebe

Deleted: trunk/cmake.patch
===
--- trunk/cmake.patch   2014-07-25 07:12:57 UTC (rev 217832)
+++ trunk/cmake.patch   2014-07-25 07:15:15 UTC (rev 217833)
@@ -1,37 +0,0 @@
-From 05fe3f4980bbc6b016e25dcf07e44afe29e377c0 Mon Sep 17 00:00:00 2001
-From: David Edmundson k...@davidedmundson.co.uk
-Date: Sun, 29 Sep 2013 22:19:27 +

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

2014-07-25 Thread Andrea Scarpino
Date: Friday, July 25, 2014 @ 09:29:41
  Author: andrea
Revision: 217835

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

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 217834, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
(from rev 217834, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 217834, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 217834, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 217834, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 217834, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.logrotate
(from rev 217834, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 217834, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-i686/khotkeys-qt4.patch
(from rev 217834, kdebase-workspace/trunk/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 217834, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 217834, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 217834, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
(from rev 217834, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 217834, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 217834, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 217834, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 217834, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
(from rev 217834, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 217834, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-x86_64/khotkeys-qt4.patch
(from rev 217834, kdebase-workspace/trunk/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 217834, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 217834, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-i686/KDEBUG-336589.patch
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
  kdebase-workspace/repos/extra-i686/kde-np.pam
  kdebase-workspace/repos/extra-i686/kde.pam
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-i686/kdm.logrotate
  kdebase-workspace/repos/extra-i686/kdm.service
  kdebase-workspace/repos/extra-i686/khotkeys-qt4.patch
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
  kdebase-workspace/repos/extra-i686/terminate-server.patch
  kdebase-workspace/repos/extra-x86_64/KDEBUG-336589.patch
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
  kdebase-workspace/repos/extra-x86_64/kde.pam
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
  kdebase-workspace/repos/extra-x86_64/kdm.service
  kdebase-workspace/repos/extra-x86_64/khotkeys-qt4.patch
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch

+
 /PKGBUILD  |  186 +++
 /etc-scripts.patch |   22 +++
 /kde-np.pam|   24 
 /kde.pam   |   16 ++
 /kdebase-workspace.install |   62 ++
 /kdm-xinitrd.patch |   36 ++
 /kdm.logrotate |   12 ++
 /kdm.service   |   18 +++
 /khotkeys-qt4.patch|   44 +++
 /kscreensaver.pam  |4 
 /terminate-server.patch|   22 +++
 extra-i686/KDEBUG-336589.patch |   26 
 extra-i686/PKGBUILD|   98 
 extra-i686/etc-scripts.patch   |   11 -
 extra-i686/kde-np.pam  |   12 --
 extra-i686/kde.pam |8 -
 extra-i686/kdebase-workspace.install   |   31 -
 

[arch-commits] Commit in kdebase-workspace/trunk (KDEBUG-336589.patch PKGBUILD)

2014-07-25 Thread Andrea Scarpino
Date: Friday, July 25, 2014 @ 09:29:21
  Author: andrea
Revision: 217834

upgpkg: kdebase-workspace 4.11.11-1

Upstream release

Modified:
  kdebase-workspace/trunk/PKGBUILD
Deleted:
  kdebase-workspace/trunk/KDEBUG-336589.patch

-+
 KDEBUG-336589.patch |   26 --
 PKGBUILD|   17 ++---
 2 files changed, 6 insertions(+), 37 deletions(-)

Deleted: KDEBUG-336589.patch
===
--- KDEBUG-336589.patch 2014-07-25 07:15:15 UTC (rev 217833)
+++ KDEBUG-336589.patch 2014-07-25 07:29:21 UTC (rev 217834)
@@ -1,26 +0,0 @@
-commit e8241313fc979aefafc8c2a0207570d6394f1580
-Author: Martin Gräßlin mgraess...@kde.org
-Date:   Mon Jun 23 07:45:44 2014 +0200
-
-[libkwineffects] Require strict binding for intel driver
-
-According to driver devs it's a buggy micro-optimisation, see
-https://bugs.freedesktop.org/show_bug.cgi?id=80349#c1
-
-BUG: 336589
-REVIEW: 118893
-
-diff --git a/libkwineffects/kwinglplatform.cpp 
b/libkwineffects/kwinglplatform.cpp
-index 4b2e6f3..9a391a0 100644
 a/libkwineffects/kwinglplatform.cpp
-+++ b/libkwineffects/kwinglplatform.cpp
-@@ -811,7 +811,8 @@ void GLPlatform::detect(OpenGLPlatformInterface 
platformInterface)
- m_supportsGLSL = false;
- 
- m_limitedGLSL = m_supportsGLSL  m_chipClass  I965;
--m_looseBinding = true;
-+// see https://bugs.freedesktop.org/show_bug.cgi?id=80349#c1
-+m_looseBinding = false;
- 
- if (m_chipClass  I915) {
- m_recommendedCompositor = XRenderCompositing;

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 07:15:15 UTC (rev 217833)
+++ PKGBUILD2014-07-25 07:29:21 UTC (rev 217834)
@@ -4,9 +4,9 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.11.10
-_pkgver=4.13.2
-pkgrel=2
+pkgver=4.11.11
+_pkgver=4.13.3
+pkgrel=1
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -29,9 +29,8 @@
 
source=(http://download.kde.org/stable/${_pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
-'khotkeys-qt4.patch'
-'KDEBUG-336589.patch')
-sha1sums=('2968043563e25d2d2618c9f49fdfbab5fa14c8cd'
+'khotkeys-qt4.patch')
+sha1sums=('84d70bb81a5d3b42869b666a12963dea14a33722'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
   'c6afdf8964b2b2c4809b2e8e694729b2661e29df'
@@ -40,8 +39,7 @@
   'c079ebd157c836ba996190f0d2bcea1a7828d02c'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
   'd509dac592bd8b310df27991b208c95b6d907514'
-  'aa9d2e5a69986c4c3d47829721ea99edb473be12'
-  'e7a21bd2371ce069627ddbfffb3cf5caddcb1bff')
+  'aa9d2e5a69986c4c3d47829721ea99edb473be12')
 
 prepare() {
 mkdir build
@@ -57,9 +55,6 @@
 
 # KDEBUG#202629
 patch -p0 -i ${srcdir}/terminate-server.patch
-
-cd kwin
-patch -p1 -i ${srcdir}/KDEBUG-336589.patch
 }
 
 build() {



[arch-commits] Commit in (pycairo)

2014-07-25 Thread Jan de Groot
Date: Friday, July 25, 2014 @ 09:58:43
  Author: jgc
Revision: 217836

Delete old dir, not in repos anymore

Deleted:
  pycairo/



[arch-commits] Commit in intellij-idea-libs/trunk (PKGBUILD)

2014-07-25 Thread Lukas Jirkovsky
Date: Friday, July 25, 2014 @ 10:18:30
  Author: stativ
Revision: 116324

upgpkg: intellij-idea-libs 13.1.4-1

update to 13.1.4

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 06:34:44 UTC (rev 116323)
+++ PKGBUILD2014-07-25 08:18:30 UTC (rev 116324)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=intellij-idea-libs
-pkgver=13.1.3
-_pkgver=135.909
+pkgver=13.1.4
+_pkgver=135.1229
 pkgrel=1
 pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('f71c624bf4e98269d883e8ea8dd48145')
+md5sums=('44771594016dd02a8906bb7da85fe623')
 
 package() {
   [ $CARCH == x86_64 ]  SUFFIX=64



[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2014-07-25 Thread Lukas Jirkovsky
Date: Friday, July 25, 2014 @ 10:18:42
  Author: stativ
Revision: 116325

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 116324, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 116324, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-25 08:18:30 UTC (rev 116324)
+++ community-i686/PKGBUILD 2014-07-25 08:18:42 UTC (rev 116325)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=intellij-idea-libs
-pkgver=13.1.3
-_pkgver=135.909
-pkgrel=1
-pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
-arch=('i686' 'x86_64')
-url=http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('f71c624bf4e98269d883e8ea8dd48145')
-
-package() {
-  [ $CARCH == x86_64 ]  SUFFIX=64
-  install -D -m755 idea-IC-$_pkgver/bin/fsnotifier${SUFFIX} 
$pkgdir/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 idea-IC-$_pkgver/bin/libbreakgen${SUFFIX}.so 
$pkgdir/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == x86_64 ]  _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 idea-IC-$_pkgver/lib/libpty/linux/$_ARCH/libpty.so 
$pkgdir/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 116324, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-25 08:18:42 UTC (rev 116325)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=intellij-idea-libs
+pkgver=13.1.4
+_pkgver=135.1229
+pkgrel=1
+pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
+arch=('i686' 'x86_64')
+url=http://www.jetbrains.org/;
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+md5sums=('44771594016dd02a8906bb7da85fe623')
+
+package() {
+  [ $CARCH == x86_64 ]  SUFFIX=64
+  install -D -m755 idea-IC-$_pkgver/bin/fsnotifier${SUFFIX} 
$pkgdir/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 idea-IC-$_pkgver/bin/libbreakgen${SUFFIX}.so 
$pkgdir/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == x86_64 ]  _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 idea-IC-$_pkgver/lib/libpty/linux/$_ARCH/libpty.so 
$pkgdir/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-25 08:18:30 UTC (rev 116324)
+++ community-x86_64/PKGBUILD   2014-07-25 08:18:42 UTC (rev 116325)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=intellij-idea-libs
-pkgver=13.1.3
-_pkgver=135.909
-pkgrel=1
-pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
-arch=('i686' 'x86_64')
-url=http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('f71c624bf4e98269d883e8ea8dd48145')
-
-package() {
-  [ $CARCH == x86_64 ]  SUFFIX=64
-  install -D -m755 idea-IC-$_pkgver/bin/fsnotifier${SUFFIX} 
$pkgdir/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 idea-IC-$_pkgver/bin/libbreakgen${SUFFIX}.so 
$pkgdir/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == x86_64 ]  _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 idea-IC-$_pkgver/lib/libpty/linux/$_ARCH/libpty.so 
$pkgdir/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 116324, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-25 08:18:42 UTC (rev 116325)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=intellij-idea-libs
+pkgver=13.1.4
+_pkgver=135.1229
+pkgrel=1
+pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
+arch=('i686' 'x86_64')

[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2014-07-25 Thread Lukas Jirkovsky
Date: Friday, July 25, 2014 @ 10:35:10
  Author: stativ
Revision: 116327

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 116326, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 116326, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 116326, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 116326, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   86 -
 idea.desktop |   19 +++-
 idea.install |   18 +--
 idea.sh  |8 ++---
 4 files changed, 67 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-25 08:34:58 UTC (rev 116326)
+++ PKGBUILD2014-07-25 08:35:10 UTC (rev 116327)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=intellij-idea-community-edition
-pkgver=13.1.3
-_pkgver=135.909
-pkgrel=2
-pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
-arch=('any')
-url=http://www.jetbrains.org/;
-license=('Apache')
-depends=('java-environment' intellij-idea-libs=$pkgver 'giflib' 'libxtst')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-md5sums=('f71c624bf4e98269d883e8ea8dd48145'
- '29e2d4ab0578a6d44533292bec8843ee'
- 'f27bad35ee8e6445ca2f8a591bca895a')
-
-package() {
-  install -d -m755 $pkgdir/usr/share
-  cp -a idea-IC-$_pkgver $pkgdir/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm $pkgdir/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf $pkgdir/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root $pkgdir/usr/share
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' $pkgdir/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 $srcdir/idea.sh $pkgdir/usr/bin/idea.sh
-  install -D -m644 $srcdir/idea.desktop 
$pkgdir/usr/share/applications/idea.desktop
-  install -D -m644 $pkgdir/usr/share/intellijidea-ce/bin/idea.png \
-   $pkgdir/usr/share/pixmaps/idea.png
-
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  $pkgdir/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
116326, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-25 08:35:10 UTC (rev 116327)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=intellij-idea-community-edition
+pkgver=13.1.4
+_pkgver=135.1229
+pkgrel=1
+pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
+arch=('any')
+url=http://www.jetbrains.org/;
+license=('Apache')
+depends=('java-environment' intellij-idea-libs=$pkgver 'giflib' 'libxtst')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+md5sums=('44771594016dd02a8906bb7da85fe623'
+ '074bca11876cd1129e74feafd6271670'
+ 'f27bad35ee8e6445ca2f8a591bca895a')
+
+package() {
+  install -d -m755 $pkgdir/usr/share
+  cp -a idea-IC-$_pkgver $pkgdir/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm $pkgdir/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf $pkgdir/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root $pkgdir/usr/share
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' $pkgdir/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 $srcdir/idea.sh $pkgdir/usr/bin/idea.sh
+  install -D -m644 $srcdir/idea.desktop 
$pkgdir/usr/share/applications/idea.desktop
+  install -D -m644 $pkgdir/usr/share/intellijidea-ce/bin/idea.png \
+   $pkgdir/usr/share/pixmaps/idea.png
+
+
+  # workaround FS#40934
+  sed -i 's|lcd|on|'  $pkgdir/usr/share/intellijidea-ce/bin/*.vmoptions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop
===
--- idea.desktop2014-07-25 08:34:58 UTC (rev 116326)
+++ idea.desktop

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD idea.desktop)

2014-07-25 Thread Lukas Jirkovsky
Date: Friday, July 25, 2014 @ 10:34:58
  Author: stativ
Revision: 116326

upgpkg: intellij-idea-community-edition 13.1.4-1

update to 13.1.4, synchronize the desktop file with upstream, add StartupNotify 
to the desktop file

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD
  intellij-idea-community-edition/trunk/idea.desktop

--+
 PKGBUILD |   10 +-
 idea.desktop |9 ++---
 2 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 08:18:42 UTC (rev 116325)
+++ PKGBUILD2014-07-25 08:34:58 UTC (rev 116326)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=intellij-idea-community-edition
-pkgver=13.1.3
-_pkgver=135.909
-pkgrel=2
+pkgver=13.1.4
+_pkgver=135.1229
+pkgrel=1
 pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
 arch=('any')
 url=http://www.jetbrains.org/;
@@ -12,8 +12,8 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-md5sums=('f71c624bf4e98269d883e8ea8dd48145'
- '29e2d4ab0578a6d44533292bec8843ee'
+md5sums=('44771594016dd02a8906bb7da85fe623'
+ '074bca11876cd1129e74feafd6271670'
  'f27bad35ee8e6445ca2f8a591bca895a')
 
 package() {

Modified: idea.desktop
===
--- idea.desktop2014-07-25 08:18:42 UTC (rev 116325)
+++ idea.desktop2014-07-25 08:34:58 UTC (rev 116326)
@@ -1,8 +1,11 @@
 [Desktop Entry]
+Version=1.0
+Type=Application
 Name=IntelliJ IDEA Community Edition
-Comment=A Java IDE
-Exec=idea.sh %u
+Comment=Develop with pleasure!
+Exec=idea.sh %f
 Icon=idea
 Terminal=false
-Type=Application
+StartupNotify=true
+StartupWMClass=jetbrains-idea-ce
 Categories=Development;IDE;Java;



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

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 12:30:07
  Author: arodseth
Revision: 116328

Attempting to make both i686 and x86_64 build

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 08:35:10 UTC (rev 116327)
+++ PKGBUILD2014-07-25 10:30:07 UTC (rev 116328)
@@ -19,8 +19,8 @@
 build() {
   cd Gauche-$pkgver
 
-  [ $CARCH == 'i686' ]  ./configure --enable-multibyte=utf-8 --prefix=/usr \
---enable-threads=none || ./configure --enable-multibyte=utf-8 \
+  [ $CARCH == 'i686' ]  ./configure --enable-multibyte=utf-8 --prefix=/usr \
+--enable-threads=none || ./configure --enable-multibyte=utf-8 \
 --prefix=/usr --enable-threads=pthreads
   make
 }



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

2014-07-25 Thread Andreas Radke
Date: Friday, July 25, 2014 @ 13:49:31
  Author: andyrtr
Revision: 217837

upgpkg: libtasn1 4.0-1

upstream update 4.0

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 07:58:43 UTC (rev 217836)
+++ PKGBUILD2014-07-25 11:49:31 UTC (rev 217837)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libtasn1
-pkgver=3.6
+pkgver=4.0
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc' 'texinfo')
 install=libtasn1.install
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('6ed38e161e11013054f2a2bb4c4da449'
+md5sums=('d3d2d9bce3b6668b9827a9df52635be1'
  'SKIP')
 
 build() {



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

2014-07-25 Thread Andreas Radke
Date: Friday, July 25, 2014 @ 13:49:45
  Author: andyrtr
Revision: 217838

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

Added:
  libtasn1/repos/testing-i686/
  libtasn1/repos/testing-i686/PKGBUILD
(from rev 217837, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-i686/libtasn1.install
(from rev 217837, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/testing-x86_64/
  libtasn1/repos/testing-x86_64/PKGBUILD
(from rev 217837, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-x86_64/libtasn1.install
(from rev 217837, libtasn1/trunk/libtasn1.install)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/libtasn1.install   |   18 ++
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/libtasn1.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: libtasn1/repos/testing-i686/PKGBUILD (from rev 217837, 
libtasn1/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-25 11:49:45 UTC (rev 217838)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.0
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('d3d2d9bce3b6668b9827a9df52635be1'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-i686/libtasn1.install (from rev 217837, 
libtasn1/trunk/libtasn1.install)
===
--- testing-i686/libtasn1.install   (rev 0)
+++ testing-i686/libtasn1.install   2014-07-25 11:49:45 UTC (rev 217838)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 217837, 
libtasn1/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-25 11:49:45 UTC (rev 217838)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.0
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('d3d2d9bce3b6668b9827a9df52635be1'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-x86_64/libtasn1.install (from rev 217837, 
libtasn1/trunk/libtasn1.install)
===
--- testing-x86_64/libtasn1.install (rev 0)
+++ testing-x86_64/libtasn1.install 2014-07-25 11:49:45 UTC (rev 217838)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}



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

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 14:11:05
  Author: arodseth
Revision: 116329

upgpkg: gauche 0.9.4-1

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 10:30:07 UTC (rev 116328)
+++ PKGBUILD2014-07-25 12:11:05 UTC (rev 116329)
@@ -12,7 +12,7 @@
 depends=('gdbm' 'zlib' 'slib')
 license=('BSD')
 arch=('x86_64' 'i686')
-install=$pkgname.install
+install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
 sha256sums=('7b18bcd70beaced1e004594be46c8cff95795318f6f5830dd2a8a700410fc149')
 
@@ -19,9 +19,7 @@
 build() {
   cd Gauche-$pkgver
 
-  [ $CARCH == 'i686' ]  ./configure --enable-multibyte=utf-8 --prefix=/usr \
---enable-threads=none || ./configure --enable-multibyte=utf-8 \
---prefix=/usr --enable-threads=pthreads
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
   make
 }
 



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

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 14:11:18
  Author: arodseth
Revision: 116330

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

Added:
  gauche/repos/community-i686/PKGBUILD
(from rev 116329, gauche/trunk/PKGBUILD)
  gauche/repos/community-i686/gauche.install
(from rev 116329, gauche/trunk/gauche.install)
  gauche/repos/community-x86_64/PKGBUILD
(from rev 116329, gauche/trunk/PKGBUILD)
  gauche/repos/community-x86_64/gauche.install
(from rev 116329, gauche/trunk/gauche.install)
Deleted:
  gauche/repos/community-i686/PKGBUILD
  gauche/repos/community-i686/gauche.install
  gauche/repos/community-x86_64/PKGBUILD
  gauche/repos/community-x86_64/gauche.install

-+
 /PKGBUILD   |   66 ++
 /gauche.install |   42 
 community-i686/PKGBUILD |   34 ---
 community-i686/gauche.install   |   21 
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/gauche.install |   21 
 6 files changed, 108 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-25 12:11:05 UTC (rev 116329)
+++ community-i686/PKGBUILD 2014-07-25 12:11:18 UTC (rev 116330)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Motohiro Ueki ueki@gmail.com
-# Contributor: nkoizu nko...@gmail.com
-
-pkgname=gauche
-pkgver=0.9.3.3
-pkgrel=1
-url='http://practical-scheme.net/gauche/'
-pkgdesc='R5RS Scheme implementation (provides gosh)'
-depends=('gdbm' 'zlib' 'slib')
-license=('BSD')
-arch=('x86_64' 'i686')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('3d8b70075faa0f7a24f8d112cc102ee3e1066680cdd19d324d59f33fab79caac')
-
-build() {
-  cd $srcdir/Gauche-$pkgver
-
-  ./configure --prefix=/usr --enable-multibyte=utf-8 \
---enable-threads=pthreads
-  make -j1
-}
-
-package() {
-  cd $srcdir/Gauche-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install-pkg install-doc
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gauche/repos/community-i686/PKGBUILD (from rev 116329, 
gauche/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-25 12:11:18 UTC (rev 116330)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Motohiro Ueki ueki@gmail.com
+# Contributor: nkoizu nko...@gmail.com
+
+pkgname=gauche
+pkgver=0.9.4
+pkgrel=1
+url='http://practical-scheme.net/gauche/'
+pkgdesc='R5RS Scheme implementation (provides gosh)'
+depends=('gdbm' 'zlib' 'slib')
+license=('BSD')
+arch=('x86_64' 'i686')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
+sha256sums=('7b18bcd70beaced1e004594be46c8cff95795318f6f5830dd2a8a700410fc149')
+
+build() {
+  cd Gauche-$pkgver
+
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
+  make
+}
+
+package() {
+  cd Gauche-$pkgver
+
+  make DESTDIR=$pkgdir install-pkg install-doc
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gauche.install
===
--- community-i686/gauche.install   2014-07-25 12:11:05 UTC (rev 116329)
+++ community-i686/gauche.install   2014-07-25 12:11:18 UTC (rev 116330)
@@ -1,21 +0,0 @@
-infodir=/usr/share/info
-filelist=(gauche-refe.info gauche-refj.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-  /usr/bin/gosh -ftest -uslib -Erequire 'new-catalog -Eexit;
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: gauche/repos/community-i686/gauche.install (from rev 116329, 
gauche/trunk/gauche.install)
===
--- community-i686/gauche.install   (rev 0)
+++ community-i686/gauche.install   2014-07-25 12:11:18 UTC (rev 116330)
@@ -0,0 +1,21 @@
+infodir=/usr/share/info
+filelist=(gauche-refe.info gauche-refj.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+  /usr/bin/gosh -ftest -uslib -Erequire 'new-catalog -Eexit;
+}
+
+post_upgrade() {

[arch-commits] Commit in pekwm-themes/repos/community-any (PKGBUILD PKGBUILD)

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 14:21:41
  Author: arodseth
Revision: 116332

archrelease: copy trunk to community-any

Added:
  pekwm-themes/repos/community-any/PKGBUILD
(from rev 116331, pekwm-themes/trunk/PKGBUILD)
Deleted:
  pekwm-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-25 12:21:34 UTC (rev 116331)
+++ PKGBUILD2014-07-25 12:21:41 UTC (rev 116332)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=pekwm-themes
-pkgver=1.0.5
-pkgrel=2
-pkgdesc=PekWM themes collection
-arch=('any')
-license=('GPL') # All the theme files have License: GPL
-url=http://ftp.sh.cvut.cz/MIRRORS/sourcemage/mirror/;
-depends=('pekwm')
-source=(http://ftp.sh.cvut.cz/MIRRORS/sourcemage/mirror/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')
-
-package() {
-  cd $srcdir/$pkgname
-
-  mkdir -p $pkgdir/usr/share/pekwm/themes
-  cp -R $srcdir/$pkgname/* $pkgdir/usr/share/pekwm/themes/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pekwm-themes/repos/community-any/PKGBUILD (from rev 116331, 
pekwm-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-25 12:21:41 UTC (rev 116332)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=pekwm-themes
+pkgver=1.0.5
+pkgrel=3
+pkgdesc=PekWM themes collection
+arch=('any')
+license=('GPL') # All the theme files have License: GPL
+url=http://ftp.sh.cvut.cz/MIRRORS/sourcemage/mirror/;
+depends=('pekwm')
+source=(http://ftp.de.debian.org/debian/pool/main/p/$pkgname/${pkgname}_$pkgver.orig.tar.gz;)
+sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')
+
+package() {
+  cd $pkgname
+
+  mkdir -p $pkgdir/usr/share/pekwm/themes
+  cp -R $srcdir/$pkgname/* $pkgdir/usr/share/pekwm/themes/
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 14:21:34
  Author: arodseth
Revision: 116331

upgpkg: pekwm-themes 1.0.5-3

Modified:
  pekwm-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 12:11:18 UTC (rev 116330)
+++ PKGBUILD2014-07-25 12:21:34 UTC (rev 116331)
@@ -3,17 +3,17 @@
 
 pkgname=pekwm-themes
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc=PekWM themes collection
 arch=('any')
 license=('GPL') # All the theme files have License: GPL
 url=http://ftp.sh.cvut.cz/MIRRORS/sourcemage/mirror/;
 depends=('pekwm')
-source=(http://ftp.sh.cvut.cz/MIRRORS/sourcemage/mirror/$pkgname-$pkgver.tar.gz;)
+source=(http://ftp.de.debian.org/debian/pool/main/p/$pkgname/${pkgname}_$pkgver.orig.tar.gz;)
 sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')
 
 package() {
-  cd $srcdir/$pkgname
+  cd $pkgname
 
   mkdir -p $pkgdir/usr/share/pekwm/themes
   cp -R $srcdir/$pkgname/* $pkgdir/usr/share/pekwm/themes/



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

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 14:31:20
  Author: arodseth
Revision: 116333

upgpkg: python-mechanize 0.2.5-4

Modified:
  python-mechanize/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 12:21:41 UTC (rev 116332)
+++ PKGBUILD2014-07-25 12:31:20 UTC (rev 116333)
@@ -6,20 +6,18 @@
 pkgbase=python-mechanize
 pkgname=python2-mechanize
 pkgver=0.2.5
-pkgrel=3
-pkgdesc=Stateful programmatic web browsing in Python
+pkgrel=4
+pkgdesc='Stateful programmatic web browsing in Python'
 arch=('any')
 url=http://wwwsearch.sourceforge.net/mechanize/;
 license=('BSD' 'ZPL')
 depends=('python2')
 makedepends=('python2-distribute')
-conflicts=('python-mechanize=0.2.5-2')
-replaces=('python-mechanize=0.2.5-2')
-source=(http://wwwsearch.sourceforge.net/mechanize/src/mechanize-$pkgver.tar.gz)
-md5sums=('32657f139fc2fb75bcf193b63b8c60b2')
+source=(http://wwwsearch.sourceforge.net/mechanize/src/mechanize-$pkgver.tar.gz;)
+sha256sums=('2e67b20d107b30c00ad814891a095048c35d9d8cb9541801cebe85684cc84766')
 
 package_python2-mechanize() {
-cd $srcdir/mechanize-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 $srcdir/mechanize-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/COPYING.txt
+  cd mechanize-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/COPYING.txt
 }



[arch-commits] Commit in python-mechanize/repos/community-any (PKGBUILD PKGBUILD)

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 14:32:18
  Author: arodseth
Revision: 116334

archrelease: copy trunk to community-any

Added:
  python-mechanize/repos/community-any/PKGBUILD
(from rev 116333, python-mechanize/trunk/PKGBUILD)
Deleted:
  python-mechanize/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 +++-
 1 file changed, 23 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-25 12:31:20 UTC (rev 116333)
+++ PKGBUILD2014-07-25 12:32:18 UTC (rev 116334)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgbase=python-mechanize
-pkgname=python2-mechanize
-pkgver=0.2.5
-pkgrel=3
-pkgdesc=Stateful programmatic web browsing in Python
-arch=('any')
-url=http://wwwsearch.sourceforge.net/mechanize/;
-license=('BSD' 'ZPL')
-depends=('python2')
-makedepends=('python2-distribute')
-conflicts=('python-mechanize=0.2.5-2')
-replaces=('python-mechanize=0.2.5-2')
-source=(http://wwwsearch.sourceforge.net/mechanize/src/mechanize-$pkgver.tar.gz)
-md5sums=('32657f139fc2fb75bcf193b63b8c60b2')
-
-package_python2-mechanize() {
-cd $srcdir/mechanize-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 $srcdir/mechanize-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/COPYING.txt
-}

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 116333, 
python-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-25 12:32:18 UTC (rev 116334)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Chris Brannon cmbranno...@gmail.com
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgbase=python-mechanize
+pkgname=python2-mechanize
+pkgver=0.2.5
+pkgrel=4
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url=http://wwwsearch.sourceforge.net/mechanize/;
+license=('BSD' 'ZPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=(http://wwwsearch.sourceforge.net/mechanize/src/mechanize-$pkgver.tar.gz;)
+sha256sums=('2e67b20d107b30c00ad814891a095048c35d9d8cb9541801cebe85684cc84766')
+
+package_python2-mechanize() {
+  cd mechanize-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/COPYING.txt
+}



[arch-commits] Commit in java-commons-logging/trunk (PKGBUILD)

2014-07-25 Thread Sergej Pupykin
Date: Friday, July 25, 2014 @ 15:19:15
  Author: spupykin
Revision: 116335

upgpkg: java-commons-logging 1.2-1

upd

Modified:
  java-commons-logging/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 12:32:18 UTC (rev 116334)
+++ PKGBUILD2014-07-25 13:19:15 UTC (rev 116335)
@@ -4,7 +4,7 @@
 # Maintainer: Stefan Husmann  stefan-husm...@t-online.de
 
 pkgname=java-commons-logging
-pkgver=1.1.3
+pkgver=1.2
 pkgrel=1
 pkgdesc=Wrapper interface for logging APIs in Java
 arch=('any')
@@ -13,8 +13,8 @@
 depends=('java-runtime')
 
source=(http://apache.crihan.fr/dist/commons/logging/binaries/commons-logging-$pkgver-bin.tar.gz;

http://apache.crihan.fr/dist/commons/logging/source/commons-logging-$pkgver-src.tar.gz;)
-md5sums=('b132f9a1e875677ae6b449406cff2a78'
- 'e8e197d628436490886d17cffa108fe3')
+md5sums=('ac043ce7ab3374eb4ed58354a6b2c3de'
+ 'ce977548f1cbf46918e93cd38ac35163')
 
 build() {
   # TODO: build from sources
@@ -22,14 +22,8 @@
 }
 
 package() {
+  cd $srcdir/commons-logging-$pkgver/
   install -d $pkgdir/usr/share/java/commons-logging/
-  install --mode=644 \
-$srcdir/commons-logging-$pkgver/commons-logging-$pkgver.jar \
+  install -m0644 commons-logging-$pkgver.jar \
 $pkgdir/usr/share/java/commons-logging/commons-logging.jar
-  install --mode=644 \
-$srcdir/commons-logging-$pkgver/commons-logging-api-$pkgver.jar \
-$pkgdir/usr/share/java/commons-logging/commons-logging-api.jar
-  install --mode=644 \
-$srcdir/commons-logging-$pkgver/commons-logging-adapters-$pkgver.jar \
-$pkgdir/usr/share/java/commons-logging/commons-logging-adapters.jar
 }



[arch-commits] Commit in java-commons-logging/repos/community-any (PKGBUILD PKGBUILD)

2014-07-25 Thread Sergej Pupykin
Date: Friday, July 25, 2014 @ 15:19:27
  Author: spupykin
Revision: 116336

archrelease: copy trunk to community-any

Added:
  java-commons-logging/repos/community-any/PKGBUILD
(from rev 116335, java-commons-logging/trunk/PKGBUILD)
Deleted:
  java-commons-logging/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-25 13:19:15 UTC (rev 116335)
+++ PKGBUILD2014-07-25 13:19:27 UTC (rev 116336)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Simon Lipp sloonz+...@gmail.com
-# Maintainer: Stefan Husmann  stefan-husm...@t-online.de
-
-pkgname=java-commons-logging
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=Wrapper interface for logging APIs in Java
-arch=('any')
-url=http://commons.apache.org/logging/;
-license=(APACHE)
-depends=('java-runtime')
-source=(http://apache.crihan.fr/dist/commons/logging/binaries/commons-logging-$pkgver-bin.tar.gz;
-   
http://apache.crihan.fr/dist/commons/logging/source/commons-logging-$pkgver-src.tar.gz;)
-md5sums=('b132f9a1e875677ae6b449406cff2a78'
- 'e8e197d628436490886d17cffa108fe3')
-
-build() {
-  # TODO: build from sources
-  true
-}
-
-package() {
-  install -d $pkgdir/usr/share/java/commons-logging/
-  install --mode=644 \
-$srcdir/commons-logging-$pkgver/commons-logging-$pkgver.jar \
-$pkgdir/usr/share/java/commons-logging/commons-logging.jar
-  install --mode=644 \
-$srcdir/commons-logging-$pkgver/commons-logging-api-$pkgver.jar \
-$pkgdir/usr/share/java/commons-logging/commons-logging-api.jar
-  install --mode=644 \
-$srcdir/commons-logging-$pkgver/commons-logging-adapters-$pkgver.jar \
-$pkgdir/usr/share/java/commons-logging/commons-logging-adapters.jar
-}

Copied: java-commons-logging/repos/community-any/PKGBUILD (from rev 116335, 
java-commons-logging/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-25 13:19:27 UTC (rev 116336)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Simon Lipp sloonz+...@gmail.com
+# Maintainer: Stefan Husmann  stefan-husm...@t-online.de
+
+pkgname=java-commons-logging
+pkgver=1.2
+pkgrel=1
+pkgdesc=Wrapper interface for logging APIs in Java
+arch=('any')
+url=http://commons.apache.org/logging/;
+license=(APACHE)
+depends=('java-runtime')
+source=(http://apache.crihan.fr/dist/commons/logging/binaries/commons-logging-$pkgver-bin.tar.gz;
+   
http://apache.crihan.fr/dist/commons/logging/source/commons-logging-$pkgver-src.tar.gz;)
+md5sums=('ac043ce7ab3374eb4ed58354a6b2c3de'
+ 'ce977548f1cbf46918e93cd38ac35163')
+
+build() {
+  # TODO: build from sources
+  true
+}
+
+package() {
+  cd $srcdir/commons-logging-$pkgver/
+  install -d $pkgdir/usr/share/java/commons-logging/
+  install -m0644 commons-logging-$pkgver.jar \
+$pkgdir/usr/share/java/commons-logging/commons-logging.jar
+}



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

2014-07-25 Thread Felix Yan
Date: Friday, July 25, 2014 @ 15:43:21
  Author: fyan
Revision: 217839

upgpkg: networkmanager-vpnc 0.9.10.0-2

- fix FS#41344

Modified:
  networkmanager-vpnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 11:49:45 UTC (rev 217838)
+++ PKGBUILD2014-07-25 13:43:21 UTC (rev 217839)
@@ -3,7 +3,7 @@
 
 pkgname=networkmanager-vpnc
 pkgver=0.9.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=NetworkManager VPN plugin for vpnc
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,6 +19,7 @@
   cd NetworkManager-vpnc-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
+   --localstatedir=/var \
--libexecdir=/usr/lib/networkmanager \
--enable-more-warnings=yes \
--disable-static



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

2014-07-25 Thread Felix Yan
Date: Friday, July 25, 2014 @ 15:43:54
  Author: fyan
Revision: 217840

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

Added:
  networkmanager-vpnc/repos/testing-i686/PKGBUILD
(from rev 217839, networkmanager-vpnc/trunk/PKGBUILD)
  networkmanager-vpnc/repos/testing-i686/networkmanager-vpnc.install
(from rev 217839, networkmanager-vpnc/trunk/networkmanager-vpnc.install)
  networkmanager-vpnc/repos/testing-x86_64/PKGBUILD
(from rev 217839, networkmanager-vpnc/trunk/PKGBUILD)
  networkmanager-vpnc/repos/testing-x86_64/networkmanager-vpnc.install
(from rev 217839, networkmanager-vpnc/trunk/networkmanager-vpnc.install)
Deleted:
  networkmanager-vpnc/repos/testing-i686/PKGBUILD
  networkmanager-vpnc/repos/testing-i686/networkmanager-vpnc.install
  networkmanager-vpnc/repos/testing-x86_64/PKGBUILD
  networkmanager-vpnc/repos/testing-x86_64/networkmanager-vpnc.install

+
 /PKGBUILD  |   64 +++
 /networkmanager-vpnc.install   |   22 +
 testing-i686/PKGBUILD  |   31 -
 testing-i686/networkmanager-vpnc.install   |   11 
 testing-x86_64/PKGBUILD|   31 -
 testing-x86_64/networkmanager-vpnc.install |   11 
 6 files changed, 86 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-07-25 13:43:21 UTC (rev 217839)
+++ testing-i686/PKGBUILD   2014-07-25 13:43:54 UTC (rev 217840)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=networkmanager-vpnc
-pkgver=0.9.10.0
-pkgrel=1
-pkgdesc=NetworkManager VPN plugin for vpnc
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org/projects/NetworkManager/;
-depends=('libnm-gtk' 'vpnc' 'hicolor-icon-theme' 'gtk3' 'libsecret')
-makedepends=('intltool')
-optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
-install=networkmanager-vpnc.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/0.9/NetworkManager-vpnc-${pkgver}.tar.xz)
-sha256sums=('cf9168876602af8d56c79c888ce168b62485dc65bb7690a86ce5f4603eb48774')
-
-build() {
-  cd NetworkManager-vpnc-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/networkmanager \
-   --enable-more-warnings=yes \
-   --disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-vpnc-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: networkmanager-vpnc/repos/testing-i686/PKGBUILD (from rev 217839, 
networkmanager-vpnc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-25 13:43:54 UTC (rev 217840)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=networkmanager-vpnc
+pkgver=0.9.10.0
+pkgrel=2
+pkgdesc=NetworkManager VPN plugin for vpnc
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org/projects/NetworkManager/;
+depends=('libnm-gtk' 'vpnc' 'hicolor-icon-theme' 'gtk3' 'libsecret')
+makedepends=('intltool')
+optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
+install=networkmanager-vpnc.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/0.9/NetworkManager-vpnc-${pkgver}.tar.xz)
+sha256sums=('cf9168876602af8d56c79c888ce168b62485dc65bb7690a86ce5f4603eb48774')
+
+build() {
+  cd NetworkManager-vpnc-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir=/usr/lib/networkmanager \
+   --enable-more-warnings=yes \
+   --disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-vpnc-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/networkmanager-vpnc.install
===
--- testing-i686/networkmanager-vpnc.install2014-07-25 13:43:21 UTC (rev 
217839)
+++ testing-i686/networkmanager-vpnc.install2014-07-25 13:43:54 UTC (rev 
217840)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: networkmanager-vpnc/repos/testing-i686/networkmanager-vpnc.install 
(from rev 217839, networkmanager-vpnc/trunk/networkmanager-vpnc.install)
===
--- testing-i686/networkmanager-vpnc.install(rev 0)
+++ testing-i686/networkmanager-vpnc.install2014-07-25 13:43:54 UTC (rev 
217840)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: testing-x86_64/PKGBUILD

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

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 16:02:15
  Author: arodseth
Revision: 116337

upgpkg: liteide 23-1

Modified:
  liteide/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 13:19:27 UTC (rev 116336)
+++ PKGBUILD2014-07-25 14:02:15 UTC (rev 116337)
@@ -5,8 +5,8 @@
 # Contributor: Matthew Zimmerman mzimmer...@gmail.com
 
 pkgname=liteide
-pkgver=22
-pkgrel=3
+pkgver=23
+pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')
 arch=('x86_64' 'i686')
@@ -24,9 +24,12 @@
 prepare() {
   gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
   chmod +x liteide-x$pkgver/build/*_*.sh
+
   # Fix for FS#4662 until fixed by upstream
-  sed -i 's/GOROOT/#GOROOT/g' 
liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux32.env
-  sed -i 's/GOROOT/#GOROOT/g' 
liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux64.env
+  for bits in 32 64; do
+sed -i 's/GOROOT/#GOROOT/g' \
+  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
+  done
 }
 
 build() {
@@ -39,11 +42,6 @@
 
   ./update_pkg.sh
   ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  cd ../liteidex
-  find . -name *.so -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-  find . -name liteide -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
 }
 
 package() {
@@ -68,7 +66,6 @@
 
   msg2 'Packaging libraries and plugins...'
   cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
   chmod -x $pkgdir/usr/lib/liteide/plugins/*
 
   msg2 'Packaging license and license exception...'



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

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 16:02:29
  Author: arodseth
Revision: 116338

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

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 116337, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 116337, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 116337, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 116337, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   95 --
 community-x86_64/PKGBUILD |   95 --
 3 files changed, 184 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-25 14:02:15 UTC (rev 116337)
+++ community-i686/PKGBUILD 2014-07-25 14:02:29 UTC (rev 116338)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=22
-pkgrel=3
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-  # Fix for FS#4662 until fixed by upstream
-  sed -i 's/GOROOT/#GOROOT/g' 
liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux32.env
-  sed -i 's/GOROOT/#GOROOT/g' 
liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux64.env
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  cd ../liteidex
-  find . -name *.so -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-  find . -name liteide -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 116337, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-25 14:02:29 UTC (rev 116338)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=23
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' 

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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:48:51
  Author: svenstaro
Revision: 217845

upgpkg: kfilemetadata 4.13.95-1

upstream release 4.14 beta 3

Added:
  kfilemetadata/kde-unstable/
Modified:
  kfilemetadata/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:48:51 UTC (rev 217845)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kfilemetadata
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=A library for extracting file metadata
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 license=('LGPL')
 depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0e6e0c06634af3861457241771aa630150b3a076')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e047b71935156010dacf2274a99ca53418c9ca76')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:48:41
  Author: svenstaro
Revision: 217842

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

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

-+
 kde-unstable-i686/PKGBUILD  |   60 
 kde-unstable-i686/archlinux-menu.patch  |   22 +++
 kde-unstable-i686/kde-applications-menu.patch   |   22 +++
 kde-unstable-i686/kdelibs.install   |   13 +
 kde-unstable-i686/pyqt.patch|  161 ++
 kde-unstable-i686/qt4.patch |   11 +
 kde-unstable-x86_64/PKGBUILD|   60 
 kde-unstable-x86_64/archlinux-menu.patch|   22 +++
 kde-unstable-x86_64/kde-applications-menu.patch |   22 +++
 kde-unstable-x86_64/kdelibs.install |   13 +
 kde-unstable-x86_64/pyqt.patch  |  161 ++
 kde-unstable-x86_64/qt4.patch   |   11 +
 12 files changed, 578 insertions(+)

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

Copied: 

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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:48:29
  Author: svenstaro
Revision: 217841

upgpkg: kdelibs 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdelibs/kde-unstable/
Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:48:29 UTC (rev 217841)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
@@ -15,14 +15,12 @@
 'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch'
-'pyqt.patch')
-sha1sums=('9c0e963fa2db119ac37e15f31c05d18d3043a58e'
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('f869fb030d637cd8dcc85dcaedb3d973a0f35a20'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'ed1f57ee661e5c7440efcaba7e51d2554709701c'
-  'd32534d7d6dc287c80951d24caf0259ab18c9abc')
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
 
 prepare() {
mkdir build
@@ -33,9 +31,6 @@
patch -p1 -i ${srcdir}/archlinux-menu.patch
# qmake refers to Qt5
patch -p1 -i ${srcdir}/qt4.patch
-
-   # support newer PyQt build system
-   patch -p1 -i ${srcdir}/pyqt.patch
 }
 
 build() {



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:48:49
  Author: svenstaro
Revision: 217844

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

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

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

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

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install 
(from rev 217843, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
===
--- kde-unstable-i686/kdegraphics-mobipocket.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2014-07-25 14:48:49 UTC 
(rev 217844)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD (from rev 
217843, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:48:49 UTC (rev 217844)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ceda04e1b513f44e9720b7ed8838211931b193c9')
+
+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 217843, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
===
--- kde-unstable-x86_64/kdegraphics-mobipocket.install  
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-mobipocket.install  2014-07-25 14:48:49 UTC 
(rev 217844)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in oxygen-icons (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:02
  Author: svenstaro
Revision: 217849

upgpkg: oxygen-icons 4.13.95-1

upstream release 4.14 beta 3

Added:
  oxygen-icons/kde-unstable/
Modified:
  oxygen-icons/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:49:02 UTC (rev 217849)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -12,8 +12,8 @@
 url='http://www.oxygen-icons.org/'
 license=('LGPL')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('56beeea26a8b4502ff24f8becaae8fabc2e794de')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e63bbf44f8317a6ec95f9699d599c2f9bb1f50a3')
 
 build() {
cd $srcdir



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:00
  Author: svenstaro
Revision: 217848

upgpkg: baloo 4.13.95-1

upstream release 4.14 beta 3

Added:
  baloo/kde-unstable/
Modified:
  baloo/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:49:00 UTC (rev 217848)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=baloo
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=A framework for searching and managing metadata
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('993ccbb97f5003c3f2784664977e0cbdf29b8144')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('dfce2cf907f12fd8a44fd46a24581b9d6589a8ac')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:08
  Author: svenstaro
Revision: 217850

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

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

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

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



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:48:55
  Author: svenstaro
Revision: 217846

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

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

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

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

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



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:48:58
  Author: svenstaro
Revision: 217847

upgpkg: kdepimlibs 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdepimlibs/kde-unstable/
Modified:
  kdepimlibs/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:48:58 UTC (rev 217847)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
 makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
 install='kdepimlibs.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ed5039beebe8a86e3ec141726c48efdf28fc0916')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('349ef7a7d72e9f658c919e28b11917e0d1f9b76e')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdesdk-kate (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:16
  Author: svenstaro
Revision: 217863

upgpkg: kdesdk-kate 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdesdk-kate/kde-unstable/
Modified:
  kdesdk-kate/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:50:16 UTC (rev 217863)
@@ -5,14 +5,14 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
-source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
+source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('a60bffae1efd8e1fa47c88108cbc4998280a696d'
+sha1sums=('8372ef2e120bb33c5fe44e088776ce7afe1cf0ed'
   '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
 
 prepare() {



[arch-commits] Commit in kdebase-runtime (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:36
  Author: svenstaro
Revision: 217851

upgpkg: kdebase-runtime 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebase-runtime/kde-unstable/
Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:49:36 UTC (rev 217851)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 'htdig: to build the search index in the KHelpCenter'
 'rarian: needed by KHelpCenter')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('9e28e4477856428a5c3c7f051704d2197728ac2b')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('5579b85fa68fdfbde310c7fc6cf3a99cbec8664c')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:12
  Author: svenstaro
Revision: 217861

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

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

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

Copied: kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD (from rev 217860, 
kdegraphics-okular/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:50:12 UTC (rev 217861)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2' 'poppler-qt4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('3a5a6221013dd6cc0cbc098d2e8d5b932ab9eb3b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install 
(from rev 217860, kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
===
--- kde-unstable-i686/kdegraphics-okular.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-okular.install2014-07-25 14:50:12 UTC 
(rev 217861)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD (from rev 217860, 
kdegraphics-okular/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:50:12 UTC (rev 217861)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2' 'poppler-qt4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('3a5a6221013dd6cc0cbc098d2e8d5b932ab9eb3b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install 
(from rev 217860, kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
===
--- kde-unstable-x86_64/kdegraphics-okular.install  
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-okular.install  2014-07-25 14:50:12 UTC 
(rev 217861)
@@ -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 kdepim-runtime (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:44
  Author: svenstaro
Revision: 217853

upgpkg: kdepim-runtime 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdepim-runtime/kde-unstable/
Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:49:44 UTC (rev 217853)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('97ebc82f7fc9e8972266740200820c218d36c5f6')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8aa4b985903f1f5a9413f9a4ab606073fac47222')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:59
  Author: svenstaro
Revision: 217857

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

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

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

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

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



[arch-commits] Commit in kdebindings-smokeqt (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:54
  Author: svenstaro
Revision: 217856

upgpkg: kdebindings-smokeqt 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-smokeqt/kde-unstable/
Modified:
  kdebindings-smokeqt/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:49:54 UTC (rev 217856)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
@@ -12,8 +12,8 @@
 depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
 makedepends=('cmake' 'automoc4' 'mesa')
 conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('7b0f93c8cf90084ae10c232ba78329ad95baaa5f')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('49b3a87528fe5e1cfd51cc2796aaeb54f2469f31')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebindings-smokegen (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:47
  Author: svenstaro
Revision: 217854

upgpkg: kdebindings-smokegen 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-smokegen/kde-unstable/
Modified:
  kdebindings-smokegen/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:49:47 UTC (rev 217854)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
@@ -11,8 +11,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('ea5b9b128691e259e339b5b8f24e521bc57d0e3a')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('ed47fe359d3f93bed1cf9855df6a2f88530c93dc')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdebindings-python (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:14
  Author: svenstaro
Revision: 217862

upgpkg: kdebindings-python 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-python/kde-unstable/
Modified:
  kdebindings-python/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:50:14 UTC (rev 217862)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -13,9 +13,9 @@
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
+source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'sip-4.15.5.patch')
-sha1sums=('63616a49d2fec3828741ae6e0db65eec04f9925a'
+sha1sums=('638a754f247b17ecbffa9321c220aaf0f4981c95'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:08
  Author: svenstaro
Revision: 217876

upgpkg: kdebase 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebase/kde-unstable/
Modified:
  kdebase/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:51:08 UTC (rev 217876)
@@ -12,7 +12,7 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,8 +19,8 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets')
-source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('ddf8d738fe0975619c997a59a58e1dc82fd43a17')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('51a9e9fd1129a9b1103ba0cdc024b6411885f384')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:26
  Author: svenstaro
Revision: 217879

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

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

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

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

Copied: libkdeedu/repos/kde-unstable-i686/libkdeedu.install (from rev 217878, 
libkdeedu/kde-unstable/libkdeedu.install)
===
--- kde-unstable-i686/libkdeedu.install (rev 0)
+++ kde-unstable-i686/libkdeedu.install 2014-07-25 14:51:26 UTC (rev 217879)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: libkdeedu/repos/kde-unstable-x86_64/libkdeedu.install (from rev 217878, 
libkdeedu/kde-unstable/libkdeedu.install)
===
--- kde-unstable-x86_64/libkdeedu.install   (rev 0)
+++ kde-unstable-x86_64/libkdeedu.install   2014-07-25 14:51:26 UTC (rev 
217879)
@@ -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 kdebindings-qyoto (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:44
  Author: svenstaro
Revision: 217869

upgpkg: kdebindings-qyoto 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-qyoto/kde-unstable/
Modified:
  kdebindings-qyoto/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:50:44 UTC (rev 217869)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
@@ -12,8 +12,8 @@
 depends=('kdebindings-smokeqt' 'mono')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-csharp')
-source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('c3539a837639bbd62fd72a02671a137d2725bb6e')
+source=(http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('f1dd2b1e47b83fb68c7c2d37bb3968a7ffb86bee')
 
 build() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:00
  Author: svenstaro
Revision: 217887

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 217886, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 217886, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217886, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 217886, libksane/kde-unstable/libksane.install)

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

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 217886, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:52:00 UTC (rev 217887)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fdc338af7136193dd22ea77788941cf2d69916cf')
+
+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 217886, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2014-07-25 14:52:00 UTC (rev 217887)
@@ -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 217886, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:52:00 UTC (rev 217887)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fdc338af7136193dd22ea77788941cf2d69916cf')
+
+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 217886, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-x86_64/libksane.install(rev 0)
+++ kde-unstable-x86_64/libksane.install2014-07-25 14:52:00 UTC (rev 
217887)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:18
  Author: svenstaro
Revision: 217891

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

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

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

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

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



[arch-commits] Commit in kdebindings-smokekde (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:27
  Author: svenstaro
Revision: 217865

upgpkg: kdebindings-smokekde 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-smokekde/kde-unstable/
Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:50:27 UTC (rev 217865)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -17,8 +17,8 @@
 'kdegraphics-okular: Okular bindings'
 'kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('466481597569aeaaae132e17077c29f86388fa20')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('e80d9b29dfd71267c24a2eea861bde9851777c91')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebindings-perlqt (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:35
  Author: svenstaro
Revision: 217867

upgpkg: kdebindings-perlqt 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-perlqt/kde-unstable/
Modified:
  kdebindings-perlqt/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:50:35 UTC (rev 217867)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Perl bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
@@ -11,8 +11,8 @@
 groups=('kdebindings')
 depends=('kdebindings-smokeqt' 'perl-list-moreutils')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('edea02b488c8c8ccdef2913b3da7057010c0daee')
+source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('fc726a70c5e21009ab9f0e9c18b982e61656497b')
 
 build() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:00
  Author: svenstaro
Revision: 217873

upgpkg: kde-base-artwork 4.13.95-1

upstream release 4.14 beta 3

Added:
  kde-base-artwork/kde-unstable/
Modified:
  kde-base-artwork/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:51:00 UTC (rev 217873)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-base-artwork
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=KDE KSplash theme
 arch=('any')
@@ -9,8 +9,8 @@
 url='http://www.kde.org/'
 license=('LGPL')
 makedepends=('kdelibs' 'cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('05e9fa43848f8462a2dbb8b102d1aaed5cbd7ad8')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4c51ca7d4a2962ea4468ba2a13536c411e9826b6')
 
 build() {
cd $srcdir



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:41
  Author: svenstaro
Revision: 217868

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

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

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

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

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



[arch-commits] Commit in kdeedu-analitza (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:04
  Author: svenstaro
Revision: 217888

upgpkg: kdeedu-analitza 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdeedu-analitza/kde-unstable/
Modified:
  kdeedu-analitza/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:52:04 UTC (rev 217888)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-analitza
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=A library to add mathematical features to your program
 url=https://projects.kde.org/projects/kde/kdeedu/analitza;
@@ -11,8 +11,8 @@
 groups=('kde' 'kdeedu')
 depends=('kdebase-runtime' 'glu')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('2fe6612bb74c7725871babe6720cadd8d35ef36e')
+source=(http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('80fd20f13a96cdf359b75cd84e8fabb6bc6f2e85')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:55
  Author: svenstaro
Revision: 217886

upgpkg: libksane 4.13.95-1

upstream release 4.14 beta 3

Added:
  libksane/kde-unstable/
Modified:
  libksane/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:51:55 UTC (rev 217886)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=An image scanning library
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
@@ -13,8 +13,8 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('af0d0e283ba15b5b7818dc95d0d4cb0294f57559')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fdc338af7136193dd22ea77788941cf2d69916cf')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:16
  Author: svenstaro
Revision: 217877

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

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

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

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

[arch-commits] Commit in kdeedu-marble (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:28
  Author: svenstaro
Revision: 217880

upgpkg: kdeedu-marble 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdeedu-marble/kde-unstable/
Modified:
  kdeedu-marble/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:51:28 UTC (rev 217880)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
@@ -14,8 +14,8 @@
 optdepends=('gpsd: GPS support'
 'quazip: reading and displaying KMZ files')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('bcc60ba0028dc6aa29b76a93271bc18bde69c478')
+source=(http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('1a7b4e4f48fb588381f913e1721842ce8e8005e9')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:24
  Author: svenstaro
Revision: 217864

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

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

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

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

Copied: kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install (from rev 
217863, kdesdk-kate/kde-unstable/kdebase-katepart.install)
===
--- kde-unstable-i686/kdebase-katepart.install  (rev 0)
+++ kde-unstable-i686/kdebase-katepart.install  2014-07-25 14:50:24 UTC (rev 
217864)
@@ -0,0 +1,11 @@
+post_install() {
+   

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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:39
  Author: svenstaro
Revision: 217882

upgpkg: libkdcraw 4.13.95-1

upstream release 4.14 beta 3

Added:
  libkdcraw/kde-unstable/
Modified:
  libkdcraw/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:51:39 UTC (rev 217882)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -13,8 +13,8 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('54a8cd448744616659c50ee222befa5f45c6fb86')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ec15fd476a34f74effbc33a4164402a24b9230a2')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebindings-qtruby (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:52
  Author: svenstaro
Revision: 217871

upgpkg: kdebindings-qtruby 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-qtruby/kde-unstable/
Modified:
  kdebindings-qtruby/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:50:52 UTC (rev 217871)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Ruby bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
@@ -12,8 +12,8 @@
 depends=('kdebindings-smokeqt' 'ruby')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('ab1bf0bfd8817a0569043e88d118f3aabb6f7bd2')
+source=(http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('724bf27c6eca8c993e1a8642b85a75286444f0f4')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:33
  Author: svenstaro
Revision: 217866

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

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

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

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

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



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:34
  Author: svenstaro
Revision: 217881

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

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

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

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

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

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

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



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:44
  Author: svenstaro
Revision: 217883

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 217882, libkdcraw/kde-unstable/PKGBUILD)
  libkdcraw/repos/kde-unstable-i686/libkdcraw.install
(from rev 217882, libkdcraw/kde-unstable/libkdcraw.install)
  libkdcraw/repos/kde-unstable-x86_64/
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217882, libkdcraw/kde-unstable/PKGBUILD)
  libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install
(from rev 217882, libkdcraw/kde-unstable/libkdcraw.install)

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

Copied: libkdcraw/repos/kde-unstable-i686/PKGBUILD (from rev 217882, 
libkdcraw/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:51:44 UTC (rev 217883)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ec15fd476a34f74effbc33a4164402a24b9230a2')
+
+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 217882, 
libkdcraw/kde-unstable/libkdcraw.install)
===
--- kde-unstable-i686/libkdcraw.install (rev 0)
+++ kde-unstable-i686/libkdcraw.install 2014-07-25 14:51:44 UTC (rev 217883)
@@ -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 217882, 
libkdcraw/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:51:44 UTC (rev 217883)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ec15fd476a34f74effbc33a4164402a24b9230a2')
+
+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 217882, 
libkdcraw/kde-unstable/libkdcraw.install)
===
--- kde-unstable-x86_64/libkdcraw.install   (rev 0)
+++ kde-unstable-x86_64/libkdcraw.install   2014-07-25 14:51:44 UTC (rev 
217883)
@@ -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 kde-base-artwork/repos (2 files)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:04
  Author: svenstaro
Revision: 217874

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

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

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

Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 217873, 
kde-base-artwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2014-07-25 14:51:04 UTC (rev 217874)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-base-artwork
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=KDE KSplash theme
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4c51ca7d4a2962ea4468ba2a13536c411e9826b6')
+
+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 libkipi/repos (6 files)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:52
  Author: svenstaro
Revision: 217885

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 217884, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 217884, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217884, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 217884, libkipi/kde-unstable/libkipi.install)

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

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 217884, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:51:52 UTC (rev 217885)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a028b774da2b32433b7260cf80b571e3a6b8b22f')
+
+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 217884, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2014-07-25 14:51:52 UTC (rev 217885)
@@ -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 217884, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:51:52 UTC (rev 217885)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a028b774da2b32433b7260cf80b571e3a6b8b22f')
+
+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 217884, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2014-07-25 14:51:52 UTC (rev 217885)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:21
  Author: svenstaro
Revision: 217878

upgpkg: libkdeedu 4.13.95-1

upstream release 4.14 beta 3

Added:
  libkdeedu/kde-unstable/
Modified:
  libkdeedu/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:51:21 UTC (rev 217878)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Libraries used by KDE Education applications
 url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
@@ -13,8 +13,8 @@
 install=${pkgname}.install
 replaces=('kdeedu-libkdeedu' 'kdeedu-data')
 options=('staticlibs') # libqtmmlwidget.a needed by KAlgebra
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('26d99464aa23f179d2cbfdd335a19900eae36385')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('94934360b44e1ebabb80f9ee7fcea1656069dc45')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:13
  Author: svenstaro
Revision: 217890

upgpkg: libkcddb 4.13.95-1

upstream release 4.14 beta 3

Added:
  libkcddb/kde-unstable/
Modified:
  libkcddb/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:52:13 UTC (rev 217890)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcddb
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=KDE CDDB library
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
@@ -12,8 +12,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('562c5f68b22a8955d7896b066c5fd223422833dc')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('296234a7b1b0b3f1c9e9c22a8ba6a062e7ef1a9d')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:49
  Author: svenstaro
Revision: 217870

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

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

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

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

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



[arch-commits] Commit in baloo-widgets (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:06
  Author: svenstaro
Revision: 217875

upgpkg: baloo-widgets 4.13.95-1

upstream release 4.14 beta 3

Added:
  baloo-widgets/kde-unstable/
Modified:
  baloo-widgets/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:51:06 UTC (rev 217875)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=baloo-widgets
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Widgets for Baloo
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 license=('LGPL')
 depends=('baloo')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b8acc9346b6b032fc53ff81678f830f9fa27757c')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b7b9dfbc85f78b59d508d6fe2b79f95fb3dfa32b')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:34
  Author: svenstaro
Revision: 217895

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

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

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

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

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



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:20
  Author: svenstaro
Revision: 217892

upgpkg: libkcompactdisc 4.13.95-1

upstream release 4.14 beta 3

Added:
  libkcompactdisc/kde-unstable/
Modified:
  libkcompactdisc/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:52:20 UTC (rev 217892)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcompactdisc
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=A library for interfacing with CDs
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
@@ -12,8 +12,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5cab59b265313c143a59601d6c03215f37a041b4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4b0cf805ef8c6bff48732fa188cee16c1c6e1228')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:45
  Author: svenstaro
Revision: 217897

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 217896, libkmahjongg/kde-unstable/PKGBUILD)
  libkmahjongg/repos/kde-unstable-x86_64/
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217896, libkmahjongg/kde-unstable/PKGBUILD)

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

Copied: libkmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 217896, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:52:45 UTC (rev 217897)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=4.13.95
+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=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e208145c6ba1206d1a468f0b1d2fee19fd3ee6f4')
+
+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: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 217896, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:52:45 UTC (rev 217897)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=4.13.95
+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=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e208145c6ba1206d1a468f0b1d2fee19fd3ee6f4')
+
+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 libkdegames (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:28
  Author: svenstaro
Revision: 217894

upgpkg: libkdegames 4.13.95-1

upstream release 4.14 beta 3

Added:
  libkdegames/kde-unstable/
Modified:
  libkdegames/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:52:28 UTC (rev 217894)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdegames
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Common code and data for many KDE games
 url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
@@ -12,8 +12,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdegames-libkdegames')
 conflicts=('kdegames-libkdegames')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('dea4f0ddd0668e731901fa104da42b6189813df7')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('13032903a2b5e4111dbc50ff3781edfa5c8facf1')
 
 build() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:26
  Author: svenstaro
Revision: 217893

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

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

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

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

Copied: libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD (from rev 217892, 
libkcompactdisc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:52:26 UTC (rev 217893)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4b0cf805ef8c6bff48732fa188cee16c1c6e1228')
+
+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 libkmahjongg (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:37
  Author: svenstaro
Revision: 217896

upgpkg: libkmahjongg 4.13.95-1

upstream release 4.14 beta 3

Added:
  libkmahjongg/kde-unstable/
Modified:
  libkmahjongg/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:52:37 UTC (rev 217896)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkmahjongg
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
 url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
@@ -12,8 +12,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdegames-libkmahjongg')
 conflicts=('kdegames-libkmahjongg')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b066f22d8103e7604eac6a187eea9a1ff60a0d42')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e208145c6ba1206d1a468f0b1d2fee19fd3ee6f4')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdeaccessibility-kaccessible (2 files)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:53:14
  Author: svenstaro
Revision: 217904

upgpkg: kdeaccessibility-kaccessible 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdeaccessibility-kaccessible/kde-unstable/
Modified:
  kdeaccessibility-kaccessible/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:53:14 UTC (rev 217904)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kaccessible
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
@@ -11,8 +11,8 @@
 groups=('kde' 'kdeaccessibility')
 depends=('kdelibs' 'speech-dispatcher')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('c6cde98dd1482b43a350c00f24974ba120eb8829')
+source=(http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('89dd0f85660427efb22bd800908a0ef0b9c7dcbb')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:53:21
  Author: svenstaro
Revision: 217905

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

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

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

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

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



[arch-commits] Commit in kdeaccessibility-kmag (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:53:23
  Author: svenstaro
Revision: 217906

upgpkg: kdeaccessibility-kmag 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdeaccessibility-kmag/kde-unstable/
Modified:
  kdeaccessibility-kmag/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:53:23 UTC (rev 217906)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmag
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Screen Magnifier'
@@ -12,8 +12,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
-sha1sums=('a1f7646a6fa78fd482947c0dfdb9911ce7f4c5e6')
+source=(http://download.kde.org/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('6ff01d5757fed17266e050d5ca93c534e2747543')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:53:29
  Author: svenstaro
Revision: 217907

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 217906, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
(from rev 217906, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217906, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install
(from rev 217906, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)

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

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

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install 
(from rev 217906, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2014-07-25 14:53:29 UTC 
(rev 217907)
@@ -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 
217906, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:53:29 UTC (rev 217907)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=4.13.95
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('6ff01d5757fed17266e050d5ca93c534e2747543')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install 
(from rev 217906, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-x86_64/kdeaccessibility-kmag.install   
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmag.install   2014-07-25 14:53:29 UTC 
(rev 217907)
@@ -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 kdebase-runtime/repos (6 files)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:40
  Author: svenstaro
Revision: 217852

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

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

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

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

Copied: kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install (from 
rev 217851, kdebase-runtime/kde-unstable/kdebase-runtime.install)
===
--- kde-unstable-i686/kdebase-runtime.install   (rev 0)
+++ kde-unstable-i686/kdebase-runtime.install   2014-07-25 14:49:40 UTC (rev 
217852)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:52
  Author: svenstaro
Revision: 217855

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

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

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

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

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



[arch-commits] Commit in kdegraphics-mobipocket (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:48:45
  Author: svenstaro
Revision: 217843

upgpkg: kdegraphics-mobipocket 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdegraphics-mobipocket/kde-unstable/
Modified:
  kdegraphics-mobipocket/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:48:45 UTC (rev 217843)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-mobipocket
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=A collection of plugins to handle mobipocket files
 url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
@@ -14,8 +14,8 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e886a669c97fb3733848dfb2f03d453d1271b80f')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ceda04e1b513f44e9720b7ed8838211931b193c9')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:06
  Author: svenstaro
Revision: 217859

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

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

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

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

Copied: libkexiv2/repos/kde-unstable-x86_64/PKGBUILD (from rev 217858, 
libkexiv2/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:50:06 UTC (rev 217859)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a148f9f101a966ca6b4578a89334e301222b2b84')
+
+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 libkexiv2 (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:01
  Author: svenstaro
Revision: 217858

upgpkg: libkexiv2 4.13.95-1

upstream release 4.14 beta 3

Added:
  libkexiv2/kde-unstable/
Modified:
  libkexiv2/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:50:01 UTC (rev 217858)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=A library to manipulate pictures metadata
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
@@ -12,8 +12,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c3630e701118bcbebcd56e7f634548c053124d27')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a148f9f101a966ca6b4578a89334e301222b2b84')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-okular (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:08
  Author: svenstaro
Revision: 217860

upgpkg: kdegraphics-okular 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdegraphics-okular/kde-unstable/
Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:50:08 UTC (rev 217860)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 makedepends=('cmake' 'automoc4' 'ebook-tools')
 optdepends=('ebook-tools: mobi and epub support')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('91a9704c7bfa1194a5bc958557bed40c6299ac1c')
+source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('3a5a6221013dd6cc0cbc098d2e8d5b932ab9eb3b')
 
 prepare() {
   mkdir build



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:54:01
  Author: svenstaro
Revision: 217915

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

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

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

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

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

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

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

[arch-commits] Commit in kdebase-konsole (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:54:50
  Author: svenstaro
Revision: 217920

upgpkg: kdebase-konsole 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebase-konsole/kde-unstable/
Modified:
  kdebase-konsole/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:54:50 UTC (rev 217920)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebase-konsole
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
@@ -11,8 +11,8 @@
 groups=('kde' 'kdebase')
 depends=('kdebase-runtime' 'kdebase-lib')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('4a6469d223f01ed2d71e1b0a2c78cca52670f464')
+source=(http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('b696c9003ad29479a4fe8f3ee40f2e3c58be7535')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdebindings-kimono (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:54:58
  Author: svenstaro
Revision: 217922

upgpkg: kdebindings-kimono 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-kimono/kde-unstable/
Modified:
  kdebindings-kimono/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:54:58 UTC (rev 217922)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-kimono
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the KDE libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
@@ -13,8 +13,8 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
 optdepends=('kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-csharp')
-source=(http://download.kde.org/stable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
-sha1sums=('211c618a1f85241ec805842754d0921029b44d9e')
+source=(http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
+sha1sums=('bbdab2de09a6e224d275514142ec880ba368aab7')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:47
  Author: svenstaro
Revision: 217884

upgpkg: libkipi 4.13.95-1

upstream release 4.14 beta 3

Added:
  libkipi/kde-unstable/
Modified:
  libkipi/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:51:47 UTC (rev 217884)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=An interface to use kipi-plugins from a KDE application
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
@@ -13,8 +13,8 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('64fb2c807ab0ae9e2d891b43470613e973771c87')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a028b774da2b32433b7260cf80b571e3a6b8b22f')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebindings-kross (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:55:18
  Author: svenstaro
Revision: 217926

upgpkg: kdebindings-kross 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebindings-kross/kde-unstable/
Modified:
  kdebindings-kross/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:55:18 UTC (rev 217926)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-kross-python'
 # 'kdebindings-kross-ruby'
  'kdebindings-kross-java')
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 url=https://projects.kde.org/projects/kde/kdebindings/kross-interpreters;
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
-source=(http://download.kde.org/stable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
-sha1sums=('711dd07f448010758d8f76f85ff2c70f07e44c8e')
+source=(http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
+sha1sums=('1a57f8562c934c5e36b532470a29c6ba4a5d74b0')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:57
  Author: svenstaro
Revision: 217872

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

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

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

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

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



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:52:10
  Author: svenstaro
Revision: 217889

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

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

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

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

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



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:55:55
  Author: svenstaro
Revision: 217936

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

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

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

Copied: kdeedu-kalgebra/repos/kde-unstable-i686/PKGBUILD (from rev 217935, 
kdeedu-kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:55:55 UTC (rev 217936)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalgebra
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=Graph Calculator
+url=http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('818068fd1de464fa7f7859b46c6908ec75fd547b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalgebra/repos/kde-unstable-i686/kdeedu-kalgebra.install (from 
rev 217935, kdeedu-kalgebra/kde-unstable/kdeedu-kalgebra.install)
===
--- kde-unstable-i686/kdeedu-kalgebra.install   (rev 0)
+++ kde-unstable-i686/kdeedu-kalgebra.install   2014-07-25 14:55:55 UTC (rev 
217936)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kalgebra/repos/kde-unstable-x86_64/PKGBUILD (from rev 217935, 
kdeedu-kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:55:55 UTC (rev 217936)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalgebra
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=Graph Calculator
+url=http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('818068fd1de464fa7f7859b46c6908ec75fd547b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalgebra/repos/kde-unstable-x86_64/kdeedu-kalgebra.install (from 
rev 217935, kdeedu-kalgebra/kde-unstable/kdeedu-kalgebra.install)
===
--- kde-unstable-x86_64/kdeedu-kalgebra.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-kalgebra.install 2014-07-25 14:55:55 UTC (rev 
217936)
@@ -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-kbruch (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:56:15
  Author: svenstaro
Revision: 217941

upgpkg: kdeedu-kbruch 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdeedu-kbruch/kde-unstable/
Modified:
  kdeedu-kbruch/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:56:15 UTC (rev 217941)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kbruch
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Exercise Fractions
 url=http://kde.org/applications/education/kbruch/;
@@ -12,8 +12,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
-sha1sums=('fd6d889557b18c89d654af649ae8e9a863641d6d')
+source=(http://download.kde.org/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
+sha1sums=('fb9596d5d72b572d1c3fe1c7b27a694fbe9563a2')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:56:22
  Author: svenstaro
Revision: 217942

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

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

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

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

Copied: kdeedu-kbruch/repos/kde-unstable-i686/kdeedu-kbruch.install (from rev 
217941, kdeedu-kbruch/kde-unstable/kdeedu-kbruch.install)
===
--- kde-unstable-i686/kdeedu-kbruch.install (rev 0)
+++ kde-unstable-i686/kdeedu-kbruch.install 2014-07-25 14:56:22 UTC (rev 
217942)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: kdeedu-kbruch/repos/kde-unstable-x86_64/kdeedu-kbruch.install (from rev 
217941, kdeedu-kbruch/kde-unstable/kdeedu-kbruch.install)
===
--- kde-unstable-x86_64/kdeedu-kbruch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-kbruch.install   2014-07-25 14:56:22 UTC (rev 
217942)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeedu-kgeography (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:56:24
  Author: svenstaro
Revision: 217943

upgpkg: kdeedu-kgeography 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdeedu-kgeography/kde-unstable/
Modified:
  kdeedu-kgeography/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:56:24 UTC (rev 217943)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kgeography
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Geography Trainer
 url=http://kde.org/applications/education/kgeography/;
@@ -12,8 +12,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
-sha1sums=('6abff9c6b7d18ad1c512b4c76693aff43fcc62c7')
+source=(http://download.kde.org/unstable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
+sha1sums=('760a0e602a6f0169267322a316e75c1fcff40fba')
 
 build() {
   cd ${srcdir}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:56:03
  Author: svenstaro
Revision: 217938

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

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

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

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

Copied: kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install (from rev 
217937, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===
--- kde-unstable-i686/kdeedu-kalzium.install(rev 0)
+++ kde-unstable-i686/kdeedu-kalzium.install2014-07-25 14:56:03 UTC (rev 
217938)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install (from 
rev 217937, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===
--- kde-unstable-x86_64/kdeedu-kalzium.install  (rev 0)
+++ kde-unstable-x86_64/kdeedu-kalzium.install  2014-07-25 14:56:03 UTC (rev 
217938)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeedu-kanagram (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:56:06
  Author: svenstaro
Revision: 217939

upgpkg: kdeedu-kanagram 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdeedu-kanagram/kde-unstable/
Modified:
  kdeedu-kanagram/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:56:06 UTC (rev 217939)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kanagram
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=Letter Order Game
 url=http://kde.org/applications/education/kanagram/;
@@ -12,8 +12,8 @@
 depends=('kdebase-runtime' 'libkdeedu')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
-sha1sums=('aa83971e674ee3ac67558af6f25949f1706395b7')
+source=(http://download.kde.org/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
+sha1sums=('52025b29a83bc83d46255780f075d494c28dbc53')
 
 build() {
   cd ${srcdir}



  1   2   3   4   >