aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/gcolor3/abuild
blob: 6937c065b80cc693565bc5ae8c72900850e06109 (plain)
1
2
3
4
5
6
7
8
9
10
11
name=gcolor3
version=2.4.0
release=1
source="https://gitlab.gnome.org/World/${name}/-/archive/v${version}/${name}-v${version}.tar.gz
	portal.patch"
build_opt="-Dwerror=false"
skip_patch=1

prebuild() {
	patch -RNp1 -i ../portal.patch
}