mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
gui-apps/awww: sync 9999 with 0.12.1
Signed-off-by: AshyPinguin <pinguinlars1105+gentoo@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ else
|
|||||||
${CARGO_CRATE_URIS}
|
${CARGO_CRATE_URIS}
|
||||||
"
|
"
|
||||||
S="${WORKDIR}/${PN}"
|
S="${WORKDIR}/${PN}"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
@@ -33,6 +33,7 @@ RUST_MIN_VER="1.89.0"
|
|||||||
DEPEND="
|
DEPEND="
|
||||||
app-arch/lz4:=
|
app-arch/lz4:=
|
||||||
x11-libs/libxkbcommon[wayland]
|
x11-libs/libxkbcommon[wayland]
|
||||||
|
dev-libs/wayland-protocols
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
@@ -62,6 +63,7 @@ src_install() {
|
|||||||
dobin "$(cargo_target_dir)"/${PN}{,-daemon}
|
dobin "$(cargo_target_dir)"/${PN}{,-daemon}
|
||||||
dosym ${PN} /usr/bin/swww
|
dosym ${PN} /usr/bin/swww
|
||||||
dosym ${PN}-daemon /usr/bin/swww-daemon
|
dosym ${PN}-daemon /usr/bin/swww-daemon
|
||||||
|
|
||||||
doman doc/generated/*.1
|
doman doc/generated/*.1
|
||||||
|
|
||||||
dodoc README.md CHANGELOG.md
|
dodoc README.md CHANGELOG.md
|
||||||
@@ -72,5 +74,5 @@ src_install() {
|
|||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
ewarn "The project has been renamed from swww to awww"
|
ewarn "The project has been renamed from swww to awww"
|
||||||
ewarn "This ebuild installs symlinks to ease the transition"
|
ewarn "This ebuild installs symlinks to ease the transition (these will be removed in the next minor (0.x) release)"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user