Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uphunspell: bump to 1.4.2, rename analyze, chmorph and {un,}munch. #867
Conversation
| @@ -73,6 +83,10 @@ INSTALL() | |||
| make install | |||
|
|
|||
| rm $libDir/charset.alias $libDir/*.la | |||
|
|
|||
| # remove any existing (but empty) data/locale/*/LC_MESSAGES directory | |||
| rmdir $dataDir/locale/*/LC_MESSAGES $dataDir/locale/* || true | |||
This comment has been minimized.
This comment has been minimized.
fbrosson
Nov 12, 2016
Author
Member
I did not dare to also
rm $dataDir/locale/locale.alias
Shall I do so, before the rmdir, and then also rmdir $dataDir ?
Because the only file in $dataDir is data/locale/locale.alias, but it either gets shadowed by the locale.alias from another package or shadows all locale.alias from the other packages.
Reminder: on some other packages we already drop data/locale/charset.alias, so I was wondering if we should also treat this locale.alias file same way we already treat the charset.alias file.
Thanks!
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
fbrosson
Nov 24, 2016
Author
Member
It is not empty. It has some comments and then 47 lines of aliases for locales.
BTW, the last comment is «# Packages using this file: hunspell».
I guess we should keep the locale.alias file, at least until we add a hunspell dictionary and test hunspell without the locale.alias file.
|
1.5.3 is out. |
|
Cool, thanks! I'll try 1.5.3.
|
|
I've added 1.5.2 and 1.5.3 in case someone would like to have a look at it. Both fail to build. |
|
Should we merge the recipe anyway, as broken? |
|
As you wish. Le tme see if the latest 1.5.x release works better. |
|
1.6.0 was released 3 days ago. I'll try it. |
Gentoo renames four utilities (analyze, chmorph, munch, unmunch) by adding a hunspell- prefix to their names, to avoid having too generic names. So let's follow Gentoo, using their patch ;-) Also remove any empty data/locale/*/LC_MESSAGES dirs (hu & it). Also added 1.5.4 and 1.6.0 which both fail to build.
|
That's it. I've included 1.5.4 and 1.6.0, which both fail to build, so I marked them as broken. |
|
Sounds good. |
de8f825
into
haikuports:master
…kuports#867) Gentoo renames four utilities (analyze, chmorph, munch, unmunch) by adding a hunspell- prefix to their names, to avoid having too generic names. So let's follow Gentoo, using their patch ;-) Also remove any empty data/locale/*/LC_MESSAGES dirs (hu & it). Also added 1.5.4 and 1.6.0 which both fail to build.
fbrosson commentedNov 12, 2016
Gentoo renames four utilities (analyze, chmorph, munch, unmunch) by adding a
hunspell-prefix to their names, to avoid having too generic names. So let's follow Gentoo, using their patch ;-)Also remove any empty
data/locale/*/LC_MESSAGESdirs (hu & it).