From c2564f341b46fbc5e77b950ad977e185a1997e0b Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 7 Feb 2006 14:50:22 +0000 Subject: gnome-cups-manager_0.31.bb, libgnomecups_0.2.2.bb : add these to OE now cups exists. cups_1.1.23.bb : inherit binconfig for cups-config staging and add staging for the header files and libs --- packages/gnome/gnome-cups-manager_0.31.bb | 14 ++++++++++++++ packages/gnome/libgnomecups_0.2.2.bb | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 packages/gnome/gnome-cups-manager_0.31.bb create mode 100644 packages/gnome/libgnomecups_0.2.2.bb (limited to 'packages/gnome') diff --git a/packages/gnome/gnome-cups-manager_0.31.bb b/packages/gnome/gnome-cups-manager_0.31.bb new file mode 100644 index 0000000000..2023cdac5d --- /dev/null +++ b/packages/gnome/gnome-cups-manager_0.31.bb @@ -0,0 +1,14 @@ +DESCRIPTION="Gnome Cups Manager" +LICENSE="GPLv2" +PR="r0" + +DEPENDS="glib-2.0 gtk+ pango libgnomecups" + +inherit gnome pkgconfig + +SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gnome-cups-manager/0.31/gnome-cups-manager-0.31.tar.bz2" + +do_stage() { +autotools_stage_all +} + diff --git a/packages/gnome/libgnomecups_0.2.2.bb b/packages/gnome/libgnomecups_0.2.2.bb new file mode 100644 index 0000000000..4fcefb6454 --- /dev/null +++ b/packages/gnome/libgnomecups_0.2.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION="Gnome Cups Manager" +LICENSE="GPLv2" +PR="r0" + +DEPENDS="glib-2.0 gtk+ pango cups" + +inherit gnome pkgconfig + +do_stage() { +autotools_stage_all +} + -- cgit 1.2.3-korg