rebuild at-spi2-core against glib2
This commit is contained in:
parent
4c6047c570
commit
30eae7e06b
3 changed files with 4 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=at-spi2-core
|
||||
pkgname=(at-spi2-core) # at-spi2-core-docs) # uncomment the docs sections and modify this pkg list to build the docs documents
|
||||
pkgver=2.54.0
|
||||
pkgrel=01
|
||||
pkgrel=02
|
||||
# Arch replaced makedependency from libsystemd to systemd, the reason for the rerun 2.44.0-2
|
||||
# Let's see if it makes a difference to us :) :P
|
||||
pkgdesc="Protocol definitions and daemon for D-Bus at-spi w/o systemd"
|
||||
|
@ -91,5 +91,5 @@ license=(GPL2)
|
|||
b2sums=('3b1b575634dfa5269b98469f761ea5ae9621302121fa243c532a537894fdc7ee9a16ce631093afbd9c3648272084b87a3dd5b4c2263c50fcd48791a16ab0de76')
|
||||
sha256sums=(1f93b20b12dbc033c763488d04120a71596ba1eb781858cb6d05f704c365397c) # at-spi2-core
|
||||
|
||||
## d92f6baf645e91675c892d9a333083a457720aeff7ec827e91c079e6dfef17b0 at-spi2-core-2.54.0-01-x86_64.pkg.tar.lz
|
||||
## 453eb2cf0f4b6e3d9cd20307e083aef5ecf3f7430d386bac807f6024f0cc64f8 at-spi2-core-2.54.0-02-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgname=(
|
|||
at-spi2-core-docs
|
||||
)
|
||||
pkgver=2.54.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
|
||||
url="https://gitlab.gnome.org/GNOME/at-spi2-core"
|
||||
arch=(x86_64)
|
||||
|
@ -22,7 +22,6 @@ depends=(
|
|||
libx11
|
||||
libxi
|
||||
libxtst
|
||||
systemd
|
||||
systemd-libs
|
||||
xorg-xprop
|
||||
)
|
||||
|
@ -35,6 +34,7 @@ makedepends=(
|
|||
libxml2
|
||||
meson
|
||||
python-sphinx
|
||||
systemd
|
||||
)
|
||||
checkdepends=(
|
||||
at-spi2-core
|
||||
|
|
|
@ -13,4 +13,3 @@ libxml2
|
|||
glib2-devel
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue