Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] elogind systemd dependencies
@ 2020-11-06 16:54 dreamer1234
  2020-11-06 18:08 ` ofiala-a51
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dreamer1234 @ 2020-11-06 16:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

New issue by dreamer1234 on void-packages repository

https://github.com/void-linux/void-packages/issues/26177

Description:
The elogind package is dependant on systemd.
Looking at the template:

[code]
post_install() {
        ln -s libelogind.pc $DESTDIR/usr/lib/pkgconfig/libsystemd.pc
        ln -s libelogind.pc $DESTDIR/usr/lib/pkgconfig/libsystemd-logind.pc
        ln -sr $DESTDIR/usr/include/elogind $DESTDIR/usr/include/systemd
        vinstall ./src/systemd/sd-id128.h 644 usr/include
        vinstall ./src/systemd/_sd-common.h 644 usr/include
        vinstall $FILESDIR/elogind.wrapper 755 usr/libexec/elogind
        vmkdir usr/lib/dracut/dracut.conf.d
        echo "install_items+=\" /usr/libexec/elogind/elogind-uaccess-command \"" >> ${DESTDIR}/usr/li
b/dracut/dracut.conf.d/elogind.conf
        vsv elogind
}
[/code]

Which seems a bad desing, since we are introducing systemd dependencies on a non systemd distribution. 




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-06 22:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 16:54 [ISSUE] elogind systemd dependencies dreamer1234
2020-11-06 18:08 ` ofiala-a51
2020-11-06 18:10 ` ofiala-a51
2020-11-06 18:14 ` nonchip
2020-11-06 18:16 ` nonchip
2020-11-06 18:20 ` nonchip
2020-11-06 18:22 ` nonchip
2020-11-06 22:14 ` [ISSUE] [CLOSED] " q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).