Fix pointyhat failures.
PR: ports/147714 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
This commit is contained in:
parent
a873f292ab
commit
7d8cd354c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256552
2 changed files with 4 additions and 16 deletions
|
@ -33,7 +33,7 @@ USE_GMAKE= yes
|
|||
|
||||
MAN1= osmo.1
|
||||
|
||||
POFILES= ca cs de el es fi fr hu it ja lt nl pl pt \
|
||||
POFILES= bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt \
|
||||
ru sv tr uk zh_CN
|
||||
|
||||
MSGFMT= ${LOCALBASE}/bin/msgfmt
|
||||
|
|
|
@ -6,10 +6,13 @@ share/icons/hicolor/24x24/apps/osmo.png
|
|||
share/icons/hicolor/32x32/apps/osmo.png
|
||||
share/icons/hicolor/48x48/apps/osmo.png
|
||||
share/icons/hicolor/scalable/apps/osmo.svg
|
||||
share/locale/bg/LC_MESSAGES/osmo.mo
|
||||
share/locale/ca/LC_MESSAGES/osmo.mo
|
||||
share/locale/cs/LC_MESSAGES/osmo.mo
|
||||
share/locale/da/LC_MESSAGES/osmo.mo
|
||||
share/locale/de/LC_MESSAGES/osmo.mo
|
||||
share/locale/el/LC_MESSAGES/osmo.mo
|
||||
share/locale/en_GB/LC_MESSAGES/osmo.mo
|
||||
share/locale/es/LC_MESSAGES/osmo.mo
|
||||
share/locale/fi/LC_MESSAGES/osmo.mo
|
||||
share/locale/fr/LC_MESSAGES/osmo.mo
|
||||
|
@ -28,19 +31,4 @@ share/locale/zh_CN/LC_MESSAGES/osmo.mo
|
|||
share/pixmaps/osmo.png
|
||||
share/sounds/osmo/alarm.wav
|
||||
@dirrm share/sounds/osmo
|
||||
@dirrmtry share/sounds
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/24x24/apps
|
||||
@dirrmtry share/icons/hicolor/24x24
|
||||
@dirrmtry share/icons/hicolor/22x22/apps
|
||||
@dirrmtry share/icons/hicolor/22x22
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/applications
|
||||
|
|
Loading…
Reference in a new issue