Browse Source
subrepo: subdir: "pyatspi" merged: "a93d5dd" upstream: origin: "gitea@gitea.artixlinux.org:packagesP/pyatspi.git" branch: "master" commit: "a93d5dd" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 133 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:packagesP/pyatspi.git |
||||
branch = master |
||||
commit = a93d5ddab9600834a29caaa0a79b85359e97524d |
||||
parent = 17de1643a46f7d9c68b942f5685cfae881c7eeb0 |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,39 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Contributor: Ionut Biru <ibiru@archlinux.org> |
||||
|
||||
pkgbase=pyatspi |
||||
pkgname=(python-atspi) |
||||
pkgver=2.32.1 |
||||
pkgrel=1 |
||||
pkgdesc="Python bindings for D-Bus AT-SPI" |
||||
url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus" |
||||
arch=(any) |
||||
license=(GPL2) |
||||
depends=(python-gobject at-spi2-core) |
||||
makedepends=(git) |
||||
_commit=dc4565208fca00da06b972915a080ad3c63f640d # tags/PYATSPI_2_32_1^0 |
||||
source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit") |
||||
sha256sums=('SKIP') |
||||
|
||||
pkgver() { |
||||
cd pyatspi2 |
||||
git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g' |
||||
} |
||||
|
||||
prepare() { |
||||
cd pyatspi2 |
||||
NOCONFIGURE=1 ./autogen.sh |
||||
} |
||||
|
||||
build() ( |
||||
cd pyatspi2 |
||||
./configure --prefix=/usr --with-python=/usr/bin/python |
||||
make |
||||
) |
||||
|
||||
package_python-atspi() { |
||||
cd pyatspi2 |
||||
make DESTDIR="$pkgdir" install |
||||
} |
||||
|
||||
# vim:set ts=2 sw=2 et: |
@ -0,0 +1,39 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Contributor: Ionut Biru <ibiru@archlinux.org> |
||||
|
||||
pkgbase=pyatspi |
||||
pkgname=(python-atspi) |
||||
pkgver=2.32.1 |
||||
pkgrel=1 |
||||
pkgdesc="Python bindings for D-Bus AT-SPI" |
||||
url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus" |
||||
arch=(any) |
||||
license=(GPL2) |
||||
depends=(python-gobject at-spi2-core) |
||||
makedepends=(git) |
||||
_commit=dc4565208fca00da06b972915a080ad3c63f640d # tags/PYATSPI_2_32_1^0 |
||||
source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit") |
||||
sha256sums=('SKIP') |
||||
|
||||
pkgver() { |
||||
cd pyatspi2 |
||||
git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g' |
||||
} |
||||
|
||||
prepare() { |
||||
cd pyatspi2 |
||||
NOCONFIGURE=1 ./autogen.sh |
||||
} |
||||
|
||||
build() ( |
||||
cd pyatspi2 |
||||
./configure --prefix=/usr --with-python=/usr/bin/python |
||||
make |
||||
) |
||||
|
||||
package_python-atspi() { |
||||
cd pyatspi2 |
||||
make DESTDIR="$pkgdir" install |
||||
} |
||||
|
||||
# vim:set ts=2 sw=2 et: |
Loading…
Reference in new issue