Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882699 - app-text/ansifilter: install icon file
Summary: app-text/ansifilter: install icon file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Palimaka (kensington)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-24 10:34 UTC by Pacho Ramos
Modified: 2023-06-19 13:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2022-11-24 10:34:16 UTC
Currently the ebuild installs no icon for the desktop entry. Tarball includes some low resolution icons under src/qt-gui directory. The higher resolution one if in icns format for MacOSX... afortunadamente, we can also get a good icon from upstream gitlab:
https://gitlab.com/uploads/-/system/project/avatar/6678914/ansifilter2_logo_256.png

Thanks a lot!
Comment 1 Larry the Git Cow gentoo-dev 2023-06-17 01:50:16 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af66a282f60eaf4ab629e5bfa972d2fdde50c2f0

commit af66a282f60eaf4ab629e5bfa972d2fdde50c2f0
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-06-17 01:03:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-06-17 01:38:21 +0000

    app-text/ansifilter: add 2.19
    
    Switch to Makefile which gets us the shell completions and at least
    installs an xpm icon.
    
    Bug: https://bugs.gentoo.org/882699
    Closes: https://bugs.gentoo.org/906382
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/ansifilter/Manifest               |  1 +
 app-text/ansifilter/ansifilter-2.19.ebuild | 80 ++++++++++++++++++++++++++++++
 profiles/arch/s390/package.use.mask        |  4 ++
 3 files changed, 85 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2023-06-19 13:31:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3571d1d739f1aba983984a471cc3828ed7669f2a

commit 3571d1d739f1aba983984a471cc3828ed7669f2a
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2023-06-19 13:24:32 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2023-06-19 13:24:35 +0000

    app-text/ansifilter: Install a higher resolution icon
    
    Useful in overview of desktop like GNOME, icon from upstream gitlab repo.
    
    Closes: https://bugs.gentoo.org/882699
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 app-text/ansifilter/Manifest               | 1 +
 app-text/ansifilter/ansifilter-2.20.ebuild | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-19 13:40:16 UTC
Cheers pacho!