diff --git a/gui-libs/libdecoration/Manifest b/gui-libs/libdecoration/Manifest new file mode 100644 index 0000000..d017a2e --- /dev/null +++ b/gui-libs/libdecoration/Manifest @@ -0,0 +1,2 @@ +EBUILD libdecoration-9999.ebuild 645 BLAKE2B bcb97bb1d1373c79091e7e86adf75cdea5a291c05065eb636f001c1d6f7d5948ecb39ea887527be2d82842725ccba243ecffa352f1c0fa34ab9dc74b8e2a593b SHA512 e89a89cf25f4218b21cfc853a757c36ed176dea3c02be531ae259e048eacc1cf87da79ffcd9bb6853d32f66ed00864a61b3f0d17825fdb78afd668c7f663726c +MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80 diff --git a/gui-libs/libdecoration/libdecoration-9999.ebuild b/gui-libs/libdecoration/libdecoration-9999.ebuild new file mode 100644 index 0000000..69f2199 --- /dev/null +++ b/gui-libs/libdecoration/libdecoration-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +if [[ ${PV} != *9999* ]]; then + SRC_URI="https://gitlab.gnome.org/GNOME/evolution-etesync/-/archive/v${PV}/${PN}-v${PV}.tar.gz /v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +else + inherit git-r3 + EGIT_REPO_URI="https://gitlab.gnome.org/jadahl/libdecoration.git" +fi + +DESCRIPTION="Helps Wayland clients handle window decorations" +HOMEPAGE="https://gitlab.gnome.org/jadahl/libdecoration" +LICENSE="MIT" +SLOT="0" + +DEPEND=" + dev-libs/wayland + dev-libs/wayland-protocols + >=sys-apps/dbus-1.0 +" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/gui-libs/libdecoration/metadata.xml b/gui-libs/libdecoration/metadata.xml new file mode 100644 index 0000000..b27c0d9 --- /dev/null +++ b/gui-libs/libdecoration/metadata.xml @@ -0,0 +1,8 @@ + + + + +flewkey@2a03.party +Ryan Fox + +