Date: Wednesday, February 6, 2013 @ 09:36:37
  Author: andrea
Revision: 177127

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

Added:
  kdeaccessibility-kmouth/repos/testing-i686/
  kdeaccessibility-kmouth/repos/testing-i686/PKGBUILD
    (from rev 177126, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/testing-i686/kdeaccessibility-kmouth.install
    (from rev 177126, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/testing-x86_64/
  kdeaccessibility-kmouth/repos/testing-x86_64/PKGBUILD
    (from rev 177126, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/testing-x86_64/kdeaccessibility-kmouth.install
    (from rev 177126, 
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 177126, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-02-06 08:36:37 UTC (rev 177127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.10.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=('6c4724df688578169788775d105197c3f7eaf701')
+
+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 177126, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===================================================================
--- testing-i686/kdeaccessibility-kmouth.install                                
(rev 0)
+++ testing-i686/kdeaccessibility-kmouth.install        2013-02-06 08:36:37 UTC 
(rev 177127)
@@ -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 177126, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-02-06 08:36:37 UTC (rev 177127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.10.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=('6c4724df688578169788775d105197c3f7eaf701')
+
+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 177126, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===================================================================
--- testing-x86_64/kdeaccessibility-kmouth.install                              
(rev 0)
+++ testing-x86_64/kdeaccessibility-kmouth.install      2013-02-06 08:36:37 UTC 
(rev 177127)
@@ -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