diff options
| -rw-r--r-- | packaging/appimage/generate.sh | 2 | ||||
| -rw-r--r-- | packaging/autopackage/default.apspec.in | 2 | ||||
| -rw-r--r-- | share/branding/inkscape.svg | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packaging/appimage/generate.sh b/packaging/appimage/generate.sh index 1d05d9e2f..752ce528c 100644 --- a/packaging/appimage/generate.sh +++ b/packaging/appimage/generate.sh @@ -24,7 +24,7 @@ make DESTDIR=appdir -j$(nproc) install ; find appdir/ cp ../packaging/appimage/AppRun appdir/AppRun ; chmod +x appdir/AppRun ( cd appdir/usr/lib/ ; ln -s ../* . ) # FIXME: Why is this needed? ( cd appdir/ ; ln -s usr/* . ) # FIXME: Why is this needed? -cp ./appdir/usr/share/icons/hicolor/256x256/apps/inkscape.png ./appdir/ +cp ./appdir/usr/share/icons/application/256x256/org.inkscape.Inkscape.png ./appdir/ sed -i -e 's|^Icon=.*|Icon=org.inkscape.Inkscape|g' ./appdir/usr/share/applications/org.inkscape.Inkscape.desktop # FIXME cd appdir/ diff --git a/packaging/autopackage/default.apspec.in b/packaging/autopackage/default.apspec.in index 1a6ffa90f..c3175c1a3 100644 --- a/packaging/autopackage/default.apspec.in +++ b/packaging/autopackage/default.apspec.in @@ -51,7 +51,7 @@ removeOwningPackage $PREFIX/bin/inkscape [Install] installExe bin/inkscape bin/inkview installMan 1 man/man1/* -installIcon share/pixmaps/inkscape.png +installIcon share/pixmaps/org.inkscape.Inkscape.png installMenuItem "Graphics" share/applications/org.inkscape.Inkscape.desktop copyFiles --nobackup share/locale $PREFIX/share diff --git a/share/branding/inkscape.svg b/share/branding/inkscape.svg index 617e66ef4..0eb36391c 100644 --- a/share/branding/inkscape.svg +++ b/share/branding/inkscape.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="128" height="128" id="svg2" sodipodi:version="0.32" inkscape:version="0.48+devel r" sodipodi:docname="inkscape.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:export-filename="/home/valessio/Desenvolvimento/inkscape/inkscape/inkscape.png" inkscape:export-xdpi="45" inkscape:export-ydpi="45"> +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="128" height="128" id="svg2" sodipodi:version="0.32" inkscape:version="0.48+devel r" sodipodi:docname="inkscape.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:export-xdpi="45" inkscape:export-ydpi="45"> <title id="title7387">Inkscape Logo</title> <sodipodi:namedview bordercohor="#666666" inkscape:window-height="577" inkscape:window-width="862" inkscape:pageshadow="2" inkscape:pageopacity="0.0" guidetolerance="10.0" gridtolerance="10.0" objecttolerance="10.0" borderopacity="1.0" bordercolor="#666666" pagecolor="#ffffff" id="base" inkscape:zoom="1" inkscape:cx="-232" inkscape:cy="64" inkscape:window-x="192" inkscape:window-y="122" inkscape:current-layer="svg2" showgrid="false" inkscape:window-maximized="0" /> <defs id="defs4"> |
