diff --git a/gui-libs/libdecor/Manifest b/gui-libs/libdecor/Manifest new file mode 100644 index 0000000..7d48b0d --- /dev/null +++ b/gui-libs/libdecor/Manifest @@ -0,0 +1,4 @@ +DIST libdecor-0.1.0.tar.gz 45026 BLAKE2B d698dee7e86266adcd39c09fc58944b7359c86c9d25706fe3f193e0eaed8b07b06501199a10db34497b94a6561a74051ed5c0255b7e9759753c60304c8ff0a89 SHA512 7e228b276efc98894085398ac8b4a37fb23a8ce3dfbb16c3d664d833f99e7d6365c43276880ef36d21d6471e1cdcae1925e6daaf95b4904b5701d103e023a916 +EBUILD libdecor-0.1.0.ebuild 664 BLAKE2B ef17eed99992af0e3ec94402720ea708ef1d0093f8a968709732654efe50c8f6984955c65502222c9b2a7389c04bc225c1142f19da3572e75042b32330b7d8f5 SHA512 e3321354810598d641ef4d85a6d04dc5a55f48da6074f3d1fb260439b9f0c72d49baa89f020027e5f05aa2e1f8b24796d06da680dff648deb1e7bffe93d422f3 +EBUILD libdecor-9999.ebuild 664 BLAKE2B ef17eed99992af0e3ec94402720ea708ef1d0093f8a968709732654efe50c8f6984955c65502222c9b2a7389c04bc225c1142f19da3572e75042b32330b7d8f5 SHA512 e3321354810598d641ef4d85a6d04dc5a55f48da6074f3d1fb260439b9f0c72d49baa89f020027e5f05aa2e1f8b24796d06da680dff648deb1e7bffe93d422f3 +MISC metadata.xml 242 BLAKE2B 5f42ea428d38cea721ea75e612d85330f2f95d32ac789410403705c434c5f314b3605fc635919f1ecdc9b6e1ef1141e88905bf556594057efa746e2744d8fd60 SHA512 f433fd15570f9f402b588b7a656f7ceba57b7b124b823aaf6fe59d67aaef9ecb2b7d01c7709cfa0a2babe6fbbca6031e29581c45906a9cd35f283e88aa231028 diff --git a/gui-libs/libdecor/libdecor-0.1.0.ebuild b/gui-libs/libdecor/libdecor-0.1.0.ebuild new file mode 100644 index 0000000..4a0c599 --- /dev/null +++ b/gui-libs/libdecor/libdecor-0.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.gnome.org/jadahl/libdecor.git" +else + SRC_URI="https://gitlab.gnome.org/jadahl/libdecor/-/archive/${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="A client-side decorations library for Wayland clients" +HOMEPAGE="https://gitlab.gnome.org/jadahl/libdecor" +LICENSE="MIT" +SLOT="0" +IUSE="+dbus" + +DEPEND=" + >=dev-libs/wayland-1.18 + >=dev-libs/wayland-protocols-1.15 + dbus? ( sys-apps/dbus ) + x11-libs/pango +" +RDEPEND="${DEPEND}" +BDEPEND=">=dev-util/meson-0.47" diff --git a/gui-libs/libdecor/libdecor-9999.ebuild b/gui-libs/libdecor/libdecor-9999.ebuild new file mode 100644 index 0000000..4a0c599 --- /dev/null +++ b/gui-libs/libdecor/libdecor-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.gnome.org/jadahl/libdecor.git" +else + SRC_URI="https://gitlab.gnome.org/jadahl/libdecor/-/archive/${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="A client-side decorations library for Wayland clients" +HOMEPAGE="https://gitlab.gnome.org/jadahl/libdecor" +LICENSE="MIT" +SLOT="0" +IUSE="+dbus" + +DEPEND=" + >=dev-libs/wayland-1.18 + >=dev-libs/wayland-protocols-1.15 + dbus? ( sys-apps/dbus ) + x11-libs/pango +" +RDEPEND="${DEPEND}" +BDEPEND=">=dev-util/meson-0.47" diff --git a/gui-libs/libdecor/metadata.xml b/gui-libs/libdecor/metadata.xml new file mode 100644 index 0000000..fa25725 --- /dev/null +++ b/gui-libs/libdecor/metadata.xml @@ -0,0 +1,8 @@ + + + + + flewkey@2a03.party + Ryan Fox + +