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

Antonio Rojas arojas at archlinux.org
Fri Nov 2 19:12:24 UTC 2018


    Date: Friday, November 2, 2018 @ 19:12:23
  Author: arojas
Revision: 337751

archrelease: copy trunk to testing-x86_64

Added:
  brltty/repos/testing-x86_64/
  brltty/repos/testing-x86_64/PKGBUILD
    (from rev 337750, brltty/trunk/PKGBUILD)
  brltty/repos/testing-x86_64/brltty.install
    (from rev 337750, brltty/trunk/brltty.install)
  brltty/repos/testing-x86_64/brltty.service
    (from rev 337750, brltty/trunk/brltty.service)
  brltty/repos/testing-x86_64/brltty.sysusers
    (from rev 337750, brltty/trunk/brltty.sysusers)

-----------------+
 PKGBUILD        |   45 +++++++++++++++++++++++++++++++++++++++++++++
 brltty.install  |   12 ++++++++++++
 brltty.service  |   12 ++++++++++++
 brltty.sysusers |    1 +
 4 files changed, 70 insertions(+)

Copied: brltty/repos/testing-x86_64/PKGBUILD (from rev 337750, brltty/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-11-02 19:12:23 UTC (rev 337751)
@@ -0,0 +1,45 @@
+# Maintainer:
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=brltty
+pkgver=5.6
+pkgrel=6
+pkgdesc="Braille display driver for Linux/Unix"
+arch=(x86_64)
+url="http://mielke.cc/brltty"
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl bluez-libs espeak)
+makedepends=(at-spi2-core tcl speech-dispatcher cython)
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+            'atk: ATK bridge for X11/GNOME accessibility'
+            'speech-dispatcher: speech-dispatcher driver')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
+        brltty.service brltty.sysusers)
+sha256sums=('6171258aca833bb2012afd9c63928573a48c3daab7b149a3e90001ba53beb80f'
+            'a342a5e9d36f00a320e1d23d91c482bd5445af52588334307b7e9c09a8cc38ec'
+            '8290ea5ac3f13a731d4dcc2b5e8355ff6a6c254e6d90d67dcc5dfb753780e060')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --mandir=/usr/share/man \
+    --with-tables-directory=/usr/share/brltty \
+    --with-screen-driver=lx \
+    --enable-gpm \
+    --disable-java-bindings \
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  install -Dm644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
+  install -Dm644 ../brltty.service "$pkgdir/usr/lib/systemd/system/brltty.service"
+  install -Dm644 ../brltty.sysusers "$pkgdir"/usr/lib/sysusers.d/brltty.conf
+}

Copied: brltty/repos/testing-x86_64/brltty.install (from rev 337750, brltty/trunk/brltty.install)
===================================================================
--- testing-x86_64/brltty.install	                        (rev 0)
+++ testing-x86_64/brltty.install	2018-11-02 19:12:23 UTC (rev 337751)
@@ -0,0 +1,12 @@
+post_install () {
+     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
+}

Copied: brltty/repos/testing-x86_64/brltty.service (from rev 337750, brltty/trunk/brltty.service)
===================================================================
--- testing-x86_64/brltty.service	                        (rev 0)
+++ testing-x86_64/brltty.service	2018-11-02 19:12:23 UTC (rev 337751)
@@ -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=sysinit.target

Copied: brltty/repos/testing-x86_64/brltty.sysusers (from rev 337750, brltty/trunk/brltty.sysusers)
===================================================================
--- testing-x86_64/brltty.sysusers	                        (rev 0)
+++ testing-x86_64/brltty.sysusers	2018-11-02 19:12:23 UTC (rev 337751)
@@ -0,0 +1 @@
+g brlapi - "brltty group"



More information about the arch-commits mailing list