[weasel-commit] Source: leaflet=20041222-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 03 Jun 2010 12:51:00 -0400

================================
leaflet:source=20041222-2 (previous: 20041222-1)
cvc rdiff leaflet -1 /weasel.rpath.org@wgl:3-devel/20041222-2
================================
20041222-2 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun  3 12:50:48 2010
    leaflet 20041222

leaflet.recipe: changed
Index: leaflet.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- leaflet.recipe /weasel.rpath.org@wgl:3-devel/20041222-1
+++ leaflet.recipe /weasel.rpath.org@wgl:3-devel/20041222-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
 #
 
@@ -9,15 +9,25 @@
     version = '20041222'
 
     buildRequires = [
-        'unzip:runtime'
+        'unzip:runtime', 'texlive-fontsrecommended:data',
         ]
 
     shortDesc  = 'LaTeX package used to create leaflet-type brochures.'
-    longDesc   = 'LaTeX package used to create leaflet-type brochures.'
+    longDesc   = """
+A document class to create small hand-outs (flyers) that fit on a
+single sheet of paper which is then folded twice. Pages are rearranged
+by LaTeX so that they print correctly on a single sheet -- no external
+script is necessary. (Works with PostScript and PDF.)
+"""
     url        = 
'http://www.ctan.org/tex-archive/macros/latex/contrib/leaflet/'
     licenses   = [ 'LPPL-1.3' ]
-    categories = [ 'TeX/LaTeX' ]
+    categories = [ 'Development/TeX' ]
+
+    texmf = '%(datadir)s/texmf-site'
 
     def unpack(r):
         r.addArchive('mirror://gentoo/%(name)s-%(version)s.zip')
         r.addPatch('leaflet-20041222-logging.patch')
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-fontsrecommended:data')



Committed by: brcha

Other related posts: