Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install elementary icons #25

Merged
merged 13 commits into from Oct 19, 2021
Merged

Conversation

meisenzahl
Copy link
Member

@meisenzahl meisenzahl commented Oct 19, 2021

Installs elementary's icons using meson.

Before

$ flatpak run --command=sh --devel org.gnome.Evince
[馃摝 org.gnome.Evince ~]$ find /app -type f -name *Evince.svg
/app/share/icons/hicolor/scalable/apps/org.gnome.Evince.svg

After

Installed the artifact with Sideload and validated with:

$ flatpak --user run --command=sh --devel org.gnome.Evince 
[馃摝 org.gnome.Evince ~]$ find /app -type f -name *Evince.svg
/app/share/icons/hicolor/48x48@2/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/64x64/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/16x16/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/32x32/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/16x16@2/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/24x24/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/128x128/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/32x32@2/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/64x64@2/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/128x128@2/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/24x24@2/apps/org.gnome.Evince.svg
/app/share/icons/hicolor/48x48/apps/org.gnome.Evince.svg

@meisenzahl meisenzahl changed the title Install icons Install elementary icons Oct 19, 2021
@meisenzahl meisenzahl marked this pull request as ready for review October 19, 2021 12:53
@meisenzahl meisenzahl mentioned this pull request Oct 19, 2021
Copy link
Member

@danirabbit danirabbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! That makes sense. I forgot we could use cleanup here

@danirabbit danirabbit merged commit eb62b64 into elementary:icons Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants