mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
x11-libs/libadwaita:
Adding Libadwaita since its needed for some (Gnome) Pinephone applications Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Gerben jan Dijkman <gjdijkman@gjdwebserver.nl>
This commit is contained in:
parent
9eab706c5f
commit
85ede7cdd7
1
x11-libs/libadwaita/Manifest
Normal file
1
x11-libs/libadwaita/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST libadwaita-main.tar.gz 491771 BLAKE2B 7ff2ef163c8cebd8bc6644279e6b6ecb8314b366b0c6bc6b643c4600debe1494e4de2f668cbea39eda83cbe83b84c9577ae7e7497cb27609c95759bc5f339f7d SHA512 1d102f2734087ee7c6ef53a58c3d07c6839f9d61103460d65bf4d759a6918449e2fe001f42cc98f97a515bd7daf23684cdee7fd5b1676c82ae353a025a01f39e
|
44
x11-libs/libadwaita/libadwaita-1.0.0.ebuild
Normal file
44
x11-libs/libadwaita/libadwaita-1.0.0.ebuild
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
VALA_USE_DEPEND="vapigen"
|
||||||
|
|
||||||
|
inherit vala meson gnome2-utils git-r3 xdg
|
||||||
|
|
||||||
|
DESCRIPTION="Building blocks for modern GNOME applications."
|
||||||
|
HOMEPAGE="https://gitlab.gnome.org/GNOME/libadwaita"
|
||||||
|
SRC_URI="https://gitlab.gnome.org/GNOME/libadwaita/-/archive/main/libadwaita-main.tar.gz"
|
||||||
|
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/libadwaita.git"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
IUSE="+introspection +vala"
|
||||||
|
REQUIRED_USE="vala? ( introspection )"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
gnome-base/gnome-common
|
||||||
|
gui-libs/gtk
|
||||||
|
dev-libs/fribidi
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND="
|
||||||
|
vala? ( $(vala_depend) )
|
||||||
|
dev-util/meson
|
||||||
|
dev-libs/gobject-introspection
|
||||||
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}/$PN-${PV}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
meson_src_install
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
15
x11-libs/libadwaita/metadata.xml
Normal file
15
x11-libs/libadwaita/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gjdijkman@gjdwebserver.nl</email>
|
||||||
|
<name>Gerben Jan Dijkman</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription lang="en">
|
||||||
|
Building blocks for modern GNOME applications.
|
||||||
|
</longdescription>
|
||||||
|
<upstream>
|
||||||
|
<doc>https://gitlab.gnome.org/GNOME/libadwaita</doc>
|
||||||
|
<bugs-to>https://gitlab.gnome.org/GNOME/libadwaita/-/issues</bugs-to>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user