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

Andrea Scarpino andrea at archlinux.org
Sat Jan 19 11:48:08 UTC 2013


    Date: Saturday, January 19, 2013 @ 06:48:08
  Author: andrea
Revision: 175572

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

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

-----------------------------------------------------+
 kde-unstable-i686/PKGBUILD                          |   65 ++++++++----------
 kde-unstable-i686/kdeaccessibility-kmouth.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD                        |   65 ++++++++----------
 kde-unstable-x86_64/kdeaccessibility-kmouth.install |   22 +++---
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-01-19 11:47:33 UTC (rev 175571)
+++ kde-unstable-i686/PKGBUILD	2013-01-19 11:48:08 UTC (rev 175572)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeaccessibility-kmouth
-pkgver=4.9.97
-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=('caa75c5eef97c6c9d774049f77058b1a18b952da')
-
-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/kde-unstable-i686/PKGBUILD (from rev 175571, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-01-19 11:48:08 UTC (rev 175572)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.9.98
+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=('dcddc26bd607dd1ae724091ccb3f3558d9b0cb51')
+
+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
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmouth.install
===================================================================
--- kde-unstable-i686/kdeaccessibility-kmouth.install	2013-01-19 11:47:33 UTC (rev 175571)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install	2013-01-19 11:48:08 UTC (rev 175572)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install (from rev 175571, kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===================================================================
--- kde-unstable-i686/kdeaccessibility-kmouth.install	                        (rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install	2013-01-19 11:48:08 UTC (rev 175572)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2013-01-19 11:47:33 UTC (rev 175571)
+++ kde-unstable-x86_64/PKGBUILD	2013-01-19 11:48:08 UTC (rev 175572)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeaccessibility-kmouth
-pkgver=4.9.97
-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=('caa75c5eef97c6c9d774049f77058b1a18b952da')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 175571, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-01-19 11:48:08 UTC (rev 175572)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.9.98
+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=('dcddc26bd607dd1ae724091ccb3f3558d9b0cb51')
+
+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
+}

Deleted: kde-unstable-x86_64/kdeaccessibility-kmouth.install
===================================================================
--- kde-unstable-x86_64/kdeaccessibility-kmouth.install	2013-01-19 11:47:33 UTC (rev 175571)
+++ kde-unstable-x86_64/kdeaccessibility-kmouth.install	2013-01-19 11:48:08 UTC (rev 175572)
@@ -1,11 +0,0 @@
-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/kdeaccessibility-kmouth.install (from rev 175571, kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===================================================================
--- kde-unstable-x86_64/kdeaccessibility-kmouth.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmouth.install	2013-01-19 11:48:08 UTC (rev 175572)
@@ -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