summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErvin Peters <coder@ervnet.de>2022-07-11 17:51:57 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-07-23 15:50:17 +0300
commit68b7958f5d02e5eb5213796be5790b6603017b9b (patch)
treed9c754848e152a858f1c803d714b77ae35297b81 /app-editors/scite
parentapp-editors/scite: Version Bump to 5.2.4. (diff)
downloadgentoo-68b7958f5d02e5eb5213796be5790b6603017b9b.tar.gz
gentoo-68b7958f5d02e5eb5213796be5790b6603017b9b.tar.bz2
gentoo-68b7958f5d02e5eb5213796be5790b6603017b9b.zip
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>
Diffstat (limited to 'app-editors/scite')
-rw-r--r--app-editors/scite/scite-5.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/scite/scite-5.2.4.ebuild b/app-editors/scite/scite-5.2.4.ebuild
index f2887e4b0f91..19bb5f74a12c 100644
--- a/app-editors/scite/scite-5.2.4.ebuild
+++ b/app-editors/scite/scite-5.2.4.ebuild
@@ -92,6 +92,6 @@ src_compile() {
# want to use the base src_install() as base_src_install()
src_install() {
- default
+ GTK3=1 default
dosym SciTE /usr/bin/scite
}