From bd0569a337ef9117341d1d1cc2b004df38072c16 Mon Sep 17 00:00:00 2001 From: David P Date: Tue, 19 Jul 2022 17:04:37 -0400 Subject: 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 --- nonsystemd/lightdm-openrc/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nonsystemd/lightdm-openrc/PKGBUILD') diff --git a/nonsystemd/lightdm-openrc/PKGBUILD b/nonsystemd/lightdm-openrc/PKGBUILD index 9ed003a67..557bd4dbc 100644 --- a/nonsystemd/lightdm-openrc/PKGBUILD +++ b/nonsystemd/lightdm-openrc/PKGBUILD @@ -1,19 +1,20 @@ -# Maintainer: artoo +# Maintainer: David P. +# Maintainer (Artix): artoo pkgname=lightdm-openrc pkgver=20220104 pkgrel=1 pkgdesc="OpenRC lightdm init script" arch=('any') -url="https://gitea.artixlinux.org/artixlinux/packages-openrc" +url="https://gitea.artixlinux.org/packagesL/lightdm-openrc" license=('GPL2') groups=('openrc-world') provides=('init-displaymanager') -depends=('lightdm' 'openrc') conflicts=('init-displaymanager') source=("lightdm.initd") sha256sums=('a33a505b49088a5d5c8388da03c826e40699694fcbfd22775b15a957a07880dc') package() { + depends=('lightdm' 'openrc') install -Dm755 "$srcdir/lightdm.initd" "$pkgdir/etc/init.d/lightdm" } -- cgit v1.2.3