From ca6953db99a4cee228c1daf294913c5687a4d675 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 12 Sep 2009 17:19:59 +0200 Subject: libgee: move to git version while it's so much under development and depending on vala-native --- recipes/libgee/files/no-tests.patch | 12 ------------ recipes/libgee/libgee_0.3.0.bb | 11 ----------- recipes/libgee/libgee_git.bb | 16 ++++++++++++++++ 3 files changed, 16 insertions(+), 23 deletions(-) delete mode 100644 recipes/libgee/files/no-tests.patch delete mode 100644 recipes/libgee/libgee_0.3.0.bb create mode 100644 recipes/libgee/libgee_git.bb (limited to 'recipes/libgee') diff --git a/recipes/libgee/files/no-tests.patch b/recipes/libgee/files/no-tests.patch deleted file mode 100644 index d2d20b2c4e..0000000000 --- a/recipes/libgee/files/no-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: libgee-0.1.2/Makefile.am -=================================================================== ---- libgee-0.1.2.orig/Makefile.am -+++ libgee-0.1.2/Makefile.am -@@ -4,7 +4,6 @@ NULL = - - SUBDIRS = \ - gee \ -- tests \ - $(NULL) - - pkgconfigdir = $(libdir)/pkgconfig diff --git a/recipes/libgee/libgee_0.3.0.bb b/recipes/libgee/libgee_0.3.0.bb deleted file mode 100644 index 00ef42d2f4..0000000000 --- a/recipes/libgee/libgee_0.3.0.bb +++ /dev/null @@ -1,11 +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.3/libgee-${PV}.tar.bz2 \ - file://no-tests.patch;patch=1" - -inherit autotools_stage pkgconfig vala diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb new file mode 100644 index 0000000000..74e0eca488 --- /dev/null +++ b/recipes/libgee/libgee_git.bb @@ -0,0 +1,16 @@ +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" +PV = "0.3.0+gitr${SRCREV}" + +SRC_URI = "\ + git://git.gnome.org/libgee;protocol=git;branch=master \ +" +S = "${WORKDIR}/git" + +inherit autotools_stage pkgconfig vala + +FILES_${PN}-dev += "${datadir}/gir-1.0" -- cgit 1.2.3-korg