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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 12:47:29
  Author: felixonmars
Revision: 400521

archrelease: copy trunk to staging-x86_64

Added:
  brltty/repos/staging-x86_64/PKGBUILD
(from rev 400520, brltty/trunk/PKGBUILD)
  brltty/repos/staging-x86_64/brltty.install
(from rev 400520, brltty/trunk/brltty.install)
  brltty/repos/staging-x86_64/brltty.sysusers
(from rev 400520, brltty/trunk/brltty.sysusers)
  brltty/repos/staging-x86_64/brltty.tmpfiles
(from rev 400520, brltty/trunk/brltty.tmpfiles)
Deleted:
  brltty/repos/staging-x86_64/PKGBUILD
  brltty/repos/staging-x86_64/brltty.install
  brltty/repos/staging-x86_64/brltty.sysusers
  brltty/repos/staging-x86_64/brltty.tmpfiles

-+
 PKGBUILD|  152 +++---
 brltty.install  |   24 
 brltty.sysusers |2 
 brltty.tmpfiles |2 
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 12:47:11 UTC (rev 400520)
+++ PKGBUILD2020-11-12 12:47:29 UTC (rev 400521)
@@ -1,76 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Alexander Epaneshnikov 
-# Contributor: Tom Gundersen 
-# Contributor: Jan de Groot 
-# Contributor: Giovanni Scafora 
-
-pkgname=brltty
-pkgver=6.1
-pkgrel=3
-pkgdesc="Braille display driver for Linux/Unix"
-arch=('x86_64')
-url="https://brltty.app;
-license=('LGPL2.1')
-depends=('bluez-libs' 'expat' 'gcc-libs' 'glibc' 'liblouis' 'libspeechd' 'pcre'
-'polkit' 'tcl')
-makedepends=('alsa-lib' 'at-spi2-atk' 'at-spi2-core' 'atk' 'cython' 'dbus'
-'espeak-ng' 'festival' 'glib2' 'gpm' 'icu' 'java-environment' 'libxaw' 
'ncurses'
-'ocaml-ctypes' 'ocaml-findlib' 'speech-dispatcher' 'systemd-libs')
-optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
-'atk: ATK bridge for X11/GNOME accessibility'
-'espeak-ng: espeak-ng driver'
-'java-runtime: Java support'
-'libxaw: X11 support'
-'libxt: X11 support'
-'libx11: for xbrlapi'
-'libxfixes: for xbrlapi'
-'libxtst: for xbrlapi'
-'ocaml: OCaml support'
-'python: Python support'
-'speech-dispatcher: speech-dispatcher driver')
-provides=('libbrlapi.so')
-backup=(etc/brltty.conf)
-options=('!emptydirs')
-install=brltty.install
-source=("https://brltty.app/archive/${pkgname}-${pkgver}.tar.bz2;
-"${pkgname}.tmpfiles"
-"${pkgname}.sysusers")
-sha512sums=('a27236fc6211dfe1b9867871eca475a5c82471ea10c1bc3006916f9420764c6f91d5f2cfc5c44c6c76f1120f3ef21c821ca9a804d81ebcad6ecad886c2ef84ad'
-
'a530fe66983768f9dc544af01c586abc101dfa2ed76885b4f1fd78c483b59e8445f2c0dbbfb865dd1cf2874342c346bd35ce978ab246e9cdd31d2d489a14e770'
-
'cc2e2d5f33d4e11d6ff828aefc0773ccdc02127ce2f00649c1e3f8d4b39b90789f4a0e41385b344f850c38bd4a1df36d3d9d413a59144d431defdd343633f800')
-b2sums=('ed3744173f59c85ac9e2bdef45e65dc98d178e51332f2fc0903763067c0f9a6a806c60989a36c825baa3dbdd1ed0629395318c22134413aa27791e17b3398413'
-
'59f50e367d2e6c6704902ebbd254232aa17c741c9a43ba27d0ebaa5fd4a86f62bc8bdd08e8e4562437dea0efa9d49845e40c022b8c4d7110675d81bf63ac4df4'
-
'e6b7453360ef92254ff1049b387c9ee45f3be0e0259c9c3670154938f61ec4142b2de330401d09e1290ed9ffe8e390ede3472dab0e2f4c69b497f9ac19795aad')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  ./autogen
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --mandir=/usr/share/man \
-  --with-tables-directory=/usr/share/brltty \
-  --with-writable-directory=/run/brltty \
-  --enable-gpm \
-  --disable-stripping
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libdbus-1.so' 'libgio-2.0.so' 'libglib-2.0.so'
-  'libgobject-2.0.so' 'libicuuc.so' 'libgpm.so' 'libncursesw.so'
-  'libsystemd.so')
-  cd "${pkgname}-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  make INSTALL_ROOT="${pkgdir}" install -C Autostart/Systemd
-  make INSTALL_ROOT="${pkgdir}" install -C Autostart/Udev
-  install -vDm 644 "Documents/${pkgname}.conf" -t "${pkgdir}/etc/"
-  install -vDm 644 "../${pkgname}.sysusers" \
-"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  install -vDm 644 "../${pkgname}.tmpfiles" \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}

