diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-25 11:58:39 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-25 11:58:39 +0000 |
commit | 0d4b02485f9b8285cef6a3f853ed25f2426f8a45 (patch) | |
tree | 6a01805791b5db05ece9d34e4dc266adfaa7f568 | |
parent | 941357cbbf47c4d3fc37527537d31d3748d0b159 (diff) |
libgpewidget: drop ancient versions.
-rw-r--r-- | packages/libgpewidget/libgpewidget-0.102/cairo.patch | 39 | ||||
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.102.bb | 20 | ||||
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.103.bb | 18 | ||||
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.105.bb | 17 | ||||
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.107.bb | 19 | ||||
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.109.bb | 26 |
6 files changed, 0 insertions, 139 deletions
diff --git a/packages/libgpewidget/libgpewidget-0.102/cairo.patch b/packages/libgpewidget/libgpewidget-0.102/cairo.patch deleted file mode 100644 index 64b0dd3a3f..0000000000 --- a/packages/libgpewidget/libgpewidget-0.102/cairo.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- /tmp/gpeclockface.c 2005-08-07 22:30:20.000000000 +0200 -+++ libgpewidget-0.102/gpeclockface.c 2005-08-08 10:10:09.180756032 +0200 -@@ -1,5 +1,5 @@ - /* -- * Copyright (C) 2003 Philip Blundell <philb@gnu.org> -+ * Copyright (C) 2003, 2005 Philip Blundell <philb@gnu.org> - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License -@@ -11,6 +11,7 @@ - - #include <sys/types.h> - #include <stdio.h> -+#include <string.h> - #include <stdlib.h> - #include <math.h> - #include <string.h> -@@ -267,7 +268,7 @@ - 0, - 2 * M_PI); - cairo_fill (clock->cr); -- cairo_set_rgb_color (clock->cr, 0, 0, 0); -+ cairo_set_source_rgba (clock->cr, 0, 0, 0, 1.0); - cairo_arc (clock->cr, - clock->x_offset + clock->radius, - clock->y_offset + clock->radius, -@@ -493,11 +494,10 @@ - gcm = gdk_drawable_get_colormap (widget->window); - - #ifdef HAVE_CAIRO -- clock->cr = cairo_create (); - clock->surface = cairo_xlib_surface_create (dpy, GDK_WINDOW_XWINDOW (clock->backing_pixmap), - gdk_x11_visual_get_xvisual (gv), 0, - gdk_x11_colormap_get_xcolormap (gcm)); -- cairo_set_target_surface (clock->cr, clock->surface); -+ clock->cr = cairo_create (clock->surface); - #else - clock->backing_poly_gc = gdk_gc_new (clock->backing_pixmap); - #endif diff --git a/packages/libgpewidget/libgpewidget_0.102.bb b/packages/libgpewidget/libgpewidget_0.102.bb deleted file mode 100644 index 58e8c71c18..0000000000 --- a/packages/libgpewidget/libgpewidget_0.102.bb +++ /dev/null @@ -1,20 +0,0 @@ -LICENSE = "LGPL" -PR = "r3" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ cairo libxrender gtk-doc" - -GPE_TARBALL_SUFFIX = "bz2" -inherit gpe pkgconfig autotools - -SRC_URI += "file://cairo.patch;patch=1;pnum=1" - -EXTRA_OECONF = "--enable-cairo" - -do_stage () { - oe_libinstall -C .libs -so libgpewidget ${STAGING_LIBDIR} - autotools_stage_includes -} - diff --git a/packages/libgpewidget/libgpewidget_0.103.bb b/packages/libgpewidget/libgpewidget_0.103.bb deleted file mode 100644 index b174398670..0000000000 --- a/packages/libgpewidget/libgpewidget_0.103.bb +++ /dev/null @@ -1,18 +0,0 @@ -LICENSE = "LGPL" -PR = "r3" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ cairo libxrender gtk-doc" - -GPE_TARBALL_SUFFIX = "bz2" -inherit gpe pkgconfig autotools - -EXTRA_OECONF = "--enable-cairo" - -do_stage () { - oe_libinstall -C .libs -so libgpewidget ${STAGING_LIBDIR} - autotools_stage_includes -} - diff --git a/packages/libgpewidget/libgpewidget_0.105.bb b/packages/libgpewidget/libgpewidget_0.105.bb deleted file mode 100644 index 884c55c9d3..0000000000 --- a/packages/libgpewidget/libgpewidget_0.105.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "LGPL" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ cairo libxrender gtk-doc" -PR = "r1" - -GPE_TARBALL_SUFFIX = "bz2" -inherit gpe pkgconfig autotools - -EXTRA_OECONF = "--enable-cairo" - -do_stage () { - autotools_stage_all -} - diff --git a/packages/libgpewidget/libgpewidget_0.107.bb b/packages/libgpewidget/libgpewidget_0.107.bb deleted file mode 100644 index 6ebab6db35..0000000000 --- a/packages/libgpewidget/libgpewidget_0.107.bb +++ /dev/null @@ -1,19 +0,0 @@ -LICENSE = "LGPL" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -DEPENDS = "gtk+ cairo libxrender gtk-doc" -PR = "r1" - -GPE_TARBALL_SUFFIX = "bz2" -inherit gpe pkgconfig autotools - -PACKAGES =+ "libgpewidget-bin" -FILES_libgpewidget-bin = "${bindir}" - -EXTRA_OECONF = "--enable-cairo" - -do_stage () { - autotools_stage_all -} - diff --git a/packages/libgpewidget/libgpewidget_0.109.bb b/packages/libgpewidget/libgpewidget_0.109.bb deleted file mode 100644 index f1078860d7..0000000000 --- a/packages/libgpewidget/libgpewidget_0.109.bb +++ /dev/null @@ -1,26 +0,0 @@ -LICENSE = "LGPL" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -DEPENDS = "gtk+ cairo libxrender gtk-doc" -MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" -PR = "r2" - -GPE_TARBALL_SUFFIX = "bz2" -inherit gpe pkgconfig autotools - -SRC_URI += "file://pkgconfig.patch;patch=1;pnum=0" - -PACKAGES =+ "libgpewidget-bin" -FILES_libgpewidget-bin = "${bindir}" - -EXTRA_OECONF = "--enable-cairo" - -PARALLEL_MAKE = "" - -LDFLAGS += " -L${STAGING_LIBDIR}" - -do_stage () { - autotools_stage_all -} - |