net-wireless/qflipper: Updates unbundle patch

Signed-off-by: Thibaud CANALE <thican@thican.net>
This commit is contained in:
Thibaud CANALE 2022-09-19 22:48:12 +02:00
parent 8f4d17bb2c
commit 2c2ad786df
No known key found for this signature in database
GPG key ID: 52F5127650733A18
3 changed files with 10 additions and 6 deletions

View file

@ -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"
)

View file

@ -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"
)