[arch-commits] Commit in brltty/repos/extra-x86_64 (8 files)

Antonio Rojas arojas at archlinux.org
Sat Feb 23 19:22:36 UTC 2019


    Date: Saturday, February 23, 2019 @ 19:22:33
  Author: arojas
Revision: 346753

archrelease: copy trunk to extra-x86_64

Added:
  brltty/repos/extra-x86_64/PKGBUILD
    (from rev 346752, brltty/trunk/PKGBUILD)
  brltty/repos/extra-x86_64/brltty.install
    (from rev 346752, brltty/trunk/brltty.install)
  brltty/repos/extra-x86_64/brltty.service
    (from rev 346752, brltty/trunk/brltty.service)
  brltty/repos/extra-x86_64/brltty.sysusers
    (from rev 346752, brltty/trunk/brltty.sysusers)
Deleted:
  brltty/repos/extra-x86_64/PKGBUILD
  brltty/repos/extra-x86_64/brltty.install
  brltty/repos/extra-x86_64/brltty.service
  brltty/repos/extra-x86_64/brltty.sysusers

-----------------+
 PKGBUILD        |   92 +++++++++++++++++++++++++++---------------------------
 brltty.install  |   24 +++++++-------
 brltty.service  |   24 +++++++-------
 brltty.sysusers |    2 -
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-23 19:22:05 UTC (rev 346752)
+++ PKGBUILD	2019-02-23 19:22:33 UTC (rev 346753)
@@ -1,46 +0,0 @@
-# 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=8
-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)
-makedepends=(at-spi2-core tcl speech-dispatcher cython espeak)
-optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
-            'atk: ATK bridge for X11/GNOME accessibility'
-            'speech-dispatcher: speech-dispatcher driver'
-            'espeak: espeak 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'
-            '0df1ab5cca644c6deb1090976a4e459243c15668fd5c3bafb278aa629878ec07')
-
-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/extra-x86_64/PKGBUILD (from rev 346752, brltty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-23 19:22:33 UTC (rev 346753)
@@ -0,0 +1,46 @@
+# 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=6.0
+pkgrel=1
+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)
+makedepends=(at-spi2-core tcl speech-dispatcher cython espeak)
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+            'atk: ATK bridge for X11/GNOME accessibility'
+            'speech-dispatcher: speech-dispatcher driver'
+            'espeak: espeak 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=('cfa80c2d171a4d92d7a327b1942e6fc463669b1c3bb658bfb3323b723f9096f7'
+            'a342a5e9d36f00a320e1d23d91c482bd5445af52588334307b7e9c09a8cc38ec'
+            '0df1ab5cca644c6deb1090976a4e459243c15668fd5c3bafb278aa629878ec07')
+
+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
+}

Deleted: brltty.install
===================================================================
--- brltty.install	2019-02-23 19:22:05 UTC (rev 346752)
+++ brltty.install	2019-02-23 19:22:33 UTC (rev 346753)
@@ -1,12 +0,0 @@
-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/extra-x86_64/brltty.install (from rev 346752, brltty/trunk/brltty.install)
===================================================================
--- brltty.install	                        (rev 0)
+++ brltty.install	2019-02-23 19:22:33 UTC (rev 346753)
@@ -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
+}

Deleted: brltty.service
===================================================================
--- brltty.service	2019-02-23 19:22:05 UTC (rev 346752)
+++ brltty.service	2019-02-23 19:22:33 UTC (rev 346753)
@@ -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=sysinit.target

Copied: brltty/repos/extra-x86_64/brltty.service (from rev 346752, brltty/trunk/brltty.service)
===================================================================
--- brltty.service	                        (rev 0)
+++ brltty.service	2019-02-23 19:22:33 UTC (rev 346753)
@@ -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

Deleted: brltty.sysusers
===================================================================
--- brltty.sysusers	2019-02-23 19:22:05 UTC (rev 346752)
+++ brltty.sysusers	2019-02-23 19:22:33 UTC (rev 346753)
@@ -1 +0,0 @@
-g brlapi -

Copied: brltty/repos/extra-x86_64/brltty.sysusers (from rev 346752, brltty/trunk/brltty.sysusers)
===================================================================
--- brltty.sysusers	                        (rev 0)
+++ brltty.sysusers	2019-02-23 19:22:33 UTC (rev 346753)
@@ -0,0 +1 @@
+g brlapi -



More information about the arch-commits mailing list