diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest new file mode 100644 index 0000000000..6783641742 --- /dev/null +++ b/gui-apps/wlr-randr/Manifest @@ -0,0 +1 @@ +DIST wlr-randr-0.1.0.tar.gz 10836 BLAKE2B 573e9aa9305b0f633f2ee62cbf46bc107948582c5fa1e417a46f01b82489ac84362baea791f817d1857b320715a5644e597adf80c93897ec7bda27456b5e064d SHA512 84a710b28243acb13d37c81d1f796d7e251aa52d6a7f299a4cdb0d0ebe6481d57db6757a1a813fc6bbe3fbd9d7fccefb09385c523f857abef72f3ee398f0d958 diff --git a/gui-apps/wlr-randr/metadata.xml b/gui-apps/wlr-randr/metadata.xml new file mode 100644 index 0000000000..cfbacced23 --- /dev/null +++ b/gui-apps/wlr-randr/metadata.xml @@ -0,0 +1,12 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild new file mode 100644 index 0000000000..5aa72f2d89 --- /dev/null +++ b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="xrandr clone for wlroots compositors" +HOMEPAGE="https://github.com/emersion/wlr-randr" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/emersion/wlr-randr" +else + SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="ISC" +SLOT="0" + +DEPEND=" + dev-libs/wayland +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +" diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild new file mode 100644 index 0000000000..5aa72f2d89 --- /dev/null +++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="xrandr clone for wlroots compositors" +HOMEPAGE="https://github.com/emersion/wlr-randr" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/emersion/wlr-randr" +else + SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="ISC" +SLOT="0" + +DEPEND=" + dev-libs/wayland +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +"