Ignore:
Timestamp:
Jun 13, 2023, 9:06:33 AM (11 months ago)
Author:
chronos
Message:
  • Modified: Include packages language files in the installation file.
File:
1 edited

Legend:

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

    r144 r161  
    55description: |
    66  A contact management application with support for vCard file format (.vcf).
    7  
     7
    88  **Features**:
    99  * Add, Edit, Clone or Remove contacts and contact properties
    1010  * Shows contact fields in multiple tabs General, Home, Work, Social, Chat and Others
    11   * Contact photo displayed and can be changed (supported image types JPEG, PNG, GIF and BMP) 
     11  * Contact photo displayed and can be changed (supported image types JPEG, PNG, GIF and BMP)
    1212  * Quick filter by table columns in contacts list
    1313  * Combine multiple contact files together
     
    2929    source: .
    3030    source-type: local
    31     build-packages: 
     31    build-packages:
    3232    - wget
    3333    - libgtk2.0-dev
     
    5050      install -m 755 Languages/*.pot $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
    5151      install -m 755 Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
     52      install -m 755 Packages/Common/Languages/*.pot $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
     53      install -m 755 Packages/Common/Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
     54      install -m 755 Packages/VCard/Languages/*.pot $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
     55      install -m 755 Packages/VCard/Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
    5256      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Images
    5357      install -m 755 Images/Profile.png $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Images
     
    125129    - ibus-gtk
    126130    - libibus-1.0-5
    127      
     131
    128132# Additional plugs to pick up the GTK theme and icons from the system
    129 plugs: 
     133plugs:
    130134  icon-themes:
    131135    interface: content
     
    148152  XDG_DATA_DIRS: $SNAP/usr/share:$XDG_DATA_DIRS
    149153  GTK_PATH: $SNAP/lib/gtk-2.0
    150  
     154
    151155apps:
    152156  vcard-studio:
Note: See TracChangeset for help on using the changeset viewer.