[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/vikdevelop/timer/main/com.github.vikdevelop.timer.yaml [Back]  [Original]

app-id: com.github.vikdevelop.timer
runtime: org.gnome.Platform
runtime-version: '47'
sdk: org.gnome.Sdk
command: timer
finish-args:
    - --share=ipc
    # for continuous localization from Hosted Weblate
    - --share=network
    - --socket=wayland
    - --socket=fallback-x11
    # for potentional problems with GPU accellaration
    - --device=dri
    # for send notification about finished timing
    - --talk-name=org.freedesktop.Notifications
    # for realization shut down/reboot/suspend system after finished timer
    - --system-talk-name=org.freedesktop.login1
    # for play beep after finished timer and play alarm clock
    - --socket=pulseaudio
modules:
  - name: timer
    buildsystem: simple
    build-commands:
       - install -D -t /app/bin timer
       - cp -R src /app/
       - mkdir /app/translations && cp translations/json/* /app/translations
       - install -D -t /app/share/applications flatpak/com.github.vikdevelop.timer.desktop
       - install -D -t /app/share/icons/hicolor/128x128/apps flatpak/appicon/com.github.vikdevelop.timer.png
       - install -D -t /app/share/metainfo flatpak/com.github.vikdevelop.timer.metainfo.xml
       - install -D -t /app/share/glib-2.0/schemas flatpak/com.github.vikdevelop.timer.gschema.xml
       - glib-compile-schemas /app/share/glib-2.0/schemas
       - cp flatpak/icons-symbolic/* /app/share/icons/hicolor/128x128/apps/
    sources:
          - type: dir
            path: .

Web Proxy Viewer  |  New URL  |  Original Page