mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
Exposing search API for GtkTreeView
This commit is contained in:
parent
d20d7afce1
commit
e3d76a0b11
1 changed files with 32 additions and 0 deletions
|
@ -174,6 +174,38 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "gtk",
|
||||
"config-opts" : [
|
||||
"--prefix=/app",
|
||||
"--libdir=/app/lib",
|
||||
"--buildtype=debugoptimized"
|
||||
],
|
||||
"buildsystem" : "meson",
|
||||
"builddir" : true,
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "git",
|
||||
"url" : "https://gitlab.gnome.org/GNOME/gtk.git",
|
||||
"branch" : "wip/albfan/treeview-search-move"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "vala",
|
||||
"buildsystem" : "simple",
|
||||
"build-commands" : [
|
||||
"./autogen.sh --disable-valadoc --prefix=/app --libdir=/app/lib",
|
||||
"make -C vapi VAPIGEN=/usr/bin/vapigen GIRDIR=/app/share/gir-1.0 gtk+-3.0 install"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "git",
|
||||
"disable-shallow-clone" : true,
|
||||
"url" : "https://gitlab.gnome.org/GNOME/vala.git"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "gitg",
|
||||
"buildsystem" : "meson",
|
||||
|
|
Loading…
Reference in a new issue