mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Fix locale dir, so re-enable language files on de, sv, tr and zh_TW.
This commit is contained in:
parent
bab9655105
commit
9edf1dd8a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254445
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gimmix
|
||||
PORTVERSION= 0.5.6
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= gimmix
|
||||
@ -27,6 +27,8 @@ USE_GMAKE= yes
|
||||
|
||||
MAN1= gimmix.1
|
||||
|
||||
CONFIGURE_ENV= DATADIRNAME=share
|
||||
|
||||
post-patch:
|
||||
${LN} -sf ${LOCALBASE}/share/intltool/Makefile.in.in ${WRKSRC}/po/Makefile.in.in
|
||||
@${REINPLACE_CMD} -e 's,libmpd-1.0\/libmpd,libmpd,' \
|
||||
|
@ -1,8 +1,8 @@
|
||||
bin/gimmix
|
||||
lib/locale/de/LC_MESSAGES/gimmix.mo
|
||||
lib/locale/sv/LC_MESSAGES/gimmix.mo
|
||||
lib/locale/tr/LC_MESSAGES/gimmix.mo
|
||||
lib/locale/zh_TW/LC_MESSAGES/gimmix.mo
|
||||
share/locale/de/LC_MESSAGES/gimmix.mo
|
||||
share/locale/sv/LC_MESSAGES/gimmix.mo
|
||||
share/locale/tr/LC_MESSAGES/gimmix.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gimmix.mo
|
||||
share/applications/gimmix.desktop
|
||||
%%DATADIR%%/gimmix.glade
|
||||
%%DATADIR%%/gimmix_firstrun.png
|
||||
@ -12,14 +12,14 @@ share/pixmaps/gimmix_logo_small.png
|
||||
share/pixmaps/gimmix_playlist.png
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry lib/locale/zh_TW/LC_MESSAGES
|
||||
@dirrmtry lib/locale/zh_TW
|
||||
@dirrmtry lib/locale/tr/LC_MESSAGES
|
||||
@dirrmtry lib/locale/tr
|
||||
@dirrmtry lib/locale/sv/LC_MESSAGES
|
||||
@dirrmtry lib/locale/sv
|
||||
@dirrmtry lib/locale/de/LC_MESSAGES
|
||||
@dirrmtry lib/locale/de
|
||||
@dirrmtry lib/locale
|
||||
@dirrmtry share/locale/zh_TW/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_TW
|
||||
@dirrmtry share/locale/tr/LC_MESSAGES
|
||||
@dirrmtry share/locale/tr
|
||||
@dirrmtry share/locale/sv/LC_MESSAGES
|
||||
@dirrmtry share/locale/sv
|
||||
@dirrmtry share/locale/de/LC_MESSAGES
|
||||
@dirrmtry share/locale/de
|
||||
@dirrmtry share/locale
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user