diff options
Diffstat (limited to 'community/espeakup')
-rw-r--r-- | community/espeakup/PKGBUILD | 30 | ||||
-rw-r--r-- | community/espeakup/espeakup.conf.d | 6 | ||||
-rw-r--r-- | community/espeakup/espeakup.modules-load.d | 1 | ||||
-rw-r--r-- | community/espeakup/espeakup.service | 15 |
4 files changed, 0 insertions, 52 deletions
diff --git a/community/espeakup/PKGBUILD b/community/espeakup/PKGBUILD deleted file mode 100644 index b7ca9b086..000000000 --- a/community/espeakup/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Chris Brannon <chris@the-brannons.com> -# Contributor: Kyle <kyle@gmx.ca> - -pkgname=espeakup -pkgver=0.71 -pkgrel=8 -pkgdesc='Allows the Speakup screen review system to use the ESpeak synthesizer.' -arch=('i686' 'x86_64') -url='http://github.com/williamh/espeakup' -license=('GPL3') -source=(http://the-brannons.com/espeakup-0.71.tar.bz2 - espeakup.service espeakup.modules-load.d) -depends=('speakup-utils' 'espeak') - -build() { - cd $pkgname-$pkgver - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="${pkgdir}" install - install -m644 -D "${srcdir}/espeakup.service" "${pkgdir}/usr/lib/systemd/system/espeakup.service" - install -m644 -D "${srcdir}/espeakup.modules-load.d" "${pkgdir}/usr/lib/modules-load.d/espeakup.conf" -} - -sha256sums=('8307986998256db21e615c4edc1befedde28a6995971da258e9d513dd79bd3ab' - '0d17413611db3fc4d70e34e84c1e55e832d9eec29482ed7d8c3d737e4ba162b8' - '916abe0c03b843194705940ef062046809a68b51c5696f505d5444a73b45f214') diff --git a/community/espeakup/espeakup.conf.d b/community/espeakup/espeakup.conf.d deleted file mode 100644 index 66f7842c3..000000000 --- a/community/espeakup/espeakup.conf.d +++ /dev/null @@ -1,6 +0,0 @@ -# -# Arguments to be passed to espeakup. -# Example: -# ESPEAKUP_ARGS="--default-voice=fr" -# will tell espeakup to use the French voice. -ESPEAKUP_ARGS="" diff --git a/community/espeakup/espeakup.modules-load.d b/community/espeakup/espeakup.modules-load.d deleted file mode 100644 index 38d53913d..000000000 --- a/community/espeakup/espeakup.modules-load.d +++ /dev/null @@ -1 +0,0 @@ -speakup_soft diff --git a/community/espeakup/espeakup.service b/community/espeakup/espeakup.service deleted file mode 100644 index 88559d0fe..000000000 --- a/community/espeakup/espeakup.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Software speech output for Speakup -# espeakup needs to start after the audio devices appear, hopefully this should go away in the future -Wants=systemd-udev-settle.service -After=systemd-udev-settle.service sound.target - -[Service] -Type=forking -PIDFile=/run/espeakup.pid -ExecStart=/usr/bin/espeakup -ExecReload=/bin/kill -HUP $MAINPID -Restart=always - -[Install] -WantedBy=sound.target |