Date: Tuesday, March 21, 2023 @ 22:39:15
Author: heftig
Revision: 471722
archrelease: copy trunk to extra-x86_64
Added:
at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 471721, at-spi2-core/trunk/PKGBUILD)
Deleted:
at-spi2-core/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 176 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 88 insertions(+), 88 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 22:35:02 UTC (rev 471721)
+++ PKGBUILD 2023-03-21 22:39:15 UTC (rev 471722)
@@ -1,88 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-pkgbase=at-spi2-core
-pkgname=(at-spi2-core at-spi2-core-docs)
-pkgver=2.46.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
- libx11
- libxml2
- libxtst
- systemd
-)
-makedepends=(
- dbus-broker
- git
- gobject-introspection
- gtk-doc
- meson
-)
-options=(debug)
-_commit=97d9ba04e19d0a9edd209d97db81eb6ede5fe4d6 # tags/AT_SPI2_CORE_2_46_0^0
-source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd at-spi2-core
- git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd at-spi2-core
-}
-
-build() {
- local meson_options=(
- -D default_bus=dbus-broker
- -D docs=true
- )
-
- arch-meson at-spi2-core build "${meson_options[@]}"
- 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_at-spi2-core() {
- optdepends=('dbus-broker: Alternative bus implementation')
- provides=(
- "at-spi2-atk=$pkgver-$pkgrel"
- "atk=$pkgver-$pkgrel"
- libatk-1.0.so
- libatk-bridge-2.0.so
- libatspi.so
- )
- conflicts=(
- 'at-spi2-atk<=2.38.0-2'
- 'atk<=2.38.0-2'
- )
- replaces=(
- 'at-spi2-atk<=2.38.0-2'
- 'atk<=2.38.0-2'
- )
-
- meson install -C build --destdir "$pkgdir"
-
- mkdir -p doc/usr/share
- mv {"$pkgdir",doc}/usr/share/gtk-doc
-}
-
-package_at-spi2-core-docs() {
- pkgdesc+=" (documentation)"
- depends=()
-
- mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 471721,
at-spi2-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 22:39:15 UTC (rev 471722)
@@ -0,0 +1,88 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgbase=at-spi2-core
+pkgname=(at-spi2-core at-spi2-core-docs)
+pkgver=2.48.0
+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
+ libx11
+ libxml2
+ libxtst
+ systemd
+)
+makedepends=(
+ dbus-broker
+ gi-docgen
+ git
+ gobject-introspection
+ meson
+ python-sphinx
+)
+_commit=d963aff7f6977e50517fb2ffe8b31f1db142107d # tags/AT_SPI2_CORE_2_48_0^0
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd at-spi2-core
+ git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd at-spi2-core
+}
+
+build() {
+ local meson_options=(
+ -D default_bus=dbus-broker
+ -D docs=true
+ )
+
+ arch-meson at-spi2-core build "${meson_options[@]}"
+ 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_at-spi2-core() {
+ optdepends=('dbus-broker: Alternative bus implementation')
+ provides=(
+ "at-spi2-atk=$pkgver-$pkgrel"
+ "atk=$pkgver-$pkgrel"
+ libatk-1.0.so
+ libatk-bridge-2.0.so
+ libatspi.so
+ )
+ conflicts=(
+ 'at-spi2-atk<=2.38.0-2'
+ 'atk<=2.38.0-2'
+ )
+ replaces=(
+ 'at-spi2-atk<=2.38.0-2'
+ 'atk<=2.38.0-2'
+ )
+
+ meson install -C build --destdir "$pkgdir"
+
+ mkdir -p doc/usr/share
+ mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_at-spi2-core-docs() {
+ pkgdesc+=" (documentation)"
+ depends=()
+
+ mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: