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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 934D1158020 for ; Thu, 24 Nov 2022 23:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCDF3E095D; Thu, 24 Nov 2022 23:40:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD8A9E095D for ; Thu, 24 Nov 2022 23:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1EBD340F5A for ; Thu, 24 Nov 2022 23:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C32D73B for ; Thu, 24 Nov 2022 23:40:42 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1669333210.0fb2c226b8688b3e2c70318b62d08d312abff3a2.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/links/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/links/links-2.28-r1.ebuild X-VCS-Directories: www-client/links/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 0fb2c226b8688b3e2c70318b62d08d312abff3a2 X-VCS-Branch: master Date: Thu, 24 Nov 2022 23:40:42 +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: 34e2c5cd-b3f9-4f4b-8072-f03485020940 X-Archives-Hash: b40520e94f0b370a48d2838387855a8d commit: 0fb2c226b8688b3e2c70318b62d08d312abff3a2 Author: Ben Kohler gentoo org> AuthorDate: Thu Nov 24 23:40:10 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Nov 24 23:40:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb2c226 www-client/links: fix quoting & a few small files IUSE changes Signed-off-by: Ben Kohler gentoo.org> www-client/links/links-2.28-r1.ebuild | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/www-client/links/links-2.28-r1.ebuild b/www-client/links/links-2.28-r1.ebuild index 1b144f3b9c72..af2b7f4763a4 100644 --- a/www-client/links/links-2.28-r1.ebuild +++ b/www-client/links/links-2.28-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2 LICENSE="GPL-2" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="brotli bzip2 fbcon freetype gpm ipv6 jpeg libevent livecd lzip lzma ssl suid svga tiff unicode webp X zlib zstd" +IUSE="brotli bzip2 fbcon freetype gpm jpeg libevent livecd lzip lzma ssl suid svga tiff webp X zlib zstd" GRAPHICS_DEPEND="media-libs/libpng:0=" @@ -92,12 +92,10 @@ DOCS=( AUTHORS BRAILLE_HOWTO ChangeLog KEYS NEWS README SITES ) src_prepare() { use X && xdg_environment_reset - if use unicode; then - pushd intl > /dev/null || die - ./gen-intl || die - ./synclang || die - popd > /dev/null || die - fi + pushd intl > /dev/null || die + ./gen-intl || die + ./synclang || die + popd > /dev/null || die # error: conditional "am__fastdepCXX" was never defined (for eautoreconf) sed -i \ @@ -132,11 +130,11 @@ src_configure() { econf \ --without-directfb \ --without-librsvg \ + --with-ipv6 \ $(use_with brotli) \ $(use_with bzip2) \ $(use_with fbcon fb) \ $(use_with freetype) \ - $(use_with ipv6) \ $(use_with jpeg libjpeg) \ $(use_with libevent) \ $(use_with lzip) \ @@ -156,7 +154,7 @@ src_install() { default if use X; then - newicon ${DISTDIR}/links-graphics-xlinks-logo-pic.png links.png + newicon "${DISTDIR}"/links-graphics-xlinks-logo-pic.png links.png make_desktop_entry 'links -g %u' Links links 'Network;WebBrowser' local d="${ED}"/usr/share/applications echo 'MimeType=x-scheme-handler/http;' >> "${d}"/*.desktop || die