[weasel-commit] Source: latex-beamer=3.07-2

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

================================
latex-beamer:source=3.07-2 (previous: 3.07-1)
cvc rdiff latex-beamer -1 /weasel.rpath.org@wgl:3-devel/3.07-2
================================
3.07-2 Filip Brcic (brcha@xxxxxxxxxxxx) Tue Jun  1 14:57:11 2010
    latex-beamer 3.07

latex-beamer.recipe: changed
Index: latex-beamer.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- latex-beamer.recipe /weasel.rpath.org@wgl:3-devel/3.07-1
+++ latex-beamer.recipe /weasel.rpath.org@wgl:3-devel/3.07-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,13 +9,30 @@
     version = '3.07'
 
     buildRequires = [
+        'texlive-latex:runtime',
         ]
 
     shortDesc  = 'LaTeX class for creating presentations using a video 
projector.'
-    longDesc   = 'LaTeX class for creating presentations using a video 
projector.'
+    longDesc   = """
+beamer is a LaTeX class for creating presentations that are held using
+a projector, but it can also be used to create transparency
+slides. Preparing presentations with beamer is different from
+preparing them with WYSWYG programs like OpenOffice.org's Impress,
+Apple's Keynote, or KOffice's KPresenter. A beamer presentation is
+created like any other LaTeX document: It has a preamble and a body,
+the body contains \sections and \subsections, the different slides
+(called frames in beamer) are put in environments, they are structured
+using itemize and enumerate environments, and so on. The obvious
+disadvantage of this approach is that you have to know LaTeX in order
+to use beamer. The advantage is that if you know LaTeX, you can use
+your knowledge of LaTeX also when creating a presentation, not only
+when writing papers.
+"""
     url        = 'http://latex-beamer.sourceforge.net/'
     licenses   = [ 'GPL-2', 'FDL-1.2', 'LPPL-1.3c' ]
-    categories = [ 'TeX/LaTeX' ]
+    categories = [ 'Development/TeX' ]
+
+    texmf = '%(datadir)s/texmf-site'
 
     def unpack(r):
         r.addArchive('mirror://sourceforge/latex-beamer/')
@@ -36,3 +53,6 @@
         r.Install('examples', '%(thisdocdir)s/')
         r.Install('emulation/examples', '%(thisdocdir)s/')
         r.Install('solutions', '%(thisdocdir)s/')
+
+    def policy(r):
+        r.addRuntimeRequirement('pgf:data')



Committed by: brcha

Other related posts: