Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=mate.git;a=commitdiff;h=a712631cb5d9b4de410bb37b0464294278dd1506
commit a712631cb5d9b4de410bb37b0464294278dd1506 Author: Anthony Jorion <[email protected]> Date: Wed Mar 5 21:46:50 2014 +0100 mate-notification-daemon-1.8.0-2-i686 - Rebuild for gtk+2 - Add patch for libcanberra diff --git a/source/mate-extra/mate-notification-daemon/FrugalBuild b/source/mate-extra/mate-notification-daemon/FrugalBuild index c628d69..20ac922 100644 --- a/source/mate-extra/mate-notification-daemon/FrugalBuild +++ b/source/mate-extra/mate-notification-daemon/FrugalBuild @@ -5,17 +5,19 @@ options+=('asneeded') pkgname=mate-notification-daemon pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Notification daemon for MATE Desktop" archs=('i686' 'x86_64') groups=('mate-extra') depends=('desktop-file-utils' 'gsettings-desktop-schemas' 'icon-naming-utils' \ - 'libnotify' 'mate-desktop' 'libcanberra-gtk' 'libwnck') + 'libnotify' 'mate-desktop' 'libcanberra-gtk2' 'libwnck2') makedepends=('mate-common' 'intltool') _F_mate_desktop="y" _F_mate_glib="y" _F_mate_iconcache="y" options=('scriptlet') Finclude mate mate-scriptlet -sha1sums=('5f663ee460b7a4cdeab9d4ee3b17746e0eabb78d') -Fconfopts+=' --with-gtk=3.0' +source=($source libcanberra.patch) +sha1sums=('5f663ee460b7a4cdeab9d4ee3b17746e0eabb78d' \ + 'ce6a46d3562aea32817ca67c1218f27822265c39') +Fconfopts+=' --with-gtk=2.0' diff --git a/source/mate-extra/mate-notification-daemon/libcanberra.patch b/source/mate-extra/mate-notification-daemon/libcanberra.patch new file mode 100644 index 0000000..dd70885 --- /dev/null +++ b/source/mate-extra/mate-notification-daemon/libcanberra.patch @@ -0,0 +1,11 @@ +--- src/daemon/sound.c.orig 2013-02-09 00:28:45.198374314 +0100 ++++ src/daemon/sound.c 2013-02-09 00:28:56.061374314 +0100 +@@ -24,7 +24,7 @@ + #include "sound.h" + + #include <glib/gi18n.h> +-#include <canberra-gtk.h> ++#include <canberra-gtk2.h> + + void + sound_play_file (GtkWidget *widget, _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
