diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-05-02 20:40:39 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-05-02 20:33:39 +0100 |
commit | 382b5c26a8d99cd3bfb51acd0f8f24e00fb31598 (patch) | |
tree | e30e16410686ddcbdb73053c14d04696f46a96b2 /games-action | |
parent | games-action/assault-android-cactus+: ebuild improvements (diff) | |
download | gentoo-382b5c26a8d99cd3bfb51acd0f8f24e00fb31598.tar.gz gentoo-382b5c26a8d99cd3bfb51acd0f8f24e00fb31598.tar.bz2 gentoo-382b5c26a8d99cd3bfb51acd0f8f24e00fb31598.zip |
games-action/bzflag: ebuild improvements
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bzflag/bzflag-2.4.20.ebuild | 5 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-2.4.22.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-action/bzflag/bzflag-2.4.20.ebuild b/games-action/bzflag/bzflag-2.4.20.ebuild index f33c9b955d35..0639921ed521 100644 --- a/games-action/bzflag/bzflag-2.4.20.ebuild +++ b/games-action/bzflag/bzflag-2.4.20.ebuild @@ -36,6 +36,8 @@ PATCHES=( "${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch ) +DOCS=( AUTHORS ChangeLog DEVINFO PORTING README README.Linux ) + src_prepare() { default eautoreconf @@ -60,8 +62,7 @@ src_configure() { } src_install() { - DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \ - default + default if ! use dedicated ; then newicon data/bzflag-48x48.png ${PN}.png diff --git a/games-action/bzflag/bzflag-2.4.22.ebuild b/games-action/bzflag/bzflag-2.4.22.ebuild index f33c9b955d35..0639921ed521 100644 --- a/games-action/bzflag/bzflag-2.4.22.ebuild +++ b/games-action/bzflag/bzflag-2.4.22.ebuild @@ -36,6 +36,8 @@ PATCHES=( "${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch ) +DOCS=( AUTHORS ChangeLog DEVINFO PORTING README README.Linux ) + src_prepare() { default eautoreconf @@ -60,8 +62,7 @@ src_configure() { } src_install() { - DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \ - default + default if ! use dedicated ; then newicon data/bzflag-48x48.png ${PN}.png |