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

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 14:37:21 UTC 2012


    Date: Wednesday, August 1, 2012 @ 10:37:21
  Author: andrea
Revision: 164554

db-move: moved kdeaccessibility-kmouth from [kde-unstable] to [testing] (i686, x86_64)

Added:
  kdeaccessibility-kmouth/repos/testing-i686/
  kdeaccessibility-kmouth/repos/testing-i686/PKGBUILD
    (from rev 164519, kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD)
  kdeaccessibility-kmouth/repos/testing-i686/kdeaccessibility-kmouth.install
    (from rev 164519, kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/testing-x86_64/
  kdeaccessibility-kmouth/repos/testing-x86_64/PKGBUILD
    (from rev 164519, kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD)
  kdeaccessibility-kmouth/repos/testing-x86_64/kdeaccessibility-kmouth.install
    (from rev 164519, kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install)
Deleted:
  kdeaccessibility-kmouth/repos/kde-unstable-i686/
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/

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

Copied: kdeaccessibility-kmouth/repos/testing-i686/PKGBUILD (from rev 164519, kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-08-01 14:37:21 UTC (rev 164554)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.9.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=('cfd00c317c5928b355ef095c3d46ed7ed581afeb')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility-kmouth/repos/testing-i686/kdeaccessibility-kmouth.install (from rev 164519, kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install)
===================================================================
--- testing-i686/kdeaccessibility-kmouth.install	                        (rev 0)
+++ testing-i686/kdeaccessibility-kmouth.install	2012-08-01 14:37:21 UTC (rev 164554)
@@ -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 164519, kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-08-01 14:37:21 UTC (rev 164554)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.9.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=('cfd00c317c5928b355ef095c3d46ed7ed581afeb')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility-kmouth/repos/testing-x86_64/kdeaccessibility-kmouth.install (from rev 164519, kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install)
===================================================================
--- testing-x86_64/kdeaccessibility-kmouth.install	                        (rev 0)
+++ testing-x86_64/kdeaccessibility-kmouth.install	2012-08-01 14:37:21 UTC (rev 164554)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list