commit: 8aaa7074d5588eaf9ed6eebcd4820487879191f5 Author: Michael Vetter <jubalh <AT> iodoru <DOT> org> AuthorDate: Fri Feb 24 10:06:58 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 11 16:24:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aaa7074
net-im/dino: add 0.4.0 Bug: https://bugs.gentoo.org/851765 Closes: https://bugs.gentoo.org/869971 Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org> Signed-off-by: Sam James <sam <AT> gentoo.org> net-im/dino/Manifest | 1 + net-im/dino/{dino-9999.ebuild => dino-0.4.0.ebuild} | 17 ++++++++++------- net-im/dino/dino-9999.ebuild | 15 ++++++++------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/net-im/dino/Manifest b/net-im/dino/Manifest index 20cbe5460593..ed37f9d9df06 100644 --- a/net-im/dino/Manifest +++ b/net-im/dino/Manifest @@ -1 +1,2 @@ DIST dino-0.3.0.tar.gz 804810 BLAKE2B cb6365f6fad051d0308909c6d5d2c59d7f57cb94f9f691516e27b7bb3aba214fdffa95066d8203d8ac5bd770bec1580e81baad313beef7fe5c058e1e94a37556 SHA512 e3d885208451b00b0416a1401780a94a169fb1179b2f609f7965e3445873d6b72ded84cb471d534616892ec89b5edcd6701fc97c36f19d690f4b894399000515 +DIST dino-0.4.0.tar.gz 882288 BLAKE2B 7d05f358746c09d5c129db1366fdb609f796cdc11c889bc22f9d0d71daa1b9b622b83512e15cbfe8d1e6f3fcf2870f20d7e0c5ecbf66257e7a155d2e020f7652 SHA512 09abfda34625a680dd7bc4cfa842c6bcbc4097fa613bf91bb7c6a4a10d2075f5050d3be705379fd7ecf9c686024000cd6791757eb8b0958ff8e533774267085a diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-0.4.0.ebuild similarity index 87% copy from net-im/dino/dino-9999.ebuild copy to net-im/dino/dino-0.4.0.ebuild index 5362d42a0864..25abd0156494 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-0.4.0.ebuild @@ -26,23 +26,24 @@ RDEPEND=" app-text/gspell[vala] dev-db/sqlite:3 dev-libs/glib:2 - dev-libs/icu - dev-libs/libgee:0.8 + dev-libs/icu:= + dev-libs/libgee:0.8= + gui-libs/gtk:4 + >=gui-libs/libadwaita-1.2.0:1 net-libs/glib-networking >=net-libs/libnice-0.1.15 net-libs/libsignal-protocol-c net-libs/libsrtp:2 x11-libs/cairo x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 x11-libs/pango gpg? ( app-crypt/gpgme:= ) http? ( net-libs/libsoup:2.4 ) + notification-sound? ( media-libs/libcanberra:0[sound] ) omemo? ( - dev-libs/libgcrypt:0 - media-gfx/qrencode + dev-libs/libgcrypt:= + media-gfx/qrencode:= ) - notification-sound? ( media-libs/libcanberra:0[sound] ) " DEPEND=" ${RDEPEND} @@ -57,15 +58,17 @@ BDEPEND=" src_configure() { vala_setup + # TODO: Make videocalls (rtp) optional and not completely disable it local disabled_plugins=( $(usex gpg "" "openpgp") $(usex omemo "" "omemo") $(usex http "" "http-files") + "rtp" ) local enabled_plugins=( $(usex notification-sound "notification-sound" "") ) - local mycmakeargs+=( + local mycmakeargs=( "-DENABLED_PLUGINS=$(local IFS=";"; echo "${enabled_plugins[*]}")" "-DDISABLED_PLUGINS=$(local IFS=";"; echo "${disabled_plugins[*]}")" "-DVALA_EXECUTABLE=${VALAC}" diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index 5362d42a0864..06edb44323fe 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -26,23 +26,24 @@ RDEPEND=" app-text/gspell[vala] dev-db/sqlite:3 dev-libs/glib:2 - dev-libs/icu - dev-libs/libgee:0.8 + dev-libs/icu:= + dev-libs/libgee:0.8= + gui-libs/gtk:4 + >=gui-libs/libadwaita-1.2.0:1 net-libs/glib-networking >=net-libs/libnice-0.1.15 net-libs/libsignal-protocol-c net-libs/libsrtp:2 x11-libs/cairo x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 x11-libs/pango gpg? ( app-crypt/gpgme:= ) http? ( net-libs/libsoup:2.4 ) + notification-sound? ( media-libs/libcanberra:0[sound] ) omemo? ( - dev-libs/libgcrypt:0 - media-gfx/qrencode + dev-libs/libgcrypt:= + media-gfx/qrencode:= ) - notification-sound? ( media-libs/libcanberra:0[sound] ) " DEPEND=" ${RDEPEND} @@ -65,7 +66,7 @@ src_configure() { local enabled_plugins=( $(usex notification-sound "notification-sound" "") ) - local mycmakeargs+=( + local mycmakeargs=( "-DENABLED_PLUGINS=$(local IFS=";"; echo "${enabled_plugins[*]}")" "-DDISABLED_PLUGINS=$(local IFS=";"; echo "${disabled_plugins[*]}")" "-DVALA_EXECUTABLE=${VALAC}"