Compare commits
No commits in common. "ab8ae28271743c47bd1823037b649c9b09085236" and "64773e0a3730376870faaaf75bcc2a48d350ccca" have entirely different histories.
ab8ae28271
...
64773e0a37
|
@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/input-leap/input-leap.git"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="libei gui test"
|
||||
IUSE="+libei gui test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
|
@ -49,15 +49,6 @@ DOCS=(
|
|||
doc/${PN}.conf.example{,-advanced,-basic}
|
||||
)
|
||||
|
||||
MYWORK="${WORKDIR}/input-leap-9999/"
|
||||
|
||||
src_prepare() {
|
||||
mv "${MYWORK}/res/io.github.input_leap.InputLeap.svg" "${MYWORK}/res/input-leap.svg"
|
||||
rm "${MYWORK}/res/io.github.input_leap.InputLeap.desktop"
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# gentoo is on qt5; but upstream defaults to 6.
|
||||
local mycmakeargs=(
|
||||
|
@ -85,8 +76,8 @@ src_install() {
|
|||
doman doc/${PN}{c,s}.1
|
||||
|
||||
if use gui; then
|
||||
doicon -s scalable res/${PN}.svg
|
||||
doicon -s scalable res/io.github.input_leap.InputLeap.svg
|
||||
doicon -s 256 res/${PN}.png
|
||||
make_desktop_entry ${PN} "Input Leap" ${PN} Utility
|
||||
make_desktop_entry ${PN} Barrier ${PN} Utility
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
<name>Vitaly Zdanevich</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="libei">
|
||||
Enable integration with dev-libs/libei (requires patched libportal!)
|
||||
</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">input-leap/input-leap</remote-id>
|
||||
</upstream>
|
||||
|
|
Loading…
Reference in New Issue