[arch-commits] Commit in brltty/repos (22 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Dec 25 00:34:17 UTC 2012
Date: Monday, December 24, 2012 @ 19:34:16
Author: foutrelis
Revision: 173838
db-move: moved brltty from [testing] to [extra] (i686, x86_64)
Added:
brltty/repos/extra-i686/PKGBUILD
(from rev 173837, brltty/repos/testing-i686/PKGBUILD)
brltty/repos/extra-i686/brltty
(from rev 173837, brltty/repos/testing-i686/brltty)
brltty/repos/extra-i686/brltty.conf
(from rev 173837, brltty/repos/testing-i686/brltty.conf)
brltty/repos/extra-i686/brltty.install
(from rev 173837, brltty/repos/testing-i686/brltty.install)
brltty/repos/extra-i686/brltty.service
(from rev 173837, brltty/repos/testing-i686/brltty.service)
brltty/repos/extra-x86_64/PKGBUILD
(from rev 173837, brltty/repos/testing-x86_64/PKGBUILD)
brltty/repos/extra-x86_64/brltty
(from rev 173837, brltty/repos/testing-x86_64/brltty)
brltty/repos/extra-x86_64/brltty.conf
(from rev 173837, brltty/repos/testing-x86_64/brltty.conf)
brltty/repos/extra-x86_64/brltty.install
(from rev 173837, brltty/repos/testing-x86_64/brltty.install)
brltty/repos/extra-x86_64/brltty.service
(from rev 173837, brltty/repos/testing-x86_64/brltty.service)
Deleted:
brltty/repos/extra-i686/PKGBUILD
brltty/repos/extra-i686/brltty
brltty/repos/extra-i686/brltty.conf
brltty/repos/extra-i686/brltty.install
brltty/repos/extra-i686/brltty.service
brltty/repos/extra-x86_64/PKGBUILD
brltty/repos/extra-x86_64/brltty
brltty/repos/extra-x86_64/brltty.conf
brltty/repos/extra-x86_64/brltty.install
brltty/repos/extra-x86_64/brltty.service
brltty/repos/testing-i686/
brltty/repos/testing-x86_64/
-----------------------------+
extra-i686/PKGBUILD | 97 +++++++++++++++--------------
extra-i686/brltty | 136 +++++++++++++++++++++---------------------
extra-i686/brltty.conf | 4 -
extra-i686/brltty.install | 40 ++++++------
extra-i686/brltty.service | 24 +++----
extra-x86_64/PKGBUILD | 97 +++++++++++++++--------------
extra-x86_64/brltty | 136 +++++++++++++++++++++---------------------
extra-x86_64/brltty.conf | 4 -
extra-x86_64/brltty.install | 40 ++++++------
extra-x86_64/brltty.service | 24 +++----
10 files changed, 302 insertions(+), 300 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-i686/PKGBUILD 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=brltty
-pkgver=4.4
-pkgrel=1
-pkgdesc="Braille display driver for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://mielke.cc/brltty"
-license=('GPL' 'LGPL')
-depends=('libxaw' 'at-spi2-core' 'gpm' 'icu' 'tcl' 'atk' 'pyrex')
-makedepends=('bluez')
-optdepends=('bluez: bluetooth support')
-backup=(etc/brltty.conf etc/conf.d/brltty.conf)
-options=('!makeflags' '!emptydirs')
-install=brltty.install
-source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
- 'brltty'
- 'brltty.conf'
- 'brltty.service')
-md5sums=('8ebe96efe679f5f6ccff08928fec5b26'
- '831ebaf0c56091702929c68805d20c4f'
- 'a8ab8b3dd059e96e1734bc9cdcf844fc'
- '7acecd700b9f94d76fe4a6ad56cb0448')
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --with-screen-driver=a2 \
- --enable-gpm \
- --disable-java-bindings \
- PYTHON=/usr/bin/python2
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make INSTALL_ROOT="$pkgdir" install
- install -D -m755 "$srcdir/brltty" "$pkgdir/etc/rc.d/brltty"
- install -D -m644 "$srcdir/brltty.conf" "$pkgdir/etc/conf.d/brltty.conf"
- install -D -m644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
- install -D -m644 "$srcdir/brltty.service" "$pkgdir/usr/lib/systemd/system/brltty.service"
-}
Copied: brltty/repos/extra-i686/PKGBUILD (from rev 173837, brltty/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=brltty
+pkgver=4.4
+pkgrel=2
+pkgdesc="Braille display driver for Linux/Unix"
+arch=('i686' 'x86_64')
+url="http://mielke.cc/brltty"
+license=('GPL' 'LGPL')
+depends=('libxaw' 'at-spi2-core' 'gpm' 'icu' 'tcl' 'atk' 'pyrex')
+makedepends=('bluez')
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf etc/conf.d/brltty.conf)
+options=('!makeflags' '!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+ 'brltty'
+ 'brltty.conf'
+ 'brltty.service')
+md5sums=('8ebe96efe679f5f6ccff08928fec5b26'
+ '831ebaf0c56091702929c68805d20c4f'
+ 'a8ab8b3dd059e96e1734bc9cdcf844fc'
+ '7acecd700b9f94d76fe4a6ad56cb0448')
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ sed -i 's|/usr/bin/python|/usr/bin/python2|' Tables/latex-access.ctb
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var \
+ --with-screen-driver=a2 \
+ --enable-gpm \
+ --disable-java-bindings \
+ PYTHON=/usr/bin/python2
+
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make INSTALL_ROOT="$pkgdir" install
+ install -D -m755 "$srcdir/brltty" "$pkgdir/etc/rc.d/brltty"
+ install -D -m644 "$srcdir/brltty.conf" "$pkgdir/etc/conf.d/brltty.conf"
+ install -D -m644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
+ install -D -m644 "$srcdir/brltty.service" "$pkgdir/usr/lib/systemd/system/brltty.service"
+}
Deleted: extra-i686/brltty
===================================================================
--- extra-i686/brltty 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-i686/brltty 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,68 +0,0 @@
-#!/bin/bash
-
-daemon_name=brltty
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/$daemon_name.conf
-
-get_pid() {
- pidof -o %PPID $daemon_name
-}
-
-case "$1" in
- start)
- stat_busy "Starting $daemon_name daemon"
-
- PID=$(get_pid)
- if [ -z "$PID" ]; then
- [ -f /var/run/$daemon_name.pid ] && rm -f /var/run/$daemon_name.pid
- # RUN
- $daemon_name $brltty_args
- #
- if [ $? -gt 0 ]; then
- stat_fail
- exit 1
- else
- echo $(get_pid) > /var/run/$daemon_name.pid
- add_daemon $daemon_name
- stat_done
- fi
- else
- stat_fail
- exit 1
- fi
- ;;
-
- stop)
- stat_busy "Stopping $daemon_name daemon"
- PID=$(get_pid)
- # KILL
- [ ! -z "$PID" ] && kill $PID &> /dev/null
- #
- if [ $? -gt 0 ]; then
- stat_fail
- exit 1
- else
- rm -f /var/run/$daemon_name.pid &> /dev/null
- rm_daemon $daemon_name
- stat_done
- fi
- ;;
-
- restart)
- $0 stop
- sleep 3
- $0 start
- ;;
-
- status)
- stat_busy "Checking $daemon_name status";
- ck_status $daemon_name
- ;;
-
- *)
- echo "usage: $0 {start|stop|restart|status}"
-esac
-
-exit 0
Copied: brltty/repos/extra-i686/brltty (from rev 173837, brltty/repos/testing-i686/brltty)
===================================================================
--- extra-i686/brltty (rev 0)
+++ extra-i686/brltty 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,68 @@
+#!/bin/bash
+
+daemon_name=brltty
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/$daemon_name.conf
+
+get_pid() {
+ pidof -o %PPID $daemon_name
+}
+
+case "$1" in
+ start)
+ stat_busy "Starting $daemon_name daemon"
+
+ PID=$(get_pid)
+ if [ -z "$PID" ]; then
+ [ -f /var/run/$daemon_name.pid ] && rm -f /var/run/$daemon_name.pid
+ # RUN
+ $daemon_name $brltty_args
+ #
+ if [ $? -gt 0 ]; then
+ stat_fail
+ exit 1
+ else
+ echo $(get_pid) > /var/run/$daemon_name.pid
+ add_daemon $daemon_name
+ stat_done
+ fi
+ else
+ stat_fail
+ exit 1
+ fi
+ ;;
+
+ stop)
+ stat_busy "Stopping $daemon_name daemon"
+ PID=$(get_pid)
+ # KILL
+ [ ! -z "$PID" ] && kill $PID &> /dev/null
+ #
+ if [ $? -gt 0 ]; then
+ stat_fail
+ exit 1
+ else
+ rm -f /var/run/$daemon_name.pid &> /dev/null
+ rm_daemon $daemon_name
+ stat_done
+ fi
+ ;;
+
+ restart)
+ $0 stop
+ sleep 3
+ $0 start
+ ;;
+
+ status)
+ stat_busy "Checking $daemon_name status";
+ ck_status $daemon_name
+ ;;
+
+ *)
+ echo "usage: $0 {start|stop|restart|status}"
+esac
+
+exit 0
Deleted: extra-i686/brltty.conf
===================================================================
--- extra-i686/brltty.conf 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-i686/brltty.conf 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,2 +0,0 @@
-# Specify any arguments to pass to brltty here.
-brltty_args=""
\ No newline at end of file
Copied: brltty/repos/extra-i686/brltty.conf (from rev 173837, brltty/repos/testing-i686/brltty.conf)
===================================================================
--- extra-i686/brltty.conf (rev 0)
+++ extra-i686/brltty.conf 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,2 @@
+# Specify any arguments to pass to brltty here.
+brltty_args=""
\ No newline at end of file
Deleted: extra-i686/brltty.install
===================================================================
--- extra-i686/brltty.install 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-i686/brltty.install 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,20 +0,0 @@
-post_install () {
- getent group brlapi &>/dev/null || groupadd -r brlapi
- if [ ! -e /etc/brlapi.key ]; then
- mcookie >/etc/brlapi.key
- chmod 0640 /etc/brlapi.key
- chgrp brlapi /etc/brlapi.key
- echo "Please add your user to the brlapi group."
- fi
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove () {
- getent group brlapi >/dev/null 2>&1 && groupdel brlapi
- if [ -e /etc/brlapi.key ]; then
- rm -f /etc/brlapi.key
- fi
-}
Copied: brltty/repos/extra-i686/brltty.install (from rev 173837, brltty/repos/testing-i686/brltty.install)
===================================================================
--- extra-i686/brltty.install (rev 0)
+++ extra-i686/brltty.install 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi &>/dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie >/etc/brlapi.key
+ chmod 0640 /etc/brlapi.key
+ chgrp brlapi /etc/brlapi.key
+ echo "Please add your user to the brlapi group."
+ fi
+}
+
+post_upgrade () {
+ post_install
+}
+
+post_remove () {
+ getent group brlapi >/dev/null 2>&1 && groupdel brlapi
+ if [ -e /etc/brlapi.key ]; then
+ rm -f /etc/brlapi.key
+ fi
+}
Deleted: extra-i686/brltty.service
===================================================================
--- extra-i686/brltty.service 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-i686/brltty.service 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Braille Console Driver
-DefaultDependencies=no
-Before=sysinit.target
-
-[Service]
-ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
-Type=forking
-PIDFile=/run/brltty.pid
-
-[Install]
-WantedBy=multi-user.target
Copied: brltty/repos/extra-i686/brltty.service (from rev 173837, brltty/repos/testing-i686/brltty.service)
===================================================================
--- extra-i686/brltty.service (rev 0)
+++ extra-i686/brltty.service 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=multi-user.target
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-x86_64/PKGBUILD 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=brltty
-pkgver=4.4
-pkgrel=1
-pkgdesc="Braille display driver for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://mielke.cc/brltty"
-license=('GPL' 'LGPL')
-depends=('libxaw' 'at-spi2-core' 'gpm' 'icu' 'tcl' 'atk' 'pyrex')
-makedepends=('bluez')
-optdepends=('bluez: bluetooth support')
-backup=(etc/brltty.conf etc/conf.d/brltty.conf)
-options=('!makeflags' '!emptydirs')
-install=brltty.install
-source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
- 'brltty'
- 'brltty.conf'
- 'brltty.service')
-md5sums=('8ebe96efe679f5f6ccff08928fec5b26'
- '831ebaf0c56091702929c68805d20c4f'
- 'a8ab8b3dd059e96e1734bc9cdcf844fc'
- '7acecd700b9f94d76fe4a6ad56cb0448')
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --with-screen-driver=a2 \
- --enable-gpm \
- --disable-java-bindings \
- PYTHON=/usr/bin/python2
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make INSTALL_ROOT="$pkgdir" install
- install -D -m755 "$srcdir/brltty" "$pkgdir/etc/rc.d/brltty"
- install -D -m644 "$srcdir/brltty.conf" "$pkgdir/etc/conf.d/brltty.conf"
- install -D -m644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
- install -D -m644 "$srcdir/brltty.service" "$pkgdir/usr/lib/systemd/system/brltty.service"
-}
Copied: brltty/repos/extra-x86_64/PKGBUILD (from rev 173837, brltty/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=brltty
+pkgver=4.4
+pkgrel=2
+pkgdesc="Braille display driver for Linux/Unix"
+arch=('i686' 'x86_64')
+url="http://mielke.cc/brltty"
+license=('GPL' 'LGPL')
+depends=('libxaw' 'at-spi2-core' 'gpm' 'icu' 'tcl' 'atk' 'pyrex')
+makedepends=('bluez')
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf etc/conf.d/brltty.conf)
+options=('!makeflags' '!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+ 'brltty'
+ 'brltty.conf'
+ 'brltty.service')
+md5sums=('8ebe96efe679f5f6ccff08928fec5b26'
+ '831ebaf0c56091702929c68805d20c4f'
+ 'a8ab8b3dd059e96e1734bc9cdcf844fc'
+ '7acecd700b9f94d76fe4a6ad56cb0448')
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ sed -i 's|/usr/bin/python|/usr/bin/python2|' Tables/latex-access.ctb
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var \
+ --with-screen-driver=a2 \
+ --enable-gpm \
+ --disable-java-bindings \
+ PYTHON=/usr/bin/python2
+
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make INSTALL_ROOT="$pkgdir" install
+ install -D -m755 "$srcdir/brltty" "$pkgdir/etc/rc.d/brltty"
+ install -D -m644 "$srcdir/brltty.conf" "$pkgdir/etc/conf.d/brltty.conf"
+ install -D -m644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
+ install -D -m644 "$srcdir/brltty.service" "$pkgdir/usr/lib/systemd/system/brltty.service"
+}
Deleted: extra-x86_64/brltty
===================================================================
--- extra-x86_64/brltty 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-x86_64/brltty 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,68 +0,0 @@
-#!/bin/bash
-
-daemon_name=brltty
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/$daemon_name.conf
-
-get_pid() {
- pidof -o %PPID $daemon_name
-}
-
-case "$1" in
- start)
- stat_busy "Starting $daemon_name daemon"
-
- PID=$(get_pid)
- if [ -z "$PID" ]; then
- [ -f /var/run/$daemon_name.pid ] && rm -f /var/run/$daemon_name.pid
- # RUN
- $daemon_name $brltty_args
- #
- if [ $? -gt 0 ]; then
- stat_fail
- exit 1
- else
- echo $(get_pid) > /var/run/$daemon_name.pid
- add_daemon $daemon_name
- stat_done
- fi
- else
- stat_fail
- exit 1
- fi
- ;;
-
- stop)
- stat_busy "Stopping $daemon_name daemon"
- PID=$(get_pid)
- # KILL
- [ ! -z "$PID" ] && kill $PID &> /dev/null
- #
- if [ $? -gt 0 ]; then
- stat_fail
- exit 1
- else
- rm -f /var/run/$daemon_name.pid &> /dev/null
- rm_daemon $daemon_name
- stat_done
- fi
- ;;
-
- restart)
- $0 stop
- sleep 3
- $0 start
- ;;
-
- status)
- stat_busy "Checking $daemon_name status";
- ck_status $daemon_name
- ;;
-
- *)
- echo "usage: $0 {start|stop|restart|status}"
-esac
-
-exit 0
Copied: brltty/repos/extra-x86_64/brltty (from rev 173837, brltty/repos/testing-x86_64/brltty)
===================================================================
--- extra-x86_64/brltty (rev 0)
+++ extra-x86_64/brltty 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,68 @@
+#!/bin/bash
+
+daemon_name=brltty
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/$daemon_name.conf
+
+get_pid() {
+ pidof -o %PPID $daemon_name
+}
+
+case "$1" in
+ start)
+ stat_busy "Starting $daemon_name daemon"
+
+ PID=$(get_pid)
+ if [ -z "$PID" ]; then
+ [ -f /var/run/$daemon_name.pid ] && rm -f /var/run/$daemon_name.pid
+ # RUN
+ $daemon_name $brltty_args
+ #
+ if [ $? -gt 0 ]; then
+ stat_fail
+ exit 1
+ else
+ echo $(get_pid) > /var/run/$daemon_name.pid
+ add_daemon $daemon_name
+ stat_done
+ fi
+ else
+ stat_fail
+ exit 1
+ fi
+ ;;
+
+ stop)
+ stat_busy "Stopping $daemon_name daemon"
+ PID=$(get_pid)
+ # KILL
+ [ ! -z "$PID" ] && kill $PID &> /dev/null
+ #
+ if [ $? -gt 0 ]; then
+ stat_fail
+ exit 1
+ else
+ rm -f /var/run/$daemon_name.pid &> /dev/null
+ rm_daemon $daemon_name
+ stat_done
+ fi
+ ;;
+
+ restart)
+ $0 stop
+ sleep 3
+ $0 start
+ ;;
+
+ status)
+ stat_busy "Checking $daemon_name status";
+ ck_status $daemon_name
+ ;;
+
+ *)
+ echo "usage: $0 {start|stop|restart|status}"
+esac
+
+exit 0
Deleted: extra-x86_64/brltty.conf
===================================================================
--- extra-x86_64/brltty.conf 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-x86_64/brltty.conf 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,2 +0,0 @@
-# Specify any arguments to pass to brltty here.
-brltty_args=""
\ No newline at end of file
Copied: brltty/repos/extra-x86_64/brltty.conf (from rev 173837, brltty/repos/testing-x86_64/brltty.conf)
===================================================================
--- extra-x86_64/brltty.conf (rev 0)
+++ extra-x86_64/brltty.conf 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,2 @@
+# Specify any arguments to pass to brltty here.
+brltty_args=""
\ No newline at end of file
Deleted: extra-x86_64/brltty.install
===================================================================
--- extra-x86_64/brltty.install 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-x86_64/brltty.install 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,20 +0,0 @@
-post_install () {
- getent group brlapi &>/dev/null || groupadd -r brlapi
- if [ ! -e /etc/brlapi.key ]; then
- mcookie >/etc/brlapi.key
- chmod 0640 /etc/brlapi.key
- chgrp brlapi /etc/brlapi.key
- echo "Please add your user to the brlapi group."
- fi
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove () {
- getent group brlapi >/dev/null 2>&1 && groupdel brlapi
- if [ -e /etc/brlapi.key ]; then
- rm -f /etc/brlapi.key
- fi
-}
Copied: brltty/repos/extra-x86_64/brltty.install (from rev 173837, brltty/repos/testing-x86_64/brltty.install)
===================================================================
--- extra-x86_64/brltty.install (rev 0)
+++ extra-x86_64/brltty.install 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi &>/dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie >/etc/brlapi.key
+ chmod 0640 /etc/brlapi.key
+ chgrp brlapi /etc/brlapi.key
+ echo "Please add your user to the brlapi group."
+ fi
+}
+
+post_upgrade () {
+ post_install
+}
+
+post_remove () {
+ getent group brlapi >/dev/null 2>&1 && groupdel brlapi
+ if [ -e /etc/brlapi.key ]; then
+ rm -f /etc/brlapi.key
+ fi
+}
Deleted: extra-x86_64/brltty.service
===================================================================
--- extra-x86_64/brltty.service 2012-12-24 18:38:45 UTC (rev 173837)
+++ extra-x86_64/brltty.service 2012-12-25 00:34:16 UTC (rev 173838)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Braille Console Driver
-DefaultDependencies=no
-Before=sysinit.target
-
-[Service]
-ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
-Type=forking
-PIDFile=/run/brltty.pid
-
-[Install]
-WantedBy=multi-user.target
Copied: brltty/repos/extra-x86_64/brltty.service (from rev 173837, brltty/repos/testing-x86_64/brltty.service)
===================================================================
--- extra-x86_64/brltty.service (rev 0)
+++ extra-x86_64/brltty.service 2012-12-25 00:34:16 UTC (rev 173838)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list