From 96c5f256f80e7ccc3f071b74a957b086b3993013 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 6 Aug 2009 20:12:20 +0200 Subject: libgee: 0.1.4 -> 0.3.0 NOTE: this version is compatible with vala 0.7.5-fso --- recipes/libgee/libgee_0.1.4.bb | 19 ------------------- recipes/libgee/libgee_0.3.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 19 deletions(-) delete mode 100644 recipes/libgee/libgee_0.1.4.bb create mode 100644 recipes/libgee/libgee_0.3.0.bb (limited to 'recipes/libgee') diff --git a/recipes/libgee/libgee_0.1.4.bb b/recipes/libgee/libgee_0.1.4.bb deleted file mode 100644 index 8e3a90599a..0000000000 --- a/recipes/libgee/libgee_0.1.4.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \ -and classes for commonly used data structures." -HOMEPAGE = "http://live.gnome.org/Libgee" -SECTION = "libs" -DEPENDS = "glib-2.0" -LICENSE = "LGPL" - -SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libgee/0.1/libgee-${PV}.tar.bz2 \ - file://no-tests.patch;patch=1" - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all - install -d ${STAGING_DATADIR}/vala/vapi - install -m 0644 ${S}/gee/gee-1.0.vapi ${STAGING_DATADIR}/vala/vapi -} - -FILES_${PN} += "${datadir}/vala" diff --git a/recipes/libgee/libgee_0.3.0.bb b/recipes/libgee/libgee_0.3.0.bb new file mode 100644 index 0000000000..00ef42d2f4 --- /dev/null +++ b/recipes/libgee/libgee_0.3.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \ +and classes for commonly used data structures." +HOMEPAGE = "http://live.gnome.org/Libgee" +SECTION = "libs" +DEPENDS = "glib-2.0" +LICENSE = "LGPL" + +SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libgee/0.3/libgee-${PV}.tar.bz2 \ + file://no-tests.patch;patch=1" + +inherit autotools_stage pkgconfig vala -- cgit 1.2.3-korg