blob: d2d0fed36376341b79a152158a06f47d60e63da0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Text editor with some IDE functionality"
HOMEPAGE = "http://geany.sf.net"
SECTION = "editors"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ vte"
inherit gnome
SRC_URI = "http://download.geany.org/geany-${PV}.tar.bz2 \
file://no-bogus-cxx-check.diff;patch=1 \
"
|