at-spi2-core: 2.40.3 -> 2.42.0
This commit is contained in:
parent
04830fceaa
commit
5cffdb8ed5
@ -1,6 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
drwxr-xr-x root/root usr/etc/xdg/
|
||||
drwxr-xr-x root/root usr/etc/xdg/Xwayland-session.d/
|
||||
-rwxr-xr-x root/root usr/etc/xdg/Xwayland-session.d/00-at-spi
|
||||
drwxr-xr-x root/root usr/etc/xdg/autostart/
|
||||
-rw-r--r-- root/root usr/etc/xdg/autostart/at-spi-dbus-bus.desktop
|
||||
drwxr-xr-x root/root usr/include/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/f62jg/fwOpCfJ/Iq29sHABGBQySmfdTqLG3LD9rzxc72O+SNQCYYoAz2MZkcMOnl6wMJXg/it7r/R3rrgPQKgg=
|
||||
SHA256 (Pkgfile) = 404f542922373d1caef4d571eeb416961ed91e1eaa84f0815c99f6b932d9805c
|
||||
SHA256 (.footprint) = 11c621725cdeee6689f4e5a21089a350e5cdd2f933ec5682148d25b69d876b23
|
||||
SHA256 (at-spi2-core-2.40.3.tar.xz) = e49837c2ad30d71e1f29ca8e0968a54b95030272f7ff40b89b48968653f37a5c
|
||||
RWSE3ohX2g5d/WSPEVCd6wjvYNbvGx74Oaq37c6QfX1dAT2VdASEVDu1O/R0rV+zpmpDCrkRGdXBMBK4Mu/53TsIN3vyioFZjQA=
|
||||
SHA256 (Pkgfile) = c91d83dfc8ef08f46ddc3810f12c0ffa4dd56771d1e6a87dd0028da585d803a4
|
||||
SHA256 (.footprint) = 6c0d345fef1c933d19f33c43e15678ff5a37dc2e61e236aa1ecd53a4de283368
|
||||
SHA256 (at-spi2-core-2.42.0.tar.xz) = 4b5da10e94fa3c6195f95222438f63a0234b99ef9df772c7640e82baeaa6e386
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Description: Protocol definitions and daemon for D-Bus at-spi
|
||||
# URL: https://gitlab.gnome.org/GNOME/at-spi2-core
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
# Depends on: dbus gobject-introspection intltool xorg-libxtst meson ninja
|
||||
# Depends on: dbus gobject-introspection intltool xorg-libxtst
|
||||
|
||||
name=at-spi2-core
|
||||
version=2.40.3
|
||||
version=2.42.0
|
||||
release=1
|
||||
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
||||
|
||||
@ -13,7 +13,10 @@ build() {
|
||||
--prefix /usr \
|
||||
--sysconfdir=/usr/etc \
|
||||
--libexecdir=/usr/lib/at-spi2 \
|
||||
--buildtype=plain
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
Loading…
x
Reference in New Issue
Block a user