Browse Source
subrepo: subdir: "at-spi2-core" merged: "ec03082" upstream: origin: "gitea@gitea.artixlinux.org:packagesA/at-spi2-core.git" branch: "master" commit: "ec03082" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 141 additions and 0 deletions
@ -0,0 +1,33 @@
|
||||
# ---> ArchLinuxPackages |
||||
*.tar |
||||
*.tar.* |
||||
*.jar |
||||
*.exe |
||||
*.msi |
||||
*.zip |
||||
*.tgz |
||||
*.log |
||||
*.log.* |
||||
*.sig |
||||
|
||||
pkg/ |
||||
src/ |
||||
|
||||
|
||||
# ---> Archives |
||||
*.7z |
||||
*.rar |
||||
*.gz |
||||
*.bzip |
||||
*.bz2 |
||||
*.xz |
||||
*.lzma |
||||
*.cab |
||||
|
||||
# ---> systemd |
||||
*.service |
||||
*.socket |
||||
*.timer |
||||
|
||||
# ---> snap |
||||
*.snap |
@ -0,0 +1,12 @@
|
||||
; DO NOT EDIT (unless you know what you are doing) |
||||
; |
||||
; This subdirectory is a git "subrepo", and this file is maintained by the |
||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme |
||||
; |
||||
[subrepo] |
||||
remote = gitea@gitea.artixlinux.org:packagesA/at-spi2-core.git |
||||
branch = master |
||||
commit = ec03082f64b42b1d5c7048fc43a824ac626843f8 |
||||
parent = 550e6578106f375806cffed8f7a145cb34f51789 |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,43 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Contributor: Ionut Biru <ibiru@archlinux.org> |
||||
|
||||
pkgname=at-spi2-core |
||||
pkgver=2.32.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) |
||||
makedepends=(gobject-introspection git gtk-doc meson) |
||||
_commit=89001a86a037cfabf27e912b902929b5daeb3c55 # tags/AT_SPI2_CORE_2_32_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 systemd_user_dir='' \ |
||||
-D docs=true |
||||
ninja -C build |
||||
} |
||||
|
||||
check() { |
||||
# memory test fails without desktop |
||||
# broker fails to launch without journald |
||||
dbus-run-session meson test -C build || : |
||||
} |
||||
|
||||
package() { |
||||
DESTDIR="$pkgdir" meson install -C build |
||||
} |
||||
|
||||
# vim:set ts=2 sw=2 et: |
@ -0,0 +1,43 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Contributor: Ionut Biru <ibiru@archlinux.org> |
||||
|
||||
pkgname=at-spi2-core |
||||
pkgver=2.32.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) |
||||
makedepends=(gobject-introspection git gtk-doc meson) |
||||
_commit=89001a86a037cfabf27e912b902929b5daeb3c55 # tags/AT_SPI2_CORE_2_32_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 systemd_user_dir='' \ |
||||
-D docs=true |
||||
ninja -C build |
||||
} |
||||
|
||||
check() { |
||||
# memory test fails without desktop |
||||
# broker fails to launch without journald |
||||
dbus-run-session meson test -C build || : |
||||
} |
||||
|
||||
package() { |
||||
DESTDIR="$pkgdir" meson install -C build |
||||
} |
||||
|
||||
# vim:set ts=2 sw=2 et: |
Loading…
Reference in new issue