diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 03:32:46 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 03:32:46 +0100 |
| commit | 016e5d96bc856bdb3663c153cf5934fc7ed7ff0f (patch) | |
| tree | f261b9d2ae92c2acd7547fc397214538aa66f004 | |
| parent | 4d14ee404cd54f5da3e46c3800bee0109cdc1465 (diff) | |
| download | aports-016e5d96bc856bdb3663c153cf5934fc7ed7ff0f.tar.bz2 aports-016e5d96bc856bdb3663c153cf5934fc7ed7ff0f.tar.xz | |
community/xdg-desktop-portal-gtk: remove systemd service
| -rw-r--r-- | community/xdg-desktop-portal-gtk/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/xdg-desktop-portal-gtk/APKBUILD b/community/xdg-desktop-portal-gtk/APKBUILD index c56b7fa38d..474e469e00 100644 --- a/community/xdg-desktop-portal-gtk/APKBUILD +++ b/community/xdg-desktop-portal-gtk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=xdg-desktop-portal-gtk pkgver=1.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="Gtk implementation of xdg-desktop-portal" url="https://github.com/flatpak/xdg-desktop-portal-gtk" arch="all" @@ -42,6 +42,7 @@ check() { package() { make DESTDIR="$pkgdir" install + rm -rf "$pkgdir"/usr/lib/systemd } sha512sums="97111e0c14a8cb54d88d0dd8142003b3f1a60e156131cce77deec0f43c936a110eda24c1e8efbb555dad0ad5aafe392d8c5afab80ea96166f616e6255371adc8 xdg-desktop-portal-gtk-1.6.0.tar.xz" |