Copied: brltty/repos/staging-x86_64/PKGBUILD (from rev 400520, 
brltty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 12:47:29 UTC (rev 400521)
@@ -0,0 +1,76 @@
+# Maintainer: David Runge 
+# Contributor: Alexander Epaneshnikov 
+# Contributor: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=6.1
+pkgrel=4
+pkgdesc="Braille display driver for Linux/Unix"

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

2020-10-15 Thread David Runge via arch-commits
Date: Thursday, October 15, 2020 @ 13:43:07
  Author: dvzrv
Revision: 398385

archrelease: copy trunk to staging-x86_64

Added:
  brltty/repos/staging-x86_64/PKGBUILD
(from rev 398384, brltty/trunk/PKGBUILD)
  brltty/repos/staging-x86_64/brltty.install
(from rev 398384, brltty/trunk/brltty.install)
  brltty/repos/staging-x86_64/brltty.sysusers
(from rev 398384, brltty/trunk/brltty.sysusers)
  brltty/repos/staging-x86_64/brltty.tmpfiles
(from rev 398384, brltty/trunk/brltty.tmpfiles)
Deleted:
  brltty/repos/staging-x86_64/PKGBUILD
  brltty/repos/staging-x86_64/brltty.install
  brltty/repos/staging-x86_64/brltty.sysusers
  brltty/repos/staging-x86_64/brltty.tmpfiles

-+
 PKGBUILD|  152 +++---
 brltty.install  |   24 
 brltty.sysusers |2 
 brltty.tmpfiles |2 
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-15 13:42:57 UTC (rev 398384)
+++ PKGBUILD2020-10-15 13:43:07 UTC (rev 398385)
@@ -1,76 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Alexander Epaneshnikov 
-# Contributor: Tom Gundersen 
-# Contributor: Jan de Groot 
-# Contributor: Giovanni Scafora 
-
-pkgname=brltty
-pkgver=6.1
-pkgrel=1
-pkgdesc="Braille display driver for Linux/Unix"
-arch=('x86_64')
-url="https://brltty.app;
-license=('LGPL2.1')
-depends=('bluez-libs' 'expat' 'gcc-libs' 'glibc' 'liblouis' 'libspeechd' 'pcre'
-'polkit' 'tcl')
-makedepends=('alsa-lib' 'at-spi2-atk' 'at-spi2-core' 'atk' 'cython' 'dbus'
-'espeak' 'festival' 'glib2' 'gpm' 'icu' 'java-environment' 'libxaw' 'ncurses'
-'ocaml-ctypes' 'ocaml-findlib' 'speech-dispatcher' 'systemd-libs')
-optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
-'atk: ATK bridge for X11/GNOME accessibility'
-'espeak: espeak driver'
-'java-runtime: Java support'
-'libxaw: X11 support'
-'libxt: X11 support'
-'libx11: for xbrlapi'
-'libxfixes: for xbrlapi'
-'libxtst: for xbrlapi'
-'ocaml: OCaml support'
-'python: Python support'
-'speech-dispatcher: speech-dispatcher driver')
-provides=('libbrlapi.so')
-backup=(etc/brltty.conf)
-options=('!emptydirs')
-install=brltty.install
-source=("https://brltty.app/archive/${pkgname}-${pkgver}.tar.bz2;
-"${pkgname}.tmpfiles"
-"${pkgname}.sysusers")
-sha512sums=('a27236fc6211dfe1b9867871eca475a5c82471ea10c1bc3006916f9420764c6f91d5f2cfc5c44c6c76f1120f3ef21c821ca9a804d81ebcad6ecad886c2ef84ad'
-
'a530fe66983768f9dc544af01c586abc101dfa2ed76885b4f1fd78c483b59e8445f2c0dbbfb865dd1cf2874342c346bd35ce978ab246e9cdd31d2d489a14e770'
-
'cc2e2d5f33d4e11d6ff828aefc0773ccdc02127ce2f00649c1e3f8d4b39b90789f4a0e41385b344f850c38bd4a1df36d3d9d413a59144d431defdd343633f800')
-b2sums=('ed3744173f59c85ac9e2bdef45e65dc98d178e51332f2fc0903763067c0f9a6a806c60989a36c825baa3dbdd1ed0629395318c22134413aa27791e17b3398413'
-
'59f50e367d2e6c6704902ebbd254232aa17c741c9a43ba27d0ebaa5fd4a86f62bc8bdd08e8e4562437dea0efa9d49845e40c022b8c4d7110675d81bf63ac4df4'
-
'e6b7453360ef92254ff1049b387c9ee45f3be0e0259c9c3670154938f61ec4142b2de330401d09e1290ed9ffe8e390ede3472dab0e2f4c69b497f9ac19795aad')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  ./autogen
-}
-
-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 \
-  --with-speech-driver=es,fv \
-  --enable-gpm
-  make -j1
-}
-
-package() {
-  depends+=('libasound.so' 'libdbus-1.so' 'libgio-2.0.so' 'libglib-2.0.so'
-  'libgobject-2.0.so' 'libicuuc.so' 'libgpm.so' 'libncursesw.so'
-  'libsystemd.so')
-  cd "${pkgname}-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  make INSTALL_ROOT="${pkgdir}" install -C Autostart/Systemd
-  make INSTALL_ROOT="${pkgdir}" install -C Autostart/Udev
-  install -vDm 644 "Documents/${pkgname}.conf" -t "${pkgdir}/etc/"
-  install -vDm 644 "../${pkgname}.sysusers" \
-"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  install -vDm 644 "../${pkgname}.tmpfiles" \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}

Copied: brltty/repos/staging-x86_64/PKGBUILD (from rev 398384, 
brltty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-15 13:43:07 UTC (rev 398385)
@@ -0,0 +1,76 @@
+# Maintainer: David Runge 
+# Contributor: Alexander Epaneshnikov 
+# Contributor: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=6.1
+pkgrel=2
+pkgdesc="Braille display driver for Linux/Unix"
+arch=('x86_64')

[arch-commits] Commit in brltty/repos/staging-x86_64 (10 files)

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:54:03
  Author: foutrelis
Revision: 366521

archrelease: copy trunk to staging-x86_64

Added:
  brltty/repos/staging-x86_64/PKGBUILD
(from rev 366520, brltty/trunk/PKGBUILD)
  brltty/repos/staging-x86_64/brltty.install
(from rev 366520, brltty/trunk/brltty.install)
  brltty/repos/staging-x86_64/brltty.service
(from rev 366520, brltty/trunk/brltty.service)
  brltty/repos/staging-x86_64/brltty.sysusers
(from rev 366520, brltty/trunk/brltty.sysusers)
  brltty/repos/staging-x86_64/brltty.tmpfiles
(from rev 366520, brltty/trunk/brltty.tmpfiles)
Deleted:
  brltty/repos/staging-x86_64/PKGBUILD
  brltty/repos/staging-x86_64/brltty.install
  brltty/repos/staging-x86_64/brltty.service
  brltty/repos/staging-x86_64/brltty.sysusers
  brltty/repos/staging-x86_64/brltty.tmpfiles

-+
 PKGBUILD|  120 +++---
 brltty.install  |   24 +-
 brltty.service  |   24 +-
 brltty.sysusers |2 
 brltty.tmpfiles |2 
 5 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:53:57 UTC (rev 366520)
+++ PKGBUILD2019-11-02 22:54:03 UTC (rev 366521)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Tom Gundersen 
-# Contributor: Jan de Groot 
-# Contributor: Giovanni Scafora 
-
-pkgname=brltty
-pkgver=6.0
-pkgrel=5
-pkgdesc="Braille display driver for Linux/Unix"
-arch=('x86_64')
-url="https://brltty.app;
-license=('LGPL2.1')
-depends=('gpm' 'icu' 'liblouis' 'tcl')
-makedepends=('at-spi2-core' 'bluez-libs' 'cython' 'espeak' 'java-environment'
-'libxaw' 'ocaml-ctypes' 'ocaml-findlib' 'polkit' 'speech-dispatcher')
-optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
-'atk: ATK bridge for X11/GNOME accessibility'
-'bluez-libs: bluetooth support'
-'espeak: espeak driver'
-'java-runtime: Java support'
-'libxaw: X11 support'
-'ocaml: OCaml support'
-'polkit: PolicyKit support'
-'python: Python support'
-'speech-dispatcher: speech-dispatcher driver')
-backup=(etc/brltty.conf)
-options=('!emptydirs')
-install=brltty.install
-source=("https://brltty.app/archive/${pkgname}-${pkgver}.tar.bz2;
-"${pkgname}.service"
-"${pkgname}.tmpfiles"
-"${pkgname}.sysusers")
-sha512sums=('b114cb55916109ddeb472df1e5d206c27e93cab64c4b51f82cf0887f63f6fa90064230f769302b1ba9ba7259079026a83e7b7ed46ba20a40676a487df317902e'
-
'5da854db7612b7fcc1f1a8da0825e19509158041ceedbefc7649d220fd94a17c11044985abfc435b65a8b795c19dd2d16ff05f59641e57805f710b76570a5af4'
-
'a530fe66983768f9dc544af01c586abc101dfa2ed76885b4f1fd78c483b59e8445f2c0dbbfb865dd1cf2874342c346bd35ce978ab246e9cdd31d2d489a14e770'
-
'cc2e2d5f33d4e11d6ff828aefc0773ccdc02127ce2f00649c1e3f8d4b39b90789f4a0e41385b344f850c38bd4a1df36d3d9d413a59144d431defdd343633f800')
-
-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
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  install -vDm 644 "Documents/${pkgname}.conf" -t "${pkgdir}/etc/"
-  install -vDm 644 "../${pkgname}.service" \
--t "${pkgdir}/usr/lib/systemd/system/"
-  install -vDm 644 "../${pkgname}.sysusers" \
-"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  install -vDm 644 "../${pkgname}.tmpfiles" \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}

Copied: brltty/repos/staging-x86_64/PKGBUILD (from rev 366520, 
brltty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:54:03 UTC (rev 366521)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+# Contributor: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=6.0
+pkgrel=6
+pkgdesc="Braille display driver for Linux/Unix"
+arch=('x86_64')
+url="https://brltty.app;
+license=('LGPL2.1')
+depends=('gpm' 'icu' 'liblouis' 'tcl')
+makedepends=('at-spi2-core' 'bluez-libs' 'cython' 'espeak' 'java-environment'
+'libxaw' 'ocaml-ctypes' 'ocaml-findlib' 'polkit' 'speech-dispatcher')
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK bridge for X11/GNOME accessibility'
+'bluez-libs: bluetooth support'
+'espeak: espeak driver'
+'java-runtime: Java support'
+'libxaw: X11 support'
+'ocaml: OCaml support'
+'polkit: PolicyKit support'
+'python: Python support'
+'speech-dispatcher: 

[arch-commits] Commit in brltty/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:49
  Author: andyrtr
Revision: 126434

db-move: moved brltty from [staging] to [testing] (x86_64)

Added:
  brltty/repos/testing-x86_64/
Deleted:
  brltty/repos/staging-x86_64/



[arch-commits] Commit in brltty/repos (staging-x86_64)

2011-06-01 Thread andyrtr
Date: Wednesday, June 1, 2011 @ 16:37:25
  Author: andyrtr
Revision: 126157

archrelease: copy trunk to staging-x86_64

Added:
  brltty/repos/staging-x86_64/



[arch-commits] Commit in brltty/repos (staging-x86_64 testing-x86_64)

2010-12-07 Thread andyrtr
Date: Tuesday, December 7, 2010 @ 05:00:00
  Author: andyrtr
Revision: 102309

db-move: moved brltty from [staging] to [testing] (x86_64)

Added:
  brltty/repos/testing-x86_64/
Deleted:
  brltty/repos/staging-x86_64/



[arch-commits] Commit in brltty/repos (staging-x86_64)

2010-12-06 Thread Andrea Scarpino
Date: Monday, December 6, 2010 @ 11:21:08
  Author: andrea
Revision: 102195

archrelease: copy trunk to staging-x86_64

Added:
  brltty/repos/staging-x86_64/



[arch-commits] Commit in brltty/repos (staging-x86_64 testing-x86_64)

2010-10-04 Thread Allan McRae
Date: Monday, October 4, 2010 @ 06:48:05
  Author: allan
Revision: 93720

db-move: moved brltty from [staging] to [testing] (x86_64)

Added:
  brltty/repos/testing-x86_64/
Deleted:
  brltty/repos/staging-x86_64/



[arch-commits] Commit in brltty/repos (staging-x86_64)

2010-10-03 Thread Ionut Biru
Date: Sunday, October 3, 2010 @ 07:44:34
  Author: ibiru
Revision: 93082

archrelease: remove staging-x86_64

Deleted:
  brltty/repos/staging-x86_64/



[arch-commits] Commit in brltty/repos (staging-x86_64)

2010-10-03 Thread Ionut Biru
Date: Sunday, October 3, 2010 @ 07:44:46
  Author: ibiru
Revision: 93083

archrelease: copy trunk to staging-x86_64

Added:
  brltty/repos/staging-x86_64/



[arch-commits] Commit in brltty/repos (staging-x86_64)

2010-09-03 Thread Rémy Oudompheng
Date: Friday, September 3, 2010 @ 07:25:29
  Author: remy
Revision: 89702

archrelease: copy trunk to staging-x86_64

Added:
  brltty/repos/staging-x86_64/