Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4327
Modified Files: notification-daemon.info notification-daemon.patch Log Message: new version, now that doesn't crash Index: notification-daemon.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome/notification-daemon.info,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- notification-daemon.info 19 Sep 2012 02:08:46 -0000 1.1 +++ notification-daemon.info 12 Jun 2013 13:31:54 -0000 1.2 @@ -1,67 +1,60 @@ Package: notification-daemon -Version: 0.4.0 -Revision: 15 +Version: 0.5.0 +Revision: 1 Depends: << atk1-shlibs (>= 1.28.0-1), - cairo-shlibs (>= 1.8.8-3), + cairo-shlibs (>= 1.12.8-1), dbus (>= 1.2.1-1), dbus-glib1.2-shlibs, dbus1.3-shlibs, - fontconfig2-shlibs (>= 2.8.0-4), - freetype219-shlibs (>= 2.3.8-12), + fontconfig2-shlibs (>= 2.10.0-1), + freetype219-shlibs (>= 2.4.11-1), gconf2 (>= 2.28.0-1), gconf2-shlibs (>= 2.28.0-1), glib2-shlibs (>= 2.22.0-1), - glitz-shlibs (>= 0.5.6-3), - gstreamer-0.10-shlibs (>= 0.10.30-1), gtk+2 (>= 2.18.0-1), gtk+2-shlibs (>= 2.18.0-1), libgettext8-shlibs (>= 0.14.5-2), - libglade2-shlibs (>= 2.6.4-7), libiconv (>= 1.12-3), libnotify-shlibs (>= 0.4.5-9), - libsexy-shlibs (>= 0.1.11-7), libwnck1.22-shlibs (>= 2.28.0-1), libxml2-shlibs (>= 2.6.32-1), orbit2-shlibs (>= 2.14.17-1), pango1-xft2-ft219-shlibs (>= 1.24.5-4), - pixman-shlibs (>= 0.14.0-2), x11 << BuildDepends: << atk1 (>= 1.28.0-1), - cairo (>= 1.8.8-3), + cairo (>= 1.12.8-1), dbus-glib1.2-dev, dbus1.3-dev, fink (>= 0.24.12), - fontconfig2-dev (>= 2.8.0-4), - freetype219 (>= 2.3.8-12), + fontconfig2-dev (>= 2.10.0-1), + freetype219 (>= 2.4.11-1), gconf2-dev (>= 2.28.0-1), gettext-tools, glib2-dev (>= 2.22.0-1), - glitz (>= 0.5.6-3), - gstreamer-0.10-dev (>= 0.10.30-1), gtk+2-dev (>= 2.18.0-1), intltool40, + libcanberra-gtk0, + libcanberra0, libgettext8-dev (>= 0.14.5-2), - libglade2 (>= 2.6.4-7), libiconv-dev (>= 1.12-3), libnotify (>= 0.4.5-9), - libsexy (>= 0.1.11-7), libwnck1.22 (>= 2.28.0-1), libxml2 (>= 2.6.32-1), orbit2-dev (>= 2.14.17-1), pango1-xft2-ft219-dev (>= 1.24.5-4), - pixman (>= 0.16.0-1), pkgconfig (>= 0.23), x11-dev << -Source: http://www.galago-project.org/files/releases/source/%n/%n-%v.tar.bz2 -Source-MD5: e61eff9782551d81045bb53e8a801d58 +#Source: http://www.galago-project.org/files/releases/source/%n/%n-%v.tar.bz2 +Source: mirror:gnome:sources/%n/0.5/%n-%v.tar.bz2 +Source-MD5: 18919b2aa2a88b71a40f59393edf70d0 PatchFile: %n.patch -PatchFile-MD5: 928f98f2a7a75280736ee3c352accfdd +PatchFile-MD5: 18c035b643464e274c4199ebee8aa9e7 SetCFLAGS: -Os -ConfigureParams: --mandir=%p/share/man --libexecdir=%p/bin --with-extra-includes=%p/include --with-extra-libs=%p/lib --disable-static --enable-dependency-tracking --disable-schemas-install --enable-sound=gstreamer PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" +ConfigureParams: --mandir=%p/share/man --libexecdir=%p/bin --disable-static --enable-dependency-tracking --disable-schemas-install PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH" CompileScript: << ./configure %c make @@ -88,11 +81,5 @@ user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. as per the Desktop Notifications spec: - http://www.galago-project.org/specs/notification/index.php. -<< -DescPackaging: << - notification-properties crashes. See: - http://trac.galago-project.org/ticket/190 - See also: - http://trac.galago-project.org/ticket/198 + http://www.galago-project.org/specs/notification/index.php << Index: notification-daemon.patch =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome/notification-daemon.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- notification-daemon.patch 19 Sep 2012 02:08:46 -0000 1.1 +++ notification-daemon.patch 12 Jun 2013 13:31:54 -0000 1.2 @@ -1,24 +1,24 @@ -diff -Nurd -x'*~' notification-daemon-0.4.0.orig/src/capplet/Makefile.in notification-daemon-0.4.0/src/capplet/Makefile.in ---- notification-daemon-0.4.0.orig/src/capplet/Makefile.in 2008-11-20 05:52:31.000000000 -0500 -+++ notification-daemon-0.4.0/src/capplet/Makefile.in 2011-02-21 03:43:35.000000000 -0500 -@@ -249,7 +249,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +diff -Nurd -x'*~' notification-daemon-0.5.0.orig/src/capplet/Makefile.in notification-daemon-0.5.0/src/capplet/Makefile.in +--- notification-daemon-0.5.0.orig/src/capplet/Makefile.in 2010-06-28 16:59:14.000000000 -0400 ++++ notification-daemon-0.5.0/src/capplet/Makefile.in 2013-06-12 09:25:32.000000000 -0400 +@@ -276,7 +276,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ -notification_properties_LDADD = $(NOTIFICATION_CAPPLET_LIBS) +notification_properties_LDADD = $(NOTIFICATION_CAPPLET_LIBS) $(INTLLIBS) notification_properties_SOURCES = notification-properties.c - gladedir = $(datadir)/notification-daemon - glade_DATA = notification-properties.glade -diff -Nurd -x'*~' notification-daemon-0.4.0.orig/src/daemon/Makefile.in notification-daemon-0.4.0/src/daemon/Makefile.in ---- notification-daemon-0.4.0.orig/src/daemon/Makefile.in 2008-11-20 05:48:27.000000000 -0500 -+++ notification-daemon-0.4.0/src/daemon/Makefile.in 2011-02-21 03:43:57.000000000 -0500 -@@ -248,7 +248,7 @@ + uidir = $(datadir)/notification-daemon + ui_DATA = notification-properties.ui +diff -Nurd -x'*~' notification-daemon-0.5.0.orig/src/daemon/Makefile.in notification-daemon-0.5.0/src/daemon/Makefile.in +--- notification-daemon-0.5.0.orig/src/daemon/Makefile.in 2010-06-28 16:59:14.000000000 -0400 ++++ notification-daemon-0.5.0/src/daemon/Makefile.in 2013-06-12 09:25:13.000000000 -0400 +@@ -261,7 +261,7 @@ sound.c \ sound.h --notification_daemon_LDADD = $(NOTIFICATION_DAEMON_LIBS) $(GSTREAMER_LIBS) -+notification_daemon_LDADD = $(NOTIFICATION_DAEMON_LIBS) $(GSTREAMER_LIBS) $(INTLLIBS) -L/usr/X11R6/lib -lX11 +-notification_daemon_LDADD = $(NOTIFICATION_DAEMON_LIBS) ++notification_daemon_LDADD = $(NOTIFICATION_DAEMON_LIBS) $(INTLLIBS) BUILT_SOURCES = notificationdaemon-dbus-glue.h INCLUDES = \ -I$(top_srcdir) \ ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs