- update to 3.4.1
* bug fixes and translation updates
This commit is contained in:
parent
9db670675a
commit
d7b4a42c10
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.61 2012/04/07 10:25:55 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.62 2012/04/17 11:02:32 jasper Exp $
|
||||
|
||||
# XXX Binary files patch-panels_info_hostnames-test_txt and
|
||||
# patch-panels_info_hostnames-test_txt.new differ
|
||||
@ -9,8 +9,7 @@ SHARED_ONLY= Yes
|
||||
COMMENT= GNOME control center
|
||||
|
||||
GNOME_PROJECT= gnome-control-center
|
||||
GNOME_VERSION= 3.4.0
|
||||
REVISION= 1
|
||||
GNOME_VERSION= 3.4.1
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/gnome-control-center-3.4.0.tar.xz) = MRY/pzmEaSkEOuSWO9T4+g==
|
||||
RMD160 (gnome/gnome-control-center-3.4.0.tar.xz) = s6N5+mO4y5XlDbhHV+OO46ola3U=
|
||||
SHA1 (gnome/gnome-control-center-3.4.0.tar.xz) = Uf4VGuJi2oChVOAKjCthHix3SK8=
|
||||
SHA256 (gnome/gnome-control-center-3.4.0.tar.xz) = Cdr62a+7bgG9Kd2RhumQVFrVjt44c7p+/3AJxv/dslQ=
|
||||
SIZE (gnome/gnome-control-center-3.4.0.tar.xz) = 4304764
|
||||
MD5 (gnome/gnome-control-center-3.4.1.tar.xz) = +aZVUOgtzVXKI86qWhSJ9g==
|
||||
RMD160 (gnome/gnome-control-center-3.4.1.tar.xz) = CCO3WZCyhdk4Jq5x1Mqrg+NCzzU=
|
||||
SHA1 (gnome/gnome-control-center-3.4.1.tar.xz) = C6ValGIR9w7LfBlc//jKc6jwHGU=
|
||||
SHA256 (gnome/gnome-control-center-3.4.1.tar.xz) = xs5Oz1t0eqM6WQSwU8HE/RijndzQkIRjVY6LS0DsP9E=
|
||||
SIZE (gnome/gnome-control-center-3.4.1.tar.xz) = 4416236
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-configure,v 1.15 2012/03/29 06:57:03 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.16 2012/04/17 11:02:32 jasper Exp $
|
||||
|
||||
No libwacom on OpenBSD (depends on gudev; gnome-bluetooth is needed for
|
||||
the wacom panel).
|
||||
|
||||
--- configure.orig Wed Mar 28 10:27:58 2012
|
||||
+++ configure Wed Mar 28 10:27:45 2012
|
||||
@@ -15644,124 +15644,6 @@ $as_echo "yes" >&6; }
|
||||
--- configure.orig Mon Apr 16 15:25:07 2012
|
||||
+++ configure Tue Apr 17 12:52:09 2012
|
||||
@@ -15558,124 +15558,6 @@ $as_echo "yes" >&6; }
|
||||
|
||||
fi
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-panels_common_Makefile_in,v 1.3 2012/03/29 06:57:03 ajacoutot Exp $
|
||||
--- panels/common/Makefile.in.orig Mon Mar 26 19:01:03 2012
|
||||
+++ panels/common/Makefile.in Wed Mar 28 10:25:04 2012
|
||||
@@ -344,7 +344,7 @@ AM_CPPFLAGS = \
|
||||
$OpenBSD: patch-panels_common_Makefile_in,v 1.4 2012/04/17 11:02:32 jasper Exp $
|
||||
--- panels/common/Makefile.in.orig Mon Apr 16 15:25:09 2012
|
||||
+++ panels/common/Makefile.in Tue Apr 17 12:52:09 2012
|
||||
@@ -338,7 +338,7 @@ AM_CPPFLAGS = \
|
||||
$(LIBLANGUAGE_CFLAGS) \
|
||||
-DDATADIR=\""$(datadir)"\" \
|
||||
-DUIDIR=\""$(pkgdatadir)/ui"\" \
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-panels_printers_pp-new-printer-dialog_c,v 1.7 2012/03/29 06:57:03 ajacoutot Exp $
|
||||
$OpenBSD: patch-panels_printers_pp-new-printer-dialog_c,v 1.8 2012/04/17 11:02:32 jasper Exp $
|
||||
|
||||
No PackageKit on OpenBSD.
|
||||
|
||||
--- panels/printers/pp-new-printer-dialog.c.orig Thu Mar 1 08:56:37 2012
|
||||
+++ panels/printers/pp-new-printer-dialog.c Wed Mar 28 10:25:04 2012
|
||||
@@ -1605,6 +1605,7 @@ new_printer_add_button_cb (GtkButton *button,
|
||||
--- panels/printers/pp-new-printer-dialog.c.orig Mon Apr 16 14:54:29 2012
|
||||
+++ panels/printers/pp-new-printer-dialog.c Tue Apr 17 12:52:09 2012
|
||||
@@ -1607,6 +1607,7 @@ new_printer_add_button_cb (GtkButton *button,
|
||||
pp->devices[device_id].device_make_and_model,
|
||||
pp->devices[device_id].device_uri);
|
||||
|
||||
@ -12,7 +12,7 @@ No PackageKit on OpenBSD.
|
||||
if (ppd_name == NULL || ppd_name->ppd_match_level < PPD_EXACT_MATCH)
|
||||
{
|
||||
/* Try PackageKit to install printer driver */
|
||||
@@ -1666,6 +1667,7 @@ new_printer_add_button_cb (GtkButton *button,
|
||||
@@ -1668,6 +1669,7 @@ new_printer_add_button_cb (GtkButton *button,
|
||||
pp->devices[device_id].device_uri);
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-panels_user-accounts_Makefile_in,v 1.5 2012/03/29 06:57:03 ajacoutot Exp $
|
||||
$OpenBSD: patch-panels_user-accounts_Makefile_in,v 1.6 2012/04/17 11:02:32 jasper Exp $
|
||||
|
||||
On OpenBSD, crypt() is part of libc.
|
||||
|
||||
--- panels/user-accounts/Makefile.in.orig Mon Mar 26 19:01:06 2012
|
||||
+++ panels/user-accounts/Makefile.in Wed Mar 28 10:25:04 2012
|
||||
@@ -378,7 +378,7 @@ ccpanelsdir = $(PANELS_DIR)
|
||||
--- panels/user-accounts/Makefile.in.orig Mon Apr 16 15:25:14 2012
|
||||
+++ panels/user-accounts/Makefile.in Tue Apr 17 12:52:09 2012
|
||||
@@ -372,7 +372,7 @@ ccpanelsdir = $(PANELS_DIR)
|
||||
ccpanels_LTLIBRARIES = libuser-accounts.la
|
||||
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" \
|
||||
-DUIDIR=\""$(pkgdatadir)/ui/user-accounts"\" \
|
||||
@ -13,7 +13,7 @@ On OpenBSD, crypt() is part of libc.
|
||||
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-DUM_PIXMAP_DIR=\""$(pkgdatadir)/pixmaps"\" \
|
||||
-I$(srcdir)/../common/ -I$(srcdir)/../../shell/ \
|
||||
@@ -414,7 +414,7 @@ libuser_accounts_la_SOURCES = \
|
||||
@@ -408,7 +408,7 @@ libuser_accounts_la_SOURCES = \
|
||||
um-user-module.c
|
||||
|
||||
libuser_accounts_la_LIBADD = $(PANEL_LIBS) $(USER_ACCOUNTS_PANEL_LIBS) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user