Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to use git: poller and pull source from gitlab #39801

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions at-spi2-core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: at-spi2-core
version: "2.55.0"
version: "2.55.0.1"
epoch: 0
description: Protocol definitions and daemon for D-Bus at-spi
copyright:
Expand Down Expand Up @@ -30,10 +30,11 @@ var-transforms:
to: mangled-package-version

pipeline:
- uses: fetch
- uses: git-checkout
with:
expected-sha256: 59604b2792fcdcc84db56e59c01ca1deeacb41e405dac3fcb57ada86d6cb122b
uri: https://download.gnome.org/sources/at-spi2-core/${{vars.mangled-package-version}}/at-spi2-core-${{package.version}}.tar.xz
repository: https://gitlab.gnome.org/GNOME/at-spi2-core
expected-commit: c067010874937bae7c01b316eee094fee683271b
tag: ${{package.version}}

- uses: meson/configure
with:
Expand Down Expand Up @@ -89,5 +90,18 @@ subpackages:

update:
enabled: true
release-monitor:
identifier: 7841
git: {}

test:
pipeline:
- name: Binary and library tests
runs: |
test -f /usr/libexec/at-spi-bus-launcher
test -x /usr/libexec/at-spi-bus-launcher
test -f /usr/libexec/at-spi2-registryd
test -x /usr/libexec/at-spi2-registryd

test -f /usr/lib/libatspi.so.0.0.1
test -f /usr/lib/libatspi.so.0

test -d /usr/share/defaults/at-spi2
Loading