diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
commit | ea5f9f80b6883d39666b0f4acc8aefe897d4785d (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /graphics/inkscape | |
parent | 138140738b4a4041e1b8c9c60fd33feb153dd7a5 (diff) | |
download | pkgsrc-ea5f9f80b6883d39666b0f4acc8aefe897d4785d.tar.gz |
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/PLIST | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/graphics/inkscape/PLIST b/graphics/inkscape/PLIST index 36ff7df94db..b3f54f176ec 100644 --- a/graphics/inkscape/PLIST +++ b/graphics/inkscape/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2005/12/29 14:01:14 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/04/17 07:07:21 jlam Exp $ bin/inkscape bin/inkview man/fr/man1/inkscape.1 @@ -195,42 +195,42 @@ share/inkscape/ui/menus-bars.xml share/inkscape/ui/toolbox.xml share/inkscape/ui/units.txt share/inkscape/ui/units.xml +share/locale/am/LC_MESSAGES/inkscape.mo +share/locale/az/LC_MESSAGES/inkscape.mo +share/locale/be/LC_MESSAGES/inkscape.mo +share/locale/ca/LC_MESSAGES/inkscape.mo +share/locale/cs/LC_MESSAGES/inkscape.mo +share/locale/da/LC_MESSAGES/inkscape.mo +share/locale/de/LC_MESSAGES/inkscape.mo +share/locale/el/LC_MESSAGES/inkscape.mo +share/locale/es/LC_MESSAGES/inkscape.mo +share/locale/es_MX/LC_MESSAGES/inkscape.mo +share/locale/eu/LC_MESSAGES/inkscape.mo +share/locale/et/LC_MESSAGES/inkscape.mo +share/locale/fr/LC_MESSAGES/inkscape.mo +share/locale/ga/LC_MESSAGES/inkscape.mo +share/locale/gl/LC_MESSAGES/inkscape.mo +share/locale/hu/LC_MESSAGES/inkscape.mo +share/locale/it/LC_MESSAGES/inkscape.mo +share/locale/ja/LC_MESSAGES/inkscape.mo +share/locale/mk/LC_MESSAGES/inkscape.mo +share/locale/nb/LC_MESSAGES/inkscape.mo +share/locale/nl/LC_MESSAGES/inkscape.mo +share/locale/nn/LC_MESSAGES/inkscape.mo +share/locale/pa/LC_MESSAGES/inkscape.mo +share/locale/pl/LC_MESSAGES/inkscape.mo +share/locale/pt/LC_MESSAGES/inkscape.mo +share/locale/pt_BR/LC_MESSAGES/inkscape.mo +share/locale/ru/LC_MESSAGES/inkscape.mo +share/locale/sk/LC_MESSAGES/inkscape.mo +share/locale/sl/LC_MESSAGES/inkscape.mo +share/locale/sr/LC_MESSAGES/inkscape.mo +share/locale/sr@Latn/LC_MESSAGES/inkscape.mo +share/locale/sv/LC_MESSAGES/inkscape.mo +share/locale/tr/LC_MESSAGES/inkscape.mo +share/locale/uk/LC_MESSAGES/inkscape.mo +share/locale/zh_CN/LC_MESSAGES/inkscape.mo share/pixmaps/inkscape.png -${PKGLOCALEDIR}/locale/am/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/az/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/be/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/es_MX/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/et/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/inkscape.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/inkscape.mo @dirrm share/inkscape/ui @dirrm share/inkscape/tutorials @dirrm share/inkscape/templates |