*/*: inherit wrapper for make_wrapper function

This commit is contained in:
Maciej Barć 2020-10-25 08:38:55 +01:00
parent 069c86d280
commit c62fae3091
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
5 changed files with 7 additions and 6 deletions

View File

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=7 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/ # Latest versions are in http://icculus.org/twilight/darkplaces/files/
MY_PV="${PV/_beta/beta}" MY_PV="${PV/_beta/beta}"

View File

@ -5,7 +5,7 @@ EAPI=7
MY_PN="${PN^}" MY_PN="${PN^}"
inherit desktop xdg inherit desktop wrapper xdg
DESCRIPTION="A sandbox tower defense game" DESCRIPTION="A sandbox tower defense game"
HOMEPAGE="https://mindustrygame.github.io" HOMEPAGE="https://mindustrygame.github.io"

View File

@ -5,7 +5,7 @@ EAPI=7
MY_PN="${PN^}" MY_PN="${PN^}"
inherit desktop xdg inherit desktop wrapper xdg
DESCRIPTION="A sandbox tower defense game" DESCRIPTION="A sandbox tower defense game"
HOMEPAGE="https://mindustrygame.github.io" HOMEPAGE="https://mindustrygame.github.io"

View File

@ -5,7 +5,7 @@ EAPI=7
MY_PN="${PN^}" MY_PN="${PN^}"
inherit desktop xdg inherit desktop wrapper xdg
DESCRIPTION="A sandbox tower defense game" DESCRIPTION="A sandbox tower defense game"
HOMEPAGE="https://mindustrygame.github.io" HOMEPAGE="https://mindustrygame.github.io"

View File

@ -7,7 +7,7 @@ MY_PN="${PN//-bin}"
BASE_URI="https://repo.jellyfin.org/releases/server/debian/versions/stable/" BASE_URI="https://repo.jellyfin.org/releases/server/debian/versions/stable/"
# No 'webapp' here because this is a server # No 'webapp' here because this is a server
inherit unpacker systemd inherit unpacker systemd wrapper
DESCRIPTION="The Free Software Media System" DESCRIPTION="The Free Software Media System"
HOMEPAGE="https://jellyfin.org" HOMEPAGE="https://jellyfin.org"