changed from commit
This commit is contained in:
@@ -52,17 +52,14 @@ CRATES="
|
||||
|
||||
inherit cargo gnome2-utils meson toolchain-funcs xdg
|
||||
|
||||
MY_COMMIT="2fea092691c41a6f57f840efffa564ae4642a2bd"
|
||||
|
||||
DESCRIPTION="Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/squeekboard"
|
||||
SRC_URI="https://gitlab.gnome.org/World/Phosh/squeekboard/-/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
HOMEPAGE="https://gitlab.gnome.org/Phosh/squeekboard"
|
||||
SRC_URI="https://gitlab.gnome.org/Phosh/squeekboard/-/archive/v${PV}/squeekboard-v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI+=" $(cargo_crate_uris ${CRATES})"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE="+wayland"
|
||||
KEYWORDS="~arm64"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
@@ -81,7 +78,7 @@ BDEPEND="
|
||||
virtual/rust
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
QA_FLAGS_IGNORED="/usr/bin/squeekboard-test-layout"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user