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