[arch-commits] Commit in speakup-utils/repos (3 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu May 30 23:39:21 UTC 2013


    Date: Friday, May 31, 2013 @ 01:39:21
  Author: seblu
Revision: 92029

db-move: moved speakup-utils from [community-staging] to [community] (any)

Added:
  speakup-utils/repos/community-any/PKGBUILD
    (from rev 92028, speakup-utils/repos/community-staging-any/PKGBUILD)
Deleted:
  speakup-utils/repos/community-any/PKGBUILD
  speakup-utils/repos/community-staging-any/

------------------------+
 /PKGBUILD              |   22 ++++++++++++++++++++++
 community-any/PKGBUILD |   20 --------------------
 2 files changed, 22 insertions(+), 20 deletions(-)

Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD	2013-05-30 23:36:57 UTC (rev 92028)
+++ community-any/PKGBUILD	2013-05-30 23:39:21 UTC (rev 92029)
@@ -1,20 +0,0 @@
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-pkgname=speakup-utils
-pkgver=3.1.6
-pkgrel=2
-pkgdesc='Tiny utilities for controlling the Speakup screenreader'
-arch=(any)
-url="http://linux-speakup.org/"
-license=('GPL2')
-source=("ftp://linux-speakup.org/pub/speakup/speakup-$pkgver.tar.bz2")
-md5sums=('d5698267098f63ea166e06c0bd769a03')
-depends=(sh)
-
-package() {
-  cd "$srcdir/speakup-$pkgver/tools"
-  install -D -m755 speakupconf "$pkgdir/usr/bin/speakupconf"
-  install -D -m755 talkwith "$pkgdir/usr/sbin/talkwith"
-  cd ../man
-  install -D -m644 speakupconf.1 "$pkgdir/usr/share/man/man1/speakupconf.1"
-  install -D -m644 talkwith.1 "$pkgdir/usr/share/man/man1/talkwith.1"
-}

Copied: speakup-utils/repos/community-any/PKGBUILD (from rev 92028, speakup-utils/repos/community-staging-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-05-30 23:39:21 UTC (rev 92029)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+
+pkgname=speakup-utils
+pkgver=3.1.6
+pkgrel=3
+pkgdesc='Tiny utilities for controlling the Speakup screenreader'
+arch=('any')
+url="http://linux-speakup.org/"
+depends=('sh')
+license=('GPL2')
+source=("ftp://mirrors.easynews.com/linux/ftp.linux-speakup.org/pub/speakup/speakup-$pkgver.tar.bz2")
+md5sums=('d5698267098f63ea166e06c0bd769a03')
+
+package() {
+  cd speakup-$pkgver/tools
+  install -D -m755 speakupconf "$pkgdir/usr/bin/speakupconf"
+  install -D -m755 talkwith "$pkgdir/usr/bin/talkwith"
+  cd ../man
+  install -D -m644 speakupconf.1 "$pkgdir/usr/share/man/man1/speakupconf.1"
+  install -D -m644 talkwith.1 "$pkgdir/usr/share/man/man1/talkwith.1"
+}




More information about the arch-commits mailing list