On Sun, Nov 2, 2014 at 1:55 PM, Kenneth Harrison <[email protected]> wrote: > On Sun, Nov 2, 2014 at 1:11 PM, Kenneth Harrison > <[email protected]> wrote: >> On Sun, Nov 2, 2014 at 12:55 PM, Bruce Dubbs <[email protected]> wrote: >>> Kenneth Harrison wrote: >>>> >>>> A bit of news regarding the ConsoleKit package. >>>> >>>> Xfce has decided to take over developments of ConsoleKit as >>>> ConsoleKit2 as an alternative to logind. >>>> >>>> Source for news: >>>> >>>> http://erickoegel.wordpress.com/tag/consolekit2/ >>>> >>>> ConsoleKit2 development website: >>>> >>>> https://github.com/ConsoleKit2/ConsoleKit2 >>>> >>>> Perhaps after this projects stabilizes it could be ported to BLFS? >>> >>> >>> That sounds good to me. >>> >>> -- Bruce >>> >>> >>> -- >>> http://lists.linuxfromscratch.org/listinfo/blfs-dev >>> FAQ: http://www.linuxfromscratch.org/blfs/faq.html >>> Unsubscribe: See the above information page >> >> I'll try a test compile to check for options in configure and see what >> is being used and available, and report back with my research. > > Bit of a brief update but it appears ConsoleKit2 actually had a few > releases a few hours ago. > > Version 0.9.2 is available at this URL: > > https://github.com/ConsoleKit2/ConsoleKit2/releases/download/0.9.2/ConsoleKit2-0.9.2.tar.bz2 > > And a quick test build built with these options: > > ./autogen.sh --prefix=/usr \ > --sysconfdir=/etc \ > --localstatedir=/var \ > --enable-udev-acl > > Optional flags include: > --enable-pam-module (requires Linux-PAM) > --enable-docbook-docs (requires xmlto) > > Deprecated flags from ConsoleKit-0.4.8 include: > --withsystemdunitdir=no > (Flag now is listed as a DIR flag for /path/to rather than a boolean entry) > > Internal system version flags list this as ConsoleKit-0.9.2 for > compatibility purposes. > > I'm going to attempt a live system test with this.
Test from git checkout was completed and successful. Modification to build instruction is as follows for official release: ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-udev-acl Optional: --enable-pam-module (requires Linux-PAM) --enable-docbook-docs (requires xmlto) Build being tested in BLFS 7.6 stable with all optional flags for PAM enabled. Will report back findings after completing KDE installation for building against ConsoleKit2 and subsequent testing. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
