pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/41447: [inputmethod/uim] PLIST checking failure



The following reply was made to PR pkg/41447; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/41447: [inputmethod/uim] PLIST checking failure
Date: Sun, 17 May 2009 21:55:57 +0900

 Those missing entries are symbolic link to icons in misc/m17n-contrib package
 and created with uim-m17nlib-relink-icons command (included in uim) on install 
target.
 
 Workaround: add dependency on m17n-contrib to uim.
 
 But different m17n-contrib releases may have different icon sets.
 
 Then I want to do:
 (1) patch to disable to do uim-m17nlib-relink-icons in 'install' target.
 (2) call uim-m17nlib-relink-icons on INSTALL script
 (3) call rm ${PREFIX}/share/uim/pixmaps/m17n-*.png on DEINSTALL script
 (4) do (3) and (2) when m17n-contrib is updated (pkg_add -u or make replace)
 
 It is easy to do (1), (2) and (3), but hard to do (4).
 
 Workaround 2: add build dependency on m17n-contrib, and copy icons instead of 
symblink.
 


Home | Main Index | Thread Index | Old Index