From 248d8c543a3fafc5942b46c1f184eab6c8a1b9be Mon Sep 17 00:00:00 2001 From: tinywrkb Date: Sun, 27 Dec 2020 12:09:40 +0200 Subject: [PATCH] boostnote_next: minor manifest changes --- .../io.boostnote.boostnote_next.yaml | 14 ++++++-------- ...esktop => io.boostnote.boostnote_next.desktop} | 3 +-- ...te_512.png => io.boostnote.boostnote_next.png} | Bin 3 files changed, 7 insertions(+), 10 deletions(-) rename io.boostnote.boostnote_next/resources/{boostnote.desktop => io.boostnote.boostnote_next.desktop} (78%) rename io.boostnote.boostnote_next/resources/{boostnote_512.png => io.boostnote.boostnote_next.png} (100%) diff --git a/io.boostnote.boostnote_next/io.boostnote.boostnote_next.yaml b/io.boostnote.boostnote_next/io.boostnote.boostnote_next.yaml index 9a8b1988..6f44cdbc 100644 --- a/io.boostnote.boostnote_next/io.boostnote.boostnote_next.yaml +++ b/io.boostnote.boostnote_next/io.boostnote.boostnote_next.yaml @@ -3,8 +3,6 @@ runtime: org.freedesktop.Platform runtime-version: '20.08' sdk: org.freedesktop.Sdk command: boostnote -rename-desktop-file: boostnote.desktop -rename-icon: boostnote finish-args: - --device=dri - --filesystem=xdg-documents @@ -22,12 +20,12 @@ modules: - name: boostnote buildsystem: simple build-commands: - - install -D apply_extra /app/bin/apply_extra - - install -D boostnote /app/bin/boostnote - - install -D boostnote_512.png /app/share/icons/hicolor/512x512/apps/boostnote.png - - install -D boostnote.desktop /app/share/applications/boostnote.desktop - - install -D /usr/bin/ar /app/bin - - mkdir -p /app/lib + - install -Dm755 apply_extra /app/bin/apply_extra + - install -Dm755 boostnote /app/bin/boostnote + - install -Dm644 io.boostnote.boostnote_next.png -t /app/share/icons/hicolor/512x512/apps/ + - install -Dm644 io.boostnote.boostnote_next.desktop -t /app/share/applications/ + - install -Dm755 /usr/bin/ar /app/bin + - install -d /app/lib - ARCH_TRIPLE=$(gcc --print-multiarch) && cp /usr/lib/${ARCH_TRIPLE}/libbfd-*.so /app/lib - ARCH_TRIPLE=$(gcc --print-multiarch) && ln -s /usr/lib/${ARCH_TRIPLE}/libcurl.so.4.5.0 /app/lib/libcurl-gnutls.so.4 sources: diff --git a/io.boostnote.boostnote_next/resources/boostnote.desktop b/io.boostnote.boostnote_next/resources/io.boostnote.boostnote_next.desktop similarity index 78% rename from io.boostnote.boostnote_next/resources/boostnote.desktop rename to io.boostnote.boostnote_next/resources/io.boostnote.boostnote_next.desktop index 4fd4b4d0..0d4aa9aa 100644 --- a/io.boostnote.boostnote_next/resources/boostnote.desktop +++ b/io.boostnote.boostnote_next/resources/io.boostnote.boostnote_next.desktop @@ -1,8 +1,7 @@ [Desktop Entry] Name=Boostnote Next Exec=boostnote %U -Icon=boostnote +Icon=io.boostnote.boostnote_next Type=Application StartupNotify=true Categories=Development;Utility; - diff --git a/io.boostnote.boostnote_next/resources/boostnote_512.png b/io.boostnote.boostnote_next/resources/io.boostnote.boostnote_next.png similarity index 100% rename from io.boostnote.boostnote_next/resources/boostnote_512.png rename to io.boostnote.boostnote_next/resources/io.boostnote.boostnote_next.png