mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
gui-apps/fnott: sync live ebuild
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -20,26 +20,27 @@ fi
|
|||||||
LICENSE="MIT ZLIB"
|
LICENSE="MIT ZLIB"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND="
|
RDEPEND="
|
||||||
x11-libs/pixman
|
|
||||||
media-libs/libpng
|
|
||||||
dev-libs/wayland
|
dev-libs/wayland
|
||||||
sys-apps/dbus
|
|
||||||
media-libs/fcft
|
media-libs/fcft
|
||||||
media-libs/freetype
|
media-libs/freetype
|
||||||
|
media-libs/libpng
|
||||||
|
sys-apps/dbus
|
||||||
|
x11-libs/pixman
|
||||||
media-libs/fontconfig
|
media-libs/fontconfig
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
dev-libs/tllist
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-util/wayland-scanner
|
dev-util/wayland-scanner
|
||||||
dev-libs/wayland-protocols
|
>=dev-libs/wayland-protocols-1.32
|
||||||
app-text/scdoc
|
app-text/scdoc
|
||||||
dev-libs/tllist
|
|
||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
local DOCS=( CHANGELOG.md README.md LICENSE )
|
local DOCS=( CHANGELOG.md README.md )
|
||||||
meson_src_install
|
meson_src_install
|
||||||
|
|
||||||
rm -r "${ED}"/usr/share/doc/"${PN}" || die
|
rm -r "${ED}"/usr/share/doc/"${PN}" || die
|
||||||
|
|||||||
Reference in New Issue
Block a user