Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
hal-0.5.14 patch
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
mungo_k
n00b
n00b


Joined: 01 Jun 2009
Posts: 42

PostPosted: Thu Jul 11, 2013 6:39 am    Post subject: hal-0.5.14 patch Reply with quote

I don't know how to send my patch to autors of kde-sunset, and paste it here. May be someone find it useful.
Code:
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-generic-backlight.c hal-0.5.14.new/hald/linux/addons/addon-generic-backlight.c
--- hal-0.5.14/hald/linux/addons/addon-generic-backlight.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-generic-backlight.c   2013-07-09 14:00:31.000000000 +0300
@@ -35,7 +35,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 
-#include <glib/gmain.h>
+#include <glib.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-imac-backlight.c hal-0.5.14.new/hald/linux/addons/addon-imac-backlight.c
--- hal-0.5.14/hald/linux/addons/addon-imac-backlight.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-imac-backlight.c   2013-07-09 14:04:19.000000000 +0300
@@ -29,7 +29,7 @@
 #include <stdlib.h>
 #include <sys/io.h>
 
-#include <glib/gmain.h>
+#include <glib.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-input.c hal-0.5.14.new/hald/linux/addons/addon-input.c
--- hal-0.5.14/hald/linux/addons/addon-input.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-input.c   2013-07-09 14:01:51.000000000 +0300
@@ -41,7 +41,7 @@
 #else
   #include <linux/input.h>
 #endif
-#include <glib/gmain.h>
+#include <glib.h>
 #include <glib/gprintf.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-ipw-killswitch.c hal-0.5.14.new/hald/linux/addons/addon-ipw-killswitch.c
--- hal-0.5.14/hald/linux/addons/addon-ipw-killswitch.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-ipw-killswitch.c   2013-07-09 14:02:17.000000000 +0300
@@ -36,7 +36,6 @@
 #include <unistd.h>
 
 #include <glib.h>
-#include <glib/gmain.h>
 #include <glib/gstdio.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-leds.c hal-0.5.14.new/hald/linux/addons/addon-leds.c
--- hal-0.5.14/hald/linux/addons/addon-leds.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-leds.c   2013-07-09 14:02:55.000000000 +0300
@@ -36,7 +36,6 @@
 #include <unistd.h>
 
 #include <glib.h>
-#include <glib/gmain.h>
 #include <glib/gstdio.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-macbookpro-backlight.c hal-0.5.14.new/hald/linux/addons/addon-macbookpro-backlight.c
--- hal-0.5.14/hald/linux/addons/addon-macbookpro-backlight.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-macbookpro-backlight.c   2013-07-09 14:05:12.000000000 +0300
@@ -39,7 +39,7 @@
 #include <pci/pci.h>
 #include <unistd.h>
 
-#include <glib/gmain.h>
+#include <glib.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-rfkill-killswitch.c hal-0.5.14.new/hald/linux/addons/addon-rfkill-killswitch.c
--- hal-0.5.14/hald/linux/addons/addon-rfkill-killswitch.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-rfkill-killswitch.c   2013-07-09 14:03:18.000000000 +0300
@@ -36,7 +36,6 @@
 #include <unistd.h>
 
 #include <glib.h>
-#include <glib/gmain.h>
 #include <glib/gstdio.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-storage.c hal-0.5.14.new/hald/linux/addons/addon-storage.c
--- hal-0.5.14/hald/linux/addons/addon-storage.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-storage.c   2013-07-09 14:03:41.000000000 +0300
@@ -39,7 +39,7 @@
 #include <string.h>
 #include <sys/ioctl.h>
 #include <unistd.h>
-#include <glib/gmain.h>
+#include <glib.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>


It just fixes sone new glib-2 includes.
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Thu Jul 11, 2013 4:53 pm    Post subject: Re: hal-0.5.14 patch Reply with quote

mungo_k wrote:
I don't know how to send my patch to autors of kde-sunset, and paste it here. May be someone find it useful.
Code:
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-generic-backlight.c hal-0.5.14.new/hald/linux/addons/addon-generic-backlight.c
--- hal-0.5.14/hald/linux/addons/addon-generic-backlight.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-generic-backlight.c   2013-07-09 14:00:31.000000000 +0300
@@ -35,7 +35,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 
-#include <glib/gmain.h>
+#include <glib.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-imac-backlight.c hal-0.5.14.new/hald/linux/addons/addon-imac-backlight.c
--- hal-0.5.14/hald/linux/addons/addon-imac-backlight.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-imac-backlight.c   2013-07-09 14:04:19.000000000 +0300
@@ -29,7 +29,7 @@
 #include <stdlib.h>
 #include <sys/io.h>
 
