1
0
Fork 0

gui-libs/libdecoration: New package

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2020-10-05 03:31:01 +00:00
parent ed04ab377d
commit 11d42f4c45
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,2 @@
EBUILD libdecoration-9999.ebuild 645 BLAKE2B bcb97bb1d1373c79091e7e86adf75cdea5a291c05065eb636f001c1d6f7d5948ecb39ea887527be2d82842725ccba243ecffa352f1c0fa34ab9dc74b8e2a593b SHA512 e89a89cf25f4218b21cfc853a757c36ed176dea3c02be531ae259e048eacc1cf87da79ffcd9bb6853d32f66ed00864a61b3f0d17825fdb78afd668c7f663726c
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80

View File

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

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>