summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-notify/libnotify07.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-15 16:06:42 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-15 16:06:42 (GMT)
commited6f98d16de03a1a6511cf7cb12f5dbf0c9220e0 (patch)
tree573158032e117f45e489a894c42617896eb22b3f /abs/core/python_modules/python-notify/libnotify07.patch
parentfe739ba880e1fa2f54451a1053d59df031e22ee1 (diff)
downloadlinhes_pkgbuild-ed6f98d16de03a1a6511cf7cb12f5dbf0c9220e0.zip
linhes_pkgbuild-ed6f98d16de03a1a6511cf7cb12f5dbf0c9220e0.tar.gz
linhes_pkgbuild-ed6f98d16de03a1a6511cf7cb12f5dbf0c9220e0.tar.bz2
python_modules: updated several modules
python-notify python-pysqlite python_aosd pywebkitgtk
Diffstat (limited to 'abs/core/python_modules/python-notify/libnotify07.patch')
-rw-r--r--abs/core/python_modules/python-notify/libnotify07.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/abs/core/python_modules/python-notify/libnotify07.patch b/abs/core/python_modules/python-notify/libnotify07.patch
new file mode 100644
index 0000000..289573d
--- /dev/null
+++ b/abs/core/python_modules/python-notify/libnotify07.patch
@@ -0,0 +1,36 @@
+diff -up notify-python-0.1.1/src/pynotify.defs.notify070 notify-python-0.1.1/src/pynotify.defs
+--- notify-python-0.1.1/src/pynotify.defs.notify070 2010-11-02 17:11:14.928179237 -0400
++++ notify-python-0.1.1/src/pynotify.defs 2010-11-02 17:11:51.153180231 -0400
+@@ -38,7 +38,6 @@
+ '("const-gchar*" "summary")
+ '("const-gchar*" "message" (null-ok) (default "NULL"))
+ '("const-gchar*" "icon" (null-ok) (default "NULL"))
+- '("GtkWidget*" "attach" (null-ok) (default "NULL"))
+ )
+ )
+
+@@ -53,24 +52,6 @@
+ )
+ )
+
+-(define-method attach_to_widget
+- (of-object "NotifyNotification")
+- (c-name "notify_notification_attach_to_widget")
+- (return-type "none")
+- (parameters
+- '("GtkWidget*" "attach")
+- )
+-)
+-
+-(define-method attach_to_status_icon
+- (of-object "NotifyNotification")
+- (c-name "notify_notification_attach_to_status_icon")
+- (return-type "none")
+- (parameters
+- '("GtkStatusIcon*" "attach")
+- )
+-)
+-
+ (define-method show
+ (of-object "NotifyNotification")
+ (c-name "notify_notification_show")