On Wed, Jul 11, 2012 at 6:14 PM, Gustavo Sverzut Barbieri <[email protected]> wrote: > On Wed, Jul 11, 2012 at 12:37 PM, Vincent Torri <[email protected]> > wrote: >> On Wed, Jul 11, 2012 at 4:37 PM, Gustavo Sverzut Barbieri >> <[email protected]> wrote: >>> On Wed, Jul 11, 2012 at 11:01 AM, Vincent Torri <[email protected]> >>> wrote: >>>> >>>> On Wed, Jul 11, 2012 at 3:56 PM, Enlightenment SVN >>>> <[email protected]> wrote: >>>> > Log: >>>> > pkgconfig exports: pkgdatadir, themes and backgrounds. >>>> > >>>> > >>>> > Author: barbieri >>>> > Date: 2012-07-11 06:55:59 -0700 (Wed, 11 Jul 2012) >>>> > New Revision: 73577 >>>> > Trac: http://trac.enlightenment.org/e/changeset/73577 >>>> > >>>> > Modified: >>>> > trunk/e/enlightenment.pc.in >>>> > >>>> > Modified: trunk/e/enlightenment.pc.in >>>> > =================================================================== >>>> > --- trunk/e/enlightenment.pc.in 2012-07-11 13:18:57 UTC (rev 73576) >>>> > +++ trunk/e/enlightenment.pc.in 2012-07-11 13:55:59 UTC (rev 73577) >>>> > @@ -1,8 +1,12 @@ >>>> > prefix=@prefix@ >>>> > exec_prefix=@exec_prefix@ >>>> > libdir=@libdir@ >>>> > +datadir=@datadir@ >>>> > includedir=@includedir@/@PACKAGE@ >>>> > modules=@libdir@/@PACKAGE@/modules >> >> adding @PACKAGE@ is not good at all, imho > > there were not mine, not my change, it's just diff context. > > >>>> > +pkgdatadir=@datadir@/enlightenment/data >> >> pkgdatadir=@pkgdatadir@ >> >>>> > +themes=${pkgdatadir}/themes >>>> > +backgrounds=${pkgdatadir}/backgrounds >> >> themes=${pkgdatadir}/data/themes >> backgrounds=${pkgdatadir}/data/backgrounds > > then you must change this: > http://trac.enlightenment.org/e/browser/trunk/e/data/themes/Makefile.am#L13 > 13 filesdir = $(datadir)/enlightenment/data/themes > 14 files_DATA = \ > 15 default.edj
indeed, and background too, if some are installed Vincent ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
