On Tue, 24 Jul 2012 21:53:07 -0700 "Enlightenment SVN" <no-re...@enlightenment.org> wrote:
> Log: > packaging/slackware: > > - eeze mount doesn't fit well anymore with Slackware current and > udisks backend seems to work pretty well now, so enable it by default. As a note about using udisks. If policykit isn't setup to allow disks to be mounted by everyone without authentication, the mount will fail. I'm working on an auth agent for policykit now so this won't be an issue soon enough. > - eyesight doesn't build anymore without poppler and mupdf needs > extra dependency, so disable it for now. > - makes thing compile fater with make -j5. > > > Author: ngc891 > Date: 2012-07-24 21:53:06 -0700 (Tue, 24 Jul 2012) > New Revision: 74369 > Trac: http://trac.enlightenment.org/e/changeset/74369 > > Modified: > trunk/packaging/slackware/enlightenment/enlightenment.SlackBuild > trunk/packaging/slackware/eyesight/eyesight.SlackBuild > trunk/packaging/slackware/functions > > Modified: > trunk/packaging/slackware/enlightenment/enlightenment.SlackBuild > =================================================================== > --- > trunk/packaging/slackware/enlightenment/enlightenment.SlackBuild > 2012-07-25 02:53:40 UTC (rev 74368) +++ > trunk/packaging/slackware/enlightenment/enlightenment.SlackBuild > 2012-07-25 04:53:06 UTC (rev 74369) @@ -28,9 +28,10 @@ > --libdir=${LIBDIR} \ --sysconfdir=/etc \ --with-profile=${PC} \ > - --enable-mount-eeze \ > + --enable-device-udev \ > + --enable-mount-udisks \ > --disable-mount-hal \ > - --disable-mount-udisks \ > + --disable-mount-eeze \ > --build=${ARCH}-slackware-linux > > # Install > > Modified: trunk/packaging/slackware/eyesight/eyesight.SlackBuild > =================================================================== > --- trunk/packaging/slackware/eyesight/eyesight.SlackBuild > 2012-07-25 02:53:40 UTC (rev 74368) +++ > trunk/packaging/slackware/eyesight/eyesight.SlackBuild > 2012-07-25 04:53:06 UTC (rev 74369) @@ -19,16 +19,12 @@ ./autogen.sh \ > --prefix=/usr \ > --libdir=${LIBDIR} \ > - --with-pdf-backend=poppler \ > --build=${ARCH}-slackware-linux > > # Install > make_install > install_doc AUTHORS COPYING* LICENCE README TODO > > -# Add API doc > -api_doc > - > # Build the package > post_clean > pack_slack > > Modified: trunk/packaging/slackware/functions > =================================================================== > --- trunk/packaging/slackware/functions 2012-07-25 02:53:40 > UTC (rev 74368) +++ trunk/packaging/slackware/functions > 2012-07-25 04:53:06 UTC (rev 74369) @@ -28,7 +28,7 @@ > elif [ "${ARCH}" = "x86_64" ]; then > SCFLAGS="${SCFLAGS} -fPIC ${DEBUG} ${ECFLAGS}" > LIBDIR="/usr/lib64" > - MFLAGS="-j3" > + MFLAGS="-j5" > fi > > if [ ! -d ${TMP} ]; then > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. > Discussions will include endpoint security, mobile security and the > latest in malware threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ enlightenment-svn > mailing list enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel