app-editors/neovim-gtk: install icons
This commit is contained in:
parent
10cdc64b8d
commit
479e65c679
@ -1,7 +1,7 @@
|
|||||||
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require neovim-gtk
|
require neovim-gtk gtk-icon-cache
|
||||||
|
|
||||||
DOWNLOADS=""
|
DOWNLOADS=""
|
||||||
|
|
||||||
@ -29,4 +29,13 @@ src_install() {
|
|||||||
|
|
||||||
insinto /usr/share/applications
|
insinto /usr/share/applications
|
||||||
doins desktop/*.desktop
|
doins desktop/*.desktop
|
||||||
|
|
||||||
|
insinto /usr/share/icons/hicolor/128x128/apps
|
||||||
|
newins desktop/org.daa.NeovimGtk_128.png org.daa.NeovimGtk.png
|
||||||
|
insinto /usr/share/icons/hicolor/48x48/apps
|
||||||
|
newins desktop/org.daa.NeovimGtk_48.png org.daa.NeovimGtk.png
|
||||||
|
insinto /usr/share/icons/hicolor/scalable/apps
|
||||||
|
newins desktop/org.daa.NeovimGtk.svg org.daa.NeovimGtk.png
|
||||||
|
insinto /usr/share/icons/hicolor/symbolic/apps
|
||||||
|
newins desktop/org.daa.NeovimGtk-symbolic.svg org.daa.NeovimGtk.png
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user