diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2019-02-03 18:09:03 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2019-02-03 18:09:10 +0100 |
commit | 97656bb9975bf9d92e6a23712b1023b9e0fab270 (patch) | |
tree | f94014f7e07569bbceeb3c5dbc62d91757c97e03 /at-spi2-core | |
parent | 7180919f4895d82a9f137cf70dabc8eb68d5ab0e (diff) | |
download | opt-97656bb9975bf9d92e6a23712b1023b9e0fab270.tar.gz opt-97656bb9975bf9d92e6a23712b1023b9e0fab270.tar.xz |
at-spi2-core: remove systemd stuff. Closes FS#1716
Diffstat (limited to 'at-spi2-core')
-rw-r--r-- | at-spi2-core/.footprint | 3 | ||||
-rw-r--r-- | at-spi2-core/.signature | 6 | ||||
-rw-r--r-- | at-spi2-core/Pkgfile | 3 |
3 files changed, 5 insertions, 7 deletions
diff --git a/at-spi2-core/.footprint b/at-spi2-core/.footprint index 23c0a8e00..490d7c9b5 100644 --- a/at-spi2-core/.footprint +++ b/at-spi2-core/.footprint @@ -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/ diff --git a/at-spi2-core/.signature b/at-spi2-core/.signature index 6f07daeee..820f7eb7c 100644 --- a/at-spi2-core/.signature +++ b/at-spi2-core/.signature @@ -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 diff --git a/at-spi2-core/Pkgfile b/at-spi2-core/Pkgfile index e258194b8..c0c764da0 100644 --- a/at-spi2-core/Pkgfile +++ b/at-spi2-core/Pkgfile @@ -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/ } |