[weasel-commit] Source: xkeyboard-config=1.7-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Tue, 12 Jan 2010 15:47:06 -0500

================================
xkeyboard-config:source=1.7-1 (previous: 1.4-1)
cvc rdiff xkeyboard-config -1 /weasel.rpath.org@wgl:3-devel/1.7-1
================================
1.7-1 Filip Brcic (brcha@xxxxxxx) Tue Jan 12 15:46:55 2010
    version bump

xkeyboard-config-1.7.tar.bz2: new
xkeyboard-config.recipe: changed
Index: xkeyboard-config.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- xkeyboard-config.recipe /weasel.rpath.org@wgl:3-devel/1.4-1
+++ xkeyboard-config.recipe /weasel.rpath.org@wgl:3-devel/1.7-1
@@ -1,23 +1,29 @@
 #
-# Copyright (c) 2006-2007 rPath, Inc.
-# This file is distributed under the terms of the MIT License.
-# A copy is available at http://www.rpath.com/permanent/mit-license.html
+# Copyright (c) 2009-2010 Filip Brcic <brcha@xxxxxxxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
 #
 
-loadSuperClass('xorgcpackage')
-class XkeyboardConfig(XorgCPackageRecipe):
+loadSuperClass('xorgpackage')
+class XkeyboardConfig(XorgPackageRecipe):
     name = 'xkeyboard-config'
-    version = '1.4'
+    version = '1.7'
     component = 'data'
+
+    buildRequires = [
+        'gettext:runtime', 'intltool:runtime', 'xkbcomp:runtime',
+        'perl-XML-Parser:perl',
+        ]
+
+    shortDesc  = 'X keyboard configuration database'
+    url        = 'http://xorg.freedesktop.org/'
+    licenses   = [ 'MIT' ]
+    categories = [ 'X' ]
+
     externalArchive = 'http://xlibs.freedesktop.org/xkbdesc/'
 
-    buildRequires = [
-        'gettext:runtime', 'perl:runtime', 'perl-XML-Parser:perl', 
'xkbcomp:runtime',
-        'intltool:runtime',
-        ]
-
-    # copied from rev. 1.7 of Gentoo's ebuild for 0.8
-    extraConfig = ( ' --with-xkb-base=%(datadir)s/X11/xkb'
-                    ' --enable-compat-rules'
-                    ' --disable-xkbcomp-symlink'
-                    ' --with-xkb-rules-symlink=xorg' )
+    extraConfig = (
+        ' --with-xkb-base=%(datadir)s/X11/xkb'
+        ' --enable-compat-rules'
+        ' --disable-xkbcomp-symlink'
+        ' --with-xkb-rules-symlink=xorg'
+        )


xkeyboard-config-1.4.tar.bz2: removed

Committed by: brcha

Other related posts: