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

Antonio Rojas arojas at archlinux.org
Fri Nov 18 19:52:41 UTC 2016


    Date: Friday, November 18, 2016 @ 19:52:41
  Author: arojas
Revision: 281084

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kdeaccessibility-kmouth/repos/staging-i686/
  kdeaccessibility-kmouth/repos/staging-i686/PKGBUILD
    (from rev 281083, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
  kdeaccessibility-kmouth/repos/staging-x86_64/
  kdeaccessibility-kmouth/repos/staging-x86_64/PKGBUILD
    (from rev 281083, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: kdeaccessibility-kmouth/repos/staging-i686/PKGBUILD (from rev 281083, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-11-18 19:52:41 UTC (rev 281084)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=16.11.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz"{,.sig})
+sha1sums=('f245c15ea1d317cd2661be1872e7c8fbb8b86a66'
+         'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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/staging-x86_64/PKGBUILD (from rev 281083, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-11-18 19:52:41 UTC (rev 281084)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=16.11.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz"{,.sig})
+sha1sums=('f245c15ea1d317cd2661be1872e7c8fbb8b86a66'
+         'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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
+}



More information about the arch-commits mailing list