mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-13 02:11:12 +02:00
net-wireless/qflipper: Updates unbundle patch
Signed-off-by: Thibaud CANALE <thican@thican.net>
This commit is contained in:
parent
8f4d17bb2c
commit
2c2ad786df
3 changed files with 10 additions and 6 deletions
|
|
@ -6,11 +6,13 @@ EAPI=8
|
|||
inherit qmake-utils
|
||||
|
||||
DESCRIPTION="Desktop application for updating Flipper Zero firmware via PC"
|
||||
HOMEPAGE="https://update.flipperzero.one/ https://github.com/flipperdevices/qFlipper"
|
||||
HOMEPAGE="
|
||||
https://update.flipperzero.one/
|
||||
"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
if [[ "${PV}" == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/flipperdevices/qFlipper.git"
|
||||
else
|
||||
|
|
@ -37,7 +39,7 @@ DEPEND="${RDEPEND}"
|
|||
BDEPEND=""
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/unbundle.patch"
|
||||
"${FILESDIR}/${P}_unbundle.patch"
|
||||
"${FILESDIR}/${P}_display_version.patch"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,11 +6,13 @@ EAPI=8
|
|||
inherit qmake-utils
|
||||
|
||||
DESCRIPTION="Desktop application for updating Flipper Zero firmware via PC"
|
||||
HOMEPAGE="https://update.flipperzero.one/ https://github.com/flipperdevices/qFlipper"
|
||||
HOMEPAGE="
|
||||
https://update.flipperzero.one/
|
||||
"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
if [[ "${PV}" == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/flipperdevices/qFlipper.git"
|
||||
else
|
||||
|
|
@ -37,7 +39,7 @@ DEPEND="${RDEPEND}"
|
|||
BDEPEND=""
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/unbundle.patch"
|
||||
"${FILESDIR}/${PN}-1.1.2_unbundle.patch"
|
||||
"${FILESDIR}/${P}_display_version.patch"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue