[weasel-commit] Source: glossaries=1.16-2

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

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

glossaries.recipe: changed
Index: glossaries.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- glossaries.recipe /weasel.rpath.org@wgl:3-devel/1.16-1
+++ glossaries.recipe /weasel.rpath.org@wgl:3-devel/1.16-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,16 +9,31 @@
     version = '1.16'
 
     buildRequires = [
-        'perl:devel', 'unzip:runtime'
+        'perl:devellib', 'unzip:runtime',
+        'texlive-latexrecommended:runtime', 'texlive-latexextra:data',
         ]
 
     shortDesc  = 'Create glossaries and lists of acronyms.'
-    longDesc   = 'Create glossaries and lists of acronyms.'
+    longDesc   = """
+The glossaries package supports acronyms and multiple glossaries, and
+has provision for operation in several languages (using the facilities
+of either babel or polyglossia). New entries are defined to have a
+name and description (and optionally an associated symbol). Support
+for multiple languages is offered, and plural forms of terms may be
+specified. An additional package, glossaries-accsupp, can make use of
+the accsupp package mechanisms for accessibility support for PDF files
+containing glossaries.
+"""
     url        = 
'http://www.ctan.org/tex-archive/help/Catalogue/entries/glossaries.html'
     licenses   = [ 'LPPL-1.2' ]
-    categories = [ 'TeX/LaTeX' ]
+    categories = [ 'Development/TeX' ]
 
-    install_what = 'styles pdf'
+    install_what = 'styles'
+
+    if Use.builddocs:
+        install_what += ' pdf'
+
+    texmf = '%(datadir)s/texmf-site'
 
     def unpack(r):
         r.addArchive('mirror://gentoo/%(name)s-%(version)s.zip')
@@ -29,3 +44,6 @@
         r.Install('*.dict', '%(texmf)s/tex/latex/%(name)s/dict/')
 
         r.Doc('*.tex', dir='examples')
+
+        r.addRuntimeRequirement('texlive-latexrecommended:runtime')
+        r.addRuntimeRequirement('texlive-latexextra:data')



Committed by: brcha

Other related posts: