Skip to content

Commit

Permalink
boostnote_next: minor manifest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinywrkb committed Dec 27, 2020
1 parent 02e8ff3 commit 248d8c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
14 changes: 6 additions & 8 deletions io.boostnote.boostnote_next/io.boostnote.boostnote_next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 248d8c5

Please sign in to comment.