at-spi2-core: remove systemd stuff. Closes FS#1716

This commit is contained in:
Fredrik Rinnestam 2019-02-03 18:09:03 +01:00
parent 33e3880901
commit 228be60332
3 changed files with 5 additions and 7 deletions

View File

@ -45,9 +45,6 @@ lrwxrwxrwx root/root usr/lib/libatspi.so.0 -> libatspi.so.0.0.1
-rwxr-xr-x root/root usr/lib/libatspi.so.0.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/atspi-2.pc
drwxr-xr-x root/root usr/lib/systemd/
drwxr-xr-x root/root usr/lib/systemd/user/
-rw-r--r-- root/root usr/lib/systemd/user/at-spi-dbus-bus.service
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/accessibility-services/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/bQQoNPa5z9nGzhntQNsd8sHHx1Dm9DacaKT/6V77DQxcnhtHsSd1kIZzjnV1uqr/Sbe0+aLVEsAxUypimRVMwo=
SHA256 (Pkgfile) = e0fea8f6a420985292ede7c19029373c306edf1b6d564ae3d34bf251affcf2ca
SHA256 (.footprint) = 76e53fc9b4c44676f84924a36710e012d9ab137b40f722aec0ddebcb5160fcda
RWSE3ohX2g5d/VT6Zbhs+4HpsYTeQU7FA62lXWtQDuS9f1VlWKRW5h7LXrTM5UvNLWdsbqxhYxez8N4SWni+pug72IFMfZKHDA8=
SHA256 (Pkgfile) = 374f6c4445420759c4b8d8b5e2e771b77bbad1958150fa8a3b0ce62d785ba087
SHA256 (.footprint) = 88f656ba8ec4d0f91cab148c6e9ff24c0821c64d65d4b8163e47779601d25e84
SHA256 (at-spi2-core-2.26.2.tar.xz) = c80e0cdf5e3d713400315b63c7deffa561032a6c37289211d8afcfaa267c2615

View File

@ -5,7 +5,7 @@
name=at-spi2-core
version=2.26.2
release=1
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${version:0:4}/at-spi2-core-$version.tar.xz)
build() {
@ -16,4 +16,5 @@ build() {
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/lib/systemd/
}