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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:24
  Author: svenstaro
Revision: 214651

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

Added:
  kdemultimedia-mplayerthumbs/repos/testing-i686/
  kdemultimedia-mplayerthumbs/repos/testing-i686/PKGBUILD
(from rev 214650, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/testing-x86_64/
  kdemultimedia-mplayerthumbs/repos/testing-x86_64/PKGBUILD
(from rev 214650, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)

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

Copied: kdemultimedia-mplayerthumbs/repos/testing-i686/PKGBUILD (from rev 
214650, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:17:24 UTC (rev 214651)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=MPlayer based thumbnail generator for video files
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
+sha1sums=('e10cb8452d083933af21a2cefbd41b01e60277e3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-mplayerthumbs/repos/testing-x86_64/PKGBUILD (from rev 
214650, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:17:24 UTC (rev 214651)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=MPlayer based thumbnail generator for video files
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
+sha1sums=('e10cb8452d083933af21a2cefbd41b01e60277e3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:39
  Author: svenstaro
Revision: 214656

upgpkg: kdenetwork-kopete 4.13.2-1

upstream release 4.12.2

Modified:
  kdenetwork-kopete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:17:37 UTC (rev 214655)
+++ PKGBUILD2014-06-09 03:17:39 UTC (rev 214656)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-kopete
-pkgver=4.13.1
-pkgrel=3
+pkgver=4.13.2
+pkgrel=1
 pkgdesc='Instant Messenger'
 url='http://kde.org/applications/internet/kopete/'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('99e47bba25606fdccbe1ac04346e9c3acad254d1')
+sha1sums=('bf520ce1fd08eb0464753675405b0f362fef2606')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:26
  Author: svenstaro
Revision: 214652

upgpkg: kdenetwork-filesharing 4.13.2-1

upstream release 4.12.2

Modified:
  kdenetwork-filesharing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:17:24 UTC (rev 214651)
+++ PKGBUILD2014-06-09 03:17:26 UTC (rev 214652)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-filesharing
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Properties dialog plugin to share a directory with the local network'
 url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz;)
-sha1sums=('7524180540dda6a770eb8471f87fb59b224ae5b1')
+sha1sums=('f3991d36e48aa1bc4e03ec190c5a37bf30125967')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:04
  Author: svenstaro
Revision: 214645

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

Added:
  kdemultimedia-juk/repos/testing-i686/
  kdemultimedia-juk/repos/testing-i686/PKGBUILD
(from rev 214644, kdemultimedia-juk/trunk/PKGBUILD)
  kdemultimedia-juk/repos/testing-i686/kdemultimedia-juk.install
(from rev 214644, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
  kdemultimedia-juk/repos/testing-x86_64/
  kdemultimedia-juk/repos/testing-x86_64/PKGBUILD
(from rev 214644, kdemultimedia-juk/trunk/PKGBUILD)
  kdemultimedia-juk/repos/testing-x86_64/kdemultimedia-juk.install
(from rev 214644, kdemultimedia-juk/trunk/kdemultimedia-juk.install)

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/kdemultimedia-juk.install   |   11 +
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/kdemultimedia-juk.install |   11 +
 4 files changed, 88 insertions(+)

Copied: kdemultimedia-juk/repos/testing-i686/PKGBUILD (from rev 214644, 
kdemultimedia-juk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:17:04 UTC (rev 214645)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-juk
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('2b5a22b6b2ba4a8de18243d17d6ff782e36aabb7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-juk/repos/testing-i686/kdemultimedia-juk.install (from 
rev 214644, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===
--- testing-i686/kdemultimedia-juk.install  (rev 0)
+++ testing-i686/kdemultimedia-juk.install  2014-06-09 03:17:04 UTC (rev 
214645)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdemultimedia-juk/repos/testing-x86_64/PKGBUILD (from rev 214644, 
kdemultimedia-juk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:17:04 UTC (rev 214645)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-juk
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('2b5a22b6b2ba4a8de18243d17d6ff782e36aabb7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-juk/repos/testing-x86_64/kdemultimedia-juk.install (from 
rev 214644, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===
--- testing-x86_64/kdemultimedia-juk.install(rev 0)
+++ testing-x86_64/kdemultimedia-juk.install2014-06-09 03:17:04 UTC (rev 
214645)
@@ -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 kdemultimedia-kmix/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:06
  Author: svenstaro
Revision: 214646

upgpkg: kdemultimedia-kmix 4.13.2-1

upstream release 4.12.2

Modified:
  kdemultimedia-kmix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:17:04 UTC (rev 214645)
+++ PKGBUILD2014-06-09 03:17:06 UTC (rev 214646)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-kmix
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=KDE volume control program
 url='http://kde.org/applications/multimedia/kmix/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
-sha1sums=('b0b1fa6a95d347e5bf0539df187d6cb097ba675a')
+sha1sums=('03f676426a9afbc9b0395239d8950319e786a019')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:20
  Author: svenstaro
Revision: 214650

upgpkg: kdemultimedia-mplayerthumbs 4.13.2-1

upstream release 4.12.2

Modified:
  kdemultimedia-mplayerthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:17:17 UTC (rev 214649)
+++ PKGBUILD2014-06-09 03:17:20 UTC (rev 214650)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=MPlayer based thumbnail generator for video files
 url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'mplayer')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('4a12f68c1ade7c3dbbb0f4ce0542b8af2a6015b7')
+sha1sums=('e10cb8452d083933af21a2cefbd41b01e60277e3')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:12
  Author: svenstaro
Revision: 214648

upgpkg: kdemultimedia-kscd 4.13.2-1

upstream release 4.12.2

Modified:
  kdemultimedia-kscd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:17:10 UTC (rev 214647)
+++ PKGBUILD2014-06-09 03:17:12 UTC (rev 214648)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-kscd
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=KDE CD player
 url='http://kde.org/applications/multimedia/kscd/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz;)
-sha1sums=('0090d6b2fdd7a2db78efe8b8c5dff64ccd252d11')
+sha1sums=('99c21e73c2bbdd999aa1ede1093611cb30a7daf1')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:17
  Author: svenstaro
Revision: 214649

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

Added:
  kdemultimedia-kscd/repos/testing-i686/
  kdemultimedia-kscd/repos/testing-i686/PKGBUILD
(from rev 214648, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/testing-i686/kdemultimedia-kscd.install
(from rev 214648, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/testing-x86_64/
  kdemultimedia-kscd/repos/testing-x86_64/PKGBUILD
(from rev 214648, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/testing-x86_64/kdemultimedia-kscd.install
(from rev 214648, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)

---+
 testing-i686/PKGBUILD |   31 
 testing-i686/kdemultimedia-kscd.install   |   11 +
 testing-x86_64/PKGBUILD   |   31 
 testing-x86_64/kdemultimedia-kscd.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdemultimedia-kscd/repos/testing-i686/PKGBUILD (from rev 214648, 
kdemultimedia-kscd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:17:17 UTC (rev 214649)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kscd
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=KDE CD player
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('99c21e73c2bbdd999aa1ede1093611cb30a7daf1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-kscd/repos/testing-i686/kdemultimedia-kscd.install (from 
rev 214648, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===
--- testing-i686/kdemultimedia-kscd.install (rev 0)
+++ testing-i686/kdemultimedia-kscd.install 2014-06-09 03:17:17 UTC (rev 
214649)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdemultimedia-kscd/repos/testing-x86_64/PKGBUILD (from rev 214648, 
kdemultimedia-kscd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:17:17 UTC (rev 214649)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kscd
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=KDE CD player
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('99c21e73c2bbdd999aa1ede1093611cb30a7daf1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-kscd/repos/testing-x86_64/kdemultimedia-kscd.install 
(from rev 214648, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===
--- testing-x86_64/kdemultimedia-kscd.install   (rev 0)
+++ testing-x86_64/kdemultimedia-kscd.install   2014-06-09 03:17:17 UTC (rev 
214649)
@@ -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 kdemultimedia-ffmpegthumbs/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:16:57
  Author: svenstaro
Revision: 214643

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

Added:
  kdemultimedia-ffmpegthumbs/repos/testing-i686/
  kdemultimedia-ffmpegthumbs/repos/testing-i686/PKGBUILD
(from rev 214642, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
  kdemultimedia-ffmpegthumbs/repos/testing-x86_64/
  kdemultimedia-ffmpegthumbs/repos/testing-x86_64/PKGBUILD
(from rev 214642, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)

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

Copied: kdemultimedia-ffmpegthumbs/repos/testing-i686/PKGBUILD (from rev 
214642, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:16:57 UTC (rev 214643)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
+sha1sums=('f70468a2af6228ce2430ea182cb3e61bb0834d1e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-ffmpegthumbs/repos/testing-x86_64/PKGBUILD (from rev 
214642, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:16:57 UTC (rev 214643)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
+sha1sums=('f70468a2af6228ce2430ea182cb3e61bb0834d1e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:10
  Author: svenstaro
Revision: 214647

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

Added:
  kdemultimedia-kmix/repos/testing-i686/
  kdemultimedia-kmix/repos/testing-i686/PKGBUILD
(from rev 214646, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install
(from rev 214646, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/testing-x86_64/
  kdemultimedia-kmix/repos/testing-x86_64/PKGBUILD
(from rev 214646, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/testing-x86_64/kdemultimedia-kmix.install
(from rev 214646, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/kdemultimedia-kmix.install   |   11 +
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/kdemultimedia-kmix.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdemultimedia-kmix/repos/testing-i686/PKGBUILD (from rev 214646, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:17:10 UTC (rev 214647)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kmix
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=KDE volume control program
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
+sha1sums=('03f676426a9afbc9b0395239d8950319e786a019')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install (from 
rev 214646, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===
--- testing-i686/kdemultimedia-kmix.install (rev 0)
+++ testing-i686/kdemultimedia-kmix.install 2014-06-09 03:17:10 UTC (rev 
214647)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdemultimedia-kmix/repos/testing-x86_64/PKGBUILD (from rev 214646, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:17:10 UTC (rev 214647)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kmix
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=KDE volume control program
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
+sha1sums=('03f676426a9afbc9b0395239d8950319e786a019')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-kmix/repos/testing-x86_64/kdemultimedia-kmix.install 
(from rev 214646, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===
--- testing-x86_64/kdemultimedia-kmix.install   (rev 0)
+++ testing-x86_64/kdemultimedia-kmix.install   2014-06-09 03:17:10 UTC (rev 
214647)
@@ -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 kdemultimedia-juk/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:16:59
  Author: svenstaro
Revision: 214644

upgpkg: kdemultimedia-juk 4.13.2-1

upstream release 4.12.2

Modified:
  kdemultimedia-juk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:16:57 UTC (rev 214643)
+++ PKGBUILD2014-06-09 03:16:59 UTC (rev 214644)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-juk
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='A jukebox, tagger and music collection manager'
 url='http://kde.org/applications/multimedia/juk/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz;)
-sha1sums=('0f03086953ecf1eb4ee8e9d8494a10c2d64c5fc4')
+sha1sums=('2b5a22b6b2ba4a8de18243d17d6ff782e36aabb7')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:33
  Author: svenstaro
Revision: 214654

upgpkg: kdenetwork-kget 4.13.2-1

upstream release 4.12.2

Modified:
  kdenetwork-kget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:17:31 UTC (rev 214653)
+++ PKGBUILD2014-06-09 03:17:33 UTC (rev 214654)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-kget
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Download Manager'
 url='http://kde.org/applications/internet/kget/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz;)
-sha1sums=('7deae9a7d6189e9fd1339387804a9f396b3353e5')
+sha1sums=('0639c757b3f0b05789ce0d0ea19796d6743614fa')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:31
  Author: svenstaro
Revision: 214653

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

Added:
  kdenetwork-filesharing/repos/testing-i686/
  kdenetwork-filesharing/repos/testing-i686/PKGBUILD
(from rev 214652, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/testing-i686/kdenetwork-filesharing.install
(from rev 214652, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
  kdenetwork-filesharing/repos/testing-x86_64/
  kdenetwork-filesharing/repos/testing-x86_64/PKGBUILD
(from rev 214652, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/testing-x86_64/kdenetwork-filesharing.install
(from rev 214652, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)

---+
 testing-i686/PKGBUILD |   31 
 testing-i686/kdenetwork-filesharing.install   |   11 
 testing-x86_64/PKGBUILD   |   31 
 testing-x86_64/kdenetwork-filesharing.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdenetwork-filesharing/repos/testing-i686/PKGBUILD (from rev 214652, 
kdenetwork-filesharing/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:17:31 UTC (rev 214653)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-filesharing
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'smbclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz;)
+sha1sums=('f3991d36e48aa1bc4e03ec190c5a37bf30125967')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-filesharing-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdenetwork-filesharing/repos/testing-i686/kdenetwork-filesharing.install (from 
rev 214652, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
===
--- testing-i686/kdenetwork-filesharing.install (rev 0)
+++ testing-i686/kdenetwork-filesharing.install 2014-06-09 03:17:31 UTC (rev 
214653)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdenetwork-filesharing/repos/testing-x86_64/PKGBUILD (from rev 214652, 
kdenetwork-filesharing/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:17:31 UTC (rev 214653)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-filesharing
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'smbclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz;)
+sha1sums=('f3991d36e48aa1bc4e03ec190c5a37bf30125967')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-filesharing-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdenetwork-filesharing/repos/testing-x86_64/kdenetwork-filesharing.install 
(from rev 214652, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
===
--- testing-x86_64/kdenetwork-filesharing.install   
(rev 0)
+++ testing-x86_64/kdenetwork-filesharing.install   2014-06-09 03:17:31 UTC 
(rev 214653)
@@ -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 kdenetwork-kget/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:37
  Author: svenstaro
Revision: 214655

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

Added:
  kdenetwork-kget/repos/testing-i686/
  kdenetwork-kget/repos/testing-i686/PKGBUILD
(from rev 214654, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install
(from rev 214654, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/testing-x86_64/
  kdenetwork-kget/repos/testing-x86_64/PKGBUILD
(from rev 214654, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install
(from rev 214654, kdenetwork-kget/trunk/kdenetwork-kget.install)

+
 testing-i686/PKGBUILD  |   36 +++
 testing-i686/kdenetwork-kget.install   |   12 ++
 testing-x86_64/PKGBUILD|   36 +++
 testing-x86_64/kdenetwork-kget.install |   12 ++
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kget/repos/testing-i686/PKGBUILD (from rev 214654, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:17:37 UTC (rev 214655)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('0639c757b3f0b05789ce0d0ea19796d6743614fa')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install (from rev 
214654, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- testing-i686/kdenetwork-kget.install(rev 0)
+++ testing-i686/kdenetwork-kget.install2014-06-09 03:17:37 UTC (rev 
214655)
@@ -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: kdenetwork-kget/repos/testing-x86_64/PKGBUILD (from rev 214654, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:17:37 UTC (rev 214655)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('0639c757b3f0b05789ce0d0ea19796d6743614fa')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install (from rev 
214654, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- testing-x86_64/kdenetwork-kget.install  (rev 0)
+++ testing-x86_64/kdenetwork-kget.install  2014-06-09 03:17:37 UTC (rev 
214655)
@@ -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 kdenetwork-kopete/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:44
  Author: svenstaro
Revision: 214657

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 214656, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 214656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 214656, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 214656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 98 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 214656, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:17:44 UTC (rev 214657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf520ce1fd08eb0464753675405b0f362fef2606')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 214656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-06-09 03:17:44 UTC (rev 
214657)
@@ -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: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 214656, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:17:44 UTC (rev 214657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf520ce1fd08eb0464753675405b0f362fef2606')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 214656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-06-09 03:17:44 UTC (rev 
214657)
@@ -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 kdenetwork-krdc/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:58
  Author: svenstaro
Revision: 214660

upgpkg: kdenetwork-krdc 4.13.2-1

upstream release 4.12.2

Modified:
  kdenetwork-krdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:17:52 UTC (rev 214659)
+++ PKGBUILD2014-06-09 03:17:58 UTC (rev 214660)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-krdc
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Remote Desktop Client'
 url='http://kde.org/applications/internet/krdc/'
@@ -15,7 +15,7 @@
 'freerdp: RDP support'
 'kdebase-keditbookmarks: to edit bookmarks')
 source=(http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz;)
-sha1sums=('20269e8baeab839ff4e7cc0ca916edcf3cd9c56a')
+sha1sums=('b2187a7d9f9b5c8df795dff364565bbd19a80cee')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:48
  Author: svenstaro
Revision: 214658

upgpkg: kdenetwork-kppp 4.13.2-1

upstream release 4.12.2

Modified:
  kdenetwork-kppp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:17:44 UTC (rev 214657)
+++ PKGBUILD2014-06-09 03:17:48 UTC (rev 214658)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-kppp
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Internet Dial-Up Tool'
 url='http://kde.org/applications/internet/kppp/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz;)
-sha1sums=('c763079ba3e8a47f4ee0ba8980564d2603568ac7')
+sha1sums=('772d5488ab4c697f85ec3395d7f3f838f0a3fb0b')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:18:03
  Author: svenstaro
Revision: 214661

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

Added:
  kdenetwork-krdc/repos/testing-i686/
  kdenetwork-krdc/repos/testing-i686/PKGBUILD
(from rev 214660, kdenetwork-krdc/trunk/PKGBUILD)
  kdenetwork-krdc/repos/testing-x86_64/
  kdenetwork-krdc/repos/testing-x86_64/PKGBUILD
(from rev 214660, kdenetwork-krdc/trunk/PKGBUILD)

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

Copied: kdenetwork-krdc/repos/testing-i686/PKGBUILD (from rev 214660, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:18:03 UTC (rev 214661)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krdc
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=(http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('b2187a7d9f9b5c8df795dff364565bbd19a80cee')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-krdc/repos/testing-x86_64/PKGBUILD (from rev 214660, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:18:03 UTC (rev 214661)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krdc
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=(http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('b2187a7d9f9b5c8df795dff364565bbd19a80cee')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krdc-${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 kdepim/repos (20 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:18:47
  Author: svenstaro
Revision: 214669

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

Added:
  kdepim/repos/testing-i686/
  kdepim/repos/testing-i686/PKGBUILD
(from rev 214668, kdepim/trunk/PKGBUILD)
  kdepim/repos/testing-i686/kdepim-akregator.install
(from rev 214668, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/testing-i686/kdepim-kaddressbook.install
(from rev 214668, kdepim/trunk/kdepim-kaddressbook.install)
  kdepim/repos/testing-i686/kdepim-kleopatra.install
(from rev 214668, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/testing-i686/kdepim-kmail.install
(from rev 214668, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/testing-i686/kdepim-knode.install
(from rev 214668, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/testing-i686/kdepim-korganizer.install
(from rev 214668, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/testing-i686/kdepim-ktnef.install
(from rev 214668, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/testing-i686/kdepim.install
(from rev 214668, kdepim/trunk/kdepim.install)
  kdepim/repos/testing-x86_64/
  kdepim/repos/testing-x86_64/PKGBUILD
(from rev 214668, kdepim/trunk/PKGBUILD)
  kdepim/repos/testing-x86_64/kdepim-akregator.install
(from rev 214668, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/testing-x86_64/kdepim-kaddressbook.install
(from rev 214668, kdepim/trunk/kdepim-kaddressbook.install)
  kdepim/repos/testing-x86_64/kdepim-kleopatra.install
(from rev 214668, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/testing-x86_64/kdepim-kmail.install
(from rev 214668, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/testing-x86_64/kdepim-knode.install
(from rev 214668, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/testing-x86_64/kdepim-korganizer.install
(from rev 214668, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/testing-x86_64/kdepim-ktnef.install
(from rev 214668, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/testing-x86_64/kdepim.install
(from rev 214668, kdepim/trunk/kdepim.install)

+
 testing-i686/PKGBUILD  |  240 +++
 testing-i686/kdepim-akregator.install  |   12 +
 testing-i686/kdepim-kaddressbook.install   |   12 +
 testing-i686/kdepim-kleopatra.install  |   12 +
 testing-i686/kdepim-kmail.install  |   12 +
 testing-i686/kdepim-knode.install  |   12 +
 testing-i686/kdepim-korganizer.install |   12 +
 testing-i686/kdepim-ktnef.install  |   12 +
 testing-i686/kdepim.install|   11 +
 testing-x86_64/PKGBUILD|  240 +++
 testing-x86_64/kdepim-akregator.install|   12 +
 testing-x86_64/kdepim-kaddressbook.install |   12 +
 testing-x86_64/kdepim-kleopatra.install|   12 +
 testing-x86_64/kdepim-kmail.install|   12 +
 testing-x86_64/kdepim-knode.install|   12 +
 testing-x86_64/kdepim-korganizer.install   |   12 +
 testing-x86_64/kdepim-ktnef.install|   12 +
 testing-x86_64/kdepim.install  |   11 +
 18 files changed, 670 insertions(+)

Copied: kdepim/repos/testing-i686/PKGBUILD (from rev 214668, 
kdepim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:18:47 UTC (rev 214669)
@@ -0,0 +1,240 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdepim
+pkgname=('kdepim-akonadiconsole'
+ 'kdepim-akregator'
+ 'kdepim-blogilo'
+ 'kdepim-console'
+ 'kdepim-kaddressbook'
+ 'kdepim-kalarm'
+ 'kdepim-kjots'
+ 'kdepim-kleopatra'
+ 'kdepim-kmail'
+ 'kdepim-knode'
+ 'kdepim-knotes'
+ 'kdepim-kontact'
+ 'kdepim-korganizer'
+ 'kdepim-kresources'
+ 'kdepim-ktimetracker'
+ 'kdepim-ktnef'
+ 'kdepim-libkdepim')
+pkgver=4.13.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdepim')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
+ 'baloo' 'link-grammar')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ecc10cdec4fbe9a8b2c8179921403cf9b3aedac9')
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DKDEPIM_BUILD_MOBILE=OFF
+   make
+}
+
+package_kdepim-akonadiconsole() {
+   pkgdesc='Akonadi Management and Debugging Console'
+   depends=('kdepim-libkdepim')
+   

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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:18:18
  Author: svenstaro
Revision: 214665

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

Added:
  kdenetwork-strigi-analyzers/repos/testing-i686/
  kdenetwork-strigi-analyzers/repos/testing-i686/PKGBUILD
(from rev 214664, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
  kdenetwork-strigi-analyzers/repos/testing-x86_64/
  kdenetwork-strigi-analyzers/repos/testing-x86_64/PKGBUILD
(from rev 214664, kdenetwork-strigi-analyzers/trunk/PKGBUILD)

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

Copied: kdenetwork-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 
214664, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:18:18 UTC (rev 214665)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('84b819e353e6a5384679d23e71c71be17629f041')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-strigi-analyzers/repos/testing-x86_64/PKGBUILD (from rev 
214664, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:18:18 UTC (rev 214665)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('84b819e353e6a5384679d23e71c71be17629f041')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kdenetwork-zeroconf-ioslave/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:18:24
  Author: svenstaro
Revision: 214667

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

Added:
  kdenetwork-zeroconf-ioslave/repos/testing-i686/
  kdenetwork-zeroconf-ioslave/repos/testing-i686/PKGBUILD
(from rev 214666, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
  kdenetwork-zeroconf-ioslave/repos/testing-x86_64/
  kdenetwork-zeroconf-ioslave/repos/testing-x86_64/PKGBUILD
(from rev 214666, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)

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

Copied: kdenetwork-zeroconf-ioslave/repos/testing-i686/PKGBUILD (from rev 
214666, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:18:24 UTC (rev 214667)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=(http://download.kde.org/stable/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('1e18b93775a5dd34c38f8f00cdb55328e247795e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-zeroconf-ioslave/repos/testing-x86_64/PKGBUILD (from rev 
214666, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:18:24 UTC (rev 214667)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=(http://download.kde.org/stable/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('1e18b93775a5dd34c38f8f00cdb55328e247795e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${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 kdenetwork-krfb/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:18:06
  Author: svenstaro
Revision: 214662

upgpkg: kdenetwork-krfb 4.13.2-1

upstream release 4.12.2

Modified:
  kdenetwork-krfb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:18:03 UTC (rev 214661)
+++ PKGBUILD2014-06-09 03:18:06 UTC (rev 214662)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-krfb
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Desktop Sharing'
 url='http://www.kde.org/applications/system/krfb'
@@ -15,7 +15,7 @@
 depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
 makedepends=('cmake' 'automoc4')
 source=(http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz;)
-sha1sums=('7e6b134f4f350f83e8a4ae50acdb915d3f1601fa')
+sha1sums=('d8d551e02e2665564090a267735a0a5a0af7f9ab')
 
 build() {
   mkdir build



[arch-commits] Commit in kdenetwork-strigi-analyzers/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:18:13
  Author: svenstaro
Revision: 214664

upgpkg: kdenetwork-strigi-analyzers 4.13.2-1

upstream release 4.12.2

Modified:
  kdenetwork-strigi-analyzers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:18:11 UTC (rev 214663)
+++ PKGBUILD2014-06-09 03:18:13 UTC (rev 214664)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-strigi-analyzers
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Strigi analyzers for various network protocols'
 
url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('13e943382503f29820cc8729b0da16fc41dcb318')
+sha1sums=('84b819e353e6a5384679d23e71c71be17629f041')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:18:11
  Author: svenstaro
Revision: 214663

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

Added:
  kdenetwork-krfb/repos/testing-i686/
  kdenetwork-krfb/repos/testing-i686/PKGBUILD
(from rev 214662, kdenetwork-krfb/trunk/PKGBUILD)
  kdenetwork-krfb/repos/testing-x86_64/
  kdenetwork-krfb/repos/testing-x86_64/PKGBUILD
(from rev 214662, kdenetwork-krfb/trunk/PKGBUILD)

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

Copied: kdenetwork-krfb/repos/testing-i686/PKGBUILD (from rev 214662, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:18:11 UTC (rev 214663)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krfb
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz;)
+sha1sums=('d8d551e02e2665564090a267735a0a5a0af7f9ab')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krfb-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-krfb/repos/testing-x86_64/PKGBUILD (from rev 214662, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:18:11 UTC (rev 214663)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krfb
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz;)
+sha1sums=('d8d551e02e2665564090a267735a0a5a0af7f9ab')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krfb-${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 kdenetwork-zeroconf-ioslave/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:18:19
  Author: svenstaro
Revision: 214666

upgpkg: kdenetwork-zeroconf-ioslave 4.13.2-1

upstream release 4.12.2

Modified:
  kdenetwork-zeroconf-ioslave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:18:18 UTC (rev 214665)
+++ PKGBUILD2014-06-09 03:18:19 UTC (rev 214666)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-zeroconf-ioslave
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
 url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
@@ -14,7 +14,7 @@
 conflicts=('kdenetwork-kdnssd')
 replaces=('kdenetwork-kdnssd')
 
source=(http://download.kde.org/stable/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('a71aac578785fb8fa59d4fea4302b4e08dcd5506')
+sha1sums=('1e18b93775a5dd34c38f8f00cdb55328e247795e')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:18:28
  Author: svenstaro
Revision: 214668

upgpkg: kdepim 4.13.2-1

upstream release 4.12.2

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:18:24 UTC (rev 214667)
+++ PKGBUILD2014-06-09 03:18:28 UTC (rev 214668)
@@ -20,7 +20,7 @@
  'kdepim-ktimetracker'
  'kdepim-ktnef'
  'kdepim-libkdepim')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
@@ -29,7 +29,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
  'baloo' 'link-grammar')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c780b4529fac2a2bdb026805b7ca4071a9883522')
+sha1sums=('ecc10cdec4fbe9a8b2c8179921403cf9b3aedac9')
 
 build() {
mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:52
  Author: svenstaro
Revision: 214659

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

Added:
  kdenetwork-kppp/repos/testing-i686/
  kdenetwork-kppp/repos/testing-i686/PKGBUILD
(from rev 214658, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/testing-i686/kdenetwork-kppp.install
(from rev 214658, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/testing-x86_64/
  kdenetwork-kppp/repos/testing-x86_64/PKGBUILD
(from rev 214658, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/testing-x86_64/kdenetwork-kppp.install
(from rev 214658, kdenetwork-kppp/trunk/kdenetwork-kppp.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdenetwork-kppp.install   |   12 
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdenetwork-kppp.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdenetwork-kppp/repos/testing-i686/PKGBUILD (from rev 214658, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:17:52 UTC (rev 214659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kppp
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('772d5488ab4c697f85ec3395d7f3f838f0a3fb0b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kppp/repos/testing-i686/kdenetwork-kppp.install (from rev 
214658, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- testing-i686/kdenetwork-kppp.install(rev 0)
+++ testing-i686/kdenetwork-kppp.install2014-06-09 03:17:52 UTC (rev 
214659)
@@ -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: kdenetwork-kppp/repos/testing-x86_64/PKGBUILD (from rev 214658, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:17:52 UTC (rev 214659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kppp
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('772d5488ab4c697f85ec3395d7f3f838f0a3fb0b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kppp/repos/testing-x86_64/kdenetwork-kppp.install (from rev 
214658, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- testing-x86_64/kdenetwork-kppp.install  (rev 0)
+++ testing-x86_64/kdenetwork-kppp.install  2014-06-09 03:17:52 UTC (rev 
214659)
@@ -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 kdeplasma-addons/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:00
  Author: svenstaro
Revision: 214670

upgpkg: kdeplasma-addons 4.13.2-1

upstream release 4.12.2

Modified:
  kdeplasma-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:18:47 UTC (rev 214669)
+++ PKGBUILD2014-06-09 03:19:00 UTC (rev 214670)
@@ -77,7 +77,7 @@
  'kdeplasma-addons-wallpapers-qmlwallpapers'
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdeplasma-addons'
@@ -86,7 +86,7 @@
 makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen2'
  'scim' 'qwt' 'boost' 'libkexiv2' 'libibus' 'qoauth' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ac9cfcb1b28876e3a7171b11bddab0bf3031ca36')
+sha1sums=('1fa727b307a72f4dc30645671dd8cb91ae5a7c30')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:24
  Author: svenstaro
Revision: 214672

upgpkg: kdesdk-cervisia 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-cervisia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:19:17 UTC (rev 214671)
+++ PKGBUILD2014-06-09 03:19:24 UTC (rev 214672)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-cervisia
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='CVS Frontend'
 url='http://kde.org/applications/development/cervisia/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
-sha1sums=('9ff17f1a696df3a196d5bb96cb8e6e18ffe5f905')
+sha1sums=('c4268ccbfd46f092ff7f4c1fe7f169992bfbc657')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:28
  Author: svenstaro
Revision: 214673

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

Added:
  kdesdk-cervisia/repos/testing-i686/
  kdesdk-cervisia/repos/testing-i686/PKGBUILD
(from rev 214672, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/testing-i686/kdesdk-cervisia.install
(from rev 214672, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
  kdesdk-cervisia/repos/testing-x86_64/
  kdesdk-cervisia/repos/testing-x86_64/PKGBUILD
(from rev 214672, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 214672, kdesdk-cervisia/trunk/kdesdk-cervisia.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdesdk-cervisia.install   |   12 
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdesdk-cervisia.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-cervisia/repos/testing-i686/PKGBUILD (from rev 214672, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:19:28 UTC (rev 214673)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-cervisia
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('c4268ccbfd46f092ff7f4c1fe7f169992bfbc657')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-cervisia/repos/testing-i686/kdesdk-cervisia.install (from rev 
214672, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- testing-i686/kdesdk-cervisia.install(rev 0)
+++ testing-i686/kdesdk-cervisia.install2014-06-09 03:19:28 UTC (rev 
214673)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-cervisia/repos/testing-x86_64/PKGBUILD (from rev 214672, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:19:28 UTC (rev 214673)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-cervisia
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('c4268ccbfd46f092ff7f4c1fe7f169992bfbc657')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-cervisia/repos/testing-x86_64/kdesdk-cervisia.install (from rev 
214672, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- testing-x86_64/kdesdk-cervisia.install  (rev 0)
+++ testing-x86_64/kdesdk-cervisia.install  2014-06-09 03:19:28 UTC (rev 
214673)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in kdesdk-dev-scripts/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:36
  Author: svenstaro
Revision: 214676

upgpkg: kdesdk-dev-scripts 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-dev-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:19:34 UTC (rev 214675)
+++ PKGBUILD2014-06-09 03:19:36 UTC (rev 214676)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-dev-scripts
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Scripts and setting files useful during development of KDE software'
 url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'python2')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
-sha1sums=('90281ceb426f7c96bf6e054aaa639221138b18e6')
+sha1sums=('80f377d26ebef2babb5903b4c0744b6dcfcf2096')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:47
  Author: svenstaro
Revision: 214679

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

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

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 214678, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:19:47 UTC (rev 214679)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('9838fa554ae2bcc090f047b23e78867254732e61')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 214678, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-06-09 03:19:47 UTC (rev 
214679)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 214678, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:19:47 UTC (rev 214679)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('9838fa554ae2bcc090f047b23e78867254732e61')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 214678, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-06-09 03:19:47 UTC 
(rev 214679)
@@ -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 kdeplasma-addons/repos (8 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:17
  Author: svenstaro
Revision: 214671

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

Added:
  kdeplasma-addons/repos/testing-i686/
  kdeplasma-addons/repos/testing-i686/PKGBUILD
(from rev 214670, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/testing-i686/kdeplasma-addons-applets-lancelot.install
(from rev 214670, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/testing-i686/kdeplasma-addons.install
(from rev 214670, kdeplasma-addons/trunk/kdeplasma-addons.install)
  kdeplasma-addons/repos/testing-x86_64/
  kdeplasma-addons/repos/testing-x86_64/PKGBUILD
(from rev 214670, kdeplasma-addons/trunk/PKGBUILD)
  
kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 214670, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons.install
(from rev 214670, kdeplasma-addons/trunk/kdeplasma-addons.install)

--+
 testing-i686/PKGBUILD|  648 +
 testing-i686/kdeplasma-addons-applets-lancelot.install   |   12 
 testing-i686/kdeplasma-addons.install|   11 
 testing-x86_64/PKGBUILD  |  648 +
 testing-x86_64/kdeplasma-addons-applets-lancelot.install |   12 
 testing-x86_64/kdeplasma-addons.install  |   11 
 6 files changed, 1342 insertions(+)

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


[arch-commits] Commit in kdesdk-dev-utils/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:30
  Author: svenstaro
Revision: 214674

upgpkg: kdesdk-dev-utils 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-dev-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:19:28 UTC (rev 214673)
+++ PKGBUILD2014-06-09 03:19:30 UTC (rev 214674)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-dev-utils
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
 url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
@@ -17,7 +17,7 @@
   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
-sha1sums=('56966640870f976d1f0932867b8b5f8707f10724')
+sha1sums=('d9b7d8bd5c5de065de6712398a1fc65eb4364c67')
 
 build() {
   mkdir build



[arch-commits] Commit in kdesdk-dolphin-plugins/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:43
  Author: svenstaro
Revision: 214678

upgpkg: kdesdk-dolphin-plugins 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-dolphin-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:19:41 UTC (rev 214677)
+++ PKGBUILD2014-06-09 03:19:43 UTC (rev 214678)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-dolphin-plugins
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Extra Dolphin plugins'
 url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
@@ -17,7 +17,7 @@
 'subversion: svn support')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
-sha1sums=('fef4dc4718aa038df28570f9763ce5edb64d5f28')
+sha1sums=('9838fa554ae2bcc090f047b23e78867254732e61')
 
 build() {
   mkdir build



[arch-commits] Commit in kdesdk-dev-scripts/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:41
  Author: svenstaro
Revision: 214677

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

Added:
  kdesdk-dev-scripts/repos/testing-i686/
  kdesdk-dev-scripts/repos/testing-i686/PKGBUILD
(from rev 214676, kdesdk-dev-scripts/trunk/PKGBUILD)
  kdesdk-dev-scripts/repos/testing-x86_64/
  kdesdk-dev-scripts/repos/testing-x86_64/PKGBUILD
(from rev 214676, kdesdk-dev-scripts/trunk/PKGBUILD)

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

Copied: kdesdk-dev-scripts/repos/testing-i686/PKGBUILD (from rev 214676, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:19:41 UTC (rev 214677)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-scripts
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+sha1sums=('80f377d26ebef2babb5903b4c0744b6dcfcf2096')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-scripts-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}

Copied: kdesdk-dev-scripts/repos/testing-x86_64/PKGBUILD (from rev 214676, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:19:41 UTC (rev 214677)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-scripts
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+sha1sums=('80f377d26ebef2babb5903b4c0744b6dcfcf2096')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-scripts-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:34
  Author: svenstaro
Revision: 214675

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

Added:
  kdesdk-dev-utils/repos/testing-i686/
  kdesdk-dev-utils/repos/testing-i686/PKGBUILD
(from rev 214674, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/testing-i686/kdesdk-dev-utils.install
(from rev 214674, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
  kdesdk-dev-utils/repos/testing-x86_64/
  kdesdk-dev-utils/repos/testing-x86_64/PKGBUILD
(from rev 214674, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/testing-x86_64/kdesdk-dev-utils.install
(from rev 214674, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/kdesdk-dev-utils.install   |   12 ++
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/kdesdk-dev-utils.install |   12 ++
 4 files changed, 94 insertions(+)

Copied: kdesdk-dev-utils/repos/testing-i686/PKGBUILD (from rev 214674, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:19:34 UTC (rev 214675)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-utils
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
+sha1sums=('d9b7d8bd5c5de065de6712398a1fc65eb4364c67')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-dev-utils/repos/testing-i686/kdesdk-dev-utils.install (from rev 
214674, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- testing-i686/kdesdk-dev-utils.install   (rev 0)
+++ testing-i686/kdesdk-dev-utils.install   2014-06-09 03:19:34 UTC (rev 
214675)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-dev-utils/repos/testing-x86_64/PKGBUILD (from rev 214674, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:19:34 UTC (rev 214675)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-utils
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
+sha1sums=('d9b7d8bd5c5de065de6712398a1fc65eb4364c67')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-dev-utils/repos/testing-x86_64/kdesdk-dev-utils.install (from 
rev 214674, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- testing-x86_64/kdesdk-dev-utils.install (rev 0)
+++ testing-x86_64/kdesdk-dev-utils.install 2014-06-09 03:19:34 UTC (rev 
214675)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:07
  Author: svenstaro
Revision: 214684

upgpkg: kdesdk-kioslaves 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-kioslaves/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:20:01 UTC (rev 214683)
+++ PKGBUILD2014-06-09 03:20:07 UTC (rev 214684)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-kioslaves
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='KIO-Slaves'
 url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz;)
-sha1sums=('49e4f8705f97790ccf6ae2c7797af841daba0d0e')
+sha1sums=('6016635b4d558793b7a8ca3c643bbfcdca9fc11a')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:49
  Author: svenstaro
Revision: 214680

upgpkg: kdesdk-kapptemplate 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-kapptemplate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:19:47 UTC (rev 214679)
+++ PKGBUILD2014-06-09 03:19:49 UTC (rev 214680)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-kapptemplate
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='KDE Template Generator'
 url='http://kde.org/applications/development/kapptemplate/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
-sha1sums=('cf54c096d8a985e4a708742684cc55c6fc24d9c4')
+sha1sums=('e5ff76aa8abd01e8b537343079d0c5ea210733a2')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:56
  Author: svenstaro
Revision: 214682

upgpkg: kdesdk-kcachegrind 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-kcachegrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:19:54 UTC (rev 214681)
+++ PKGBUILD2014-06-09 03:19:56 UTC (rev 214682)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-kcachegrind
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Visualization of Performance Profiling Data'
 url='http://kde.org/applications/development/kcachegrind/'
@@ -14,7 +14,7 @@
 optdepends=('php: PHP support')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
-sha1sums=('62a135a8f488805da5238c98f6ed8bf506b3b29b')
+sha1sums=('dd8f8b8602f4dede924df113afa74c69df1b3770')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:54
  Author: svenstaro
Revision: 214681

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

Added:
  kdesdk-kapptemplate/repos/testing-i686/
  kdesdk-kapptemplate/repos/testing-i686/PKGBUILD
(from rev 214680, kdesdk-kapptemplate/trunk/PKGBUILD)
  kdesdk-kapptemplate/repos/testing-i686/kdesdk-kapptemplate.install
(from rev 214680, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
  kdesdk-kapptemplate/repos/testing-x86_64/
  kdesdk-kapptemplate/repos/testing-x86_64/PKGBUILD
(from rev 214680, kdesdk-kapptemplate/trunk/PKGBUILD)
  kdesdk-kapptemplate/repos/testing-x86_64/kdesdk-kapptemplate.install
(from rev 214680, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdesdk-kapptemplate.install   |   11 +
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdesdk-kapptemplate.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdesdk-kapptemplate/repos/testing-i686/PKGBUILD (from rev 214680, 
kdesdk-kapptemplate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:19:54 UTC (rev 214681)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kapptemplate
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
+sha1sums=('e5ff76aa8abd01e8b537343079d0c5ea210733a2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kapptemplate/repos/testing-i686/kdesdk-kapptemplate.install 
(from rev 214680, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
===
--- testing-i686/kdesdk-kapptemplate.install(rev 0)
+++ testing-i686/kdesdk-kapptemplate.install2014-06-09 03:19:54 UTC (rev 
214681)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-kapptemplate/repos/testing-x86_64/PKGBUILD (from rev 214680, 
kdesdk-kapptemplate/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:19:54 UTC (rev 214681)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kapptemplate
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
+sha1sums=('e5ff76aa8abd01e8b537343079d0c5ea210733a2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kapptemplate/repos/testing-x86_64/kdesdk-kapptemplate.install 
(from rev 214680, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
===
--- testing-x86_64/kdesdk-kapptemplate.install  (rev 0)
+++ testing-x86_64/kdesdk-kapptemplate.install  2014-06-09 03:19:54 UTC (rev 
214681)
@@ -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 kdesdk-strigi-analyzers/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:47
  Author: svenstaro
Revision: 214695

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

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

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

Copied: kdesdk-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 214694, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:20:47 UTC (rev 214695)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('2e142d384bcc62bb4c94de2c166395329091ad4a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-strigi-analyzers/repos/testing-x86_64/PKGBUILD (from rev 214694, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:20:47 UTC (rev 214695)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('2e142d384bcc62bb4c94de2c166395329091ad4a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kdesdk-strigi-analyzers/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:43
  Author: svenstaro
Revision: 214694

upgpkg: kdesdk-strigi-analyzers 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-strigi-analyzers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:20:41 UTC (rev 214693)
+++ PKGBUILD2014-06-09 03:20:43 UTC (rev 214694)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-strigi-analyzers
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Analyzer plugins for strigi'
 url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('720244bfe7e4c2fc6e8c6528b89d226ff3404c01')
+sha1sums=('2e142d384bcc62bb4c94de2c166395329091ad4a')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:50
  Author: svenstaro
Revision: 214696

upgpkg: kdesdk-thumbnailers 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-thumbnailers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:20:47 UTC (rev 214695)
+++ PKGBUILD2014-06-09 03:20:50 UTC (rev 214696)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-thumbnailers
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Plugins for the thumbnailing system'
 url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'gettext')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
-sha1sums=('2de1521d23773bb90b6bbe424ffe641a0ff4d4a0')
+sha1sums=('a4d2e0f8d24fad52026097214ab51a4bf855eca2')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:01
  Author: svenstaro
Revision: 214683

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

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

---+
 testing-i686/PKGBUILD |   39 
 testing-i686/kdesdk-kcachegrind.install   |   12 
 testing-x86_64/PKGBUILD   |   39 
 testing-x86_64/kdesdk-kcachegrind.install |   12 
 4 files changed, 102 insertions(+)

Copied: kdesdk-kcachegrind/repos/testing-i686/PKGBUILD (from rev 214682, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:20:01 UTC (rev 214683)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kcachegrind
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
+sha1sums=('dd8f8b8602f4dede924df113afa74c69df1b3770')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/hotshot2calltree
+}

Copied: kdesdk-kcachegrind/repos/testing-i686/kdesdk-kcachegrind.install (from 
rev 214682, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- testing-i686/kdesdk-kcachegrind.install (rev 0)
+++ testing-i686/kdesdk-kcachegrind.install 2014-06-09 03:20:01 UTC (rev 
214683)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-kcachegrind/repos/testing-x86_64/PKGBUILD (from rev 214682, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:20:01 UTC (rev 214683)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kcachegrind
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
+sha1sums=('dd8f8b8602f4dede924df113afa74c69df1b3770')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/hotshot2calltree
+}

Copied: kdesdk-kcachegrind/repos/testing-x86_64/kdesdk-kcachegrind.install 
(from rev 214682, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- testing-x86_64/kdesdk-kcachegrind.install   (rev 0)
+++ testing-x86_64/kdesdk-kcachegrind.install   2014-06-09 03:20:01 UTC (rev 
214683)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:33
  Author: svenstaro
Revision: 214691

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 214690, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 214690, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 214690, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 214690, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 214690, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:20:33 UTC (rev 214691)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('584e511dde1c8c47b69980cbc9f925bc3668a9a6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
214690, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-06-09 03:20:33 UTC (rev 214691)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 214690, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:20:33 UTC (rev 214691)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('584e511dde1c8c47b69980cbc9f925bc3668a9a6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
214690, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-06-09 03:20:33 UTC (rev 
214691)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:18
  Author: svenstaro
Revision: 214687

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

Added:
  kdesdk-kompare/repos/testing-i686/
  kdesdk-kompare/repos/testing-i686/PKGBUILD
(from rev 214686, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/testing-i686/kdesdk-kompare.install
(from rev 214686, kdesdk-kompare/trunk/kdesdk-kompare.install)
  kdesdk-kompare/repos/testing-x86_64/
  kdesdk-kompare/repos/testing-x86_64/PKGBUILD
(from rev 214686, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/testing-x86_64/kdesdk-kompare.install
(from rev 214686, kdesdk-kompare/trunk/kdesdk-kompare.install)

---+
 testing-i686/PKGBUILD |   34 
 testing-i686/kdesdk-kompare.install   |   12 +++
 testing-x86_64/PKGBUILD   |   34 
 testing-x86_64/kdesdk-kompare.install |   12 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-kompare/repos/testing-i686/PKGBUILD (from rev 214686, 
kdesdk-kompare/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:20:18 UTC (rev 214687)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kompare
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'libkomparediff2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz;)
+sha1sums=('3aaa3026b5c1b4aeb13c5a77e48cb7866d2f0b91')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kompare-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kompare/repos/testing-i686/kdesdk-kompare.install (from rev 
214686, kdesdk-kompare/trunk/kdesdk-kompare.install)
===
--- testing-i686/kdesdk-kompare.install (rev 0)
+++ testing-i686/kdesdk-kompare.install 2014-06-09 03:20:18 UTC (rev 214687)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-kompare/repos/testing-x86_64/PKGBUILD (from rev 214686, 
kdesdk-kompare/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:20:18 UTC (rev 214687)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kompare
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'libkomparediff2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz;)
+sha1sums=('3aaa3026b5c1b4aeb13c5a77e48cb7866d2f0b91')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kompare-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kompare/repos/testing-x86_64/kdesdk-kompare.install (from rev 
214686, kdesdk-kompare/trunk/kdesdk-kompare.install)
===
--- testing-x86_64/kdesdk-kompare.install   (rev 0)
+++ testing-x86_64/kdesdk-kompare.install   2014-06-09 03:20:18 UTC (rev 
214687)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:41
  Author: svenstaro
Revision: 214693

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

Added:
  kdesdk-poxml/repos/testing-i686/
  kdesdk-poxml/repos/testing-i686/PKGBUILD
(from rev 214692, kdesdk-poxml/trunk/PKGBUILD)
  kdesdk-poxml/repos/testing-x86_64/
  kdesdk-poxml/repos/testing-x86_64/PKGBUILD
(from rev 214692, kdesdk-poxml/trunk/PKGBUILD)

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

Copied: kdesdk-poxml/repos/testing-i686/PKGBUILD (from rev 214692, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:20:41 UTC (rev 214693)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'antlr2')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=(http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('4f280df55b30e81949abc09dd7364ef34e592c96')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-poxml/repos/testing-x86_64/PKGBUILD (from rev 214692, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:20:41 UTC (rev 214693)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'antlr2')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=(http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('4f280df55b30e81949abc09dd7364ef34e592c96')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:11
  Author: svenstaro
Revision: 214685

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

Added:
  kdesdk-kioslaves/repos/testing-i686/
  kdesdk-kioslaves/repos/testing-i686/PKGBUILD
(from rev 214684, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/testing-i686/kdesdk-kioslaves.install
(from rev 214684, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
  kdesdk-kioslaves/repos/testing-x86_64/
  kdesdk-kioslaves/repos/testing-x86_64/PKGBUILD
(from rev 214684, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/testing-x86_64/kdesdk-kioslaves.install
(from rev 214684, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)

-+
 testing-i686/PKGBUILD   |   31 ++
 testing-i686/kdesdk-kioslaves.install   |   11 ++
 testing-x86_64/PKGBUILD |   31 ++
 testing-x86_64/kdesdk-kioslaves.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdesdk-kioslaves/repos/testing-i686/PKGBUILD (from rev 214684, 
kdesdk-kioslaves/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:20:11 UTC (rev 214685)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kioslaves
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='KIO-Slaves'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz;)
+sha1sums=('6016635b4d558793b7a8ca3c643bbfcdca9fc11a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-kioslaves-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kioslaves/repos/testing-i686/kdesdk-kioslaves.install (from rev 
214684, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
===
--- testing-i686/kdesdk-kioslaves.install   (rev 0)
+++ testing-i686/kdesdk-kioslaves.install   2014-06-09 03:20:11 UTC (rev 
214685)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-kioslaves/repos/testing-x86_64/PKGBUILD (from rev 214684, 
kdesdk-kioslaves/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:20:11 UTC (rev 214685)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kioslaves
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='KIO-Slaves'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz;)
+sha1sums=('6016635b4d558793b7a8ca3c643bbfcdca9fc11a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-kioslaves-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kioslaves/repos/testing-x86_64/kdesdk-kioslaves.install (from 
rev 214684, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
===
--- testing-x86_64/kdesdk-kioslaves.install (rev 0)
+++ testing-x86_64/kdesdk-kioslaves.install 2014-06-09 03:20:11 UTC (rev 
214685)
@@ -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 kdesdk-okteta/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:29
  Author: svenstaro
Revision: 214690

upgpkg: kdesdk-okteta 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-okteta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:20:27 UTC (rev 214689)
+++ PKGBUILD2014-06-09 03:20:29 UTC (rev 214690)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-okteta
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Hex Editor'
 url='http://kde.org/applications/utilities/okteta/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('922ec95c1b4daed7d81075d4fc75389ff5e3da40')
+sha1sums=('584e511dde1c8c47b69980cbc9f925bc3668a9a6')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:21
  Author: svenstaro
Revision: 214688

upgpkg: kdesdk-lokalize 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-lokalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:20:18 UTC (rev 214687)
+++ PKGBUILD2014-06-09 03:20:21 UTC (rev 214688)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-lokalize
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Computer-Aided Translation System'
 url='http://kde.org/applications/development/lokalize/'
@@ -16,7 +16,7 @@
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/lokalize-${pkgver}.tar.xz;
 'fix-python2-path.patch')
-sha1sums=('71c80340f4834b546c919a886fd62feeb18d7f0b'
+sha1sums=('112db5ab3c70ca1595e9ce73fddabce33dfcdad7'
   '07db42bbcae402c292eebf002e549b04162621c5')
 
 prepare() {



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:13
  Author: svenstaro
Revision: 214686

upgpkg: kdesdk-kompare 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-kompare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:20:11 UTC (rev 214685)
+++ PKGBUILD2014-06-09 03:20:13 UTC (rev 214686)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-kompare
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Diff/Patch Frontend'
 url='http://kde.org/applications/development/kompare/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz;)
-sha1sums=('2b88bfcff2c96285a830b2b9d1b51c13e250a305')
+sha1sums=('3aaa3026b5c1b4aeb13c5a77e48cb7866d2f0b91')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:35
  Author: svenstaro
Revision: 214692

upgpkg: kdesdk-poxml 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-poxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:20:33 UTC (rev 214691)
+++ PKGBUILD2014-06-09 03:20:35 UTC (rev 214692)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-poxml
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Translates DocBook XML files using gettext po files'
 url='https://projects.kde.org/projects/kde/kdesdk/poxml'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'antlr2')
 optdepends=('antlr2: required for po2xml and swappo tool')
 source=(http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz;)
-sha1sums=('6112b94dab748294d87413d9f21292e1fdf1be2d')
+sha1sums=('4f280df55b30e81949abc09dd7364ef34e592c96')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:27
  Author: svenstaro
Revision: 214689

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

Added:
  kdesdk-lokalize/repos/testing-i686/
  kdesdk-lokalize/repos/testing-i686/PKGBUILD
(from rev 214688, kdesdk-lokalize/trunk/PKGBUILD)
  kdesdk-lokalize/repos/testing-i686/fix-python2-path.patch
(from rev 214688, kdesdk-lokalize/trunk/fix-python2-path.patch)
  kdesdk-lokalize/repos/testing-i686/kdesdk-lokalize.install
(from rev 214688, kdesdk-lokalize/trunk/kdesdk-lokalize.install)
  kdesdk-lokalize/repos/testing-x86_64/
  kdesdk-lokalize/repos/testing-x86_64/PKGBUILD
(from rev 214688, kdesdk-lokalize/trunk/PKGBUILD)
  kdesdk-lokalize/repos/testing-x86_64/fix-python2-path.patch
(from rev 214688, kdesdk-lokalize/trunk/fix-python2-path.patch)
  kdesdk-lokalize/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 214688, kdesdk-lokalize/trunk/kdesdk-lokalize.install)

+
 testing-i686/PKGBUILD  |   45 +++
 testing-i686/fix-python2-path.patch|   22 +++
 testing-i686/kdesdk-lokalize.install   |   12 
 testing-x86_64/PKGBUILD|   45 +++
 testing-x86_64/fix-python2-path.patch  |   22 +++
 testing-x86_64/kdesdk-lokalize.install |   12 
 6 files changed, 158 insertions(+)

Copied: kdesdk-lokalize/repos/testing-i686/PKGBUILD (from rev 214688, 
kdesdk-lokalize/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:20:27 UTC (rev 214689)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-lokalize
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzers')
+makedepends=('cmake' 'automoc4')
+optdepends=('translate-toolkit: enable extra scripts'
+'kdebindings-kross-python: enable python scripts')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/lokalize-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('112db5ab3c70ca1595e9ce73fddabce33dfcdad7'
+  '07db42bbcae402c292eebf002e549b04162621c5')
+
+prepare() {
+  mkdir build
+
+  cd lokalize-${pkgver}
+  patch -p2 -i ${srcdir}/fix-python2-path.patch
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/share/apps/lokalize/scripts/odf/xliffmerge.py
+}

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

Copied: kdesdk-lokalize/repos/testing-i686/kdesdk-lokalize.install (from rev 
214688, kdesdk-lokalize/trunk/kdesdk-lokalize.install)
===
--- testing-i686/kdesdk-lokalize.install(rev 0)
+++ testing-i686/kdesdk-lokalize.install2014-06-09 03:20:27 UTC (rev 
214689)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  

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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:55
  Author: svenstaro
Revision: 214697

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

Added:
  kdesdk-thumbnailers/repos/testing-i686/
  kdesdk-thumbnailers/repos/testing-i686/PKGBUILD
(from rev 214696, kdesdk-thumbnailers/trunk/PKGBUILD)
  kdesdk-thumbnailers/repos/testing-x86_64/
  kdesdk-thumbnailers/repos/testing-x86_64/PKGBUILD
(from rev 214696, kdesdk-thumbnailers/trunk/PKGBUILD)

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

Copied: kdesdk-thumbnailers/repos/testing-i686/PKGBUILD (from rev 214696, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:20:55 UTC (rev 214697)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('a4d2e0f8d24fad52026097214ab51a4bf855eca2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 214696, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:20:55 UTC (rev 214697)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('a4d2e0f8d24fad52026097214ab51a4bf855eca2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:57
  Author: svenstaro
Revision: 214698

upgpkg: kdesdk-umbrello 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-umbrello/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:20:55 UTC (rev 214697)
+++ PKGBUILD2014-06-09 03:20:57 UTC (rev 214698)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-umbrello
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='UML Modeller'
 url='http://kde.org/applications/development/umbrello/'
@@ -14,7 +14,7 @@
 optdepends=('ruby')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
-sha1sums=('2bc22fa7a285ca1e0984a136a473df037a03844a')
+sha1sums=('9365dcf71893131bf884d7fee933c37815894ac2')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:05
  Author: svenstaro
Revision: 214700

upgpkg: kdetoys-amor 4.13.2-1

upstream release 4.12.2

Modified:
  kdetoys-amor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:21:02 UTC (rev 214699)
+++ PKGBUILD2014-06-09 03:21:05 UTC (rev 214700)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdetoys-amor
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='On-Screen Creature'
 url='https://projects.kde.org/projects/kde/kdetoys/amor'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz;)
-sha1sums=('fc0834deec2d3ffb475e88274f39d850ed083913')
+sha1sums=('571d977abab9f616d54c728c9eca586a52986cbe')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:34
  Author: svenstaro
Revision: 214707

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

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

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

Copied: kdeutils-ark/repos/testing-i686/PKGBUILD (from rev 214706, 
kdeutils-ark/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:21:34 UTC (rev 214707)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('450aead29450fa1d17016e4bf8b8e5fdca30de05')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ark/repos/testing-i686/kdeutils-ark.install (from rev 214706, 
kdeutils-ark/trunk/kdeutils-ark.install)
===
--- testing-i686/kdeutils-ark.install   (rev 0)
+++ testing-i686/kdeutils-ark.install   2014-06-09 03:21:34 UTC (rev 214707)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeutils-ark/repos/testing-x86_64/PKGBUILD (from rev 214706, 
kdeutils-ark/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:21:34 UTC (rev 214707)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('450aead29450fa1d17016e4bf8b8e5fdca30de05')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install (from rev 
214706, kdeutils-ark/trunk/kdeutils-ark.install)
===
--- testing-x86_64/kdeutils-ark.install (rev 0)
+++ testing-x86_64/kdeutils-ark.install 2014-06-09 03:21:34 UTC (rev 214707)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:40
  Author: svenstaro
Revision: 214709

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

Added:
  kdeutils-filelight/repos/testing-i686/
  kdeutils-filelight/repos/testing-i686/PKGBUILD
(from rev 214708, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/testing-i686/kdeutils-filelight.install
(from rev 214708, kdeutils-filelight/trunk/kdeutils-filelight.install)
  kdeutils-filelight/repos/testing-x86_64/
  kdeutils-filelight/repos/testing-x86_64/PKGBUILD
(from rev 214708, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/testing-x86_64/kdeutils-filelight.install
(from rev 214708, kdeutils-filelight/trunk/kdeutils-filelight.install)

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

Copied: kdeutils-filelight/repos/testing-i686/PKGBUILD (from rev 214708, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:21:40 UTC (rev 214709)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-filelight
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('e4132eb6296983bc38c9bd42638efe187a089626')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-filelight/repos/testing-i686/kdeutils-filelight.install (from 
rev 214708, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- testing-i686/kdeutils-filelight.install (rev 0)
+++ testing-i686/kdeutils-filelight.install 2014-06-09 03:21:40 UTC (rev 
214709)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-filelight/repos/testing-x86_64/PKGBUILD (from rev 214708, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:21:40 UTC (rev 214709)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-filelight
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('e4132eb6296983bc38c9bd42638efe187a089626')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-filelight/repos/testing-x86_64/kdeutils-filelight.install 
(from rev 214708, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- testing-x86_64/kdeutils-filelight.install   (rev 0)
+++ testing-x86_64/kdeutils-filelight.install   2014-06-09 03:21:40 UTC (rev 
214709)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:56
  Author: svenstaro
Revision: 214714

upgpkg: kdeutils-kdf 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-kdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:21:53 UTC (rev 214713)
+++ PKGBUILD2014-06-09 03:21:56 UTC (rev 214714)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kdf
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 url=http://kde.org/applications/system/kdiskfree/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
-sha1sums=('eb8976a71e0a7f691b41af59012bee4728c6c27a')
+sha1sums=('10025c03807fc9465db1a392a8dce23a9d38fcbe')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:53
  Author: svenstaro
Revision: 214713

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

Added:
  kdeutils-kcharselect/repos/testing-i686/
  kdeutils-kcharselect/repos/testing-i686/PKGBUILD
(from rev 214712, kdeutils-kcharselect/trunk/PKGBUILD)
  kdeutils-kcharselect/repos/testing-x86_64/
  kdeutils-kcharselect/repos/testing-x86_64/PKGBUILD
(from rev 214712, kdeutils-kcharselect/trunk/PKGBUILD)

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

Copied: kdeutils-kcharselect/repos/testing-i686/PKGBUILD (from rev 214712, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:21:53 UTC (rev 214713)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('8a24eb184a51ee4e122f6d52c82f45af5ec9fcb5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kcharselect/repos/testing-x86_64/PKGBUILD (from rev 214712, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:21:53 UTC (rev 214713)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('8a24eb184a51ee4e122f6d52c82f45af5ec9fcb5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${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 kdetoys-kteatime/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:16
  Author: svenstaro
Revision: 214703

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

Added:
  kdetoys-kteatime/repos/testing-i686/
  kdetoys-kteatime/repos/testing-i686/PKGBUILD
(from rev 214702, kdetoys-kteatime/trunk/PKGBUILD)
  kdetoys-kteatime/repos/testing-i686/kdetoys-kteatime.install
(from rev 214702, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
  kdetoys-kteatime/repos/testing-x86_64/
  kdetoys-kteatime/repos/testing-x86_64/PKGBUILD
(from rev 214702, kdetoys-kteatime/trunk/PKGBUILD)
  kdetoys-kteatime/repos/testing-x86_64/kdetoys-kteatime.install
(from rev 214702, kdetoys-kteatime/trunk/kdetoys-kteatime.install)

-+
 testing-i686/PKGBUILD   |   31 ++
 testing-i686/kdetoys-kteatime.install   |   11 ++
 testing-x86_64/PKGBUILD |   31 ++
 testing-x86_64/kdetoys-kteatime.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdetoys-kteatime/repos/testing-i686/PKGBUILD (from rev 214702, 
kdetoys-kteatime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:21:16 UTC (rev 214703)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-kteatime
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('c6d2b5d70c5a1a7a8a9bf6dd5d964edcdffc7006')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-kteatime/repos/testing-i686/kdetoys-kteatime.install (from rev 
214702, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
===
--- testing-i686/kdetoys-kteatime.install   (rev 0)
+++ testing-i686/kdetoys-kteatime.install   2014-06-09 03:21:16 UTC (rev 
214703)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-kteatime/repos/testing-x86_64/PKGBUILD (from rev 214702, 
kdetoys-kteatime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:21:16 UTC (rev 214703)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-kteatime
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('c6d2b5d70c5a1a7a8a9bf6dd5d964edcdffc7006')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-kteatime/repos/testing-x86_64/kdetoys-kteatime.install (from 
rev 214702, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
===
--- testing-x86_64/kdetoys-kteatime.install (rev 0)
+++ testing-x86_64/kdetoys-kteatime.install 2014-06-09 03:21:16 UTC (rev 
214703)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:46
  Author: svenstaro
Revision: 214711

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

Added:
  kdeutils-kcalc/repos/testing-i686/
  kdeutils-kcalc/repos/testing-i686/PKGBUILD
(from rev 214710, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/testing-i686/kdeutils-kcalc.install
(from rev 214710, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
  kdeutils-kcalc/repos/testing-x86_64/
  kdeutils-kcalc/repos/testing-x86_64/PKGBUILD
(from rev 214710, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/testing-x86_64/kdeutils-kcalc.install
(from rev 214710, kdeutils-kcalc/trunk/kdeutils-kcalc.install)

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/kdeutils-kcalc.install   |   11 +++
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/kdeutils-kcalc.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdeutils-kcalc/repos/testing-i686/PKGBUILD (from rev 214710, 
kdeutils-kcalc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:21:46 UTC (rev 214711)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcalc
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('c73eac80dd9e731941f7d2efc2eaa750a1e29549')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kcalc/repos/testing-i686/kdeutils-kcalc.install (from rev 
214710, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===
--- testing-i686/kdeutils-kcalc.install (rev 0)
+++ testing-i686/kdeutils-kcalc.install 2014-06-09 03:21:46 UTC (rev 214711)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kcalc/repos/testing-x86_64/PKGBUILD (from rev 214710, 
kdeutils-kcalc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:21:46 UTC (rev 214711)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcalc
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('c73eac80dd9e731941f7d2efc2eaa750a1e29549')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kcalc/repos/testing-x86_64/kdeutils-kcalc.install (from rev 
214710, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===
--- testing-x86_64/kdeutils-kcalc.install   (rev 0)
+++ testing-x86_64/kdeutils-kcalc.install   2014-06-09 03:21:46 UTC (rev 
214711)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:12
  Author: svenstaro
Revision: 214702

upgpkg: kdetoys-kteatime 4.13.2-1

upstream release 4.12.2

Modified:
  kdetoys-kteatime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:21:09 UTC (rev 214701)
+++ PKGBUILD2014-06-09 03:21:12 UTC (rev 214702)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdetoys-kteatime
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Tea Cooker'
 url='http://kde.org/applications/games/kteatime/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
-sha1sums=('f605a838e87a222b0fd90533e43ac589fb0b5dce')
+sha1sums=('c6d2b5d70c5a1a7a8a9bf6dd5d964edcdffc7006')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:25
  Author: svenstaro
Revision: 214706

upgpkg: kdeutils-ark 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:21:23 UTC (rev 214705)
+++ PKGBUILD2014-06-09 03:21:25 UTC (rev 214706)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-ark
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Archiving Tool'
 url='http://kde.org/applications/utilities/ark/'
@@ -14,7 +14,7 @@
 optdepends=('p7zip' 'zip' 'unzip' 'unrar')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz;)
-sha1sums=('e3c5dbe62caeb23a6a19e2313192f2d4e75f32e9')
+sha1sums=('450aead29450fa1d17016e4bf8b8e5fdca30de05')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:18
  Author: svenstaro
Revision: 214704

upgpkg: kdetoys-ktux 4.13.2-1

upstream release 4.12.2

Modified:
  kdetoys-ktux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:21:16 UTC (rev 214703)
+++ PKGBUILD2014-06-09 03:21:18 UTC (rev 214704)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdetoys-ktux
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='A Tux-in-a-spaceship screen saver'
 url='https://projects.kde.org/projects/kde/kdetoys/ktux'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz;)
-sha1sums=('28dac94cb9711343f381540c35f5e6ce17c44ad5')
+sha1sums=('a85ec0358fa63b59dfba5cbec0a8239a8ea93706')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:23
  Author: svenstaro
Revision: 214705

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

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

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-i686/kdetoys-ktux.install   |   11 +++
 testing-x86_64/PKGBUILD |   31 +++
 testing-x86_64/kdetoys-ktux.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdetoys-ktux/repos/testing-i686/PKGBUILD (from rev 214704, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:21:23 UTC (rev 214705)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('a85ec0358fa63b59dfba5cbec0a8239a8ea93706')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/testing-i686/kdetoys-ktux.install (from rev 214704, 
kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- testing-i686/kdetoys-ktux.install   (rev 0)
+++ testing-i686/kdetoys-ktux.install   2014-06-09 03:21:23 UTC (rev 214705)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-ktux/repos/testing-x86_64/PKGBUILD (from rev 214704, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:21:23 UTC (rev 214705)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('a85ec0358fa63b59dfba5cbec0a8239a8ea93706')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/testing-x86_64/kdetoys-ktux.install (from rev 
214704, kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- testing-x86_64/kdetoys-ktux.install (rev 0)
+++ testing-x86_64/kdetoys-ktux.install 2014-06-09 03:21:23 UTC (rev 214705)
@@ -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 kdesdk-umbrello/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:02
  Author: svenstaro
Revision: 214699

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 214698, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:21:02 UTC (rev 214699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('9365dcf71893131bf884d7fee933c37815894ac2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
214698, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-06-09 03:21:02 UTC (rev 
214699)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 214698, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:21:02 UTC (rev 214699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('9365dcf71893131bf884d7fee933c37815894ac2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
214698, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-06-09 03:21:02 UTC (rev 
214699)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:36
  Author: svenstaro
Revision: 214708

upgpkg: kdeutils-filelight 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-filelight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:21:34 UTC (rev 214707)
+++ PKGBUILD2014-06-09 03:21:36 UTC (rev 214708)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-filelight
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='View disk usage information'
 url='http://kde.org/applications/utilities/filelight'
@@ -15,7 +15,7 @@
 conflicts=('filelight')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
-sha1sums=('93e8fc1b0c2f7df8d782feac54f1fec660bad98f')
+sha1sums=('e4132eb6296983bc38c9bd42638efe187a089626')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:06
  Author: svenstaro
Revision: 214717

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

Added:
  kdeutils-kfloppy/repos/testing-i686/
  kdeutils-kfloppy/repos/testing-i686/PKGBUILD
(from rev 214716, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/testing-i686/kdeutils-kfloppy.install
(from rev 214716, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/testing-x86_64/
  kdeutils-kfloppy/repos/testing-x86_64/PKGBUILD
(from rev 214716, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/testing-x86_64/kdeutils-kfloppy.install
(from rev 214716, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)

-+
 testing-i686/PKGBUILD   |   32 ++
 testing-i686/kdeutils-kfloppy.install   |   12 +++
 testing-x86_64/PKGBUILD |   32 ++
 testing-x86_64/kdeutils-kfloppy.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdeutils-kfloppy/repos/testing-i686/PKGBUILD (from rev 214716, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:22:06 UTC (rev 214717)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('dff695f20186026e92ff3ad7f99b992e08f3296d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kfloppy/repos/testing-i686/kdeutils-kfloppy.install (from rev 
214716, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- testing-i686/kdeutils-kfloppy.install   (rev 0)
+++ testing-i686/kdeutils-kfloppy.install   2014-06-09 03:22:06 UTC (rev 
214717)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kfloppy/repos/testing-x86_64/PKGBUILD (from rev 214716, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:22:06 UTC (rev 214717)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('dff695f20186026e92ff3ad7f99b992e08f3296d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kfloppy/repos/testing-x86_64/kdeutils-kfloppy.install (from 
rev 214716, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- testing-x86_64/kdeutils-kfloppy.install (rev 0)
+++ testing-x86_64/kdeutils-kfloppy.install 2014-06-09 03:22:06 UTC (rev 
214717)
@@ -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 kdetoys-amor/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:09
  Author: svenstaro
Revision: 214701

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

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

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-i686/kdetoys-amor.install   |   11 +++
 testing-x86_64/PKGBUILD |   31 +++
 testing-x86_64/kdetoys-amor.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdetoys-amor/repos/testing-i686/PKGBUILD (from rev 214700, 
kdetoys-amor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:21:09 UTC (rev 214701)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('571d977abab9f616d54c728c9eca586a52986cbe')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-amor/repos/testing-i686/kdetoys-amor.install (from rev 214700, 
kdetoys-amor/trunk/kdetoys-amor.install)
===
--- testing-i686/kdetoys-amor.install   (rev 0)
+++ testing-i686/kdetoys-amor.install   2014-06-09 03:21:09 UTC (rev 214701)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-amor/repos/testing-x86_64/PKGBUILD (from rev 214700, 
kdetoys-amor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:21:09 UTC (rev 214701)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('571d977abab9f616d54c728c9eca586a52986cbe')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-amor/repos/testing-x86_64/kdetoys-amor.install (from rev 
214700, kdetoys-amor/trunk/kdetoys-amor.install)
===
--- testing-x86_64/kdetoys-amor.install (rev 0)
+++ testing-x86_64/kdetoys-amor.install 2014-06-09 03:21:09 UTC (rev 214701)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:42
  Author: svenstaro
Revision: 214710

upgpkg: kdeutils-kcalc 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-kcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:21:40 UTC (rev 214709)
+++ PKGBUILD2014-06-09 03:21:42 UTC (rev 214710)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kcalc
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Scientific Calculator'
 url='http://kde.org/applications/utilities/kcalc/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
-sha1sums=('0929e3ff801c592a15920612cdfe146a542800f2')
+sha1sums=('c73eac80dd9e731941f7d2efc2eaa750a1e29549')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:48
  Author: svenstaro
Revision: 214712

upgpkg: kdeutils-kcharselect 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-kcharselect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:21:46 UTC (rev 214711)
+++ PKGBUILD2014-06-09 03:21:48 UTC (rev 214712)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kcharselect
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Character Selector'
 url=http://kde.org/applications/utilities/kcharselect/;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde' 'kdeutils')
 
source=(http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
-sha1sums=('2547d109ab389f81426ea81f417ca821dfe935c6')
+sha1sums=('8a24eb184a51ee4e122f6d52c82f45af5ec9fcb5')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:00
  Author: svenstaro
Revision: 214715

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

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

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/kdeutils-kdf.install   |   11 +++
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/kdeutils-kdf.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdeutils-kdf/repos/testing-i686/PKGBUILD (from rev 214714, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:22:00 UTC (rev 214715)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=4.13.2
+pkgrel=1
+url=http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('10025c03807fc9465db1a392a8dce23a9d38fcbe')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kdf/repos/testing-i686/kdeutils-kdf.install (from rev 214714, 
kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- testing-i686/kdeutils-kdf.install   (rev 0)
+++ testing-i686/kdeutils-kdf.install   2014-06-09 03:22:00 UTC (rev 214715)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kdf/repos/testing-x86_64/PKGBUILD (from rev 214714, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:22:00 UTC (rev 214715)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=4.13.2
+pkgrel=1
+url=http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('10025c03807fc9465db1a392a8dce23a9d38fcbe')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kdf/repos/testing-x86_64/kdeutils-kdf.install (from rev 
214714, kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- testing-x86_64/kdeutils-kdf.install (rev 0)
+++ testing-x86_64/kdeutils-kdf.install 2014-06-09 03:22:00 UTC (rev 214715)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:13
  Author: svenstaro
Revision: 214719

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

Added:
  kdeutils-kgpg/repos/testing-i686/
  kdeutils-kgpg/repos/testing-i686/PKGBUILD
(from rev 214718, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/testing-i686/kdeutils-kgpg.install
(from rev 214718, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/testing-x86_64/
  kdeutils-kgpg/repos/testing-x86_64/PKGBUILD
(from rev 214718, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/testing-x86_64/kdeutils-kgpg.install
(from rev 214718, kdeutils-kgpg/trunk/kdeutils-kgpg.install)

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

Copied: kdeutils-kgpg/repos/testing-i686/PKGBUILD (from rev 214718, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:22:13 UTC (rev 214719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('710c0610058e68e5e8b9123576abbf3406454727')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kgpg/repos/testing-i686/kdeutils-kgpg.install (from rev 
214718, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- testing-i686/kdeutils-kgpg.install  (rev 0)
+++ testing-i686/kdeutils-kgpg.install  2014-06-09 03:22:13 UTC (rev 214719)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kgpg/repos/testing-x86_64/PKGBUILD (from rev 214718, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:22:13 UTC (rev 214719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('710c0610058e68e5e8b9123576abbf3406454727')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kgpg/repos/testing-x86_64/kdeutils-kgpg.install (from rev 
214718, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- testing-x86_64/kdeutils-kgpg.install(rev 0)
+++ testing-x86_64/kdeutils-kgpg.install2014-06-09 03:22:13 UTC (rev 
214719)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:15
  Author: svenstaro
Revision: 214720

upgpkg: kdeutils-kremotecontrol 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-kremotecontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:22:13 UTC (rev 214719)
+++ PKGBUILD2014-06-09 03:22:15 UTC (rev 214720)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kremotecontrol
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Configure your remote controls for use with applications'
 url='http://kde.org/applications/utilities/kremotecontrol/'
@@ -15,7 +15,7 @@
 conflicts=('kdeutils-kdelirc')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
-sha1sums=('63edf67f4454d553a40edeeeb83e689879e22806')
+sha1sums=('32102166564d4a70c611d11637f6af5eabb644bd')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:59
  Author: svenstaro
Revision: 214732

upgpkg: kdewebdev 4.13.2-1

upstream release 4.12.2

Modified:
  kdewebdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:22:57 UTC (rev 214731)
+++ PKGBUILD2014-06-09 03:22:59 UTC (rev 214732)
@@ -7,7 +7,7 @@
  'kdewebdev-kimagemapeditor'
  'kdewebdev-klinkstatus'
  'kdewebdev-kommander')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,7 +15,7 @@
 groups=('kde' 'kdewebdev')
 makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('1c0fd0b3a95093a8f9dc769b6c4952eb028f515c')
+sha1sums=('326cc841bdf9ed4034b3d644b618a716ecb601f0')
 
 build() {
cd $srcdir



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:44
  Author: svenstaro
Revision: 214728

upgpkg: kdeutils-superkaramba 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-superkaramba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:22:40 UTC (rev 214727)
+++ PKGBUILD2014-06-09 03:22:44 UTC (rev 214728)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-superkaramba
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='An engine for cool desktop eyecandy'
 url='http://kde.org/applications/utilities/superkaramba/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
-sha1sums=('f723212c6c3f3229c66d03356f2dd1fcd544effe')
+sha1sums=('132745ff6353454df87183b39e4cf7d1a219a1ec')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:02
  Author: svenstaro
Revision: 214716

upgpkg: kdeutils-kfloppy 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-kfloppy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:22:00 UTC (rev 214715)
+++ PKGBUILD2014-06-09 03:22:02 UTC (rev 214716)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kfloppy
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Floppy Formatter'
 url='http://kde.org/applications/utilities/kfloppy/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
-sha1sums=('7f1e831ea0381f64acdb354620b7b95e0e951cb3')
+sha1sums=('dff695f20186026e92ff3ad7f99b992e08f3296d')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:19
  Author: svenstaro
Revision: 214721

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

Added:
  kdeutils-kremotecontrol/repos/testing-i686/
  kdeutils-kremotecontrol/repos/testing-i686/PKGBUILD
(from rev 214720, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/testing-i686/kdeutils-kremotecontrol.install
(from rev 214720, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/testing-x86_64/
  kdeutils-kremotecontrol/repos/testing-x86_64/PKGBUILD
(from rev 214720, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/testing-x86_64/kdeutils-kremotecontrol.install
(from rev 214720, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)

+
 testing-i686/PKGBUILD  |   34 +++
 testing-i686/kdeutils-kremotecontrol.install   |   11 +++
 testing-x86_64/PKGBUILD|   34 +++
 testing-x86_64/kdeutils-kremotecontrol.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: kdeutils-kremotecontrol/repos/testing-i686/PKGBUILD (from rev 214720, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:22:19 UTC (rev 214721)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('32102166564d4a70c611d11637f6af5eabb644bd')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeutils-kremotecontrol/repos/testing-i686/kdeutils-kremotecontrol.install 
(from rev 214720, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- testing-i686/kdeutils-kremotecontrol.install
(rev 0)
+++ testing-i686/kdeutils-kremotecontrol.install2014-06-09 03:22:19 UTC 
(rev 214721)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kremotecontrol/repos/testing-x86_64/PKGBUILD (from rev 214720, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:22:19 UTC (rev 214721)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('32102166564d4a70c611d11637f6af5eabb644bd')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeutils-kremotecontrol/repos/testing-x86_64/kdeutils-kremotecontrol.install 
(from rev 214720, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- testing-x86_64/kdeutils-kremotecontrol.install  
(rev 0)
+++ testing-x86_64/kdeutils-kremotecontrol.install  2014-06-09 03:22:19 UTC 
(rev 214721)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:50
  Author: svenstaro
Revision: 214729

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

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

--+
 testing-i686/PKGBUILD|   32 +
 testing-i686/kdeutils-superkaramba.install   |   12 +
 testing-x86_64/PKGBUILD  |   32 +
 testing-x86_64/kdeutils-superkaramba.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdeutils-superkaramba/repos/testing-i686/PKGBUILD (from rev 214728, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:22:50 UTC (rev 214729)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('132745ff6353454df87183b39e4cf7d1a219a1ec')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-superkaramba/repos/testing-i686/kdeutils-superkaramba.install 
(from rev 214728, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- testing-i686/kdeutils-superkaramba.install  (rev 0)
+++ testing-i686/kdeutils-superkaramba.install  2014-06-09 03:22:50 UTC (rev 
214729)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-superkaramba/repos/testing-x86_64/PKGBUILD (from rev 214728, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:22:50 UTC (rev 214729)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('132745ff6353454df87183b39e4cf7d1a219a1ec')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeutils-superkaramba/repos/testing-x86_64/kdeutils-superkaramba.install (from 
rev 214728, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- testing-x86_64/kdeutils-superkaramba.install
(rev 0)
+++ testing-x86_64/kdeutils-superkaramba.install2014-06-09 03:22:50 UTC 
(rev 214729)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:28
  Author: svenstaro
Revision: 214724

upgpkg: kdeutils-kwalletmanager 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-kwalletmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:22:25 UTC (rev 214723)
+++ PKGBUILD2014-06-09 03:22:28 UTC (rev 214724)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kwalletmanager
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Wallet Management Tool'
 url='http://kde.org/applications/system/kwalletmanager/'
@@ -15,7 +15,7 @@
 replaces=('kdeutils-kwallet')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
-sha1sums=('58cc5e68d9517f9346d8a440bca93f0ef767866c')
+sha1sums=('d3588ef94067102c2bce441b7d4f29673dfdd182')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:40
  Author: svenstaro
Revision: 214727

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

Added:
  kdeutils-print-manager/repos/testing-i686/
  kdeutils-print-manager/repos/testing-i686/PKGBUILD
(from rev 214726, kdeutils-print-manager/trunk/PKGBUILD)
  kdeutils-print-manager/repos/testing-x86_64/
  kdeutils-print-manager/repos/testing-x86_64/PKGBUILD
(from rev 214726, kdeutils-print-manager/trunk/PKGBUILD)

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

Copied: kdeutils-print-manager/repos/testing-i686/PKGBUILD (from rev 214726, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:22:40 UTC (rev 214727)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-print-manager
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('ec7bef339a5a4d3b351ee24ddf76b635e40e5b4d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeutils-print-manager/repos/testing-x86_64/PKGBUILD (from rev 214726, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:22:40 UTC (rev 214727)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-print-manager
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('ec7bef339a5a4d3b351ee24ddf76b635e40e5b4d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:32
  Author: svenstaro
Revision: 214725

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

Added:
  kdeutils-kwalletmanager/repos/testing-i686/
  kdeutils-kwalletmanager/repos/testing-i686/PKGBUILD
(from rev 214724, kdeutils-kwalletmanager/trunk/PKGBUILD)
  kdeutils-kwalletmanager/repos/testing-i686/kdeutils-kwalletmanager.install
(from rev 214724, 
kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
  kdeutils-kwalletmanager/repos/testing-x86_64/
  kdeutils-kwalletmanager/repos/testing-x86_64/PKGBUILD
(from rev 214724, kdeutils-kwalletmanager/trunk/PKGBUILD)
  kdeutils-kwalletmanager/repos/testing-x86_64/kdeutils-kwalletmanager.install
(from rev 214724, 
kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)

+
 testing-i686/PKGBUILD  |   36 +++
 testing-i686/kdeutils-kwalletmanager.install   |   12 +++
 testing-x86_64/PKGBUILD|   36 +++
 testing-x86_64/kdeutils-kwalletmanager.install |   12 +++
 4 files changed, 96 insertions(+)

Copied: kdeutils-kwalletmanager/repos/testing-i686/PKGBUILD (from rev 214724, 
kdeutils-kwalletmanager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:22:32 UTC (rev 214725)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('d3588ef94067102c2bce441b7d4f29673dfdd182')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdeutils-kwalletmanager/repos/testing-i686/kdeutils-kwalletmanager.install 
(from rev 214724, kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
===
--- testing-i686/kdeutils-kwalletmanager.install
(rev 0)
+++ testing-i686/kdeutils-kwalletmanager.install2014-06-09 03:22:32 UTC 
(rev 214725)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeutils-kwalletmanager/repos/testing-x86_64/PKGBUILD (from rev 214724, 
kdeutils-kwalletmanager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:22:32 UTC (rev 214725)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('d3588ef94067102c2bce441b7d4f29673dfdd182')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdeutils-kwalletmanager/repos/testing-x86_64/kdeutils-kwalletmanager.install 
(from rev 214724, kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
===
--- testing-x86_64/kdeutils-kwalletmanager.install  
(rev 0)
+++ testing-x86_64/kdeutils-kwalletmanager.install  2014-06-09 03:22:32 UTC 
(rev 214725)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:08
  Author: svenstaro
Revision: 214718

upgpkg: kdeutils-kgpg 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-kgpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:22:06 UTC (rev 214717)
+++ PKGBUILD2014-06-09 03:22:08 UTC (rev 214718)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kgpg
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='A GnuPG frontend'
 url='http://kde.org/applications/utilities/kgpg/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
-sha1sums=('252551b1f7d2769d7402d98027b8c3edaac1f391')
+sha1sums=('710c0610058e68e5e8b9123576abbf3406454727')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdeutils-print-manager/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:34
  Author: svenstaro
Revision: 214726

upgpkg: kdeutils-print-manager 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-print-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:22:32 UTC (rev 214725)
+++ PKGBUILD2014-06-09 03:22:34 UTC (rev 214726)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-print-manager
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=A tool for managing print jobs and printers
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('print-manager')
 groups=('kde' 'kdeutils')
 
source=(http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
-sha1sums=('3d516b0644e4f75293f18417f567232241b7decd')
+sha1sums=('ec7bef339a5a4d3b351ee24ddf76b635e40e5b4d')
 
 build() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:25
  Author: svenstaro
Revision: 214723

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

Added:
  kdeutils-ktimer/repos/testing-i686/
  kdeutils-ktimer/repos/testing-i686/PKGBUILD
(from rev 214722, kdeutils-ktimer/trunk/PKGBUILD)
  kdeutils-ktimer/repos/testing-i686/kdeutils-ktimer.install
(from rev 214722, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
  kdeutils-ktimer/repos/testing-x86_64/
  kdeutils-ktimer/repos/testing-x86_64/PKGBUILD
(from rev 214722, kdeutils-ktimer/trunk/PKGBUILD)
  kdeutils-ktimer/repos/testing-x86_64/kdeutils-ktimer.install
(from rev 214722, kdeutils-ktimer/trunk/kdeutils-ktimer.install)

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdeutils-ktimer.install   |   11 ++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdeutils-ktimer.install |   11 ++
 4 files changed, 86 insertions(+)

Copied: kdeutils-ktimer/repos/testing-i686/PKGBUILD (from rev 214722, 
kdeutils-ktimer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:22:25 UTC (rev 214723)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ktimer
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('fd91d455135b1b1ba93c776e42c1b57efe2ac525')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ktimer/repos/testing-i686/kdeutils-ktimer.install (from rev 
214722, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
===
--- testing-i686/kdeutils-ktimer.install(rev 0)
+++ testing-i686/kdeutils-ktimer.install2014-06-09 03:22:25 UTC (rev 
214723)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-ktimer/repos/testing-x86_64/PKGBUILD (from rev 214722, 
kdeutils-ktimer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:22:25 UTC (rev 214723)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ktimer
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('fd91d455135b1b1ba93c776e42c1b57efe2ac525')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ktimer/repos/testing-x86_64/kdeutils-ktimer.install (from rev 
214722, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
===
--- testing-x86_64/kdeutils-ktimer.install  (rev 0)
+++ testing-x86_64/kdeutils-ktimer.install  2014-06-09 03:22:25 UTC (rev 
214723)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:57
  Author: svenstaro
Revision: 214731

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

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

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

Copied: kdeutils-sweeper/repos/testing-i686/PKGBUILD (from rev 214730, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:22:57 UTC (rev 214731)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('8056a0d0a1317c64cc055255b846b66932e98b03')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-sweeper/repos/testing-x86_64/PKGBUILD (from rev 214730, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:22:57 UTC (rev 214731)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('8056a0d0a1317c64cc055255b846b66932e98b03')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../sweeper-${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 kdeutils-ktimer/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:21
  Author: svenstaro
Revision: 214722

upgpkg: kdeutils-ktimer 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-ktimer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:22:19 UTC (rev 214721)
+++ PKGBUILD2014-06-09 03:22:21 UTC (rev 214722)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-ktimer
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Countdown Launcher'
 url='http://kde.org/applications/utilities/ktimer/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
-sha1sums=('cacd00e9e350fb271336f9cb1568f791b83f02da')
+sha1sums=('fd91d455135b1b1ba93c776e42c1b57efe2ac525')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:22:52
  Author: svenstaro
Revision: 214730

upgpkg: kdeutils-sweeper 4.13.2-1

upstream release 4.12.2

Modified:
  kdeutils-sweeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:22:50 UTC (rev 214729)
+++ PKGBUILD2014-06-09 03:22:52 UTC (rev 214730)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-sweeper
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='System Cleaner'
 url='http://kde.org/applications/utilities/sweeper'
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde' 'kdeutils')
 
source=(http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
-sha1sums=('cf8e23c6f57092171fbb9c9be2137910b4414e03')
+sha1sums=('8056a0d0a1317c64cc055255b846b66932e98b03')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:23:23
  Author: svenstaro
Revision: 214736

upgpkg: kde-l10n 4.13.2-1

upstream release 4.12.2

Modified:
  kde-l10n/trunk/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:23:11 UTC (rev 214735)
+++ PKGBUILD2014-06-09 03:23:23 UTC (rev 214736)
@@ -56,7 +56,7 @@
  'kde-l10n-wa'
  'kde-l10n-zh_cn'
  'kde-l10n-zh_tw')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 arch=('any')
 url='http://www.kde.org/'
@@ -116,59 +116,59 @@
 
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-wa-${pkgver}.tar.xz;
 
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz;
 
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz;)
-sha1sums=('29462630b8e907c54623dd3d9362a18220f26ba2'
- 'c4e3a1b6e3d27a175136b9e482d5d4f52fe9c372'
- '41a2e09d3feb6e6a3e8eb526f0be99b9b9012f27'
- '5c8847b621eb3107b3ee262670792f0e6b74277c'
- '9aaac31b9767a61cab5d36f60caa5ef6dd4ffccb'
- 'cb5bd1011f2050ba1396abb610eacd81a8aad003'
- 'c5a7aa677828d9cf26c330afe674d03db3d0f92d'
- '1f22f1ce8f3500425f23633c77214b4ecc86e60c'
- '127add1d4a3b71ea0821514ebcfbccbd8128fc1a'
- '611248d2c723c3957ae3dec35cad978eeb194d2c'
- 'f1382a9769b880fee46423ea587be63d6f40b568'
- 'eed0b042fad6ab72e5fe0b17bfc7991efc4c0a57'
- '351f1c5425b95bed487584f53d3e090124b87ece'
- '7cb2d8df0aed888609015dba872a4f7540163e85'
- '15e6c6d62ea27118bc8ec79dc64963e467d9d5f1'
- '2f5e58f58ad5a62a0746fd1a0558d4c4a33faebc'
- '398d7a7c4498c806fd6fc31b306ae9c1e35d6d01'
- '92a23da5d0a2926e64b4073f1a9e04ed37826574'
- '80e01ac450f8fa0e79e3cda59322f7b489f06861'
- '2314bc946e60df1854211240c8c7674cff846bce'
- '30b50f772d1dc57eb5e7954215e585786fc22ee7'
- '0d5143da85454ab36b2d6556ed2b13a0464af8e0'
- '78cb9987622cbf7b235856351fb346cbf4c1d071'
- '77208aeb6ae65abe57a21d96b2a3e62822a527a0'
- '588ae4d3b56e93bd88781cb765256805b7cbba24'
- '1fca9ab95dfab136b821e511c470420b7dba8cc1'
- 'a6b9118ab38be6b12b215c7dc9a5c3425188bbcb'
- '6b34fa0b8969b7b38d2d0b7efa6d1b024061dcf8'
- 'c75f63373fc05a677863a732b3f2e41cfe5d020e'
- '693c0a6c48b7a43b9aba8d70fbecc5381920bfb3'
- '1caba4eda2c6179e37bc82466b29b965b4f85a6c'
- 'ae54b6cb57971e6bcfb0af3beba6b4c6a58dc4f9'
- 'c32ba1d38fb67af8fc93f94089926903974a44f4'
- 'cea34097e89df2493d741fc3e41bc87f4f5e774c'
- 'b6e3ba42018220bdeb283dd58a3df48d4769d7f0'
- '3e05bdb6a5a0afc1e8981fed680d91cde0e83a86'
- '910231e9a4645c1fb8dfa0bd339311439d7f6af1'
- '1022e30a33c970f0da1c7b087e53d114f2627431'
- 'e77c4b286b46e05068f7c9634c7971f24e103f37'
- '0429766fb032357795a5e819d3b130f5798759c7'
- '4adc073190e6b16f63da091f196973c5b85ad853'
- '0dfcc101ccc4e758990ba675e6abb9872299bff1'
- '6866f0ad520897c3e5b5e429609253ba058d6289'
- '636f889698e087789535052e05226b3b9d9be5cc'
- '1c8ca4b156547091aa6f8ff99b75070b8c4280c8'
- 'f233f0956989cdb8434bd7a3d23444c2de592ce5'
- '3586c53ff731244838547e4e6bfd37da0ea80110'
- '12c8c8cd27e5965237892a16d1e948e7897dfbdc'
- '2ae7218ae506f96d4e774e5cd6db25dc54799b35'
- '86adf9018c7d5e74b4aae01dccef4bf3e9fc884b'
- 'af7994fc0480b0785f319177701599116c01589b'
- '9e3718a65213c4c06e54d70f9f945060274cf787'
- 'd660d8786f44541564418dfad9dbc2830e478472')
+sha1sums=('21a743026dfbb5894c991d8fab9cb496cabcaec0'
+ 'e652e3881f8cbd927b386a6e762ad2001bdd4bec'
+ '48d5151045d762589af84beb14a6d2b635de2206'
+ 'e40f765168851649667cfe41234cd293f297d903'
+ 'db25024da16c5b2b1ffec058dd8a7e200e5b8ef4'
+ '557981998bf25272f85a3d3fc267a048efde2370'
+ '0d895c1b47921426fa513888733c477395ad9c9f'
+ 'e049ad91d5f95f03e337ea9f289e56b73145e4bd'
+ 'a2a00a48e0111979b2ccffdf3f3c7ad67c81a959'
+ '955566501ce98b448f27fe8e5e1bc0a82a1fc723'
+ '8ff690f4efc4df9341d1ea64de2977783a038eb3'
+ 'da2c0a5bc0702fd5a51fc2acd78f2aa9b9088030'
+ '9154ca9d5c43710bc34866b35780f86d70c6b82a'
+ 'ef590b284e7321806282088df91baecc3283ba3e'
+ '55bf3fa0cd13f7a4a1b5d501e517c2c1652551d4'
+ '58e9b999647cd41ccceffefac73b02a4390d4e51'
+ '788144bede66b5500ac6545c28aea902412f8c01'
+ 'dbb9fd9c07b4cd84fb66cce10cdffd4ae150d1b7'
+ 'c2d2047c1102923624af48696c9b5025b63c6165'
+ '9ae739b3bc7d0f80c380982ac216d753eb80dec1'
+ '3e8c4b1a1e3d5473b444bc9d1c852587f7bb0a3b'
+ 'c5491270ba7f6683cb98a139e04ff494a95bed4a'
+ 

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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:23:07
  Author: svenstaro
Revision: 214734

upgpkg: kde-wallpapers 4.13.2-1

upstream release 4.12.2

Modified:
  kde-wallpapers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:23:05 UTC (rev 214733)
+++ PKGBUILD2014-06-09 03:23:07 UTC (rev 214734)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-wallpapers
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=A set of wallpapers for KDE
 arch=('any')
@@ -11,7 +11,7 @@
 groups=('kde' 'kde-meta' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('48fb31a7ac25d8fdbc2a8ee38dfab2c0d14727b8')
+sha1sums=('6847c3a1e3a219cb53131ee671aa7856da6ad319')
 
 package() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:23:11
  Author: svenstaro
Revision: 214735

archrelease: copy trunk to testing-any

Added:
  kde-wallpapers/repos/testing-any/
  kde-wallpapers/repos/testing-any/PKGBUILD
(from rev 214734, kde-wallpapers/trunk/PKGBUILD)

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

Copied: kde-wallpapers/repos/testing-any/PKGBUILD (from rev 214734, 
kde-wallpapers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-09 03:23:11 UTC (rev 214735)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-wallpapers
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A set of wallpapers for KDE
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6847c3a1e3a219cb53131ee671aa7856da6ad319')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:23:05
  Author: svenstaro
Revision: 214733

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

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

--+
 testing-i686/PKGBUILD|   71 +
 testing-i686/kdewebdev-kimagemapeditor.install   |   12 +++
 testing-i686/kdewebdev.install   |   11 +++
 testing-x86_64/PKGBUILD  |   71 +
 testing-x86_64/kdewebdev-kimagemapeditor.install |   12 +++
 testing-x86_64/kdewebdev.install |   11 +++
 6 files changed, 188 insertions(+)

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

Copied: kdewebdev/repos/testing-i686/kdewebdev-kimagemapeditor.install (from 
rev 214732, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
===
--- testing-i686/kdewebdev-kimagemapeditor.install  
(rev 0)
+++ testing-i686/kdewebdev-kimagemapeditor.install  2014-06-09 03:23:05 UTC 
(rev 214733)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdewebdev/repos/testing-i686/kdewebdev.install (from rev 214732, 
kdewebdev/trunk/kdewebdev.install)
===
--- testing-i686/kdewebdev.install  (rev 0)
+++ testing-i686/kdewebdev.install  2014-06-09 03:23:05 UTC (rev 214733)
@@ -0,0 +1,11 @@
+post_install() {
+   

[arch-commits] Commit in kde-l10n/repos (testing-any testing-any/PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:23:40
  Author: svenstaro
Revision: 214737

archrelease: copy trunk to testing-any

Added:
  kde-l10n/repos/testing-any/
  kde-l10n/repos/testing-any/PKGBUILD
(from rev 214736, kde-l10n/trunk/PKGBUILD)

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

Copied: kde-l10n/repos/testing-any/PKGBUILD (from rev 214736, 
kde-l10n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-09 03:23:40 UTC (rev 214737)
@@ -0,0 +1,504 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kde-l10n
+pkgname=('kde-l10n-ar'
+ 'kde-l10n-bg'
+ 'kde-l10n-bs'
+ 'kde-l10n-ca'
+ 'kde-l10n-ca@valencia'
+ 'kde-l10n-cs'
+ 'kde-l10n-da'
+ 'kde-l10n-de'
+ 'kde-l10n-el'
+ 'kde-l10n-en_gb'
+ 'kde-l10n-es'
+ 'kde-l10n-et'
+ 'kde-l10n-eu'
+ 'kde-l10n-fi'
+ 'kde-l10n-fr'
+ 'kde-l10n-ga'
+ 'kde-l10n-gl'
+ 'kde-l10n-he'
+ 'kde-l10n-hi'
+ 'kde-l10n-hr'
+ 'kde-l10n-hu'
+ 'kde-l10n-ia'
+ 'kde-l10n-id'
+ 'kde-l10n-is'
+ 'kde-l10n-it'
+ 'kde-l10n-ja'
+ 'kde-l10n-kk'
+ 'kde-l10n-km'
+ 'kde-l10n-ko'
+ 'kde-l10n-lt'
+ 'kde-l10n-lv'
+ 'kde-l10n-mr'
+ 'kde-l10n-nb'
+ 'kde-l10n-nds'
+ 'kde-l10n-nl'
+ 'kde-l10n-nn'
+ 'kde-l10n-pa'
+ 'kde-l10n-pl'
+ 'kde-l10n-pt'
+ 'kde-l10n-pt_br'
+ 'kde-l10n-ro'
+ 'kde-l10n-ru'
+ 'kde-l10n-sk'
+ 'kde-l10n-sl'
+ 'kde-l10n-sr'
+ 'kde-l10n-sv'
+ 'kde-l10n-tr'
+ 'kde-l10n-ug'
+ 'kde-l10n-uk'
+ 'kde-l10n-vi'
+ 'kde-l10n-wa'
+ 'kde-l10n-zh_cn'
+ 'kde-l10n-zh_tw')
+pkgver=4.13.2
+pkgrel=1
+arch=('any')
+url='http://www.kde.org/'
+license=('GPL')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+options=('docs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ar-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-bg-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-eu-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ga-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-he-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hi-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hr-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ia-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-id-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-is-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ja-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz;
+

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

2014-06-08 Thread Tobias Powalowski
Date: Monday, June 9, 2014 @ 06:58:27
  Author: tpowa
Revision: 214738

upgpkg: lirc 1:0.9.0-72

bump to 3.15 series

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:23:40 UTC (rev 214737)
+++ PKGBUILD2014-06-09 04:58:27 UTC (rev 214738)
@@ -4,14 +4,14 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=71
+pkgrel=72
 epoch=1
-_extramodules=extramodules-3.14-ARCH
+_extramodules=extramodules-3.15-ARCH
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
 ### NOTICE don't forget to bump version in depends in package_lirc
-makedepends=('help2man' 'linux=3.14' 'linux3.15' 'linux-headers=3.14' 
'linux-headers3.15' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
+makedepends=('help2man' 'linux=3.15' 'linux3.16' 'linux-headers=3.15' 
'linux-headers3.16' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch
@@ -82,7 +82,7 @@
 
 package_lirc() {
   pkgdesc=Linux Infrared Remote Control kernel modules for stock arch kernel
-  depends=('lirc-utils' 'linux=3.14' 'linux3.15')
+  depends=('lirc-utils' 'linux=3.15' 'linux3.16')
   replaces=('lirc+pctv')
   install=lirc.install
 



[arch-commits] Commit in lirc/repos (28 files)

2014-06-08 Thread Tobias Powalowski
Date: Monday, June 9, 2014 @ 06:58:50
  Author: tpowa
Revision: 214739

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 214738, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 214738, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 214738, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 214738, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 214738, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 214738, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 214738, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 214738, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 214738, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 214738, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 214738, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 214738, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 214738, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 214738, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 214738, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 214738, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 214738, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 214738, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 214738, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 214738, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 214738, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 214738, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 214738, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 214738, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 214738, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 214738, lirc/trunk/lircm.service)

+
 testing-i686/PKGBUILD  |  121 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/linux-3.8.patch   |   80 +++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   12 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 +
 testing-i686/lirc_wpc8769l.patch   |   88 
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircm.service |   12 ++
 testing-x86_64/PKGBUILD|  121 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/linux-3.8.patch |   80 +++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   12 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 +
 testing-x86_64/lirc_wpc8769l.patch |   88 
 testing-x86_64/lircd-handle-large-config.patch |   39 +++
 testing-x86_64/lircm.service   |   12 ++
 26 files changed, 954 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 214738, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 04:58:50 UTC (rev 214739)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=72
+epoch=1
+_extramodules=extramodules-3.15-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+### NOTICE don't forget to bump version in depends in 

<    1   2   3   4