public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/
Date: Tue,  9 Apr 2019 08:07:53 +0000 (UTC)	[thread overview]
Message-ID: <1554795150.06a1b7cdc42f501e853196d191f24883f4fdcbab.monsieurp@gentoo> (raw)

commit:     06a1b7cdc42f501e853196d191f24883f4fdcbab
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Mon Apr  1 06:49:51 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 07:32:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a1b7cd

x11-terms/terminology: version bump to 1.4.0.

- Add useflag for installable extra testing tools.

Closes: https://bugs.gentoo.org/682818
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11561
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 x11-terms/terminology/Manifest                 |  1 +
 x11-terms/terminology/metadata.xml             |  3 ++
 x11-terms/terminology/terminology-1.4.0.ebuild | 44 ++++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
index 68fc495325c..8678ec96d46 100644
--- a/x11-terms/terminology/Manifest
+++ b/x11-terms/terminology/Manifest
@@ -1 +1,2 @@
 DIST terminology-1.3.2.tar.xz 4849832 BLAKE2B db03ab8d40a432e42d645a53a02b96afa37a6d238cb26bea55de6153969164e53986d70091239235ba724556feaa32bc8de68aba5fb766543f1719791f0c5ab6 SHA512 e41e413348451e0df90634af06fb49ec830f9b1454eec2601977e6e35385bd1a62a385a9ab7fc02fc6c3750f5b73785e4f40f14bb36acd58d4c296074b5f32c8
+DIST terminology-1.4.0.tar.xz 4878656 BLAKE2B 7e6b41e1057aa245c9cbcbdf164efd68cef7d3bc92706d10d100bface25a7e29468512ee690795e9f09242b644d80215239f761fe7216ea5d768f48259436778 SHA512 c7fd6605c00983e79a647b1e577868e5d2b713321164cb0ee8ef4b4a4155bf320f3e145ce91ecf1d3b0c40f28ae360b96798e47fd11accfa230932cfbd9e5c9e

diff --git a/x11-terms/terminology/metadata.xml b/x11-terms/terminology/metadata.xml
index d9a6217dd22..acb2058998a 100644
--- a/x11-terms/terminology/metadata.xml
+++ b/x11-terms/terminology/metadata.xml
@@ -8,4 +8,7 @@
     <email>proxy-maint@gentoo.org</email>
     <name>Proxy Maintainers</name>
   </maintainer>
+  <use>
+    <flag name="extras">Install additional testing tools</flag>
+  </use>
 </pkgmetadata>

diff --git a/x11-terms/terminology/terminology-1.4.0.ebuild b/x11-terms/terminology/terminology-1.4.0.ebuild
new file mode 100644
index 00000000000..65b045e742a
--- /dev/null
+++ b/x11-terms/terminology/terminology-1.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson 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/${PN}/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="extras nls"
+
+RDEPEND="
+	|| ( dev-libs/efl[gles2] dev-libs/efl[opengl] )
+	|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
+	app-arch/lz4
+	dev-libs/efl[eet,fontconfig]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )
+"
+
+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
+}


             reply	other threads:[~2019-04-09  8:08 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-09  8:07 Patrice Clement [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-10-04  5:40 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-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=1554795150.06a1b7cdc42f501e853196d191f24883f4fdcbab.monsieurp@gentoo \
    --to=monsieurp@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