trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

Re: [trinity-devel] Tim: New kcontrol autostart module

From: Darrell Anderson <humanreadable@...>
Date: Mon, 30 Apr 2012 12:21:46 -0700 (PDT)
> > git clone http://<username>@scm.trinitydesktop.org/scm/git/kcmautostart
> >
> I hate to pester, but could you upload the sources into that
> repository so that I can get Debian/Ubuntu builds started?
> 
> Thanks!

Can I still do this after I resetting my local repo to April 10? I reset my local repo to help debug the kate/kwrite problems. I have already started a fresh rebuild based on that date.

Never mind. :-) Here is a tar.gz:

http://humanreadable.nfshost.com/trinity/patches/autostart.tar.gz

Here is the directory layout:

http://humanreadable.nfshost.com/trinity/patches/autostart/

Of course, these files are updated and patched for Trinity and no longer are the same as the original Ubuntu sources.

Nothing specific needed to build:

CFLAGS=$CPUOPT \
CXXFLAGS=$CPUOPT \
./configure \
  --prefix=${PREFIX} \
  --sysconfdir=${SYSCONFDIR} \
  --libdir=${LIBDIR} \
  --mandir=${MANDIR} \
  --with-qt-dir=${QTDIR} \
  --with-qt-includes=${QT_INCLUDE_DIR} \
  --with-qt-libraries=${QT_LIB_DIR} \
  $DEBUG_AUTOTOOL_OPT || exit 1


I have to review my previous list posts to start a bug report. There were two minor bugs, none fatal.

Darrell