*/*: inherit wrapper for make_wrapper function
This commit is contained in:
parent
069c86d280
commit
c62fae3091
@ -1,8 +1,9 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit flag-o-matic unpacker desktop
|
||||
|
||||
inherit flag-o-matic unpacker desktop wrapper
|
||||
|
||||
# Latest versions are in http://icculus.org/twilight/darkplaces/files/
|
||||
MY_PV="${PV/_beta/beta}"
|
||||
|
@ -5,7 +5,7 @@ EAPI=7
|
||||
|
||||
MY_PN="${PN^}"
|
||||
|
||||
inherit desktop xdg
|
||||
inherit desktop wrapper xdg
|
||||
|
||||
DESCRIPTION="A sandbox tower defense game"
|
||||
HOMEPAGE="https://mindustrygame.github.io"
|
||||
|
@ -5,7 +5,7 @@ EAPI=7
|
||||
|
||||
MY_PN="${PN^}"
|
||||
|
||||
inherit desktop xdg
|
||||
inherit desktop wrapper xdg
|
||||
|
||||
DESCRIPTION="A sandbox tower defense game"
|
||||
HOMEPAGE="https://mindustrygame.github.io"
|
||||
|
@ -5,7 +5,7 @@ EAPI=7
|
||||
|
||||
MY_PN="${PN^}"
|
||||
|
||||
inherit desktop xdg
|
||||
inherit desktop wrapper xdg
|
||||
|
||||
DESCRIPTION="A sandbox tower defense game"
|
||||
HOMEPAGE="https://mindustrygame.github.io"
|
||||
|
@ -7,7 +7,7 @@ MY_PN="${PN//-bin}"
|
||||
BASE_URI="https://repo.jellyfin.org/releases/server/debian/versions/stable/"
|
||||
|
||||
# No 'webapp' here because this is a server
|
||||
inherit unpacker systemd
|
||||
inherit unpacker systemd wrapper
|
||||
|
||||
DESCRIPTION="The Free Software Media System"
|
||||
HOMEPAGE="https://jellyfin.org"
|
||||
|
Loading…
Reference in New Issue
Block a user