Download raw body.
fix portcheck false positive about files not being installed in icons subdir
fix portcheck false positive about files not being installed in icons subdir
fix portcheck false positive about files not being installed in icons subdir
On 2024/11/01 10:06, Landry Breuil wrote:
> Le Fri, Nov 01, 2024 at 09:01:09AM +0000, Stuart Henderson a écrit :
> > less bogus whining from portcheck is good!
> >
> > > + share/icons/*.@(png|svg|svgz|icon))
> >
> > looking at pkglocate share/icons/|sed 's/^.*\.//'|sort|uniq -c|sort -nr,
> > could you add xpm and ico please?
>
> sure for ico, but i havent added xpm because it's handled just above, as
> iirc they should go to pixmaps subdir ?
ah ok :)
> share/icons/*.xpm)
> app=${l#share/icons/}
> app=${app%%/*}
> app=${app%%.*}
> err "${portref}installs icon ${l##*/} in ${l%/*}, it" \
> "should likely go in share/pixmaps/ instead"
>
> Landry
>
fix portcheck false positive about files not being installed in icons subdir
fix portcheck false positive about files not being installed in icons subdir
fix portcheck false positive about files not being installed in icons subdir