grim-1.2.0.ebuild (554B)
1 # Copyright 1999-2018 Gentoo Foundation 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=7 5 6 inherit meson 7 8 DESCRIPTION="Grab images from a Wayland compositor" 9 HOMEPAGE="https://wayland.emersion.fr/grim" 10 SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 11 12 LICENSE="MIT" 13 SLOT="0" 14 KEYWORDS="~amd64 ~x86" 15 IUSE="" 16 17 RDEPEND=" 18 x11-libs/cairo:= 19 dev-libs/wayland:= 20 virtual/jpeg:= 21 " 22 DEPEND=" 23 ${RDEPEND} 24 app-text/scdoc 25 " 26 27 src_configure() { 28 local emesonargs=( 29 "-Dwerror=false" 30 ) 31 32 meson_src_configure 33 }