MESSAGE
DATE | 2020-10-20 |
FROM | cromer--- via artix-general
|
SUBJECT | Re: [Hangout - NYLXS] [artix-general] runit service scripts for ly
|
The ly package was removed from arch linux's repos, and it has now been removed from artix's repos as well. Sorry for the confusion.
Chris Cromer Artix Linux Developer
Sent from BlueMail
On Oct 20, 2020, 1:45 PM, at 1:45 PM, cromer--- via artix-general wrote: >Hey ndowens, > >I see that you maintain the ly package. Was it removed from arch's >repos? If so it should be removed from artix's repos as well. Unless >you manually added it to our repos, if that is the case runit, s6 and >openrc init scripts are needed. > >Chris Cromer >Artix Linux Developer > >Sent from BlueMail > >On Oct 20, 2020, 1:19 PM, at 1:19 PM, Kian Kasad via artix-general > wrote: >>Huh. Pacman says it's part of the galaxy repo: >> >>``` >>~ $ pacman -Si ly >>Repository : galaxy >>Name : ly >>Version : 0.5.2-1 >>Description : TUI display manager >>Architecture : x86_64 >>URL : https://github.com/nullgemm/ly >>Licenses : custom:WTFPL >>Groups : None >>Provides : None >>Depends On : pam xorg-xauth >>Optional Deps : None >>Conflicts With : ly-git python-ly-git >>Replaces : None >>Download Size : 32.81 KiB >>Installed Size : 96.05 KiB >>Packager : Artix Build Bot >>Build Date : Tue 28 Jul 2020 01:23:23 PM PDT >>Validated By : MD5 Sum SHA-256 Sum Signature >>``` >> >>It's also on the Artix package archive: >>https://archive.artixlinux.org/repos/last/galaxy/os/x86_64/ly-0.5.2-1-x86_64.pkg.tar.zst >> >>- Kian Kasad >> >>On 20/10/20 09:05AM, cromer--- via artix-general wrote: >>> Thanks for the PKGBUILD, I recommend that you upload it to the AUR. >>> >>> However we won't add it to Artix's repos. The reason is that ly is >>not a package in arch or artix repos. It is only in the AUR. We don't >>support the AUR and we don't add init scripts for things that are in >>the AUR. We only add init scripts for things that are in the >artix/arch >>repos. >>> >>> Chris Cromer >>> Artix Linux Developer >>> >>> Sent from BlueMail >>> >>> On Oct 19, 2020, 11:58 PM, at 11:58 PM, Kian Kasad via artix-general >> wrote: >>> >I just started using the ly TUI display manager so I created >service >>> >scripts for runit. PKGBUILD is below and all required files are in >>an >>> >attached tarball. >>> >I couldn't figure out what I should put for URL so I left that >>blank. >>> > >>> >- Kian Kasad >>> > >>> >PKGBUILD: >>> > >>> ># Maintainer: Kian Kasad >>> >pkgname=ly-runit >>> >pkgver=20201019 >>> >pkgrel=1 >>> >pkgdesc="runit service scripts for ly" >>> >arch=('any') >>> >url="" >>> >license=('custom:WTFPL') >>> >groups=('runit-galaxy') >>> >depends=() >>> >provides=('ly-runscripts') >>> >replaces=('ly-runscripts') >>> >source=('ly.run' >>> > 'ly.conf' >>> > 'ly.finish') >>> >>>sha256sums=('eda1c676bbab263b37e3c2414a437005e4efb2269a1c187d68c6f9f121d3f18f' >>> > >>'3fad07e85d2154f06a049c3066e627e376794c307916662d973997d38841bc78' >>> > >>'cc27bfd1c9da1fe152a99f90aad97eac07da4c8a6ffa599f32e85874d64cdfe7') >>> > >>> >package() { >>> > cd "$srcdir" >>> > >>> > install -TDm644 ly.conf "$pkgdir/etc/runit/sv/ly/conf" >>> > install -TDm755 ly.run "$pkgdir/etc/runit/sv/ly/run" >>> > install -TDm755 ly.finish "$pkgdir/etc/runit/sv/ly/finish" >>> >} >>> > >>> > >>> >>>------------------------------------------------------------------------ >>> > >>> >-- >>> >artix-general mailing list >>> >artix-general-at-artixlinux.org >>> >https://lists.artixlinux.org/listinfo/artix-general >>> >>> -- >>> artix-general mailing list >>> artix-general-at-artixlinux.org >>> https://lists.artixlinux.org/listinfo/artix-general >> >> >>------------------------------------------------------------------------ >> >>-- >>artix-general mailing list >>artix-general-at-artixlinux.org >>https://lists.artixlinux.org/listinfo/artix-general > >-- >artix-general mailing list >artix-general-at-artixlinux.org >https://lists.artixlinux.org/listinfo/artix-general
-- artix-general mailing list artix-general-at-artixlinux.org https://lists.artixlinux.org/listinfo/artix-general _______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|