mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-02 14:11:19 +02:00
use default icon
This commit is contained in:
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 24 24" id="menu-alt-2" data-name="Line Color" xmlns="http://www.w3.org/2000/svg" class="icon line-color"><path id="secondary" d="M21,3H14v7h7ZM10,14H3v7h7Z" style="fill: none; stroke: rgb(44, 169, 188); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></path><path id="primary" d="M10,10H3V3h7Zm11,4H14v7h7Z" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></path></svg>
|
Before Width: | Height: | Size: 625 B |
@ -10,7 +10,7 @@ DEPENDS = "wayland freetype wayland-native wayland-protocols-native wayland-prot
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
SRC_URI = "git://github.com/philj56/tofi.git;protocol=https;branch=master"
|
||||
SRC_URI += " file://icon.svg file://config "
|
||||
SRC_URI += " file://config "
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
|
||||
@ -19,13 +19,6 @@ inherit meson pkgconfig
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
do_install:append () {
|
||||
install -d ${D}/usr/share
|
||||
install -d ${D}/usr/share/icons
|
||||
install -d ${D}/usr/share/icons/hicolor
|
||||
install -d ${D}/usr/share/icons/hicolor/scalable
|
||||
install -d ${D}/usr/share/icons/hicolor/scalable/apps
|
||||
install -m 0755 ${WORKDIR}/icon.svg ${D}/usr/share/icons/hicolor/scalable/apps/tofi.svg
|
||||
|
||||
# replace the default config
|
||||
install -m 0755 ${WORKDIR}/config ${D}/${sysconfdir}/xdg/tofi/
|
||||
}
|
||||
|
Reference in New Issue
Block a user