[oe-commits] org.oe.dev geany: initial commit to OE with latest release 0.14. Closes 3763 and 3496.

Laibsch commit oe at amethyst.openembedded.net
Sun May 4 17:10:16 UTC 2008


geany: initial commit to OE with latest release 0.14.  Closes 3763 and 3496.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: e5ca2be92e2e455ddafe9234b967650570ba1462
ViewMTN: http://monotone.openembedded.org/revision/info/e5ca2be92e2e455ddafe9234b967650570ba1462
Files:
1
packages/geany
packages/geany/geany_0.14.bb
Diffs:

#
# mt diff -r7e837b6291ea13900b4fa21b1903e9688b6f981e -re5ca2be92e2e455ddafe9234b967650570ba1462
#
#
#
# add_dir "packages/geany"
# 
# add_file "packages/geany/geany_0.14.bb"
#  content [e9b4cac4e48f2bb791e6ae247a3a3c18a516e6e5]
#
============================================================
--- packages/geany/geany_0.14.bb	e9b4cac4e48f2bb791e6ae247a3a3c18a516e6e5
+++ packages/geany/geany_0.14.bb	e9b4cac4e48f2bb791e6ae247a3a3c18a516e6e5
@@ -0,0 +1,13 @@
+DESCRIPTION = "Text editor with some IDE functionality"
+HOMEPAGE = "http://geany.sf.net"
+SECTION = "editors"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "gtk+"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/geany/${P}.tar.bz2"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-plugins --disable-vte"






More information about the Openembedded-commits mailing list