File: net.launchpad.gmult.yaml

package info (click to toggle)
gmult 11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: xml: 98; makefile: 10; sh: 8
file content (23 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- Mode: YAML; indent-tabs-mode: nil; tab-width: 2 -*-
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: Michael Terry
---
app-id: net.launchpad.gmult
runtime: org.gnome.Platform
sdk: org.gnome.Sdk
command: gmult

finish-args:
  - --device=dri # gtk4 wants gl access
  - --socket=fallback-x11
  - --socket=wayland

modules:
  - name: gmult
    buildsystem: meson
    builddir: true
    sources:
      - type: git
        branch: main
        path: ..