From bbc7a423a1d13825abaef6c56b70729fd441fefc Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 18 Oct 2011 20:14:58 +0000 Subject: Update to 3.2.1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16467 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/gnome-settings-daemon3/Makefile | 8 ++++---- sysutils/gnome-settings-daemon3/distinfo | 4 ++-- .../patch-plugins_printer-notifications_gsd-printer.c | 18 ------------------ 3 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 sysutils/gnome-settings-daemon3/files/patch-plugins_printer-notifications_gsd-printer.c (limited to 'sysutils') diff --git a/sysutils/gnome-settings-daemon3/Makefile b/sysutils/gnome-settings-daemon3/Makefile index 5e0a9816d..e9209814c 100644 --- a/sysutils/gnome-settings-daemon3/Makefile +++ b/sysutils/gnome-settings-daemon3/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-settings-daemon3/Makefile,v 1.27 2011/09/19 19:36:47 kwm Exp $ +# $MCom: ports/sysutils/gnome-settings-daemon3/Makefile,v 1.28 2011/10/15 15:28:09 kwm Exp $ # PORTNAME= gnome-settings-daemon -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -36,8 +36,8 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-pnpids=${LOCALBASE}/share/libgnome-desktop-3.0/pnp.ids -CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib OPTIONS= PULSEAUDIO "Enable Pulseaudio support" On \ CUPS "Enable cups (printing) support" On \ diff --git a/sysutils/gnome-settings-daemon3/distinfo b/sysutils/gnome-settings-daemon3/distinfo index db0ce19e2..652bcd79c 100644 --- a/sysutils/gnome-settings-daemon3/distinfo +++ b/sysutils/gnome-settings-daemon3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-settings-daemon-3.2.0.tar.xz) = a85242ce60b9c9bb3fbad124ee06430a408f39fa31d2d4ea29dc179db724447b -SIZE (gnome3/gnome-settings-daemon-3.2.0.tar.xz) = 1441240 +SHA256 (gnome3/gnome-settings-daemon-3.2.1.tar.xz) = 1015b8a12483e91ddc67e891b66207a70339a341a051507aad9a6a15fbfcb78d +SIZE (gnome3/gnome-settings-daemon-3.2.1.tar.xz) = 1418420 diff --git a/sysutils/gnome-settings-daemon3/files/patch-plugins_printer-notifications_gsd-printer.c b/sysutils/gnome-settings-daemon3/files/patch-plugins_printer-notifications_gsd-printer.c deleted file mode 100644 index afcd138b4..000000000 --- a/sysutils/gnome-settings-daemon3/files/patch-plugins_printer-notifications_gsd-printer.c +++ /dev/null @@ -1,18 +0,0 @@ ---- plugins/print-notifications/gsd-printer.c.orig 2011-09-19 21:15:52.000000000 +0200 -+++ plugins/print-notifications/gsd-printer.c 2011-09-19 21:17:08.000000000 +0200 -@@ -771,6 +771,7 @@ set_default_paper_size (const gchar *pri - } - - /* Set default PaperSize according to the locale */ -+#if 0 - locale = setlocale (LC_PAPER, NULL); - if (!locale) - locale = setlocale (LC_MESSAGES, NULL); -@@ -779,6 +780,7 @@ set_default_paper_size (const gchar *pri - g_object_unref (proxy); - return; - } -+#endif - - /* CLDR 2.0 alpha - * http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/territory_language_information.html -- cgit v1.2.3