90a227daee
Changelog: GIMP Help 2 release 2.8.1 ========================= - New (incomplete) translations: Brazilian Portuguese, Danish, Catalan - Online documentation (http://docs.gimp.org) now provides a language menu which allows users to switch to other translations of the same document if available (#168256) - Bugfixes: * #168256 - Help pages should have links to corresponding pages in other language * #676683 - Docs use the term "dpi", GIMP UI uses "ppi" * #679173 - Grammatical error in Help Browser: "have there own preset system" * #680243 - Export File shortcut error in Gimp Manual * #711318 - help pages should have a link to Bugzilla
27 lines
1 KiB
Makefile
27 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.2 2014/03/26 16:18:30 ryoon Exp $
|
|
|
|
DISTNAME= gimp-docs-2.8.1
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
COMMENT= Documentation package for The GIMP image manipulation software
|
|
|
|
DEPENDS+= gimp-docs-de-[0-9]*:../../graphics/gimp-docs-de
|
|
DEPENDS+= gimp-docs-en-[0-9]*:../../graphics/gimp-docs-en
|
|
DEPENDS+= gimp-docs-es-[0-9]*:../../graphics/gimp-docs-es
|
|
DEPENDS+= gimp-docs-fr-[0-9]*:../../graphics/gimp-docs-fr
|
|
DEPENDS+= gimp-docs-it-[0-9]*:../../graphics/gimp-docs-it
|
|
DEPENDS+= gimp-docs-ja-[0-9]*:../../graphics/gimp-docs-ja
|
|
DEPENDS+= gimp-docs-ko-[0-9]*:../../graphics/gimp-docs-ko
|
|
DEPENDS+= gimp-docs-nl-[0-9]*:../../graphics/gimp-docs-nl
|
|
DEPENDS+= gimp-docs-nn-[0-9]*:../../graphics/gimp-docs-nn
|
|
DEPENDS+= gimp-docs-pl-[0-9]*:../../graphics/gimp-docs-pl
|
|
DEPENDS+= gimp-docs-ru-[0-9]*:../../graphics/gimp-docs-ru
|
|
DEPENDS+= gimp-docs-sv-[0-9]*:../../graphics/gimp-docs-sv
|
|
DEPENDS+= gimp-docs-zh_CN-[0-9]*:../../graphics/gimp-docs-zh_CN
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|