Changeset 86


Ignore:
Timestamp:
Jan 3, 2022, 10:20:51 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Updated snap description and indentation.
File:
1 edited

Legend:

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

    r82 r86  
    44summary: A contact management application with support for vCard file format.
    55description: |
    6   A tool for work with contacts stored in vCard format (.vcf).
     6  A contact management application with support for vCard file format (.vcf).
    77 
    88  Features:
    9   * Add, Edit, Clone, Remove contacts
    10   * Merge files together
    11   * Find duplicate contacts
     9  * Add, Edit, Clone or Remove contacts and contact properties
     10  * 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)
     12  * Quick filter by table columns in contacts list
     13  * Combine multiple contact files together
     14  * Split contacts to separate files
     15  * Find any value in contacts
     16  * Find duplicate contacts to merge
     17  * Copy, Cut and Paste contacts from/to clipboard
     18  * Multilingual interface (English, Czech)
    1219confinement: strict
    1320base: core20
     
    4350      install -m 755 Images/vCard\ Studio.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps
    4451    after:
    45       - desktop-gtk2
     52    - desktop-gtk2
    4653    stage:
    47       - etc
    48       - usr
    49       - usr/bin
    50       - usr/share/vCardStudio
    51       - usr/share/applications/vCardStudio.desktop
    52       - usr/share/pixmaps
     54    - etc
     55    - usr
     56    - usr/bin
     57    - usr/share/vCardStudio
     58    - usr/share/applications/vCardStudio.desktop
     59    - usr/share/pixmaps
    5360    stage-packages:
    54       - libatk1.0-0
    55       - libcairo2
    56       - libdatrie1
    57       - libfontconfig1
    58       - libfreetype6
    59       - libfribidi0
    60       - libgdk-pixbuf2.0-0
    61       - libgraphite2-3
    62       - libgtk2.0-0
    63       - libharfbuzz0b
    64       - libpango-1.0-0
    65       - libpangocairo-1.0-0
    66       - libpangoft2-1.0-0
    67       - libpixman-1-0
    68       - libpng16-16
    69       - libthai0
    70       - libx11-6
    71       - libxau6
    72       - libxcb-render0
    73       - libxcb-shm0
    74       - libxcb1
    75       - libxcomposite1
    76       - libxcursor1
    77       - libxdamage1
    78       - libxdmcp6
    79       - libxext6
    80       - libxfixes3
    81       - libxi6
    82       - libxinerama1
    83       - libxrandr2
    84       - libxrender1
     61    - libatk1.0-0
     62    - libcairo2
     63    - libdatrie1
     64    - libfontconfig1
     65    - libfreetype6
     66    - libfribidi0
     67    - libgdk-pixbuf2.0-0
     68    - libgraphite2-3
     69    - libgtk2.0-0
     70    - libharfbuzz0b
     71    - libpango-1.0-0
     72    - libpangocairo-1.0-0
     73    - libpangoft2-1.0-0
     74    - libpixman-1-0
     75    - libpng16-16
     76    - libthai0
     77    - libx11-6
     78    - libxau6
     79    - libxcb-render0
     80    - libxcb-shm0
     81    - libxcb1
     82    - libxcomposite1
     83    - libxcursor1
     84    - libxdamage1
     85    - libxdmcp6
     86    - libxext6
     87    - libxfixes3
     88    - libxi6
     89    - libxinerama1
     90    - libxrandr2
     91    - libxrender1
    8592
    8693  desktop-gtk2:
     
    9097    make-parameters: ["FLAVOR=gtk2"]
    9198    build-packages:
    92       - build-essential
    93       - libgtk2.0-dev
     99    - build-essential
     100    - libgtk2.0-dev
    94101    stage-packages:
    95       - libxkbcommon0  # XKB_CONFIG_ROOT
    96       - ttf-ubuntu-font-family
    97       - dmz-cursor-theme
    98       - light-themes
    99       - adwaita-icon-theme
    100       - gnome-themes-standard
    101       - shared-mime-info
    102       - libgtk2.0-0
    103       - libgdk-pixbuf2.0-0
    104       - libglib2.0-bin
    105       - libgtk2.0-bin
    106       - unity-gtk2-module
    107       - locales-all
    108       - libappindicator1
    109       - xdg-user-dirs
    110       - ibus-gtk
    111       - libibus-1.0-5
     102    - libxkbcommon0  # XKB_CONFIG_ROOT
     103    - ttf-ubuntu-font-family
     104    - dmz-cursor-theme
     105    - light-themes
     106    - adwaita-icon-theme
     107    - gnome-themes-standard
     108    - shared-mime-info
     109    - libgtk2.0-0
     110    - libgdk-pixbuf2.0-0
     111    - libglib2.0-bin
     112    - libgtk2.0-bin
     113    - unity-gtk2-module
     114    - locales-all
     115    - libappindicator1
     116    - xdg-user-dirs
     117    - ibus-gtk
     118    - libibus-1.0-5
    112119     
    113 # additional plugs to pick up the GTK theme and icons from the system
     120# Additional plugs to pick up the GTK theme and icons from the system
    114121plugs:
    115122  icon-themes:
     
    138145    command: usr/bin/vCardStudio
    139146    command-chain:
    140       - bin/desktop-launch
     147    - bin/desktop-launch
    141148    desktop: usr/share/applications/vCardStudio.desktop   
    142149    plugs:
    143       - desktop
    144       - x11
    145       - home
     150    - desktop
     151    - x11
     152    - home
    146153
    147154layout:
Note: See TracChangeset for help on using the changeset viewer.