summaryrefslogtreecommitdiff
path: root/x11-terms
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-08 19:19:35 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-08 19:19:35 +0000
commit1100184368ffc184377c48797d63748f6c0f8f7a (patch)
treef71deb311bc0aacc680b50ae0c9d106307bd2c32 /x11-terms
parentb065357cffb7c25d30b4430c92663ecf71d341d3 (diff)
downloadbaldeagleos-repo-1100184368ffc184377c48797d63748f6c0f8f7a.tar.gz
baldeagleos-repo-1100184368ffc184377c48797d63748f6c0f8f7a.tar.xz
baldeagleos-repo-1100184368ffc184377c48797d63748f6c0f8f7a.zip
Adding metadata
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/xfce4-terminal/Manifest2
-rw-r--r--x11-terms/xfce4-terminal/xfce4-terminal-1.2.0.ebuild (renamed from x11-terms/xfce4-terminal/xfce4-terminal-1.1.4-r1.ebuild)24
2 files changed, 13 insertions, 13 deletions
diff --git a/x11-terms/xfce4-terminal/Manifest b/x11-terms/xfce4-terminal/Manifest
index 8321342a3c71..413289356825 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1,2 @@
-DIST xfce4-terminal-1.1.4.tar.bz2 1498643 BLAKE2B 290a765b8873b54f799166fa28e4ff92d712a7b90cbd16479ea3aa1eb93782f8f63b7a45c0a6ec62fba6b1cebfa9d7a80ffd8ab9b6f482c14a83a842167645eb SHA512 c2a749f75142690f188d1f66a63573c612bb47db42f1933d63cfd8026ac0a66067112d92ff52f9ce7dfb735f7f6ea1ac55d34077be0341e7848dd7daffc101a9
DIST xfce4-terminal-1.1.5.tar.xz 440192 BLAKE2B d17a90a89e883d274e63ccba8332fc5b4caf4a9fab50eed26afc1401795df305ba4190cfb8e653b7a2730226dd3f6a870e32581a0c5ba2d660cbe79000ba9a54 SHA512 075ce32f60198ab6f99ac08f9b00328c70cc3b35a082dcdbf245028a31f471fb5758c2d5569f6ccdce9593c70040f8a88d87ea53b86e021e603a85413b6f89c5
+DIST xfce4-terminal-1.2.0.tar.xz 451388 BLAKE2B 9768b44ef9667b78162f6221ddbdc0526f6d02b5bc7ef406b0228640fd93f5ccac44c541fe1cc01c19bd0bced5104b20a1e073fc0771d881f4eca9140e9dde6b SHA512 b0ac9330d7df046955bad43a535a1eb58bb7461d97d7145924df6e179c2b276817ecd607b72fae881d5e724a3ee5b29f2bd309ebadda5b88cc0afab52b33da13
diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.4-r1.ebuild b/x11-terms/xfce4-terminal/xfce4-terminal-1.2.0.ebuild
index ff1fdcf76054..1a497db15bd9 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.4-r1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.2.0.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit xdg-utils
+inherit meson 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"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-solaris"
IUSE="utempter wayland X"
REQUIRED_USE="|| ( wayland X )"
@@ -23,7 +23,8 @@ RDEPEND="
>=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/libxfce4ui-4.17.5:=
+ >=xfce-base/libxfce4util-4.16.0:=
>=xfce-base/xfconf-4.16.0:=
utempter? ( sys-libs/libutempter:= )
wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
@@ -39,14 +40,13 @@ BDEPEND="
"
src_configure() {
- local myconf=(
- $(use_with utempter)
- $(use_enable wayland)
- $(use_enable wayland gtk-layer-shell)
- $(use_enable X x11)
+ local emesonargs=(
+ $(meson_feature X x11)
+ $(meson_feature wayland)
+ $(meson_feature wayland gtk-layer-shell)
+ $(meson_feature utempter libutempter)
)
-
- econf "${myconf[@]}"
+ meson_src_configure
}
pkg_postinst() {