Date: Wednesday, May 10, 2023 @ 23:17:40
Author: heftig
Revision: 477076
archrelease: copy trunk to extra-x86_64
Added:
at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 477075, at-spi2-core/trunk/PKGBUILD)
Deleted:
at-spi2-core/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 186 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 93 insertions(+), 93 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-10 23:17:29 UTC (rev 477075)
+++ PKGBUILD 2023-05-10 23:17:40 UTC (rev 477076)
@@ -1,93 +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.48.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
- gsettings-desktop-schemas
- libx11
- libxml2
- libxtst
- systemd
-)
-makedepends=(
- dbus-broker
- gi-docgen
- git
- gobject-introspection
- meson
- python-sphinx
-)
-checkdepends=(
- at-spi2-core
-)
-_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() {
- 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:
Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 477075,
at-spi2-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-10 23:17:40 UTC (rev 477076)
@@ -0,0 +1,93 @@
+# 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.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
+ gsettings-desktop-schemas
+ libx11
+ libxml2
+ libxtst
+ systemd
+)
+makedepends=(
+ dbus-broker
+ gi-docgen
+ git
+ gobject-introspection
+ meson
+ python-sphinx
+)
+checkdepends=(
+ at-spi2-core
+)
+_commit=6ee2b837cc378a0438c5b615c014026cf15e9954 # tags/AT_SPI2_CORE_2_48_1^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() {
+ 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: