[arch-commits] Commit in orca/repos (4 files)

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:14:19 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:14:19
  Author: heftig
Revision: 182568

db-move: moved orca from [staging] to [testing] (any)

Added:
  orca/repos/testing-any/
  orca/repos/testing-any/PKGBUILD
    (from rev 182430, orca/repos/staging-any/PKGBUILD)
  orca/repos/testing-any/orca.install
    (from rev 182430, orca/repos/staging-any/orca.install)
Deleted:
  orca/repos/staging-any/

--------------+
 PKGBUILD     |   31 +++++++++++++++++++++++++++++++
 orca.install |   11 +++++++++++
 2 files changed, 42 insertions(+)

Copied: orca/repos/testing-any/PKGBUILD (from rev 182430, orca/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-04-10 19:14:19 UTC (rev 182568)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=orca
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Screen reader for individuals who are blind or visually impaired"
+arch=(any)
+license=('LGPL')
+url="http://www.gnome.org/projects/orca"
+install=orca.install
+options=('!libtool')
+depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher liblouis brltty
+         xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
+makedepends=(itstool intltool gnome-doc-utils)
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1e91b038c97343056c5fce0921c442eaa08011b4ef55ffa47222ee6820de6dd5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: orca/repos/testing-any/orca.install (from rev 182430, orca/repos/staging-any/orca.install)
===================================================================
--- testing-any/orca.install	                        (rev 0)
+++ testing-any/orca.install	2013-04-10 19:14:19 UTC (rev 182568)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list