diff options
author | David Seifert <soap@gentoo.org> | 2023-01-01 17:18:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-01 17:18:16 +0100 |
commit | 29e9ce6fa139143d503572a4c7d371bcef78fbb3 (patch) | |
tree | 4c1a0e048fd088e96b5fa7e3516b056df6069007 /net-im/dino/dino-9999.ebuild | |
parent | net-im/dino: drop 0.2.1-r1 (diff) | |
download | gentoo-29e9ce6fa139143d503572a4c7d371bcef78fbb3.tar.gz gentoo-29e9ce6fa139143d503572a4c7d371bcef78fbb3.tar.bz2 gentoo-29e9ce6fa139143d503572a4c7d371bcef78fbb3.zip |
net-im/dino: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-im/dino/dino-9999.ebuild')
-rw-r--r-- | net-im/dino/dino-9999.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index 3b9f5f130391..5362d42a0864 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake vala xdg readme.gentoo-r1 DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala" @@ -46,19 +45,18 @@ RDEPEND=" notification-sound? ( media-libs/libcanberra:0[sound] ) " DEPEND=" - $(vala_depend) ${RDEPEND} media-libs/gst-plugins-base media-libs/gstreamer +" +BDEPEND=" sys-devel/gettext + $(vala_depend) " -src_prepare() { - cmake_src_prepare - vala_src_prepare -} - src_configure() { + vala_setup + local disabled_plugins=( $(usex gpg "" "openpgp") $(usex omemo "" "omemo") @@ -86,7 +84,7 @@ src_install() { readme.gentoo_create_doc } -src_postinst() { +pkg_postinst() { xdg_pkg_postinst readme.gentoo_print_elog } |