diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-06-07 11:51:37 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-06-07 11:51:37 +0800 |
commit | 5138fa20e9f6c40b570584afc34fc7aeec896429 (patch) | |
tree | c225e70ff3c70e92291e9fdcfcfb4a7f97ddd3a9 | |
parent | 12193ab33eb799c5156cf4dcc79966c0da8bd6d1 (diff) | |
download | freebsd-ports-gnome-5138fa20e9f6c40b570584afc34fc7aeec896429.tar.gz freebsd-ports-gnome-5138fa20e9f6c40b570584afc34fc7aeec896429.tar.zst freebsd-ports-gnome-5138fa20e9f6c40b570584afc34fc7aeec896429.zip |
- Add missing pkg-plist entries.
-rw-r--r-- | emulators/wahcade/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emulators/wahcade/pkg-plist b/emulators/wahcade/pkg-plist index 1d5f0d883db6..ada011453a6a 100644 --- a/emulators/wahcade/pkg-plist +++ b/emulators/wahcade/pkg-plist @@ -46,6 +46,7 @@ share/applications/wahcade.desktop %%DATADIR%%/glade/layout_editor.glade %%DATADIR%%/glade/wahcade_setup.glade %%DATADIR%%/glade/win_cpviewer.png +%%DATADIR%%/glade/win_history.png %%DATADIR%%/glade/win_main.png %%DATADIR%%/glade/win_msg.png %%DATADIR%%/glade/win_options.png @@ -57,6 +58,8 @@ share/applications/wahcade.desktop %%DATADIR%%/layout_scr_props.py %%DATADIR%%/locale/en/LC_MESSAGES/wahcade.mo %%DATADIR%%/locale/en_GB/LC_MESSAGES/wahcade.mo +%%DATADIR%%/locale/es/LC_MESSAGES/wahcade.mo +%%DATADIR%%/locale/fr/LC_MESSAGES/wahcade.mo %%DATADIR%%/locale/sv/LC_MESSAGES/wahcade.mo %%DATADIR%%/mamewah_ini.py %%DATADIR%%/mplayer.py @@ -65,6 +68,7 @@ share/applications/wahcade.desktop %%DATADIR%%/pixmaps/wahcade.ico %%DATADIR%%/pixmaps/wahcade.png %%DATADIR%%/pixmaps/win_cpviewer.png +%%DATADIR%%/pixmaps/win_history.png %%DATADIR%%/pixmaps/win_main.png %%DATADIR%%/pixmaps/win_msg.png %%DATADIR%%/pixmaps/win_options.png @@ -90,6 +94,10 @@ share/applications/wahcade.desktop @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/locale/sv/LC_MESSAGES @dirrm %%DATADIR%%/locale/sv +@dirrm %%DATADIR%%/locale/fr/LC_MESSAGES +@dirrm %%DATADIR%%/locale/fr +@dirrm %%DATADIR%%/locale/es/LC_MESSAGES +@dirrm %%DATADIR%%/locale/es @dirrm %%DATADIR%%/locale/en_GB/LC_MESSAGES @dirrm %%DATADIR%%/locale/en_GB @dirrm %%DATADIR%%/locale/en/LC_MESSAGES |