gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r2711: more info installations


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r2711: more info installations
Date: Mon, 11 Nov 2013 23:14:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2711
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2013-11-12 00:14:05 +0100
message:
  more info installations
modified:
  gnu/gtypist/Makefile           makefile-20100610201541-zilbojleihpphujd-55
  gnu/guile-clutter/Makefile     makefile-20130114231736-9bcsaqio43s627v6-2
  gnu/guile-dbi/Makefile         makefile-20121216124204-o6ggbbked3tpi2u1-2
  gnu/guile-gnome-platform/Makefile makefile-20121216133512-ieswh0qjzwz25bdc-2
  gnu/guile-gtk/Makefile         makefile-20100610201541-zilbojleihpphujd-56
  gnu/guile-ncurses/Makefile     makefile-20120831105006-y7l8zwit6a62iiv1-2
  gnu/guile-sdl/Makefile         makefile-20130420083342-slk405egaq85pyw6-2
  gnu/guile/Makefile             makefile-20100606211655-sj1nx80alech6rtq-37
  gnu/gurgle/Makefile            makefile-20120901144225-lw2ki0j3lj0dd7af-2
  gnu/gv/Makefile                makefile-20100606211655-sj1nx80alech6rtq-38
  gnu/gvpe/Makefile              makefile-20100610201541-zilbojleihpphujd-57
=== modified file 'gnu/gtypist/Makefile'
--- a/gnu/gtypist/Makefile      2013-06-07 22:39:01 +0000
+++ b/gnu/gtypist/Makefile      2013-11-11 23:14:05 +0000
@@ -22,10 +22,10 @@
 DESCRIPTION = Typing tutor
 define BLURB
 GNU Typist is a universal typing tutor.  It can be used to learn and
-practice touch-typing.  Several tutorials are included; in addition 
+practice touch-typing.  Several tutorials are included; in addition
 to tutorials for the standard QWERTY layout, there are also tutorials
 for the alternative layouts Dvorak and Colemak, as well as for the
-numpad.  Tutorials are primarily in English, however some in other 
+numpad.  Tutorials are primarily in English, however some in other
 languages are provided.
 endef
 
@@ -35,11 +35,13 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
+INFO_FILES = $(GARNAME).info $(GARNAME).cs.info $(GARNAME).es.info
 
-BUILDDEPS = 
-LIBDEPS = ncursesw
+BUILDDEPS =
+LIBDEPS = ncurses
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk

