Changeset 187 for trunk/Install/flatpak


Ignore:
Timestamp:
Nov 20, 2024, 11:17:48 PM (15 hours ago)
Author:
chronos
Message:
  • Modified: Improved flatpak files.
Location:
trunk/Install/flatpak
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak

    • Property svn:ignore set to
      repo
      build
      .flatpak-builder
  • trunk/Install/flatpak/build.sh

    r179 r187  
    77
    88# Install dependencies
    9 flatpak install --system flathub org.kde.Sdk//5.15-23.08
    10 flatpak install --system flathub org.kde.Platform//5.15-23.08
    11 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//23.08
     9flatpak install --system flathub org.kde.Sdk//5.15-24.08
     10flatpak install --system flathub org.kde.Platform//5.15-24.08
     11flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//24.08
    1212flatpak install --system flathub org.flatpak.Builder
    1313
  • trunk/Install/flatpak/net.zdechov.app.vCardStudio.appdata.xml

    r186 r187  
    33  <id>net.zdechov.app.vCardStudio</id>
    44
    5   <name>vCardStudio</name>
     5  <name>vCard Studio</name>
    66  <summary>Contact management application</summary>
    7   <developer_name>Chronos</developer_name>
     7  <developer id="net.zdechov.chronos">
     8    <name>Chronos</name>
     9  </developer>
    810
    911  <url type="homepage">https://app.zdechov.net/vcard-studio</url>
     12  <url type="contact">https://app.zdechov.net/c-evo#Support</url>
     13  <url type="vcs-browser">https://app.zdechov.net/vcard-studio/browser</url>
    1014
    1115  <metadata_license>CC0-1.0</metadata_license>
     
    4044  <launchable type="desktop-id">net.zdechov.app.vCardStudio.desktop</launchable>
    4145
     46  <branding>
     47    <color type="primary" scheme_preference="light">#99c1f1</color>
     48    <color type="primary" scheme_preference="dark">#1a5fb4</color>
     49  </branding>
     50
    4251  <screenshots>
    4352    <screenshot type="default">
     
    4554      <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/vCard%20Studio.png</image>
    4655    </screenshot>
    47     <screenshot type="default">
     56    <screenshot>
    4857      <caption>Find duplicates</caption>
    4958      <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Find%20duplicates.png</image>
    5059    </screenshot>
    51     <screenshot type="default">
     60    <screenshot>
    5261      <caption>Contact - General</caption>
    5362      <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20General.png</image>
    5463    </screenshot>
    55     <screenshot type="default">
     64    <screenshot>
    5665      <caption>Contact - Work</caption>
    5766      <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Work.png</image>
    5867    </screenshot>
    59     <screenshot type="default">
     68    <screenshot>
    6069      <caption>Contact - Social</caption>
    6170      <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Social.png</image>
    6271    </screenshot>
    63     <screenshot type="default">
     72    <screenshot>
    6473      <caption>Contact - Home</caption>
    6574      <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Home.png</image>
    6675    </screenshot>
    67     <screenshot type="default">
     76    <screenshot>
    6877      <caption>Contact - Chat</caption>
    6978      <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Chat.png</image>
    7079    </screenshot>
    71     <screenshot type="default">
     80    <screenshot>
    7281      <caption>Contact - All fields</caption>
    7382      <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20All%20fields.png</image>
  • trunk/Install/flatpak/net.zdechov.app.vCardStudio.desktop

    r179 r187  
    1010StartupNotify=true
    1111MimeType=text/vcard
     12Keywords=vcard;vcf;contacts;merge;split;duplicates;qr-code;management
  • trunk/Install/flatpak/net.zdechov.app.vCardStudio.yml

    r186 r187  
    11app-id: net.zdechov.app.vCardStudio
    22runtime: org.kde.Platform
    3 runtime-version: '5.15-23.08'
     3runtime-version: '5.15-24.08'
    44sdk: org.kde.Sdk
    55sdk-extensions:
     
    2525      - type: svn
    2626        url: https://svn.zdechov.net/vcard-studio/trunk
    27         revision: r184
     27        revision: r187
    2828    buildsystem: simple
    2929    build-commands:
     
    3636      - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
    3737      - install -Dm644 "Images/vCard Studio.png" $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
     38      - install -Dm644 Images/Profile.png -t $FLATPAK_DEST/share/vCardStudio/Images/Profile.png
    3839      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages
    3940      - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages
Note: See TracChangeset for help on using the changeset viewer.