Date: Wednesday, December 18, 2013 @ 18:28:31
  Author: andrea
Revision: 201886

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

Added:
  kdeaccessibility-kmouth/repos/testing-i686/
  kdeaccessibility-kmouth/repos/testing-i686/PKGBUILD
    (from rev 201884, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/testing-i686/kdeaccessibility-kmouth.install
    (from rev 201884, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/testing-x86_64/
  kdeaccessibility-kmouth/repos/testing-x86_64/PKGBUILD
    (from rev 201885, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/testing-x86_64/kdeaccessibility-kmouth.install
    (from rev 201885, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)

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

Copied: kdeaccessibility-kmouth/repos/testing-i686/PKGBUILD (from rev 201884, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-12-18 17:28:31 UTC (rev 201886)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.12.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kmouth-${pkgver}.tar.xz";)
+sha1sums=('a934e8b73a5a71293a63b45f038751318c04a1bf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmouth/repos/testing-i686/kdeaccessibility-kmouth.install 
(from rev 201884, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===================================================================
--- testing-i686/kdeaccessibility-kmouth.install                                
(rev 0)
+++ testing-i686/kdeaccessibility-kmouth.install        2013-12-18 17:28:31 UTC 
(rev 201886)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: kdeaccessibility-kmouth/repos/testing-x86_64/PKGBUILD (from rev 201885, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-12-18 17:28:31 UTC (rev 201886)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.12.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kmouth-${pkgver}.tar.xz";)
+sha1sums=('a934e8b73a5a71293a63b45f038751318c04a1bf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmouth/repos/testing-x86_64/kdeaccessibility-kmouth.install 
(from rev 201885, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===================================================================
--- testing-x86_64/kdeaccessibility-kmouth.install                              
(rev 0)
+++ testing-x86_64/kdeaccessibility-kmouth.install      2013-12-18 17:28:31 UTC 
(rev 201886)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to