[arch-commits] Commit in at-spi2-core/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Apr 21 21:11:34 UTC 2022


    Date: Thursday, April 21, 2022 @ 21:11:34
  Author: heftig
Revision: 443507

archrelease: copy trunk to extra-x86_64

Added:
  at-spi2-core/repos/extra-x86_64/PKGBUILD
    (from rev 443506, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 21:11:24 UTC (rev 443506)
+++ PKGBUILD	2022-04-21 21:11:34 UTC (rev 443507)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-core
-pkgver=2.44.0
-pkgrel=2
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-url="https://gitlab.gnome.org/GNOME/at-spi2-core"
-arch=(x86_64)
-license=(GPL2)
-depends=(dbus glib2 libxtst systemd)
-makedepends=(gobject-introspection git gtk-doc meson dbus-broker)
-optdepends=('dbus-broker: Alternative bus implementation')
-options=(debug)
-_commit=f38e40e8685400ddb66759aa009e18c12c898de4  # tags/AT_SPI2_CORE_2_44_0^0
-source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
-    -D default_bus=dbus-broker \
-    -D docs=true
-  meson compile -C build
-}
-
-check() {
-  # memory test fails without desktop
-  # broker fails to launch without journald
-  dbus-run-session meson test -C build --print-errorlogs || :
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 443506, at-spi2-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-21 21:11:34 UTC (rev 443507)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.44.1
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+url="https://gitlab.gnome.org/GNOME/at-spi2-core"
+arch=(x86_64)
+license=(GPL2)
+depends=(dbus glib2 libxtst systemd)
+makedepends=(gobject-introspection git gtk-doc meson dbus-broker)
+optdepends=('dbus-broker: Alternative bus implementation')
+options=(debug)
+_commit=9a1f0aec0b7dc55360310b6d02c2b7798511268f  # tags/AT_SPI2_CORE_2_44_1^0
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D default_bus=dbus-broker \
+    -D docs=true
+  meson compile -C build
+}
+
+check() {
+  # memory test fails without desktop
+  # broker fails to launch without journald
+  dbus-run-session meson test -C build --print-errorlogs || :
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list