Changeset 161 for trunk/Install/snap/snapcraft.yaml
- Timestamp:
- Jun 13, 2023, 9:06:33 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/snap/snapcraft.yaml
r144 r161 5 5 description: | 6 6 A contact management application with support for vCard file format (.vcf). 7 7 8 8 **Features**: 9 9 * Add, Edit, Clone or Remove contacts and contact properties 10 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) 11 * Contact photo displayed and can be changed (supported image types JPEG, PNG, GIF and BMP) 12 12 * Quick filter by table columns in contacts list 13 13 * Combine multiple contact files together … … 29 29 source: . 30 30 source-type: local 31 build-packages: 31 build-packages: 32 32 - wget 33 33 - libgtk2.0-dev … … 50 50 install -m 755 Languages/*.pot $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages 51 51 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 52 56 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Images 53 57 install -m 755 Images/Profile.png $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Images … … 125 129 - ibus-gtk 126 130 - libibus-1.0-5 127 131 128 132 # Additional plugs to pick up the GTK theme and icons from the system 129 plugs: 133 plugs: 130 134 icon-themes: 131 135 interface: content … … 148 152 XDG_DATA_DIRS: $SNAP/usr/share:$XDG_DATA_DIRS 149 153 GTK_PATH: $SNAP/lib/gtk-2.0 150 154 151 155 apps: 152 156 vcard-studio:
Note:
See TracChangeset
for help on using the changeset viewer.