summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-power-manager/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /sysutils/gnome-power-manager/files
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-power-manager/files')
-rw-r--r--sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c11
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_Makefile.in29
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h14
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_gpm-button.c37
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c12
5 files changed, 0 insertions, 103 deletions
diff --git a/sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c b/sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c
deleted file mode 100644
index 6d98cece2..000000000
--- a/sysutils/gnome-power-manager/files/patch-libhal-glib_libhal-gdevice.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libhal-glib/libhal-gdevice.c.orig 2009-04-19 02:15:52.000000000 -0400
-+++ libhal-glib/libhal-gdevice.c 2009-04-19 02:16:09.000000000 -0400
-@@ -280,7 +280,7 @@ hal_gdevice_query_capability (HalGDevice
- return FALSE;
- }
- ret = dbus_g_proxy_call (proxy, "QueryCapability", error,
-- G_TYPE_STRING, device->priv->udi,
-+ G_TYPE_STRING, capability,
- G_TYPE_INVALID,
- G_TYPE_BOOLEAN, has_capability,
- G_TYPE_INVALID);
diff --git a/sysutils/gnome-power-manager/files/patch-src_Makefile.in b/sysutils/gnome-power-manager/files/patch-src_Makefile.in
deleted file mode 100644
index 8bbbfb172..000000000
--- a/sysutils/gnome-power-manager/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/Makefile.in.orig 2008-09-29 17:30:53.000000000 -0400
-+++ src/Makefile.in 2008-09-29 17:35:03.000000000 -0400
-@@ -471,7 +471,7 @@ gnome_power_statistics_SOURCES = \
- $(NULL)
-
- gnome_power_statistics_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(DBUS_LIBS) \
-- $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) $(NULL) \
-+ $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) \
- $(am__append_1)
- gnome_power_preferences_SOURCES = \
- egg-debug.h \
-@@ -499,7 +499,7 @@ gnome_power_preferences_SOURCES = \
- gnome_power_preferences_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS) \
- $(DBUS_LIBS) $(POLKIT_GNOME_LIBS) $(GPM_EXTRA_LIBS) \
- $(LOCAL_LIBHAL_LIBS) $(LOCAL_LIBDBUS_LIBS) \
-- $(LOCAL_LIBUNIQUE_LIBS) $(NULL) $(am__append_2)
-+ $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) $(am__append_2)
- gnome_power_manager_SOURCES = \
- egg-color.c \
- egg-color.h \
-@@ -588,7 +588,7 @@ gnome_power_manager_SOURCES = \
- gnome_power_manager_LDADD = $(GLIB_LIBS) $(GSTREAMER_LIBS) \
- $(GNOME_LIBS) $(HAL_LIBS) $(POLKIT_LIBS) $(DBUS_LIBS) \
- $(XRANDR_LIBS) $(GPM_EXTRA_LIBS) $(LOCAL_LIBHAL_LIBS) \
-- $(LOCAL_LIBDBUS_LIBS) $(NULL) $(am__append_3)
-+ $(LOCAL_LIBDBUS_LIBS) -lexecinfo $(NULL) $(am__append_3)
- gnome_power_self_test_SOURCES = \
- egg-color.c \
- egg-color.h \
diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h b/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h
deleted file mode 100644
index 8273665a5..000000000
--- a/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/gpm-array-float.h.orig 2009-03-18 19:35:24.000000000 -0400
-+++ src/gpm-array-float.h 2009-03-18 19:35:42.000000000 -0400
-@@ -49,9 +49,9 @@ gfloat gpm_array_float_get_average (G
- gboolean gpm_array_float_print (GArray *array);
- GArray *gpm_array_float_convolve (GArray *data,
- GArray *kernel);
--inline gfloat gpm_array_float_get (GArray *array,
-+gfloat gpm_array_float_get (GArray *array,
- guint i);
--inline void gpm_array_float_set (GArray *array,
-+void gpm_array_float_set (GArray *array,
- guint i,
- gfloat value);
-
diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-button.c b/sysutils/gnome-power-manager/files/patch-src_gpm-button.c
deleted file mode 100644
index 7960d9f22..000000000
--- a/sysutils/gnome-power-manager/files/patch-src_gpm-button.c
+++ /dev/null
@@ -1,37 +0,0 @@
---- src/gpm-button.c.orig 2009-04-19 02:17:58.000000000 -0400
-+++ src/gpm-button.c 2009-04-19 02:20:39.000000000 -0400
-@@ -494,6 +494,25 @@ hal_daemon_stop_cb (HalGManager *hal_man
- }
- }
-
-+/*
-+ * hal_daemon_new_device_cb
-+ **/
-+static void
-+hal_daemon_new_device_cb (HalGManager *hal_manager, const gchar *udi, GpmButton *button)
-+{
-+ gboolean is_button;
-+ HalGDevice *device;
-+
-+ device = hal_gdevice_new ();
-+ hal_gdevice_set_udi (device, udi);
-+ hal_gdevice_query_capability (device, "button", &is_button, NULL);
-+ if (is_button == TRUE) {
-+ egg_debug ("Watching %s", udi);
-+ watch_add_button (button, udi);
-+ }
-+ g_object_unref (device);
-+}
-+
- /**
- * gpm_button_init:
- * @button: This class instance
-@@ -543,6 +562,8 @@ gpm_button_init (GpmButton *button)
- G_CALLBACK (hal_daemon_start_cb), button);
- g_signal_connect (button->priv->hal_manager, "daemon-stop",
- G_CALLBACK (hal_daemon_stop_cb), button);
-+ g_signal_connect (button->priv->hal_manager, "device-added",
-+ G_CALLBACK (hal_daemon_new_device_cb), button);
-
- button->priv->hal_devicestore = hal_gdevicestore_new ();
-
diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c b/sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c
deleted file mode 100644
index ea8e92f03..000000000
--- a/sysutils/gnome-power-manager/files/patch-src_gpm-cell-array.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/gpm-cell-aray.c.orig 2009-10-24 19:59:07.000000000 -0400
-+++ src/gpm-cell-array.c 2009-10-24 19:59:50.000000000 -0400
-@@ -355,7 +355,8 @@ gpm_cell_array_update (GpmCellArray *cel
- * get an with batteries which have a very small charge unit and consequently
- * a very high charge. Fixes bug #327471 */
- if (unit->kind == GPM_CELL_UNIT_KIND_PRIMARY &&
-- unit->charge_current > 0 && unit->charge_last_full > 0) {
-+ unit->charge_current > 0 && unit->charge_last_full > 0 &&
-+ unit->percentage > 1) {
- gfloat pc = 100.0f * ((gfloat)unit->charge_current /
- (gfloat)unit->charge_last_full);
- if (pc < 0.0f) {