Ignore:
Timestamp:
Aug 27, 2024, 11:27:27 AM (3 weeks ago)
Author:
chronos
Message:
  • Fixed: Corrected packaging files.
File:
1 edited

Legend:

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

    r181 r182  
    1818  * Multilingual interface (English, Czech, Swedish)
    1919  * Contact QR code
    20   * View contact source with syntax highlighting confinement: strict
     20  * View contact source with syntax highlighting
     21  * Export to CSV, XML, MediaWiki, Excel, JSON, HTML and plain text.
     22  * Import from CSV, XML, MediaWiki and JSON.
     23  * Compare with another vCard file.
     24confinement: strict
    2125base: core20
    2226grade: stable
     
    3337    - libgtk2.0-dev
    3438    override-build: |
    35       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/lazarus-project_2.2.2-0_amd64.deb
    36       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/fpc-laz_3.2.2-210709_amd64.deb
    37       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/fpc-src_3.2.2-210709_amd64.deb
    38       apt install ./lazarus-project_2.2.2-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
     39      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.4/lazarus-project_3.4.0-0_amd64.deb
     40      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.4/fpc-laz_3.2.2-210709_amd64.deb
     41      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.4/fpc-src_3.2.2-210709_amd64.deb
     42      apt install ./lazarus-project_3.4.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
    3943    prime: [-*]
    4044  vcard-studio:
Note: See TracChangeset for help on using the changeset viewer.