From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A00B01382C5 for ; Tue, 13 Apr 2021 07:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 069CEE0C50; Tue, 13 Apr 2021 07:30:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E24F6E0C50 for ; Tue, 13 Apr 2021 07:30:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35E4E340D1D for ; Tue, 13 Apr 2021 07:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B79245B8 for ; Tue, 13 Apr 2021 07:30:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1618298163.4440adba07f9f93560e288f0dff4a0490fa62fea.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ted/files/, app-editors/ted/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ted/files/ted-2.23-use-Motif-toolkit-instead-of-GTK-by-default.patch app-editors/ted/ted-2.23-r1.ebuild X-VCS-Directories: app-editors/ted/ app-editors/ted/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4440adba07f9f93560e288f0dff4a0490fa62fea X-VCS-Branch: master Date: Tue, 13 Apr 2021 07:30:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67766f9e-edba-4ad2-bb77-e7a5d63a75df X-Archives-Hash: 10f7b694783bdf7ca4b37c47f4c12f64 commit: 4440adba07f9f93560e288f0dff4a0490fa62fea Author: Bernd Waibel posteo net> AuthorDate: Sat Apr 3 10:20:45 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Apr 13 07:16:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4440adba app-editors/ted: use Motif toolkit by default Use Motif instead of Gtk-2, which is alternatively supported as a GUI. Bugday 2021-04-03 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel posteo.net> Closes: https://github.com/gentoo/gentoo/pull/20241 Signed-off-by: Joonas Niilola gentoo.org> ...e-Motif-toolkit-instead-of-GTK-by-default.patch | 26 ++++++++++++++++++++++ app-editors/ted/ted-2.23-r1.ebuild | 9 ++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/app-editors/ted/files/ted-2.23-use-Motif-toolkit-instead-of-GTK-by-default.patch b/app-editors/ted/files/ted-2.23-use-Motif-toolkit-instead-of-GTK-by-default.patch new file mode 100644 index 00000000000..362c3b22186 --- /dev/null +++ b/app-editors/ted/files/ted-2.23-use-Motif-toolkit-instead-of-GTK-by-default.patch @@ -0,0 +1,26 @@ +From 4368f7bab3a79b4322c1c19fdb99634e10f823ad Mon Sep 17 00:00:00 2001 +From: Bernd Waibel +Date: Sat, 3 Apr 2021 11:36:06 +0200 +Subject: [PATCH] use Motif toolkit instead of GTK by default + +Signed-off-by: Bernd Waibel +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 08224f9..f6ced83 100644 +--- a/Makefile ++++ b/Makefile +@@ -73,7 +73,7 @@ + #### P.S. I admit that this makefile is more like a shell script. + #### + +-CONFIGURE_OPTIONS=--with-GTK ++CONFIGURE_OPTIONS=--with-MOTIF + + compile: tedlibs \ + Ted/Ted \ +-- +2.31.1 + diff --git a/app-editors/ted/ted-2.23-r1.ebuild b/app-editors/ted/ted-2.23-r1.ebuild index d223c7a9fcd..b3584d9589e 100644 --- a/app-editors/ted/ted-2.23-r1.ebuild +++ b/app-editors/ted/ted-2.23-r1.ebuild @@ -23,9 +23,9 @@ RDEPEND=" sys-libs/zlib virtual/jpeg virtual/libiconv - x11-libs/gtk+:2 x11-libs/libXft x11-libs/libXpm + x11-libs/motif " DEPEND="${RDEPEND}" BDEPEND=" @@ -38,6 +38,7 @@ PATCHES=( "${FILESDIR}"/${P}-0002-fix-unrecognized-option-with-GTK.patch "${FILESDIR}"/${P}-0003-avoid-compressing-man-page.patch "${FILESDIR}"/${P}-freetype261.patch + "${FILESDIR}"/${P}-use-Motif-toolkit-instead-of-GTK-by-default.patch ) src_prepare() { @@ -66,10 +67,14 @@ src_configure() { tc-export AR CC RANLIB local dir - for dir in appFrame appUtil bitmap docBuf ind Ted tedPackage; do + for dir in appUtil textEncoding utilPs bitmap docFont docBase docBuf ind drawMeta docRtf docEdit docLayout docHtml; do cd "${S}"/${dir} econf --cache-file=../config.cache done + for dir in appFrame; do + cd "${S}"/${dir} + econf --cache-file=../config.cache --with-MOTIF + done } src_compile() {