mirror of
https://abf.rosa.ru/djam/libportal.git
synced 2025-02-23 04:32:48 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 1m18s
Some checks failed
Run CI/CD... / main (push) Failing after 1m18s
This commit is contained in:
parent
1adc53bc8b
commit
233f976560
2 changed files with 3 additions and 1 deletions
|
@ -13,4 +13,5 @@ jobs:
|
|||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ BuildRequires: gtk-doc
|
|||
BuildRequires: meson
|
||||
#BuildRequires: qt5-linguist-tools
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
#BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
|
@ -181,6 +181,7 @@ This package provides development documentations for libportal.
|
|||
. bin/activate
|
||||
|
||||
export QTDIR=/opt/qt5/5.15
|
||||
export Qt5_DIR=/opt/qt5/5.15
|
||||
|
||||
%meson -Dtests=false
|
||||
%meson_build
|
||||
|
|
Loading…
Add table
Reference in a new issue