[weasel-commit] Source: libXfont=1.4.1-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 07 Jan 2010 12:57:56 -0500

================================
libXfont:source=1.4.1-1 (previous: 1.4.0-1)
cvc rdiff libXfont -1 /weasel.rpath.org@wgl:3-devel/1.4.1-1
================================
1.4.1-1 Filip Brcic (brcha@xxxxxxx) Thu Jan  7 12:57:49 2010
    version bump + metadata

libXfont-1.4.1.tar.bz2: new
libXfont.recipe: changed
Index: libXfont.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- libXfont.recipe /weasel.rpath.org@wgl:3-devel/1.4.0-1
+++ libXfont.recipe /weasel.rpath.org@wgl:3-devel/1.4.1-1
@@ -1,17 +1,27 @@
 #
-# Copyright (c) 2005-2008 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) 2010 Filip Brcic <brcha@xxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
 #
 
 loadSuperClass('xorgcpackage')
-class LibXfont(XorgCPackageRecipe):
+class Libxfont(XorgCPackageRecipe):
     name = 'libXfont'
-    version = '1.4.0'
+    version = '1.4.1'
     component = 'lib'
 
-    buildRequires = [ 'fontcacheproto:devel', 'fontsproto:devel',
-        'freetype:devel', 'libfontenc:devel', 'xproto:devel', 'xtrans:devel',
-        'zlib:devel' ]
+    buildRequires = [
+        'fontcacheproto:devel', 'fontsproto:devel', 'freetype:devel',
+        'libfontenc:devel', 'xproto:devel', 'xtrans:devel',
+        'zlib:devel', 'bzip2:devel',
+        ]
 
-    extraConfig = ' --with-encodingsdir=%(datadir)s/X11/encodings'
+    shortDesc  = 'X.Org Xfont library'
+    url        = 'http://xorg.freedesktop.org/'
+    licenses   = [ 'MIT' ]
+    categories = [ 'X' ]
+
+    extraConfig = (
+        ' --enable-ipv6'
+        ' --with-bzip2'
+        ' --disable-devel-docs'
+        )


libXfont-1.4.0.tar.bz2: removed

Committed by: brcha

Other related posts: