diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-09-27 02:25:57 +0200 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-09-27 02:25:57 +0200 |
commit | 36ac6cef3c949d7b9e0dc3cac770cba911c4b241 (patch) | |
tree | 49c1af7dabdce865f494ea0e290897d831aedbc2 /AppImage | |
parent | 8159f5930df5cc8bde25c69e064a203dcbfdd6bf (diff) | |
download | sciteco-36ac6cef3c949d7b9e0dc3cac770cba911c4b241.tar.gz |
50-ubuntu22-appimage: build AppImages as part of the new fmsbw.de-based CI
This uses an extracted pkg2appimage, since it would be tricky to get fuse
to work in the Podman containers.
Diffstat (limited to 'AppImage')
-rwxr-xr-x | AppImage/curses.yml | 6 | ||||
-rwxr-xr-x | AppImage/gtk.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/AppImage/curses.yml b/AppImage/curses.yml index b87101f..254947a 100755 --- a/AppImage/curses.yml +++ b/AppImage/curses.yml @@ -14,12 +14,12 @@ ingredients: script: # This is currently not installed by sciteco-curses. # FIXME: There should perhaps be a unique name in the desktop file, so it does not conflict with the Gtk version. - - wget -O sciteco-curses.desktop -c "https://raw.githubusercontent.com/rhaberkorn/sciteco/master/src/sciteco.desktop" + - wget -O sciteco-curses.desktop -c "https://git.fmsbw.de/sciteco/plain/src/sciteco.desktop" - sed -i -e 's@gsciteco@sciteco@g' sciteco-curses.desktop - echo 'Terminal=true' >>sciteco-curses.desktop - - wget -O sciteco.png -c "https://raw.githubusercontent.com/rhaberkorn/sciteco/master/ico/sciteco-256.png" + - wget -O sciteco.png -c "https://git.fmsbw.de/sciteco/plain/ico/sciteco-256.png" - mkdir -p ./usr/share/metainfo/ - - wget -O ./usr/share/metainfo/sciteco-curses.appdata.xml -c "https://raw.githubusercontent.com/rhaberkorn/sciteco/master/AppImage/sciteco-curses.appdata.xml" + - wget -O ./usr/share/metainfo/sciteco-curses.appdata.xml -c "https://git.fmsbw.de/sciteco/plain/AppImage/sciteco-curses.appdata.xml" # Thinning: These documentation files are pointless. # SciTECO comes with its own online help system. - rm -rf ./usr/share/doc ./usr/share/man diff --git a/AppImage/gtk.yml b/AppImage/gtk.yml index c15ee9a..99e834e 100755 --- a/AppImage/gtk.yml +++ b/AppImage/gtk.yml @@ -21,7 +21,7 @@ script: - cp ./usr/share/icons/hicolor/256x256/apps/sciteco.png ./sciteco.png - rm -rf ./usr/share/icons - mkdir -p ./usr/share/metainfo/ - - wget -O ./usr/share/metainfo/sciteco-gtk.appdata.xml -c "https://raw.githubusercontent.com/rhaberkorn/sciteco/master/AppImage/sciteco-gtk.appdata.xml" + - wget -O ./usr/share/metainfo/sciteco-gtk.appdata.xml -c "https://git.fmsbw.de/sciteco/plain/AppImage/sciteco-gtk.appdata.xml" # Thinning: These documentation files are pointless. # SciTECO comes with its own online help system. - rm -rf ./usr/share/doc ./usr/share/man |