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 D849815815E for ; Mon, 5 Feb 2024 18:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 215F0E2A59; Mon, 5 Feb 2024 18:11:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B469E2A59 for ; Mon, 5 Feb 2024 18:11:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C33E3430A5 for ; Mon, 5 Feb 2024 18:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58E4814AB for ; Mon, 5 Feb 2024 18:11:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707156688.caea648c7acc296d519eb0614cb6c2a427327338.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/xfce4-terminal/Manifest x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild X-VCS-Directories: x11-terms/xfce4-terminal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: caea648c7acc296d519eb0614cb6c2a427327338 X-VCS-Branch: master Date: Mon, 5 Feb 2024 18:11:31 +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: 226118db-3a66-4c8a-becf-2a97c79f3bc7 X-Archives-Hash: 7e8b1ef97c1c068fe128c8c307df7a14 commit: caea648c7acc296d519eb0614cb6c2a427327338 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 5 18:10:39 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 5 18:11:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caea648c x11-terms/xfce4-terminal: Bump to 1.1.2 Signed-off-by: Michał Górny gentoo.org> x11-terms/xfce4-terminal/Manifest | 1 + .../xfce4-terminal/xfce4-terminal-1.1.2.ebuild | 59 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/x11-terms/xfce4-terminal/Manifest b/x11-terms/xfce4-terminal/Manifest index 9b4e85d7dec7..48198428008a 100644 --- a/x11-terms/xfce4-terminal/Manifest +++ b/x11-terms/xfce4-terminal/Manifest @@ -1 +1,2 @@ DIST xfce4-terminal-1.1.1.tar.bz2 1033180 BLAKE2B e33bf7f0ff56200154a7195b6aaf09a7b67c7577c78190fd110b1dc035914295735925bf82f0cd3b6809646315236a32fc835acbb8d97b73b57025205faef9e8 SHA512 0f2631cc9790b467495cf17a506c33b9c6a037b94a353cb870554b1dd9da0b4795ed965ca2e9beb5dec1b344304e4dc9f71130862f6b45d63f66c603757991cd +DIST xfce4-terminal-1.1.2.tar.bz2 1042199 BLAKE2B 5919899a7e76e31a05f13485a38564a38dba37335b412a7d548d107ea8ed5eea9edb087ac75e9a90364b5e9a0aaa4b8b32342ac3a8e026da0c3cf73bd8903c81 SHA512 ffd0975dc839e256ee18c8a5cb01025bfc2703af7d379d565ea861482269698c718c4cca408440cdc76ef7c6ccacaa6816da7f6734b1aef004cfb223f657243a diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild new file mode 100644 index 000000000000..1937b280276f --- /dev/null +++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg-utils + +DESCRIPTION="A terminal emulator for the Xfce desktop environment" +HOMEPAGE=" + https://docs.xfce.org/apps/terminal/start + https://gitlab.xfce.org/apps/xfce4-terminal/ +" +SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" +IUSE="utempter wayland X" +REQUIRED_USE="|| ( wayland X )" + +RDEPEND=" + >=dev-libs/glib-2.44.0:2 + >=dev-libs/libpcre2-10.00:= + >=x11-libs/gtk+-3.22.0:3[wayland?,X?] + >=x11-libs/vte-0.51.3:2.91 + >=xfce-base/libxfce4ui-4.17.5:=[gtk3(+)] + >=xfce-base/xfconf-4.16.0:= + utempter? ( sys-libs/libutempter:= ) + wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 ) + X? ( >=x11-libs/libX11-1.6.7 ) +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + dev-libs/libxml2 + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + local myconf=( + $(use_with utempter) + $(use_enable wayland) + $(use_enable wayland gtk-layer-shell) + $(use_enable X x11) + ) + + econf "${myconf[@]}" +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}