diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild new file mode 100644 index 0000000..c488c00 --- /dev/null +++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vala meson gnome2-utils git-r3 xdg + +DESCRIPTION="Simple application for generating Two-Factor Authentication Codes." +HOMEPAGE="https://gitlab.gnome.org/World/Authenticator" +SRC_URI="hhttps://gitlab.gnome.org/World/Authenticator/-/archive/v${PV}/${PN}-${PV}.tar.gz" +EGIT_REPO_URI="https://gitlab.gnome.org/World/Authenticator.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +IUSE="" +REQUIRED_USE="" + +DEPEND=" + gnome-base/gnome-common + x11-libs/gtk+:3 + x11-libs/libadwaita + " +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/$PN-${PV}" + +src_install() { + meson_src_install +} + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update +} diff --git a/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild b/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild index d1a5b6b..f3fb4f2 100644 --- a/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild +++ b/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild @@ -37,10 +37,6 @@ BDEPEND=" dev-util/wayland-scanner " -#PATCHES=( -# "${FILESDIR}/0001-use-at-cmds-to-mute.patch" -#) - S="${WORKDIR}/$PN-${PV}" src_prepare() { diff --git a/x11-libs/libadwaita/libadwaita-1.0.0/libadwaita-1.0.0.ebuild b/x11-libs/libadwaita/libadwaita-1.0.0/libadwaita-1.0.0.ebuild new file mode 100644 index 0000000..91a7877 --- /dev/null +++ b/x11-libs/libadwaita/libadwaita-1.0.0/libadwaita-1.0.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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="" +REQUIRED_USE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/$PN-${PV}" + +src_install() { + meson_src_install +} + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update +}