1
0
Fork 0

gui-libs/libdecor: New package

Successor to gui-libs/libdecoration

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-12-23 14:37:50 -08:00
parent 14f24c2898
commit 818a8bd555
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 70 additions and 0 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
</pkgmetadata>