diff --git a/x11/gnome/applets2/Makefile b/x11/gnome/applets2/Makefile index a3f9351e08f..82a7a9ce9df 100644 --- a/x11/gnome/applets2/Makefile +++ b/x11/gnome/applets2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.76 2009/10/12 12:03:27 jasper Exp $ +# $OpenBSD: Makefile,v 1.77 2009/10/13 22:53:47 jasper Exp $ COMMENT-main= applets for use with the GNOME panel COMMENT-battstat= GNOME applet for monitoring battery level @@ -6,7 +6,7 @@ COMMENT-battstat= GNOME applet for monitoring battery level GNOME_PROJECT= gnome-applets GNOME_VERSION= 2.28.0 -PKGNAME-main= gnome-applets2-${VERSION}p0 +PKGNAME-main= gnome-applets2-${VERSION}p1 PKGNAME-battstat= gnome-applets2-battstat-${VERSION}p0 CATEGORIES= x11 diff --git a/x11/gnome/applets2/patches/patch-mixer_dock_c b/x11/gnome/applets2/patches/patch-mixer_dock_c new file mode 100644 index 00000000000..edf31a25169 --- /dev/null +++ b/x11/gnome/applets2/patches/patch-mixer_dock_c @@ -0,0 +1,17 @@ +$OpenBSD: patch-mixer_dock_c,v 1.1 2009/10/13 22:53:47 jasper Exp $ + +gnome-volume-control doesn't get build currently (see gnome/media/Makefile) + +--- mixer/dock.c.orig Wed Oct 14 00:46:40 2009 ++++ mixer/dock.c Wed Oct 14 00:47:15 2009 +@@ -221,10 +221,6 @@ gnome_volume_applet_dock_new (GtkOrientation orientati + g_signal_connect (dock->mute, "toggled", G_CALLBACK (mute_cb), dock); + gtk_box_pack_start (GTK_BOX (innerline), dock->mute, TRUE, TRUE, 0); + +- more = gtk_button_new_with_label (_("Volume Control...")); +- g_signal_connect (more, "clicked", G_CALLBACK (launch_mixer_cb), dock); +- gtk_box_pack_end (GTK_BOX (innerline), more, TRUE, TRUE, 0); +- + gtk_container_add (GTK_CONTAINER (dock), frame); + + return GTK_WIDGET (dock);