Default font size should be int, from upstream git.

This commit is contained in:
ajacoutot 2010-04-20 22:44:41 +00:00
parent cd52a4ef85
commit 4bc4843057
2 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2010/04/20 18:48:27 jasper Exp $
# $OpenBSD: Makefile,v 1.22 2010/04/20 22:44:41 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,6 +6,7 @@ COMMENT= keyboard configuration library
GNOME_PROJECT= libgnomekbd
GNOME_VERSION= 2.30.0
PKGNAME= ${DISTNAME}p0
SHARED_LIBS += gnomekbd 4.0 # .5.0
SHARED_LIBS += gnomekbdui 4.0 # .5.0

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-libgnomekbd_desktop_gnome_peripherals_keyboard_xkb_schemas_in,v 1.1 2010/04/20 22:44:41 ajacoutot Exp $
--- libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in.orig Mon Mar 29 00:14:54 2010
+++ libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in Wed Apr 21 00:40:21 2010
@@ -230,7 +230,7 @@
<applyto>/desktop/gnome/peripherals/keyboard/indicator/fontSize</applyto>
<owner>gnome</owner>
<type>int</type>
- <default></default>
+ <default>10</default>
<locale name="C">
<short>The font size</short>
<long>The font size for the layout indicator</long>