-#include <glib/gmain.h>
+#include <glib.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-input.c hal-0.5.14.new/hald/linux/addons/addon-input.c
--- hal-0.5.14/hald/linux/addons/addon-input.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-input.c   2013-07-09 14:01:51.000000000 +0300
@@ -41,7 +41,7 @@
 #else
   #include <linux/input.h>
 #endif
-#include <glib/gmain.h>
+#include <glib.h>
 #include <glib/gprintf.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-ipw-killswitch.c hal-0.5.14.new/hald/linux/addons/addon-ipw-killswitch.c
--- hal-0.5.14/hald/linux/addons/addon-ipw-killswitch.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-ipw-killswitch.c   2013-07-09 14:02:17.000000000 +0300
@@ -36,7 +36,6 @@
 #include <unistd.h>
 
 #include <glib.h>
-#include <glib/gmain.h>
 #include <glib/gstdio.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-leds.c hal-0.5.14.new/hald/linux/addons/addon-leds.c
--- hal-0.5.14/hald/linux/addons/addon-leds.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-leds.c   2013-07-09 14:02:55.000000000 +0300
@@ -36,7 +36,6 @@
 #include <unistd.h>
 
 #include <glib.h>
-#include <glib/gmain.h>
 #include <glib/gstdio.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-macbookpro-backlight.c hal-0.5.14.new/hald/linux/addons/addon-macbookpro-backlight.c
--- hal-0.5.14/hald/linux/addons/addon-macbookpro-backlight.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-macbookpro-backlight.c   2013-07-09 14:05:12.000000000 +0300
@@ -39,7 +39,7 @@
 #include <pci/pci.h>
 #include <unistd.h>
 
-#include <glib/gmain.h>
+#include <glib.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-rfkill-killswitch.c hal-0.5.14.new/hald/linux/addons/addon-rfkill-killswitch.c
--- hal-0.5.14/hald/linux/addons/addon-rfkill-killswitch.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-rfkill-killswitch.c   2013-07-09 14:03:18.000000000 +0300
@@ -36,7 +36,6 @@
 #include <unistd.h>
 
 #include <glib.h>
-#include <glib/gmain.h>
 #include <glib/gstdio.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
diff -up -ruN hal-0.5.14/hald/linux/addons/addon-storage.c hal-0.5.14.new/hald/linux/addons/addon-storage.c
--- hal-0.5.14/hald/linux/addons/addon-storage.c   2009-08-24 15:42:30.000000000 +0300
+++ hal-0.5.14.new/hald/linux/addons/addon-storage.c   2013-07-09 14:03:41.000000000 +0300
@@ -39,7 +39,7 @@
 #include <string.h>
 #include <sys/ioctl.h>
 #include <unistd.h>
-#include <glib/gmain.h>
+#include <glib.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>


It just fixes sone new glib-2 includes.


if I'm not mistaken you can open a bug in bugzilla with it and label it for the relevant overlay
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
mungo_k
n00b
n00b


Joined: 01 Jun 2009
Posts: 42

PostPosted: Fri Jul 12, 2013 1:52 pm    Post subject: Reply with quote

bugzilla to current system, not overlay...
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Fri Jul 12, 2013 7:36 pm    Post subject: Reply with quote

mungo_k wrote:
bugzilla to current system, not overlay...

some overlays are supported by bugzilla.
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Sat Jul 13, 2013 10:43 am    Post subject: Reply with quote

DaggyStyle wrote:
mungo_k wrote:
bugzilla to current system, not overlay...

some overlays are supported by bugzilla.


Only those that are used as a stepping stone for including something in Portage, where as 'sunset' means it's leaving/removed/gone/dead

I believe the onlytype of bug you can file about 'kde-sunset' is about 'Please provide me write access for the kde-sunset overlay', and since it's an user maintained overlay, the only place to get hold of the users is the gentoo-user@ mailing list
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum