Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=dba2dff572b01e14ef8a73c696cf7a22640741c5

commit dba2dff572b01e14ef8a73c696cf7a22640741c5
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Jan 16 16:21:13 2011 +0100

notify-python-0.1.1-9-x86_64
*rebuild with libnotify 7

diff --git a/source/gnome/notify-python/FrugalBuild 
b/source/gnome/notify-python/FrugalBuild
index 3d8a42e..fa3b152 100644
--- a/source/gnome/notify-python/FrugalBuild
+++ b/source/gnome/notify-python/FrugalBuild
@@ -3,15 +3,17 @@

pkgname=notify-python
pkgver=0.1.1
-pkgrel=8
+pkgrel=9
pkgdesc="Galago Desktop Presence Framework - Python Notification Bindings"
url="http://www.galago-project.org";
-depends=('libnotify>=0.4.3' 'pygtk>=pygtk-2.16.0-4' 'dbus-python>=0.80.2')
+depends=('libnotify>=0.7' 'pygtk>=pygtk-2.16.0-4' 'dbus-python>=0.80.2')
groups=('gnome')
options=('scriptlet')
archs=('i686' 'x86_64' 'ppc')
-source=($url/files/releases/source/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=($url/files/releases/source/$pkgname/$pkgname-$pkgver.tar.bz2 \
+       libnotify07.diff)
up2date="lynx -dump 
http://www.galago-project.org/files/releases/source/$pkgname | Flasttar"
-sha1sums=('490693cf601793f50cef1a3c82ba75025497fc00')
+sha1sums=('490693cf601793f50cef1a3c82ba75025497fc00' \
+          'e6bed2b3f0b06bfe859e5184758e07bd9d0e21de')

# optimization OK
diff --git a/source/gnome/notify-python/libnotify07.diff 
b/source/gnome/notify-python/libnotify07.diff
new file mode 100644
index 0000000..289573d
--- /dev/null
+++ b/source/gnome/notify-python/libnotify07.diff
@@ -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")
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to