Ignore:
Timestamp:
Mar 5, 2022, 10:01:43 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Renamed original .po files to .pot extension.
  • Fixed: snap and deb packages.
  • Fixed: Reduced meaningful build warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/snap/snapcraft.yaml

    r139 r141  
    11name: lazfuck
    22title: LazFuck
    3 version: '1.3.0'
     3version: 1.3.0
    44summary: A simple BrainFuck IDE written in Lazarus/FPC.
    55description: |
    66  LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language.
    77 
    8   Features
     8  Features:
    99  * Graphical code editor with color syntax highlighting
     10  * Optimizing compiler and interpreter
    1011  * Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, and Javascript
    1112  * Interpreter with debugger
     
    3940      install -m 755 Install/snap/local/LazFuck.desktop $SNAPCRAFT_PART_INSTALL/usr/share/applications
    4041      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps
    41       install -m 644 Images/64x64/LazFuck.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps     
     42      install -m 644 Images/64x64/LazFuck.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps
    4243      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages
    4344      install -m 644 Install/snap/local/LazFuck.xml $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages
     
    141142    command-chain:
    142143    - bin/desktop-launch
    143     desktop: usr/share/applications/LazFuck.desktop   
     144    desktop: usr/share/applications/LazFuck.desktop
    144145    plugs:
    145146    - desktop
Note: See TracChangeset for help on using the changeset viewer.