diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-03-20 14:08:27 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-03-20 14:09:28 +0000 |
commit | b618696220b05a45555c56b2ab7a3b7a23a96fa5 (patch) | |
tree | bb06da14253ac0e0b9d5e05c5e717f2f27b50027 /net-im/cawbird | |
parent | app-text/kjots: Drop 5.1.0-r1 (diff) | |
download | gentoo-b618696220b05a45555c56b2ab7a3b7a23a96fa5.tar.gz gentoo-b618696220b05a45555c56b2ab7a3b7a23a96fa5.tar.bz2 gentoo-b618696220b05a45555c56b2ab7a3b7a23a96fa5.zip |
net-im/cawbird: correct RDEPEND, update xdg caches
Closes: https://bugs.gentoo.org/835658
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'net-im/cawbird')
-rw-r--r-- | net-im/cawbird/cawbird-1.5-r1.ebuild (renamed from net-im/cawbird/cawbird-1.5.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/cawbird/cawbird-1.5.ebuild b/net-im/cawbird/cawbird-1.5-r1.ebuild index 9d9fb0d01d35..f7f08d155805 100644 --- a/net-im/cawbird/cawbird-1.5.ebuild +++ b/net-im/cawbird/cawbird-1.5-r1.ebuild @@ -28,8 +28,8 @@ RDEPEND=" x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango - gstreamer? ( media-libs/gstreamer:1.0 ) - spell? ( app-text/gspell:= ) + gstreamer? ( media-plugins/gst-plugins-meta[ffmpeg,http,X] ) + spell? ( app-text/gspell:=[vala] ) " DEPEND="${RDEPEND}" BDEPEND=" @@ -57,8 +57,10 @@ src_configure() { pkg_postinst() { gnome2_schemas_update + xdg_pkg_postinst } pkg_postrm() { gnome2_schemas_update + xdg_pkg_postrm } |