diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 05:26:38 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 05:26:38 +0100 |
commit | 4edde75f94e8a2eef03b76eeccedfcdd99d0cec2 (patch) | |
tree | 2506e802231aaebd588b0b7621bdcc51d9a662d4 /main/at-spi2-core | |
parent | 9c91a35fc809eb13502405f39f213c3c06591938 (diff) | |
download | aports-4edde75f94e8a2eef03b76eeccedfcdd99d0cec2.tar.bz2 aports-4edde75f94e8a2eef03b76eeccedfcdd99d0cec2.tar.xz |
main/at-spi2-core: remove systemd service
Diffstat (limited to 'main/at-spi2-core')
-rw-r--r-- | main/at-spi2-core/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/at-spi2-core/APKBUILD b/main/at-spi2-core/APKBUILD index f0cb16dcc7..bd1974ceb9 100644 --- a/main/at-spi2-core/APKBUILD +++ b/main/at-spi2-core/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=at-spi2-core pkgver=2.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" url="https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/" arch="all" @@ -13,7 +13,6 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-lang $pkgname-doc" source="https://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-$pkgver.tar.xz" build() { - cd "$builddir" meson \ --buildtype=debugoptimized \ --prefix=/usr \ @@ -26,8 +25,8 @@ build() { } package() { - cd "$builddir" DESTDIR="$pkgdir" ninja -C build install + rm -rf "$pkgdir"/usr/lib/systemd } sha512sums="99f6773e29fb5fcb339cbe5b23133dab78bc52e3c46a1d5bd748788c48345223f1def5078ac48e58756a7692459b177b0e26dc8059898a5ccac56ceb495b7de8 at-spi2-core-2.34.0.tar.xz" |