commit: 9d3e8c1ed751b9502414290dd8b3aa09530a527c Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Apr 13 12:12:32 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Apr 13 12:12:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d3e8c1e
net-misc/freetube-bin: add missing deps Closes: https://bugs.gentoo.org/781689 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> net-misc/freetube-bin/freetube-bin-0.11.3.ebuild | 20 ++++++++++++++++++-- net-misc/freetube-bin/freetube-bin-0.12.0.ebuild | 20 ++++++++++++++++++-- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/net-misc/freetube-bin/freetube-bin-0.11.3.ebuild b/net-misc/freetube-bin/freetube-bin-0.11.3.ebuild index 0dbf4ce0c..ba5b36c74 100644 --- a/net-misc/freetube-bin/freetube-bin-0.11.3.ebuild +++ b/net-misc/freetube-bin/freetube-bin-0.11.3.ebuild @@ -17,8 +17,24 @@ KEYWORDS="~amd64" QA_PREBUILT="/opt/FreeTube/*" -DEPEND="net-print/cups" -RDEPEND="${DEPEND}" +RDEPEND=" + app-accessibility/at-spi2-core + dev-libs/atk + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-print/cups + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libdrm + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libxkbcommon + x11-libs/libXrandr + x11-libs/libxshmfence + x11-libs/pango +" src_configure() { unpack_deb "${DISTDIR}"/freetube_"${PV}"_amd64.deb diff --git a/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild b/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild index 66faddcdf..f35469877 100644 --- a/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild +++ b/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild @@ -17,8 +17,24 @@ KEYWORDS="~amd64" QA_PREBUILT="/opt/FreeTube/*" -DEPEND="net-print/cups" -RDEPEND="${DEPEND}" +RDEPEND=" + app-accessibility/at-spi2-core + dev-libs/atk + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-print/cups + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libdrm + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libxkbcommon + x11-libs/libXrandr + x11-libs/libxshmfence + x11-libs/pango +" src_configure() { unpack_deb "${DISTDIR}"/freetube_"${PV}"_amd64.deb
