Iain Buchanan schrieb:

> Attached are some preliminary ebuilds for 0.11 for your perusal and
> inclusion!  They're not all here, just some main (IMHO) ones:

Did you add the changes to the -9999 ebuilds as well?

Just patched my working copy's gnome ebuild to make it install again.
Saw you added !app-pda/synce-rra to app-pda/synce-librra too.

Are there any other changes, that should make it into the -999 SVN ebuilds too?
Or are the changes not simply not committed, yet?

Your preliminary ebuild show KEYWORDS="~*" instead of KEYWORDS="~x86".


Here's a solution for Sync-Engine's OpenSync plugin installation:

src_install() {
        distutils_src_install

        insinto /usr/share/${PN}/
        doins config.xml

        insinto /usr/lib/opensync/python-plugins

        if has_version '>=app-pda/libopensync-0.30'; then
                newins plugins/synce-opensync-plugin-3x.py 
synce-opensync-plugin.py
        else
                newins plugins/synce-opensync-plugin-2x.py 
synce-opensync-plugin.py
        fi
}

The OpenSync plugins should be placed into their own ebuilds though.
There's already a hardmasked (and probably outdated) package named 
app-pda/libopensync-plugin-synce.


The content of the plugins directory gets installed into 
/usr/lib/python2.4/site-packages/plugins too.
Is that correct?



Cheers,
Vasco

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to