Lines 11-17
HOMEPAGE="https://github.com/johnfactotu
Link Here
|
11 |
|
11 |
|
12 |
LICENSE="GPL-3+" |
12 |
LICENSE="GPL-3+" |
13 |
SLOT="0" |
13 |
SLOT="0" |
14 |
KEYWORDS="amd64" |
14 |
KEYWORDS="~amd64" |
15 |
IUSE="handy spell" |
15 |
IUSE="handy spell" |
16 |
|
16 |
|
17 |
BDEPEND="${MESON_DEPEND} |
17 |
BDEPEND="${MESON_DEPEND} |
Lines 21-27
RDEPEND="dev-libs/gjs
Link Here
|
21 |
x11-libs/gtk+:3[introspection] |
21 |
x11-libs/gtk+:3[introspection] |
22 |
x11-libs/pango[introspection] |
22 |
x11-libs/pango[introspection] |
23 |
x11-libs/gdk-pixbuf:2[introspection] |
23 |
x11-libs/gdk-pixbuf:2[introspection] |
24 |
net-libs/webkit-gtk:4[introspection] |
24 |
net-libs/webkit-gtk:4.1[introspection] |
25 |
sys-devel/gettext |
25 |
sys-devel/gettext |
26 |
handy? ( gui-libs/libhandy:=[introspection] ) |
26 |
handy? ( gui-libs/libhandy:=[introspection] ) |
27 |
spell? ( app-text/gspell[introspection] )" |
27 |
spell? ( app-text/gspell[introspection] )" |
Lines 31-36
src_prepare() {
Link Here
|
31 |
python_fix_shebang build-aux/meson |
31 |
python_fix_shebang build-aux/meson |
32 |
xdg_environment_reset |
32 |
xdg_environment_reset |
33 |
|
33 |
|
|
|
34 |
# https://github.com/johnfactotum/foliate/issues/931 |
35 |
sed -i "s/'WebKit2': '4.0'/'WebKit2': '4.1'/" src/main.js || die |
36 |
|
34 |
plocale_find_changes "${S}"/po '' '.po' |
37 |
plocale_find_changes "${S}"/po '' '.po' |
35 |
|
38 |
|
36 |
rm_po() { |
39 |
rm_po() { |