[arch-commits] Commit in kdeaccessibility-kmouth/repos (6 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Jul 25 14:53:47 UTC 2014
Date: Friday, July 25, 2014 @ 16:53:47
Author: svenstaro
Revision: 217911
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeaccessibility-kmouth/repos/kde-unstable-i686/
kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
(from rev 217910, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
(from rev 217910, kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217910, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install
(from rev 217910, kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
-----------------------------------------------------+
kde-unstable-i686/PKGBUILD | 32 ++++++++++++++++++
kde-unstable-i686/kdeaccessibility-kmouth.install | 11 ++++++
kde-unstable-x86_64/PKGBUILD | 32 ++++++++++++++++++
kde-unstable-x86_64/kdeaccessibility-kmouth.install | 11 ++++++
4 files changed, 86 insertions(+)
Copied: kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD (from rev 217910, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-07-25 14:53:47 UTC (rev 217911)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.13.95
+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/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz")
+sha1sums=('ae4d2d0b87262e2d9edddf7cfcc2414161b1a0e6')
+
+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/kde-unstable-i686/kdeaccessibility-kmouth.install (from rev 217910, kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===================================================================
--- kde-unstable-i686/kdeaccessibility-kmouth.install (rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install 2014-07-25 14:53:47 UTC (rev 217911)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 217910, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-07-25 14:53:47 UTC (rev 217911)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.13.95
+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/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz")
+sha1sums=('ae4d2d0b87262e2d9edddf7cfcc2414161b1a0e6')
+
+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/kde-unstable-x86_64/kdeaccessibility-kmouth.install (from rev 217910, kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===================================================================
--- kde-unstable-x86_64/kdeaccessibility-kmouth.install (rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmouth.install 2014-07-25 14:53:47 UTC (rev 217911)
@@ -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