Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6d8b9c3fdad0fe7be24f86b41daa3e3647384656

commit 6d8b9c3fdad0fe7be24f86b41daa3e3647384656
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Wed Jan 26 13:45:59 2011 +0100

liferea-1.7.4-6-x86_64

-rebuild with libnotify 0.7

diff --git a/source/gnome-extra/liferea/FrugalBuild 
b/source/gnome-extra/liferea/FrugalBuild
index b18f866..c32fede 100644
--- a/source/gnome-extra/liferea/FrugalBuild
+++ b/source/gnome-extra/liferea/FrugalBuild
@@ -3,12 +3,12 @@

pkgname=liferea
pkgver=1.7.4
-pkgrel=5
+pkgrel=6
pkgdesc="Liferea is a news aggregator for online news feeds."
license="GPL2"
groups=('gnome-extra')
archs=('i686' 'x86_64')
-depends=('gconf' 'libxslt' 'libglade' 'webkit>=1.3.4' 'libice' 'libnotify' 
'atk' 'libxau' 'libxdmcp' 'zlib' \
+depends=('gconf' 'libxslt' 'libglade' 'webkit>=1.3.4' 'libice' 
'libnotify>=0.7' 'atk' 'libxau' 'libxdmcp' 'zlib' \
'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libxdamage' 'libjpeg>=8a' 
'libxt' 'e2fsprogs' 'libgcc' 'lua' 'unique')
makedepends=('intltool')
options=('scriptlet')
@@ -21,4 +21,19 @@ sha1sums=('2607aad81b2ada9a932eccd326ad8bbcf1c16986' \
'0a7a8a54510721d4dbea0bafd00b25c9572be66d')
replaces=('news-notification')

+build () {
+       Fcd
+       #libnotify 0.7
+       Fsed 'notify_notification_new (node_get_title (node_p), 
labelText_now_p, NULL, NULL);' \
+               'notify_notification_new (node_get_title (node_p), 
labelText_now_p, NULL);' \
+               src/notification/libnotify.c
+       Fsed ' notify_notification_new (_("Feed Update"), labelSummary_p, 
"liferea", NULL);' \
+               ' notify_notification_new (_("Feed Update"), labelSummary_p, 
"liferea");' \
+               src/notification/libnotify.c
+       Fsed 'notify_notification_attach_to_status_icon' 
'//notify_notification_attach_to_status_icon' \
+               src/notification/libnotify.c
+       Fbuild
+       Fbuild_gnome_scriptlet
+}
+
# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to