[Frugalware-git] gnometesting: gwget-1.0.4-4-x86_64
bouleetbil
bouleetbil at frogdev.info
Wed Jan 26 11:38:17 CET 2011
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=dc0c1038053fe72c4200541fea29fb242ba967e5
commit dc0c1038053fe72c4200541fea29fb242ba967e5
Author: bouleetbil <bouleetbil at frogdev.info>
Date: Wed Jan 26 11:38:00 2011 +0100
gwget-1.0.4-4-x86_64
-rebuild with libnotify 0.7
diff --git a/source/gnome-extra/gwget/FrugalBuild b/source/gnome-extra/gwget/FrugalBuild
index 5747549..c3809a7 100644
--- a/source/gnome-extra/gwget/FrugalBuild
+++ b/source/gnome-extra/gwget/FrugalBuild
@@ -4,11 +4,11 @@
pkgname=gwget
pkgver=1.0.4
-pkgrel=3
+pkgrel=4
pkgdesc="Gwget is a download manager for the GNOME desktop."
url="http://gnome.org/projects/gwget/index.html"
depends=('wget>=1.12-3' 'libgnomeui>=2.24.1-2' 'libglade>=2.6.4-2' \
- 'gconf>=2.28.0' 'gtk+2>=2.20.0-2' 'dbus>=1.2.12' 'libnotify>=0.4.5-2')
+ 'gconf>=2.28.0' 'gtk+2>=2.20.0-2' 'dbus>=1.2.12' 'libnotify>=0.7')
makedepends=('perl-xml-parser' 'intltool' 'gettext' 'pkgconfig')
groups=('gnome-extra')
archs=('i686' 'x86_64')
@@ -17,6 +17,8 @@ _F_gnome_scrollkeeper="y"
_F_gnome_desktop="y"
Finclude gnome gnome-scriptlet
up2date=${up2date/C=N/C=M}
-sha1sums=('d2cc6eafb23488798939f99f6aad4e1a87f1d7c0')
+source=($source libnotiy07.diff)
+sha1sums=('d2cc6eafb23488798939f99f6aad4e1a87f1d7c0' \
+ '5208018b13bb57fd5ceaab88156bba6a7cf1e37e')
# optimization OK
diff --git a/source/gnome-extra/gwget/libnotiy07.diff b/source/gnome-extra/gwget/libnotiy07.diff
new file mode 100644
index 0000000..9a7ac8f
--- /dev/null
+++ b/source/gnome-extra/gwget/libnotiy07.diff
@@ -0,0 +1,11 @@
+--- gwget-1.0.4.orig/src/systray.c 2009-08-14 19:19:51.000000000 +0200
++++ gwget-1.0.4/src/systray.c 2010-11-06 14:39:22.045465817 +0100
+@@ -224,7 +224,7 @@
+ if (!notify_is_initted ())
+ if (!notify_init ("gwget"))
+ return;
+- NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name,NULL);
++ NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name);
+ notify_notification_show(notification,NULL);
+ #endif
+
More information about the Frugalware-git
mailing list