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

commit e85a4d7faadcc674c98e62fca496c254f387f755
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Wed Jan 26 16:53:45 2011 +0100

rubrica-2.0.8-3-x86_64

-rebuild with libnotify 0.7

diff --git a/source/gnome-extra/rubrica/FrugalBuild 
b/source/gnome-extra/rubrica/FrugalBuild
index 9b7fc52..7609c70 100644
--- a/source/gnome-extra/rubrica/FrugalBuild
+++ b/source/gnome-extra/rubrica/FrugalBuild
@@ -5,11 +5,11 @@ pkgname=rubrica
_F_berlios_name=${pkgname}2
_F_berlios_dirname=$pkgname
pkgver=2.0.8
-pkgrel=2
+pkgrel=3
pkgdesc="rubrica is an address book written using GTK+ and GNOME"
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
-depends=('libglade>=2.6.4-3' 'gconf>=2.28.0' 'glibc' 'libnotify' \
+depends=('libglade>=2.6.4-3' 'gconf>=2.28.0' 'glibc' 'libnotify>=0.7' \
'atk' 'pango' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' \
'libxdamage' 'libxinerama' 'libxi' 'libxrandr' \
'libxcursor')
@@ -19,7 +19,9 @@ _F_gnome_schemas=('/etc/gconf/schemas/rubrica2.schemas')
_F_gnome_desktop="y"
_F_berlios_ext=".tar.bz2"
Finclude berlios gnome-scriptlet
-sha1sums=('3bce865670db374e6c9e8a7abc7f29b843f42d8e')
+source=($source libnotify07.diff)
+sha1sums=('3bce865670db374e6c9e8a7abc7f29b843f42d8e' \
+          '0783a2559e60aa189fee98e5f5a7f7ef178c5b51')
_F_cd_path=$_F_berlios_name-$pkgver

# optimization OK
diff --git a/source/gnome-extra/rubrica/libnotify07.diff 
b/source/gnome-extra/rubrica/libnotify07.diff
new file mode 100644
index 0000000..ab3bd8b
--- /dev/null
+++ b/source/gnome-extra/rubrica/libnotify07.diff
@@ -0,0 +1,12 @@
+--- a/src/app.c        2011-01-26 16:49:32.579000322 +0100
++++ a/src/app.c.new    2011-01-26 16:50:55.216000058 +0100
+@@ -1269,8 +1269,7 @@
+   self->priv->cutted      = NULL;
+   self->priv->notify      = notify_notification_new("Rubrica Addressbook",
+                                                   NULL,
+-                                                  "info",
+-                                                  NULL);
++                                                  "info");
+   self->priv->show_card   = TRUE;
+
+   g_object_set(self->priv->notebook, "homogeneous", FALSE, NULL);
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to