[arch-commits] Commit in kdeaccessibility (kde-unstable kde-unstable/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Dec 23 00:41:52 UTC 2009


    Date: Tuesday, December 22, 2009 @ 19:41:52
  Author: andrea
Revision: 61748

prepare kde-unstable repo

Added:
  kdeaccessibility/kde-unstable/
Modified:
  kdeaccessibility/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-12-22 17:51:40 UTC (rev 61738)
+++ kde-unstable/PKGBUILD	2009-12-23 00:41:52 UTC (rev 61748)
@@ -6,17 +6,16 @@
          'kdeaccessibility-iconthemes'
          'kdeaccessibility-kmag'
          'kdeaccessibility-kmousetool'
-         'kdeaccessibility-kmouth'
-         'kdeaccessibility-kttsd')
-pkgver=4.3.4
+         'kdeaccessibility-kmouth')
+pkgver=4.3.85
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://accessibility.kde.org'
 license=('GPL' 'FDL')
 groups=('kde' 'kdeaccessibility')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'kdelibs' 'festival')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('00adeff7e2441fdc7959644cefb07967')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'kdelibs')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+md5sums=('47486bbc8a35ed82fcce45f2f62ce6e8')
 
 build() {
 	cd $srcdir
@@ -26,7 +25,8 @@
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
-		-DCMAKE_INSTALL_PREFIX=/usr
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DWITH_Speechd=OFF
 	make
 }
 
@@ -71,13 +71,3 @@
 	cd $srcdir/build/doc/kmouth
 	make DESTDIR=$pkgdir install
 }
-
-package_kdeaccessibility-kttsd() {
-	pkgdesc='KDE Text To Speech Daemon'
-	depends=('kdelibs' 'kdebase-runtime' 'festival')
-	install='kdeaccessibility.install'
-	cd $srcdir/build/kttsd
-	make DESTDIR=$pkgdir install
-	cd $srcdir/build/doc/kttsd
-	make DESTDIR=$pkgdir install
-}




More information about the arch-commits mailing list