Bugfix update to gnome-control-center-3.4.2.

This commit is contained in:
ajacoutot 2012-05-15 14:31:18 +00:00
parent 729a49c7dc
commit 3a328c2dce
6 changed files with 26 additions and 27 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.63 2012/05/14 17:46:22 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.64 2012/05/15 14:31:18 ajacoutot Exp $
# XXX Binary files patch-panels_info_hostnames-test_txt and # XXX Binary files patch-panels_info_hostnames-test_txt and
# patch-panels_info_hostnames-test_txt.new differ # patch-panels_info_hostnames-test_txt.new differ
@ -9,8 +9,7 @@ SHARED_ONLY= Yes
COMMENT= GNOME control center COMMENT= GNOME control center
GNOME_PROJECT= gnome-control-center GNOME_PROJECT= gnome-control-center
GNOME_VERSION= 3.4.1 GNOME_VERSION= 3.4.2
REVISION= 0
CATEGORIES= x11 CATEGORIES= x11
@ -53,9 +52,9 @@ LIB_DEPENDS= x11/gnome/desktop \
audio/libcanberra,-gtk3 \ audio/libcanberra,-gtk3 \
graphics/colord graphics/colord
BUILD_DEPENDS= x11/gnome/settings-daemon>=3.4.1p1 \ BUILD_DEPENDS= x11/gnome/settings-daemon>=3.4.2 \
devel/gsettings-desktop-schemas devel/gsettings-desktop-schemas
RUN_DEPENDS= x11/gnome/settings-daemon>=3.4.1p1 \ RUN_DEPENDS= x11/gnome/settings-daemon>=3.4.2 \
devel/gsettings-desktop-schemas devel/gsettings-desktop-schemas
# NOTE that a11y dependencies (e.g. mousetweaks, caribou...) are not # NOTE that a11y dependencies (e.g. mousetweaks, caribou...) are not

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-control-center-3.4.1.tar.xz) = +aZVUOgtzVXKI86qWhSJ9g== MD5 (gnome/gnome-control-center-3.4.2.tar.xz) = zrsn2HvfyBdQc+67ZhCkmA==
RMD160 (gnome/gnome-control-center-3.4.1.tar.xz) = CCO3WZCyhdk4Jq5x1Mqrg+NCzzU= RMD160 (gnome/gnome-control-center-3.4.2.tar.xz) = 5e8gz4DRSM0KlKnUIgasF4Bd1k0=
SHA1 (gnome/gnome-control-center-3.4.1.tar.xz) = C6ValGIR9w7LfBlc//jKc6jwHGU= SHA1 (gnome/gnome-control-center-3.4.2.tar.xz) = 9SltGujq3iKtif4wz+MkIMBo8Bs=
SHA256 (gnome/gnome-control-center-3.4.1.tar.xz) = xs5Oz1t0eqM6WQSwU8HE/RijndzQkIRjVY6LS0DsP9E= SHA256 (gnome/gnome-control-center-3.4.2.tar.xz) = 78cr+K8HtDn18OkTXRssUjfmSeag8f888yvdcQQhBCo=
SIZE (gnome/gnome-control-center-3.4.1.tar.xz) = 4416236 SIZE (gnome/gnome-control-center-3.4.2.tar.xz) = 4267688

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-configure,v 1.16 2012/04/17 11:02:32 jasper Exp $ $OpenBSD: patch-configure,v 1.17 2012/05/15 14:31:18 ajacoutot Exp $
No libwacom on OpenBSD (depends on gudev; gnome-bluetooth is needed for No libwacom on OpenBSD (depends on gudev; gnome-bluetooth is needed for
the wacom panel). the wacom panel).
--- configure.orig Mon Apr 16 15:25:07 2012 --- configure.orig Tue May 15 12:20:15 2012
+++ configure Tue Apr 17 12:52:09 2012 +++ configure Tue May 15 16:22:04 2012
@@ -15558,124 +15558,6 @@ $as_echo "yes" >&6; } @@ -15671,124 +15671,6 @@ $as_echo "yes" >&6; }
fi fi

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-panels_Makefile_in,v 1.5 2012/03/29 06:57:03 ajacoutot Exp $ $OpenBSD: patch-panels_Makefile_in,v 1.6 2012/05/15 14:31:18 ajacoutot Exp $
No libwacom on OpenBSD (depends on gudev; gnome-bluetooth is needed for No libwacom on OpenBSD (depends on gudev; gnome-bluetooth is needed for
the wacom panel). the wacom panel).
--- panels/Makefile.in.orig Wed Mar 28 10:34:58 2012 --- panels/Makefile.in.orig Tue May 15 12:20:15 2012
+++ panels/Makefile.in Wed Mar 28 10:35:08 2012 +++ panels/Makefile.in Tue May 15 16:22:04 2012
@@ -73,7 +73,7 @@ ETAGS = etags @@ -73,7 +73,7 @@ ETAGS = etags
CTAGS = ctags CTAGS = ctags
DIST_SUBDIRS = common background screen power color display mouse \ DIST_SUBDIRS = common background screen power color display mouse \
@ -14,7 +14,7 @@ the wacom panel).
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \ am__relativize = \
dir0=`pwd`; \ dir0=`pwd`; \
@@ -305,7 +305,7 @@ top_builddir = @top_builddir@ @@ -311,7 +311,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
SUBDIRS = common background screen power color display mouse \ SUBDIRS = common background screen power color display mouse \
online-accounts region info sound keyboard universal-access \ online-accounts region info sound keyboard universal-access \

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-panels_common_Makefile_in,v 1.4 2012/04/17 11:02:32 jasper Exp $ $OpenBSD: patch-panels_common_Makefile_in,v 1.5 2012/05/15 14:31:18 ajacoutot Exp $
--- panels/common/Makefile.in.orig Mon Apr 16 15:25:09 2012 --- panels/common/Makefile.in.orig Tue May 15 12:20:17 2012
+++ panels/common/Makefile.in Tue Apr 17 12:52:09 2012 +++ panels/common/Makefile.in Tue May 15 16:22:04 2012
@@ -338,7 +338,7 @@ AM_CPPFLAGS = \ @@ -350,7 +350,7 @@ AM_CPPFLAGS = \
$(LIBLANGUAGE_CFLAGS) \ $(LIBLANGUAGE_CFLAGS) \
-DDATADIR=\""$(datadir)"\" \ -DDATADIR=\""$(datadir)"\" \
-DUIDIR=\""$(pkgdatadir)/ui"\" \ -DUIDIR=\""$(pkgdatadir)/ui"\" \

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-panels_user-accounts_Makefile_in,v 1.6 2012/04/17 11:02:32 jasper Exp $ $OpenBSD: patch-panels_user-accounts_Makefile_in,v 1.7 2012/05/15 14:31:18 ajacoutot Exp $
On OpenBSD, crypt() is part of libc. On OpenBSD, crypt() is part of libc.
--- panels/user-accounts/Makefile.in.orig Mon Apr 16 15:25:14 2012 --- panels/user-accounts/Makefile.in.orig Tue May 15 12:20:23 2012
+++ panels/user-accounts/Makefile.in Tue Apr 17 12:52:09 2012 +++ panels/user-accounts/Makefile.in Tue May 15 16:22:04 2012
@@ -372,7 +372,7 @@ ccpanelsdir = $(PANELS_DIR) @@ -384,7 +384,7 @@ ccpanelsdir = $(PANELS_DIR)
ccpanels_LTLIBRARIES = libuser-accounts.la ccpanels_LTLIBRARIES = libuser-accounts.la
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" \ AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" \
-DUIDIR=\""$(pkgdatadir)/ui/user-accounts"\" \ -DUIDIR=\""$(pkgdatadir)/ui/user-accounts"\" \
@ -13,7 +13,7 @@ On OpenBSD, crypt() is part of libc.
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-DUM_PIXMAP_DIR=\""$(pkgdatadir)/pixmaps"\" \ -DUM_PIXMAP_DIR=\""$(pkgdatadir)/pixmaps"\" \
-I$(srcdir)/../common/ -I$(srcdir)/../../shell/ \ -I$(srcdir)/../common/ -I$(srcdir)/../../shell/ \
@@ -408,7 +408,7 @@ libuser_accounts_la_SOURCES = \ @@ -420,7 +420,7 @@ libuser_accounts_la_SOURCES = \
um-user-module.c um-user-module.c
libuser_accounts_la_LIBADD = $(PANEL_LIBS) $(USER_ACCOUNTS_PANEL_LIBS) \ libuser_accounts_la_LIBADD = $(PANEL_LIBS) $(USER_ACCOUNTS_PANEL_LIBS) \