commit: d0a9f46a380e3e497bc2776c7d670419677431cb Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com> AuthorDate: Tue May 21 15:41:44 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 21 15:47:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0a9f46a
app-text/lorien-bin: add missing RDEPENDS * fix dekstop files * fix other bug related with RDEPENDS Closes: https://bugs.gentoo.org/910318 Closes: https://bugs.gentoo.org/910319 Closes: https://bugs.gentoo.org/910320 Closes: https://bugs.gentoo.org/910321 Closes: https://bugs.gentoo.org/910322 Closes: https://bugs.gentoo.org/932301 Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com> app-text/lorien-bin/files/lorien.desktop | 4 ++-- .../{lorien-bin-0.6.0.ebuild => lorien-bin-0.6.0-r1.ebuild} | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/app-text/lorien-bin/files/lorien.desktop b/app-text/lorien-bin/files/lorien.desktop index 1199d36b86..770fcd6386 100644 --- a/app-text/lorien-bin/files/lorien.desktop +++ b/app-text/lorien-bin/files/lorien.desktop @@ -8,5 +8,5 @@ StartupNotify=true Terminal=false Type=Application Icon=lorien -Categories=Office;Godot -MimeType=application/svg; \ No newline at end of file +Categories=Office +MimeType=application/svg; diff --git a/app-text/lorien-bin/lorien-bin-0.6.0.ebuild b/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild similarity index 85% rename from app-text/lorien-bin/lorien-bin-0.6.0.ebuild rename to app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild index 4e482e8b3b..fa675e08c9 100644 --- a/app-text/lorien-bin/lorien-bin-0.6.0.ebuild +++ b/app-text/lorien-bin/lorien-bin-0.6.0-r1.ebuild @@ -15,6 +15,17 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" +RDEPEND=" + >=media-libs/mesa-[opengl(+)] + x11-libs/libXcursor + x11-libs/libXi + x11-libs/libXinerama + x11-libs/libXrandr +" + +# Since is a binary package +QA_PREBUILT="/opt/Lorien/Lorien.x86_64" + src_install() { #Copy Manual & Make a copy of the folder cp "${FILESDIR}/manual_v${PV}.md" "${S}/manual_v${PV}.md"
