[weasel-commit] Source: xcolor=2.11-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Tue, 01 Jun 2010 14:17:44 -0400

================================
xcolor:source=2.11-2 (previous: 2.11-1)
cvc rdiff xcolor -1 /weasel.rpath.org@wgl:3-devel/2.11-2
================================
2.11-2 Filip Brcic (brcha@xxxxxxxxxxxx) Tue Jun  1 14:17:35 2010
    xcolor 2.11

xcolor.recipe: changed
Index: xcolor.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- xcolor.recipe /weasel.rpath.org@wgl:3-devel/2.11-1
+++ xcolor.recipe /weasel.rpath.org@wgl:3-devel/2.11-2
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2009 Filip Brcic <brcha@xxxxxxx>
+# Copyright (c) 2009-2010 Filip Brcic <brcha@xxxxxxx>
 # Distributed under the terms of the GNU General Public License v3
 #
 
@@ -8,8 +8,27 @@
     name = 'xcolor'
     version = '2.11'
 
-    buildRequires = [ 'unzip:runtime' ]
+    buildRequires = [
+        'unzip:runtime', 'texlive-latex:runtime',
+        ]
+
+    shortDesc  = 'Easy driver-independent access to colors'
+    longDesc   = """
+xcolor is a LaTeX package that provides easy driver-independent access
+to several kinds of colors, tints, shades, tones, and mixes of
+arbitrary colors by means of color expressions like
+\color{red!50!green!20!blue}.
+"""
+    url        = 'http://www.ukern.de/tex/xcolor.html'
+    licenses   = [ 'LPPL-1.2' ]
+    categories = [ 'Development/TeX' ]
 
     def unpack(r):
         r.macros.archive_version = r.version.replace('.','')
         
r.addArchive('http://www.ukern.de/tex/xcolor/ctan/%(name)s%(archive_version)s.zip')
+
+        r.MakeDirs('../fonts')
+        r.Environment('VARTEXFONTS', '%(builddir)s/../fonts')
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-latex:runtime')



Committed by: brcha

Other related posts: