[arch-commits] Commit in orca/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Jul 2 01:48:19 UTC 2022


    Date: Saturday, July 2, 2022 @ 01:48:18
  Author: heftig
Revision: 449735

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/PKGBUILD
    (from rev 449734, orca/trunk/PKGBUILD)
Deleted:
  orca/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-02 01:47:59 UTC (rev 449734)
+++ PKGBUILD	2022-07-02 01:48:18 UTC (rev 449735)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=orca
-pkgver=42.1
-pkgrel=1
-pkgdesc="Screen reader for individuals who are blind or visually impaired"
-url="https://wiki.gnome.org/Projects/Orca"
-arch=(any)
-license=(LGPL)
-depends=(
-  gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher
-  liblouis brltty xorg-xmodmap gsettings-desktop-schemas
-  gst-plugins-base # playbin, audiotestsrc, basic decoders
-  gst-plugins-good # pulsesink, more decoders
-)
-makedepends=(itstool git yelp-tools)
-groups=(gnome)
-_commit=5205af2626e75bfe3ab02e3e1696c4da36cfe59f  # tags/ORCA_42_1^0
-source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/ORCA_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=2 et:

Copied: orca/repos/extra-any/PKGBUILD (from rev 449734, orca/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-02 01:48:18 UTC (rev 449735)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=orca
+pkgver=42.2
+pkgrel=1
+pkgdesc="Screen reader for individuals who are blind or visually impaired"
+url="https://wiki.gnome.org/Projects/Orca"
+arch=(any)
+license=(LGPL)
+depends=(
+  gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher
+  liblouis brltty xorg-xmodmap gsettings-desktop-schemas
+  gst-plugins-base # playbin, audiotestsrc, basic decoders
+  gst-plugins-good # pulsesink, more decoders
+)
+makedepends=(itstool git yelp-tools)
+groups=(gnome)
+_commit=28e29e8ea870508078335ef439796190c3e02c9b  # tags/ORCA_42_2^0
+source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/ORCA_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list