Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/notify-python/files: notify-python-0.1.1-libnotify-0.7.patch
Date: Sat, 29 Jan 2011 16:20:31
Message-Id: 20110129162021.A27F120057@flycatcher.gentoo.org
1 ssuominen 11/01/29 16:20:21
2
3 Added: notify-python-0.1.1-libnotify-0.7.patch
4 Log:
5 Remove useless libtool archive _pynotify.la from site-packages. Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/notify-python/files/notify-python-0.1.1-libnotify-0.7.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/files/notify-python-0.1.1-libnotify-0.7.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/files/notify-python-0.1.1-libnotify-0.7.patch?rev=1.1&content-type=text/plain
14
15 Index: notify-python-0.1.1-libnotify-0.7.patch
16 ===================================================================
17 http://pkgs.fedoraproject.org/gitweb/?p=notify-python.git;a=blob_plain;f=libnotify07.patch;hb=HEAD
18
19 --- src/pynotify.defs
20 +++ src/pynotify.defs
21 @@ -38,7 +38,6 @@
22 '("const-gchar*" "summary")
23 '("const-gchar*" "message" (null-ok) (default "NULL"))
24 '("const-gchar*" "icon" (null-ok) (default "NULL"))
25 - '("GtkWidget*" "attach" (null-ok) (default "NULL"))
26 )
27 )
28
29 @@ -53,24 +52,6 @@
30 )
31 )
32
33 -(define-method attach_to_widget
34 - (of-object "NotifyNotification")
35 - (c-name "notify_notification_attach_to_widget")
36 - (return-type "none")
37 - (parameters
38 - '("GtkWidget*" "attach")
39 - )
40 -)
41 -
42 -(define-method attach_to_status_icon
43 - (of-object "NotifyNotification")
44 - (c-name "notify_notification_attach_to_status_icon")
45 - (return-type "none")
46 - (parameters
47 - '("GtkStatusIcon*" "attach")
48 - )
49 -)
50 -
51 (define-method show
52 (of-object "NotifyNotification")
53 (c-name "notify_notification_show")