From e5da8f130bc9b1c96d83b9fa9e90b5ab630ce531 Mon Sep 17 00:00:00 2001 From: vanntile Date: Thu, 24 Jan 2019 16:24:20 +0200 Subject: [PATCH 1/4] Appdata file update (Fix #30) --- org.inkscape.Inkscape.appdata.xml.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.inkscape.Inkscape.appdata.xml.in b/org.inkscape.Inkscape.appdata.xml.in index b179390847..38ca97af21 100644 --- a/org.inkscape.Inkscape.appdata.xml.in +++ b/org.inkscape.Inkscape.appdata.xml.in @@ -31,7 +31,7 @@ https://media.inkscape.org/media/resources/file/Screenshot_Freedom_Machine_Inkscape_master_FB3NeUU.png - <_caption>Main application window + Main application window @@ -63,5 +63,6 @@ - + + ​ -- GitLab From 1e64b6837e4cc2182bf984dfaeb08589779dbe15 Mon Sep 17 00:00:00 2001 From: vanntile Date: Thu, 24 Jan 2019 18:00:18 +0200 Subject: [PATCH 2/4] Reverted appdata file update --- org.inkscape.Inkscape.appdata.xml.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.inkscape.Inkscape.appdata.xml.in b/org.inkscape.Inkscape.appdata.xml.in index 38ca97af21..0cfb1d0faf 100644 --- a/org.inkscape.Inkscape.appdata.xml.in +++ b/org.inkscape.Inkscape.appdata.xml.in @@ -63,6 +63,5 @@ - - ​ + -- GitLab From aa0e81b77b53d1be5612417bbe2600e31e381afe Mon Sep 17 00:00:00 2001 From: vanntile Date: Thu, 24 Jan 2019 18:05:42 +0200 Subject: [PATCH 3/4] Packaging file path fixes --- packaging/appimage/generate.sh | 2 +- packaging/autopackage/default.apspec.in | 2 +- 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 1d05d9e2f3..752ce528cb 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 1a6ffa90f5..c3175c1a38 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 617e66ef42..0eb36391cd 100644 --- a/share/branding/inkscape.svg +++ b/share/branding/inkscape.svg @@ -1,5 +1,5 @@ - + Inkscape Logo -- GitLab From e4d919829d02ed2f15e6e4c665a2a540913f1448 Mon Sep 17 00:00:00 2001 From: vanntile Date: Thu, 24 Jan 2019 18:25:56 +0200 Subject: [PATCH 4/4] Changed path in /packaging/appimage/generate.sh --- packaging/appimage/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/appimage/generate.sh b/packaging/appimage/generate.sh index 752ce528cb..ef25cb46ed 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/application/256x256/org.inkscape.Inkscape.png ./appdir/ +cp ./appdir/usr/share/icons/hicolor/256x256/apps/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/ -- GitLab