[arch-commits] Commit in brltty/repos (22 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Nov 18 10:27:38 UTC 2012


    Date: Sunday, November 18, 2012 @ 05:27:37
  Author: andyrtr
Revision: 171512

db-move: moved brltty from [testing] to [extra] (i686, x86_64)

Added:
  brltty/repos/extra-i686/PKGBUILD
    (from rev 171510, brltty/repos/testing-i686/PKGBUILD)
  brltty/repos/extra-i686/brltty
    (from rev 171510, brltty/repos/testing-i686/brltty)
  brltty/repos/extra-i686/brltty.conf
    (from rev 171510, brltty/repos/testing-i686/brltty.conf)
  brltty/repos/extra-i686/brltty.install
    (from rev 171510, brltty/repos/testing-i686/brltty.install)
  brltty/repos/extra-i686/brltty.service
    (from rev 171510, brltty/repos/testing-i686/brltty.service)
  brltty/repos/extra-x86_64/PKGBUILD
    (from rev 171510, brltty/repos/testing-x86_64/PKGBUILD)
  brltty/repos/extra-x86_64/brltty
    (from rev 171510, brltty/repos/testing-x86_64/brltty)
  brltty/repos/extra-x86_64/brltty.conf
    (from rev 171510, brltty/repos/testing-x86_64/brltty.conf)
  brltty/repos/extra-x86_64/brltty.install
    (from rev 171510, brltty/repos/testing-x86_64/brltty.install)
  brltty/repos/extra-x86_64/brltty.service
    (from rev 171510, 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         |  100 +++++++++++++++---------------
 extra-i686/brltty           |  136 +++++++++++++++++++++---------------------
 extra-i686/brltty.conf      |    4 -
 extra-i686/brltty.install   |   40 ++++++------
 extra-i686/brltty.service   |   24 +++----
 extra-x86_64/PKGBUILD       |  100 +++++++++++++++---------------
 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, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-11-18 10:27:36 UTC (rev 171511)
+++ extra-i686/PKGBUILD	2012-11-18 10:27:37 UTC (rev 171512)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=brltty
-pkgver=4.3
-pkgrel=6
-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' 'python2' 'tcl' 'atk' 'libxtst' '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')
-
-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 \
-    --disable-caml-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"
-}
-md5sums=('5ada573f88df32b6150db3b9a620e20b'
-         '831ebaf0c56091702929c68805d20c4f'
-         'a8ab8b3dd059e96e1734bc9cdcf844fc'
-         '7acecd700b9f94d76fe4a6ad56cb0448')

Copied: brltty/repos/extra-i686/PKGBUILD (from rev 171510, brltty/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-18 10:27:37 UTC (rev 171512)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=brltty
+pkgver=4.3
+pkgrel=7
+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')
+
+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 \
+    --disable-caml-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"
+}
+md5sums=('5ada573f88df32b6150db3b9a620e20b'
+         '831ebaf0c56091702929c68805d20c4f'
+         'a8ab8b3dd059e96e1734bc9cdcf844fc'
+         '7acecd700b9f94d76fe4a6ad56cb0448')

Deleted: extra-i686/brltty
===================================================================
--- extra-i686/brltty	2012-11-18 10:27:36 UTC (rev 171511)
+++ extra-i686/brltty	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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 171510, brltty/repos/testing-i686/brltty)
===================================================================
--- extra-i686/brltty	                        (rev 0)
+++ extra-i686/brltty	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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-11-18 10:27:36 UTC (rev 171511)
+++ extra-i686/brltty.conf	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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 171510, brltty/repos/testing-i686/brltty.conf)
===================================================================
--- extra-i686/brltty.conf	                        (rev 0)
+++ extra-i686/brltty.conf	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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-11-18 10:27:36 UTC (rev 171511)
+++ extra-i686/brltty.install	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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 171510, brltty/repos/testing-i686/brltty.install)
===================================================================
--- extra-i686/brltty.install	                        (rev 0)
+++ extra-i686/brltty.install	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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-11-18 10:27:36 UTC (rev 171511)
+++ extra-i686/brltty.service	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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 171510, brltty/repos/testing-i686/brltty.service)
===================================================================
--- extra-i686/brltty.service	                        (rev 0)
+++ extra-i686/brltty.service	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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-11-18 10:27:36 UTC (rev 171511)
+++ extra-x86_64/PKGBUILD	2012-11-18 10:27:37 UTC (rev 171512)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=brltty
-pkgver=4.3
-pkgrel=6
-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' 'python2' 'tcl' 'atk' 'libxtst' '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')
-
-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 \
-    --disable-caml-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"
-}
-md5sums=('5ada573f88df32b6150db3b9a620e20b'
-         '831ebaf0c56091702929c68805d20c4f'
-         'a8ab8b3dd059e96e1734bc9cdcf844fc'
-         '7acecd700b9f94d76fe4a6ad56cb0448')

Copied: brltty/repos/extra-x86_64/PKGBUILD (from rev 171510, brltty/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-18 10:27:37 UTC (rev 171512)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=brltty
+pkgver=4.3
+pkgrel=7
+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')
+
+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 \
+    --disable-caml-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"
+}
+md5sums=('5ada573f88df32b6150db3b9a620e20b'
+         '831ebaf0c56091702929c68805d20c4f'
+         'a8ab8b3dd059e96e1734bc9cdcf844fc'
+         '7acecd700b9f94d76fe4a6ad56cb0448')

Deleted: extra-x86_64/brltty
===================================================================
--- extra-x86_64/brltty	2012-11-18 10:27:36 UTC (rev 171511)
+++ extra-x86_64/brltty	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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 171510, brltty/repos/testing-x86_64/brltty)
===================================================================
--- extra-x86_64/brltty	                        (rev 0)
+++ extra-x86_64/brltty	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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-11-18 10:27:36 UTC (rev 171511)
+++ extra-x86_64/brltty.conf	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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 171510, brltty/repos/testing-x86_64/brltty.conf)
===================================================================
--- extra-x86_64/brltty.conf	                        (rev 0)
+++ extra-x86_64/brltty.conf	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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-11-18 10:27:36 UTC (rev 171511)
+++ extra-x86_64/brltty.install	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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 171510, brltty/repos/testing-x86_64/brltty.install)
===================================================================
--- extra-x86_64/brltty.install	                        (rev 0)
+++ extra-x86_64/brltty.install	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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-11-18 10:27:36 UTC (rev 171511)
+++ extra-x86_64/brltty.service	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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 171510, brltty/repos/testing-x86_64/brltty.service)
===================================================================
--- extra-x86_64/brltty.service	                        (rev 0)
+++ extra-x86_64/brltty.service	2012-11-18 10:27:37 UTC (rev 171512)
@@ -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