- Timestamp:
- Jan 3, 2022, 10:20:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/snap/snapcraft.yaml
r82 r86 4 4 summary: A contact management application with support for vCard file format. 5 5 description: | 6 A tool for work with contacts stored in vCardformat (.vcf).6 A contact management application with support for vCard file format (.vcf). 7 7 8 8 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) 12 19 confinement: strict 13 20 base: core20 … … 43 50 install -m 755 Images/vCard\ Studio.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 44 51 after: 45 52 - desktop-gtk2 46 53 stage: 47 48 49 50 51 52 54 - etc 55 - usr 56 - usr/bin 57 - usr/share/vCardStudio 58 - usr/share/applications/vCardStudio.desktop 59 - usr/share/pixmaps 53 60 stage-packages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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 85 92 86 93 desktop-gtk2: … … 90 97 make-parameters: ["FLAVOR=gtk2"] 91 98 build-packages: 92 93 99 - build-essential 100 - libgtk2.0-dev 94 101 stage-packages: 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 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 112 119 113 # additional plugs to pick up the GTK theme and icons from the system120 # Additional plugs to pick up the GTK theme and icons from the system 114 121 plugs: 115 122 icon-themes: … … 138 145 command: usr/bin/vCardStudio 139 146 command-chain: 140 147 - bin/desktop-launch 141 148 desktop: usr/share/applications/vCardStudio.desktop 142 149 plugs: 143 144 145 150 - desktop 151 - x11 152 - home 146 153 147 154 layout:
Note:
See TracChangeset
for help on using the changeset viewer.