Update flatpak GTK4 to latest git master

This commit is contained in:
Rafostar
2020-11-09 13:13:09 +01:00
parent 8351066a8b
commit 1bb1fc76e1
2 changed files with 6 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/bash
rm -f com.github.rafostar.Clapper.flatpak
rm -rf build; mkdir build
rm -rf repo; mkdir repo
flatpak-builder --ccache --force-clean --default-branch=test build com.github.rafostar.Clapper.yml --repo=repo

View File

@@ -5,18 +5,18 @@
"--wrap-mode=nofallback", "--wrap-mode=nofallback",
"-Dwin32-backend=false", "-Dwin32-backend=false",
"-Dmacos-backend=false", "-Dmacos-backend=false",
"-Dprint=none", "-Dmedia-ffmpeg=disabled",
"-Dintrospection=true", "-Dprint-cups=disabled",
"-Dprint-cloudprint=disabled",
"-Dintrospection=enabled",
"-Ddemos=false", "-Ddemos=false",
"-Dbuild-examples=false", "-Dbuild-examples=false"
"-Dbuild-tests=false"
], ],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "https://gitlab.gnome.org/GNOME/gtk.git", "url": "https://gitlab.gnome.org/GNOME/gtk.git",
"tag": "3.99.2", "commit": "53cd499621b5f55df658725fb4f83d365a1319ad"
"commit": "218b905a88c044cc43349c7c1d44127c606d964d"
} }
] ]
} }