mirror of
https://codeberg.org/gigirassy/nune-gentoo-overlay
synced 2026-08-30 23:47:39 +00:00
Update gui-apps/wawa/wawa-9999.ebuild
This commit is contained in:
@@ -1,37 +1,29 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit toolchain-funcs
|
inherit git-r3 toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="simpler Wayland wallpaper setter"
|
DESCRIPTION="simpler Wayland wallpaper setter"
|
||||||
HOMEPAGE="https://github.com/sewn/wawa"
|
HOMEPAGE="https://github.com/sewn/wawa"
|
||||||
SRC_URI="https://codeberg.org/sewn/wawa/archive/master.tar.gz
|
|
||||||
-> ${P}.tar.gz"
|
EGIT_REPO_URI="https://github.com/sewn/wawa.git"
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/wayland
|
dev-libs/wayland
|
||||||
dev-util/wayland-scanner
|
dev-libs/wayland-protocols
|
||||||
dev-libs/wayland-protocols
|
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
virtual/pkgconfig
|
dev-util/wayland-scanner
|
||||||
|
virtual/pkgconfig
|
||||||
"
|
"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
emake \
|
emake CC="$(tc-getCC)"
|
||||||
CC="$(tc-getCC)"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake \
|
emake DESTDIR="${D}" PREFIX=/usr install
|
||||||
DESTDIR="${D}" \
|
|
||||||
PREFIX="/usr" \
|
|
||||||
install
|
|
||||||
|
|
||||||
dodoc README.md
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user