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

Jan Steffens heftig at archlinux.org
Thu Jul 28 18:39:24 UTC 2016


    Date: Thursday, July 28, 2016 @ 18:39:23
  Author: heftig
Revision: 272644

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------------+
 /PKGBUILD                   |   84 ++++++++++++++++++++++++++++++++++++++++++
 /brltty.install             |   26 +++++++++++++
 /brltty.service             |   24 ++++++++++++
 extra-i686/PKGBUILD         |   42 ---------------------
 extra-i686/brltty.install   |   20 ----------
 extra-i686/brltty.service   |   12 ------
 extra-x86_64/PKGBUILD       |   42 ---------------------
 extra-x86_64/brltty.install |   20 ----------
 extra-x86_64/brltty.service |   12 ------
 9 files changed, 134 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-07-28 18:38:25 UTC (rev 272643)
+++ extra-i686/PKGBUILD	2016-07-28 18:39:23 UTC (rev 272644)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: 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.4
-pkgrel=1
-pkgdesc="Braille display driver for Linux/Unix"
-arch=(i686 x86_64)
-url="http://mielke.cc/brltty"
-license=(GPL LGPL)
-depends=(libxaw gpm icu tcl cython bluez-libs espeak)
-makedepends=(at-spi2-core tcl speech-dispatcher)
-optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
-            'atk: ATK bridge for X11/GNOME accessibility')
-backup=(etc/brltty.conf)
-options=('!emptydirs')
-install=brltty.install
-source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
-        brltty.service)
-md5sums=('cfedd365e6237d762ad8c35b4f6fb361'
-         '0cad54bb5470122535f5e3a11d5ca123')
-
-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"
-}

Copied: brltty/repos/extra-i686/PKGBUILD (from rev 272643, brltty/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-07-28 18:39:23 UTC (rev 272644)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: 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.4
+pkgrel=2
+pkgdesc="Braille display driver for Linux/Unix"
+arch=(i686 x86_64)
+url="http://mielke.cc/brltty"
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython bluez-libs espeak)
+makedepends=(at-spi2-core tcl speech-dispatcher)
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+            'atk: ATK bridge for X11/GNOME accessibility')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
+        brltty.service)
+md5sums=('cfedd365e6237d762ad8c35b4f6fb361'
+         '0cad54bb5470122535f5e3a11d5ca123')
+
+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"
+}

Deleted: extra-i686/brltty.install
===================================================================
--- extra-i686/brltty.install	2016-07-28 18:38:25 UTC (rev 272643)
+++ extra-i686/brltty.install	2016-07-28 18:39:23 UTC (rev 272644)
@@ -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 272643, brltty/trunk/brltty.install)
===================================================================
--- extra-i686/brltty.install	                        (rev 0)
+++ extra-i686/brltty.install	2016-07-28 18:39:23 UTC (rev 272644)
@@ -0,0 +1,13 @@
+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
+}

Deleted: extra-i686/brltty.service
===================================================================
--- extra-i686/brltty.service	2016-07-28 18:38:25 UTC (rev 272643)
+++ extra-i686/brltty.service	2016-07-28 18:39:23 UTC (rev 272644)
@@ -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-i686/brltty.service (from rev 272643, brltty/trunk/brltty.service)
===================================================================
--- extra-i686/brltty.service	                        (rev 0)
+++ extra-i686/brltty.service	2016-07-28 18:39:23 UTC (rev 272644)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-07-28 18:38:25 UTC (rev 272643)
+++ extra-x86_64/PKGBUILD	2016-07-28 18:39:23 UTC (rev 272644)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: 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.4
-pkgrel=1
-pkgdesc="Braille display driver for Linux/Unix"
-arch=(i686 x86_64)
-url="http://mielke.cc/brltty"
-license=(GPL LGPL)
-depends=(libxaw gpm icu tcl cython bluez-libs espeak)
-makedepends=(at-spi2-core tcl speech-dispatcher)
-optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
-            'atk: ATK bridge for X11/GNOME accessibility')
-backup=(etc/brltty.conf)
-options=('!emptydirs')
-install=brltty.install
-source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
-        brltty.service)
-md5sums=('cfedd365e6237d762ad8c35b4f6fb361'
-         '0cad54bb5470122535f5e3a11d5ca123')
-
-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"
-}

Copied: brltty/repos/extra-x86_64/PKGBUILD (from rev 272643, brltty/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-07-28 18:39:23 UTC (rev 272644)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: 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.4
+pkgrel=2
+pkgdesc="Braille display driver for Linux/Unix"
+arch=(i686 x86_64)
+url="http://mielke.cc/brltty"
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython bluez-libs espeak)
+makedepends=(at-spi2-core tcl speech-dispatcher)
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+            'atk: ATK bridge for X11/GNOME accessibility')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
+        brltty.service)
+md5sums=('cfedd365e6237d762ad8c35b4f6fb361'
+         '0cad54bb5470122535f5e3a11d5ca123')
+
+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"
+}

Deleted: extra-x86_64/brltty.install
===================================================================
--- extra-x86_64/brltty.install	2016-07-28 18:38:25 UTC (rev 272643)
+++ extra-x86_64/brltty.install	2016-07-28 18:39:23 UTC (rev 272644)
@@ -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 272643, brltty/trunk/brltty.install)
===================================================================
--- extra-x86_64/brltty.install	                        (rev 0)
+++ extra-x86_64/brltty.install	2016-07-28 18:39:23 UTC (rev 272644)
@@ -0,0 +1,13 @@
+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
+}

Deleted: extra-x86_64/brltty.service
===================================================================
--- extra-x86_64/brltty.service	2016-07-28 18:38:25 UTC (rev 272643)
+++ extra-x86_64/brltty.service	2016-07-28 18:39:23 UTC (rev 272644)
@@ -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 272643, brltty/trunk/brltty.service)
===================================================================
--- extra-x86_64/brltty.service	                        (rev 0)
+++ extra-x86_64/brltty.service	2016-07-28 18:39:23 UTC (rev 272644)
@@ -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



More information about the arch-commits mailing list