Skip to content

Commit

Permalink
games-action/bzflag: ebuild improvements
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
mm1ke authored and chewi committed May 2, 2021
1 parent a65268c commit 382b5c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions games-action/bzflag/bzflag-2.4.20.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions games-action/bzflag/bzflag-2.4.22.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 382b5c2

Please sign in to comment.