diff options
author | David P <megver83@parabola.nu> | 2022-07-19 17:04:37 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2022-07-19 17:04:37 -0400 |
commit | bd0569a337ef9117341d1d1cc2b004df38072c16 (patch) | |
tree | 7de1486a0a612069263c5e93e1492fc6a0999589 /nonsystemd/dbus-openrc/PKGBUILD | |
parent | edf915dec7af1df0f0ee58eb9da42ccff3a6444d (diff) | |
download | abslibre-bd0569a337ef9117341d1d1cc2b004df38072c16.tar.gz abslibre-bd0569a337ef9117341d1d1cc2b004df38072c16.tar.bz2 abslibre-bd0569a337ef9117341d1d1cc2b004df38072c16.zip |
Update openrc init scripts urls and add their depends as runtime dependencies
By putting their dependencies inside their respective package() function, those deps are not installed at build, hence allowing me to build them indenpendently of openrc
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/dbus-openrc/PKGBUILD')
-rw-r--r-- | nonsystemd/dbus-openrc/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nonsystemd/dbus-openrc/PKGBUILD b/nonsystemd/dbus-openrc/PKGBUILD index cfae7f193..0086e3878 100644 --- a/nonsystemd/dbus-openrc/PKGBUILD +++ b/nonsystemd/dbus-openrc/PKGBUILD @@ -1,13 +1,13 @@ -# Maintainer: artoo <artoo@artixlinux.org> +# Maintainer: David P. <megver83@parabola.nu> +# Maintainer (Artix): artoo <artoo@artixlinux.org> pkgname=dbus-openrc pkgver=20210418 pkgrel=2 pkgdesc="OpenRC dbus init script" arch=('any') -url="https://gitea.artixlinux.org/artixlinux/packages-openrc" +url="https://gitea.artixlinux.org/packagesD/dbus-openrc" license=('GPL2') -depends=('dbus' 'openrc') provides=('init-dbus') conflicts=('init-dbus') source=('dbus.initd' @@ -18,6 +18,7 @@ sha256sums=('3801358d1fe65db3711851c4a2d7c491c8750c899d8effdf37eb64d34683e91b' '6d637acae40368db9e7c005b2e53483882014caef281fe9e801633ba7cc3b7dd') package() { + depends=('dbus' 'openrc') install -Dm755 "${srcdir}"/dbus.initd "${pkgdir}"/etc/init.d/dbus install -d "${pkgdir}"/etc/runlevels/default |