From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/
Date: Mon, 4 Oct 2021 05:40:51 +0000 (UTC) [thread overview]
Message-ID: <1633326020.50c00e7dd00ac1280ed9cb4636f2dd531f6bb993.juippis@gentoo> (raw)
commit: 50c00e7dd00ac1280ed9cb4636f2dd531f6bb993
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 4 05:04:25 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 05:40:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c00e7d
x11-terms/terminology: add 1.10.0
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-terms/terminology/Manifest | 1 +
x11-terms/terminology/terminology-1.10.0.ebuild | 56 +++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
index d1dc9f5e1da..b99acec7945 100644
--- a/x11-terms/terminology/Manifest
+++ b/x11-terms/terminology/Manifest
@@ -1 +1,2 @@
+DIST terminology-1.10.0.tar.xz 4984496 BLAKE2B f8ca3e30686057a95d3d37993680e436c30df64fa058ebfdc5faeb2c4695b1e7277a542c4d92870d89e006db408b93b1cc99f1d2d5037023b1525662ab95192d SHA512 2afd253da27a49bf4d306bcc92fb14148c7f2df1116de8422a60be128be8483042ae61457805ce446d863b5671c6d1613d77efc811167a786f3968f68964dae1
DIST terminology-1.9.0.tar.xz 4971192 BLAKE2B 840da3f9c5432d795fc21418b24a351e6c3057566339c673c2de7c08ff16db9d65cbb431ac1151cb85f035a577b509339fbf6eed68197ac96d67dd59c6a67cb1 SHA512 03955899f320b9d018d9e8a4a195b298e35052e6b5fa7d6c804f1810edf9ef55cac02e8d8c7261e1b890e8a453fce6418dc53a37abe499067688d3e16fdff9f1
diff --git a/x11-terms/terminology/terminology-1.10.0.ebuild b/x11-terms/terminology/terminology-1.10.0.ebuild
new file mode 100644
index 00000000000..9ba5779041f
--- /dev/null
+++ b/x11-terms/terminology/terminology-1.10.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit meson python-any-r1 xdg-utils
+
+DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
+HOMEPAGE="https://www.enlightenment.org/about-terminology"
+SRC_URI="https://download.enlightenment.org/rel/apps/terminology/${P}.tar.xz https://downloads.terminolo.gy/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="extras nls"
+
+RDEPEND="|| ( dev-libs/efl[gles2-only] dev-libs/efl[opengl] )
+ || ( dev-libs/efl[X] dev-libs/efl[wayland] )
+ app-arch/lz4
+ dev-libs/efl[eet,fontconfig]"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
+ virtual/libintl
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+ python-any-r1_pkg_setup
+}
+
+src_prepare() {
+ default
+
+ # Fix python shebangs for python-exec[-native-symlinks], #766081
+ local shebangs=($(grep -rl "#!/usr/bin/env python3" || die))
+ python_fix_shebang -q ${shebangs[*]}
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use nls)
+ $(meson_use extras tests)
+ )
+
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
next reply other threads:[~2021-10-04 5:40 UTC|newest]
Thread overview: 93+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-04 5:40 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-25 6:06 [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/ Joonas Niilola
2024-07-08 7:17 Joonas Niilola
2023-08-25 6:48 Joonas Niilola
2023-01-04 14:16 Joonas Niilola
2023-01-04 14:16 Joonas Niilola
2023-01-04 14:16 Joonas Niilola
2022-12-02 7:01 Joonas Niilola
2022-09-16 12:13 Joonas Niilola
2022-06-04 7:07 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-01-07 7:37 Joonas Niilola
2022-01-04 16:19 Joonas Niilola
2021-12-15 13:07 Joonas Niilola
2021-12-12 7:13 Joonas Niilola
2021-12-12 7:13 Joonas Niilola
2021-11-12 6:31 Joonas Niilola
2021-11-10 7:02 Joonas Niilola
2021-11-03 17:05 Joonas Niilola
2021-11-03 17:05 Joonas Niilola
2021-07-29 1:37 Yixun Lan
2021-05-11 8:47 Joonas Niilola
2021-02-18 8:00 Joonas Niilola
2021-02-18 8:00 Joonas Niilola
2021-02-18 8:00 Joonas Niilola
2021-01-19 10:37 Joonas Niilola
2021-01-19 5:51 Joonas Niilola
2020-09-27 20:09 Sam James
2020-09-27 10:27 Joonas Niilola
2020-09-12 8:16 Joonas Niilola
2020-09-12 8:16 Joonas Niilola
2020-08-12 5:56 Joonas Niilola
2020-08-12 5:56 Joonas Niilola
2020-08-04 16:50 Joonas Niilola
2020-06-17 12:34 Joonas Niilola
2020-06-10 7:44 Joonas Niilola
2020-06-10 7:44 Joonas Niilola
2020-06-10 7:44 Joonas Niilola
2020-05-11 6:55 Joonas Niilola
2020-01-27 11:57 Mikle Kolyada
2019-12-30 11:54 Joonas Niilola
2019-12-30 11:54 Joonas Niilola
2019-12-30 11:54 Joonas Niilola
2019-11-17 7:46 Joonas Niilola
2019-08-18 15:04 Joonas Niilola
2019-08-18 15:04 Joonas Niilola
2019-08-18 13:26 Joonas Niilola
2019-07-31 3:41 Joonas Niilola
2019-07-30 15:48 Joonas Niilola
2019-07-29 23:17 Joonas Niilola
2019-05-26 11:34 Michał Górny
2019-05-26 11:34 Michał Górny
2019-05-12 20:56 Thomas Deutschmann
2019-05-11 11:07 Mikle Kolyada
2019-04-09 8:07 Patrice Clement
2019-02-04 1:14 Andreas Sturmlechner
2019-02-04 1:14 Andreas Sturmlechner
2018-12-23 17:17 Mikle Kolyada
2018-12-23 17:17 Mikle Kolyada
2018-12-22 22:25 Thomas Deutschmann
2018-12-19 9:25 Georgy Yakovlev
2018-12-04 22:53 Patrice Clement
2018-09-28 10:30 Michał Górny
2018-09-28 8:03 Mikle Kolyada
2018-09-24 1:50 Thomas Deutschmann
2018-08-21 21:55 Patrice Clement
2018-08-21 8:31 Patrice Clement
2018-08-11 10:35 Sergei Trofimovich
2018-08-07 6:47 Sergei Trofimovich
2018-07-09 20:30 Andreas Sturmlechner
2018-07-09 20:30 Andreas Sturmlechner
2018-07-09 15:37 Mikle Kolyada
2018-07-06 13:43 Thomas Deutschmann
2018-06-13 12:15 Michał Górny
2018-06-13 10:41 Michał Górny
2018-05-20 0:37 Aaron Bauman
2018-05-20 0:37 Aaron Bauman
2018-05-16 8:15 Michał Górny
2018-05-13 7:28 Michał Górny
2018-05-13 7:28 Michał Górny
2018-04-16 15:35 Michał Górny
2017-12-17 12:34 Thomas Sachau
2017-12-17 12:34 Thomas Sachau
2017-08-13 10:44 Sergei Trofimovich
2017-08-13 10:19 Sergei Trofimovich
2017-03-12 4:00 Mike Frysinger
2017-03-12 3:16 Mike Frysinger
2017-03-12 3:16 Mike Frysinger
2016-08-07 7:30 Pacho Ramos
2016-04-18 12:30 Ian Delaney
2015-09-19 0:45 Mike Frysinger
2015-09-19 0:45 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1633326020.50c00e7dd00ac1280ed9cb4636f2dd531f6bb993.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox