pkgsrc-Users archive

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

Re: wip/xmenu Committer Request



On 1/12/24 21:24, Kevin Bloom wrote:
Hi all,

I recently pushed completed a import for wip/xmenu. XMenu is a neat
little menu program that uses STDIN to display menus for X11. Works
great on my X220T! :) It seems to be working as expected, icons
and all. If someone could merge this into -current it would be
greatly appreciated.

pkglint tells me to not use ${CP} as it isn't fast and can't
overwrite read-only files. pkglint then tells me to use ${PAX}
which looks to me to be used for directories mostly. In fact, I
use it in another program I'm working on, wip/newsraft. Is it
possible to use ${PAX} for one file? I just used ${INSTALL_MAN}
and it seems happy enough.

If there are any issues please let me know.

Thanks,

Kev

Have a look at section entitled "The install phase" in the pkgsrc guide.
 It lists the INSTALL_* variables defined for cases like this.

Cheers,

	J


Home | Main Index | Thread Index | Old Index