Hi, does this really work for cross compiling? Maybe you should use autotools, which are quite easy and makes it even easier for cross compilation. Instead of dynamic object you can use libfso-glib[1] and instead using handcrafted paths and busnames you can use libfsoframework's paths [2]. Why did you add the libeflvala vapi to your project? Are there any update/tweak you want to share? libeflvala doesn't make much progress, but if you have any diffs, feel free to send them to [email protected].
our docs: http://docs.freesmartphone.org/ if you're reading this just in time, you might miss the Notification API. This should be there soon, and it seems to be only a small interface with one method. Regards, Frederik [1] http://git.freesmartphone.org/?p=libfso-glib.git;a=summary [2] http://git.freesmartphone.org/?p=cornucopia.git;a=blob;f=libfsoframework/fsoframework/interfaces.vala;h=70b2c1afe74a1f0aa1e46e51f5a594186c01de8d;hb=HEAD 2010/1/12 Esben Damgaard <[email protected]> > Hi, > > I've developed the program Timeoko, and I would love to have it in the > repository. > > http://github.com/Ebbe/Timeoko > > > Will someone add it? > > > Esben Damgaard > > DESCRIPTION = "An eggtimer for the Openmoko phones" > AUTHOR = "Esben Damgaard" > LICENSE = "GPLv3" > DEPENDS = "vala-native glib-2.0 dbus dbus-glib libgee" > > SRCREV = "${AUTOREV}" > PV = "0.0.2+gitr${SRCREV}" > > SRC_URI = "git://github.com/Ebbe/Timeoko.git;protocol=git;branch=master" > S = "${WORKDIR}/git/" > > do_compile() { > cd ${S} > ./compile > } > > do_install() { > install -d ${D}/usr/share/sounds/ > install -d ${D}/usr/share/pixmaps/ > install -d ${D}/usr/share/applications/ > install -d ${D}/usr/bin > > install -m 0755 ${S}/bin/timeoko ${D}/usr/bin > install -m 0755 ${S}/data/timeoko.desktop ${D}/usr/share/applications/ > install -m 0755 ${S}/data/timeoko.png ${D}/usr/share/pixmaps/ > install -m 0755 ${S}/data/timeoko_ring.wav ${D}/usr/share/sounds/ > } > > > _______________________________________________ > Shr-devel mailing list > [email protected] > http://lists.shr-project.org/mailman/listinfo/shr-devel > >
_______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