=== modified file 'gnu/guile-clutter/Makefile'
--- a/gnu/guile-clutter/Makefile        2013-05-09 21:23:10 +0000
+++ b/gnu/guile-clutter/Makefile        2013-11-11 23:14:05 +0000
@@ -30,12 +30,14 @@
 MASTER_SUBDIR = guile-gnome/$(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
+INFO_FILES = guile-gnome-clutter.info
 
 BUILDDEPS =
 LIBDEPS = guile clutter guile-gnome-platform guile-cairo g-wrap
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk
 

=== modified file 'gnu/guile-dbi/Makefile'
--- a/gnu/guile-dbi/Makefile    2013-04-20 10:56:06 +0000
+++ b/gnu/guile-dbi/Makefile    2013-11-11 23:14:05 +0000
@@ -40,5 +40,6 @@
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk

=== modified file 'gnu/guile-gnome-platform/Makefile'
--- a/gnu/guile-gnome-platform/Makefile 2013-05-09 21:24:32 +0000
+++ b/gnu/guile-gnome-platform/Makefile 2013-11-11 23:14:05 +0000
@@ -32,6 +32,9 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 PATCHFILES = $(DISTNAME)-fix-build.diff
+DOCLIBS = libgnome pango pangocairo corba gtk gdk glib gobject \
+       libglade libgnomeui gnome-vfs gconf atk libgnomecanvas
+INFO_FILES = $(foreach LIB,$(DOCLIBS),guile-gnome-$(LIB).info)
 
 BUILDDEPS =
 LIBDEPS = guile atk cairo gconf glib gnome-vfs gtk libbonobo libglade \
@@ -40,5 +43,6 @@
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk

=== modified file 'gnu/guile-gtk/Makefile'
--- a/gnu/guile-gtk/Makefile    2013-05-09 21:25:11 +0000
+++ b/gnu/guile-gtk/Makefile    2013-11-11 23:14:05 +0000
@@ -31,11 +31,11 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS = 
+BUILDDEPS =
 LIBDEPS = gtk guile
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk
-

=== modified file 'gnu/guile-ncurses/Makefile'
--- a/gnu/guile-ncurses/Makefile        2013-11-05 22:51:10 +0000
+++ b/gnu/guile-ncurses/Makefile        2013-11-11 23:14:05 +0000
@@ -31,10 +31,11 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS = 
+BUILDDEPS =
 LIBDEPS = guile ncurses
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk

=== modified file 'gnu/guile-sdl/Makefile'
--- a/gnu/guile-sdl/Makefile    2013-09-06 20:42:45 +0000
+++ b/gnu/guile-sdl/Makefile    2013-11-11 23:14:05 +0000
@@ -38,5 +38,6 @@
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk

=== modified file 'gnu/guile/Makefile'
--- a/gnu/guile/Makefile        2013-04-20 10:56:06 +0000
+++ b/gnu/guile/Makefile        2013-11-11 23:14:05 +0000
@@ -22,7 +22,7 @@
 DESCRIPTION = Scheme implementation intended especially for extensions
 define BLURB
 Guile is the GNU Ubiquitous Intelligent Language for Extensions, the
-official extension language of the GNU system.  It is an 
+official extension language of the GNU system.  It is an
 implementation of the Scheme language which can be easily embedded
 in other applications to provide a convenient means of extending the
 functionality of the application without requiring the source code to
@@ -35,14 +35,16 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
+INFO_FILES = $(DISTNAME).info r5rs.info
 
-BUILDDEPS = 
+BUILDDEPS =
 LIBDEPS = gc gmp libtool readline libunistring libffi
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk
 
 CONFIGIGURE_ARGS += --with-libreadline-prefix=$(prefix) \
-                   --with-libgmp-prefix=$(prefix) 
+                   --with-libgmp-prefix=$(prefix)

=== modified file 'gnu/gurgle/Makefile'
--- a/gnu/gurgle/Makefile       2013-10-02 16:01:15 +0000
+++ b/gnu/gurgle/Makefile       2013-11-11 23:14:05 +0000
@@ -21,12 +21,12 @@
 HOME_URL = http://www.gnu.org/software/gurgle
 DESCRIPTION = GNU Report Generator Language
 define BLURB
-GURGLE produces database report listings from record and field 
+GURGLE produces database report listings from record and field
 informaton from a file.  It uses the report to produce TeX/LaTeX-
 formatted output, plain ASCII text, troff, PostScript, HTML, XML, or
 any other ASCII-based output format.  It may be used for producing
-large bodies of txt where small parts of the text are substituded 
-with information from the database.  GURGLE supports GNUSQL, 
+large bodies of txt where small parts of the text are substituded
+with information from the database.  GURGLE supports GNUSQL,
 PostgreSQL, MySQL and CA-Ingres databases.
 endef
 
@@ -37,10 +37,11 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES =
 
-BUILDDEPS = 
-LIBDEPS = 
+BUILDDEPS =
+LIBDEPS =
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk

=== modified file 'gnu/gv/Makefile'
--- a/gnu/gv/Makefile   2013-04-20 10:56:06 +0000
+++ b/gnu/gv/Makefile   2013-11-11 23:14:05 +0000
@@ -21,8 +21,8 @@
 HOME_URL = http://www.gnu.org/software/gv/
 DESCRIPTION = PostScript and PDF viewer using Ghostscript as a back-end
 define BLURB
-GV is a graphical user interface to the Ghostscript interpreter.  
-With it, one can view and navigate through PostScript and PDF 
+GV is a graphical user interface to the Ghostscript interpreter.
+With it, one can view and navigate through PostScript and PDF
 documents in X Windows.
 endef
 
@@ -33,11 +33,12 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS = ghostscript 
-LIBDEPS = 
+BUILDDEPS = ghostscript
+LIBDEPS =
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk
 

=== modified file 'gnu/gvpe/Makefile'
--- a/gnu/gvpe/Makefile 2013-10-02 16:02:23 +0000
+++ b/gnu/gvpe/Makefile 2013-11-11 23:14:05 +0000
@@ -23,8 +23,8 @@
 define BLURB
 The GNU Virtual Private Ethernet creates a virtual ethernet network
 with multiple nodes using a variety of transport protocols.  It works
-by creating encrypted host-to-host tunnels between multiple 
-endpoints.  
+by creating encrypted host-to-host tunnels between multiple
+endpoints.
 endef
 
 ######################################################################
@@ -34,10 +34,11 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS = 
-LIBDEPS = 
+BUILDDEPS =
+LIBDEPS =
 
 ######################################################################
 
+include ../../gar.lib/info.mk
 include ../../gar.lib/auto.mk
 include config.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]