Re: Multitabbed GTK based editor for GPE
Vladimir Martinek <[email protected]>
| Newsgroups | gmane.comp.handhelds.gpe |
|---|---|
| Message-ID | <[email protected]> |
Greetings, for those interested in, new version of this editor is now available at http://194.213.43.198/vmedit/index.html. The bb file is attached. Vladimir Vladimir Martinek wrote: > Hi, > > my small addition to this wonderful project of GPE that I use for long > time. > > GTK based editor for GPE, multi-tabbed. > > Source, ipkg and screenshots available at > http://www.mujweb.cz/pocitace/bigvlad/vmedit/index.html > > Build using open embedded like the rest of the 0.8.2 distribution. > > If anyone likes it and wants to have it in unstable feed, please let me > know what can I do for that. > > Vladimir > > > _______________________________________________ > GPE mailing list > [email protected] > http://handhelds.org/mailman/listinfo/gpe > > -- Vladimir Martinek SYKORA DATA CENTER 28.rijna 1512/123 702 00 Ostrava The Czech Republic Phone : +420 723 908 968 E-mail: [email protected] _______________________________________________ GPE mailing list [email protected] http://handhelds.org/mailman/listinfo/gpe
vmedit_0.02.bb
(text/plain, 391 B)
LICENSE = "GPL" inherit autotools gpe DEPENDS = "gtk+ libgpewidget gpe-icons" RDEPENDS = "gpe-icons" MAINTAINER = "Florian Boor <[email protected]>" SECTION = "gpe" DESCRIPTION = "This is a small GTK based multi-tab text editor." AUTHOR = "Vladimir Martinek <[email protected]>" SRC_URI="http://194.213.43.198/${PN}/${P}.tar.gz" do_configure () { autotools_do_configure }