diff options
author | jmmv <jmmv> | 2006-03-30 21:35:21 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-03-30 21:35:21 +0000 |
commit | 2da6a910057373435ea7f4bd6706402fce10c339 (patch) | |
tree | 596d64df7e92aaf8d640bd45ca87aae0f50c24aa /misc/gnome-user-docs/Makefile | |
parent | fa958648381b590f9b2f2875d9eefabbeb86ea26 (diff) | |
download | pkgsrc-2da6a910057373435ea7f4bd6706402fce10c339.tar.gz |
Update gnome2-user-docs to 2.14.0 and rename the package to gnome-user-docs
because the distname also dropped the '2':
Update to 2.14.0:
Version 2.14.0
--------------
* Updates to the system administration guide (Brent Smith,
William Jon McCann,
Luca Ferretti)
* Updates to the user guide (Luca Ferretti,
Joachim Noreiko,
Brent Smith,
Daniel Espinosa Ortiz)
Luca Ferretti)
* Updates to the accessibility guide (Luca Ferretti,
Don Scorgie)
* Updated translations:
Luca Ferretti (it)
Nickolay V. Shmyrev (ru)
Version 2.13.2
--------------
* Updates to the system administration guide (Brent Smith)
* Updates to the user guide (Luca Ferretti,
Joachim Noreiko,
Brent Smith,
Daniel Espinosa Ortiz)
* Updated accessibility guide figures (Luca Ferretti)
* Updated translations:
Luca Ferretti (it)
Vincent van Adrighem (nl)
Version 2.13.1.1
----------------
* Added missing OMF files
Version 2.13.1
--------------
* Updates to the User Guide
(Joachim Noreiko, Brent Smith, Daniel Espinosa Ortiz, Chris Fox)
* Updates to the Accessibility Guide (Brent Smith)
* Updates to the System Administrator Guide (Brent Smith)
* Converted documentation build to gnome-doc-utils (Shaun McCance, Brent Smith)
Diffstat (limited to 'misc/gnome-user-docs/Makefile')
-rw-r--r-- | misc/gnome-user-docs/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile new file mode 100644 index 00000000000..b298854d3de --- /dev/null +++ b/misc/gnome-user-docs/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2006/03/30 21:35:21 jmmv Exp $ +# + +DISTNAME= gnome-user-docs-2.14.0 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-user-docs/2.14/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= The GNOME 2 users guide + +CONFLICTS+= gnome2-user-docs-[0-9]* + +USE_DIRS+= gnome2-1.5 +USE_TOOLS+= gmake pkg-config +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../textproc/gnome-doc-utils/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../mk/bsd.pkg.mk" |