Summary: | app-editors/scite only installs desktop files if GTK 2 is installed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chris Mayo <aklhfex> |
Component: | Current packages | Assignee: | Ervin Peters <ervin.peters> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ionen, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Chris Mayo
2021-01-12 19:49:16 UTC
I can reproduce with 4.4.4-r10 as well. On a side-note, slotted lua ebuild is missing pkg_setup() with use lua && lua-single_pkg_setup (In reply to Ionen Wolkens from comment #1) > I can reproduce with 4.4.4-r10 as well. Did someone test/reproduce this with the 5.x.x Version? 4.4.4-r10 does no longer build because of an error in ScintillaGTKAccessible.cxx Still needed in 5.1.6. My guess - it will still be needed until GTK 2 support is dropped. (In reply to Chris Mayo from comment #3) > Still needed in 5.1.6. My guess - it will still be needed until GTK 2 > support is dropped. gtk2 is default in src build, after some diskussions about gtk2/3 useflags a while ago we decided to switch to gtk3 as default. But unfortunatelly I missed that the default install process jumps to the source install which therefore needs this parameter set. I added in in the current PR for the newest scite-5.2.4.ebuild. ervin The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b7958f5d02e5eb5213796be5790b6603017b9b commit 68b7958f5d02e5eb5213796be5790b6603017b9b Author: Ervin Peters <coder@ervnet.de> AuthorDate: 2022-07-11 15:51:57 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2022-07-23 12:50:17 +0000 app-editors/scite: Add Fix from bug #765151 fixes desktop files not installed when gtk2 not found. Signed-off-by: Ervin Peters <coder@ervnet.de> Closes: https://bugs.gentoo.org/765151 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/26321 Signed-off-by: Joonas Niilola <juippis@gentoo.org> app-editors/scite/scite-5.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |