diff --git a/srcpkgs/libgnomekbd/libgnomekbd-devel.template b/srcpkgs/libgnomekbd/libgnomekbd-devel.template
index 7ae05f6ebf1..e0cc01bd32b 100644
--- a/srcpkgs/libgnomekbd/libgnomekbd-devel.template
+++ b/srcpkgs/libgnomekbd/libgnomekbd-devel.template
@@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
-revision=1
-
Add_dependency run pkg-config
Add_dependency run intltool
Add_dependency run glib-devel
diff --git a/srcpkgs/libgnomekbd/patches/no_empty_value_in_schema_file.patch b/srcpkgs/libgnomekbd/patches/no_empty_value_in_schema_file.patch
deleted file mode 100644
index 44374405acb..00000000000
--- a/srcpkgs/libgnomekbd/patches/no_empty_value_in_schema_file.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in.orig 2010-04-15 08:02:18.334137371 +0200
-+++ libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in 2010-04-15 08:03:47.637153522 +0200
-@@ -6,7 +6,7 @@
- /desktop/gnome/peripherals/keyboard/kbd/model
- gnome
- string
--
-+ []
-
- Keyboard model
- keyboard model
-@@ -218,7 +218,7 @@
- /desktop/gnome/peripherals/keyboard/indicator/fontFamily
- gnome
- string
--
-+ []
-
- The font family
- The font family for the layout indicator
-@@ -230,7 +230,7 @@
- /desktop/gnome/peripherals/keyboard/indicator/fontSize
- gnome
- int
--
-+ -1
-
- The font size
- The font size for the layout indicator
-@@ -242,7 +242,7 @@
- /desktop/gnome/peripherals/keyboard/indicator/foregroundColor
- gnome
- string
--
-+ []
-
- The foreground color
- The foreground color for the layout indicator
-@@ -254,7 +254,7 @@
- /desktop/gnome/peripherals/keyboard/indicator/backgroundColor
- gnome
- string
--
-+ []
-
- The background color
- The background color for the layout indicator
diff --git a/srcpkgs/libgnomekbd/template b/srcpkgs/libgnomekbd/template
index 2850df8b303..e7a91ff10b0 100644
--- a/srcpkgs/libgnomekbd/template
+++ b/srcpkgs/libgnomekbd/template
@@ -1,7 +1,6 @@
# Template file for 'libgnomekbd'
pkgname=libgnomekbd
-version=2.30.0
-revision=2
+version=2.30.1
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-schemas-install
@@ -9,7 +8,7 @@ configure_args="--disable-schemas-install
--localstatedir=/var"
short_desc="Gnome keyboard configuration library"
maintainer="Juan RP "
-checksum=fc8f688901dfa293b1e5c14a0b56866837f0003d5b6a9ce971841735084d5b04
+checksum=828faade8ef36f89cc27ca4f71e83630aa611ccb4745cb6687cdedddd461b293
long_desc="
This packages a keyboard configuration library for the GNOME desktop."