hasufell-repository/packages/app-editors/neovim-gtk/neovim-gtk-0.2.0.exheres-0

24 lines
502 B
Bash
Raw Normal View History

2018-06-13 22:32:00 +00:00
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require neovim-gtk
SLOT="0"
PLATFORMS="~amd64 ~x86"
DEPENDENCIES="
build+run:
app-editors/neovim
dev-libs/glib:2
x11-libs/cairo
2021-01-06 22:20:24 +00:00
x11-libs/gtk+:3[>=3.22.0]
2018-06-13 22:32:00 +00:00
x11-libs/pango
2021-01-06 22:20:24 +00:00
run:
gnome-desktop/gsettings-desktop-schemas
2018-06-13 22:32:00 +00:00
"
2021-01-06 22:20:24 +00:00
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}"/Try-to-fix-render-issues-due-to-changes-in-pango_1.4.patch
)