Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/fnott/
Date: Thu, 11 Aug 2022 13:45:16
Message-Id: 1659906894.3859f13a0b082ee8182e3389ef38888ff15b8d43.andrewammerlaan@gentoo
1 commit: 3859f13a0b082ee8182e3389ef38888ff15b8d43
2 Author: Leonardo Hernández Hernández <leohdz172 <AT> outlook <DOT> com>
3 AuthorDate: Sun Aug 7 21:13:40 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 21:14:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3859f13a
7
8 gui-apps/fnott: add LICENSE file to ${DOCS}
9
10 Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> outlook.com>
11
12 gui-apps/fnott/fnott-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-apps/fnott/fnott-9999.ebuild b/gui-apps/fnott/fnott-9999.ebuild
16 index 5f1d72055..65451529a 100644
17 --- a/gui-apps/fnott/fnott-9999.ebuild
18 +++ b/gui-apps/fnott/fnott-9999.ebuild
19 @@ -8,7 +8,7 @@ inherit meson
20 DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon."
21 HOMEPAGE="https://codeberg.org/dnkl/fnott"
22
23 -if [ "${PV}" -eq "9999" ]; then
24 +if [[ "${PV}" == "9999" ]]; then
25 inherit git-r3
26 EGIT_REPO_URI="https://codeberg.org/dnkl/fnott.git"
27 else
28 @@ -39,7 +39,7 @@ BDEPEND="
29 "
30
31 src_install() {
32 - local DOCS=( CHANGELOG.md README.md )
33 + local DOCS=( CHANGELOG.md README.md LICENSE )
34 meson_src_install
35
36 rm -r "${ED}"/usr/share/doc/"${PN}" || die