public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/
Date: Sun, 25 Feb 2018 20:04:40 +0000 (UTC)	[thread overview]
Message-ID: <1519589076.4eaca4d909fbcef620b5b4f531b328687d7141c0.mgorny@gentoo> (raw)

commit:     4eaca4d909fbcef620b5b4f531b328687d7141c0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 20:03:45 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 20:04:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eaca4d9

x11-terms/xfce4-terminal: Bump to 0.8.7

 x11-terms/xfce4-terminal/Manifest                  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.7.ebuild     | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest b/x11-terms/xfce4-terminal/Manifest
index 5082f1499c5..b5970852c78 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-terminal-0.6.3.tar.bz2 815207 BLAKE2B 5c68d1efb14ef1a4fe0d9377909cceb39b92519eba73d89e08c004ef38b96cc14f6ecacfe41169839fec9573e21422074fdbf43f65db002aa1fbb8e606f3eb1f SHA512 805390b75178b3a2fbff4f8dfe972474e5575ad5a80aaf775f7b4086f975cf5b444a335b1ec1a9a39bc89642c71e1d0cb1bbc14d96b913980bd231d32a081c49
 DIST xfce4-terminal-0.8.5.1.tar.bz2 942117 BLAKE2B b72f1f51837778a90b4f3299ed2d4d04ae7658f52399da9bf5d44b4e41a87a8382486172384604e8782dfa754f411f4436ae756ce4c1e966465c10c0ba2da22d SHA512 bf64877985d75c4d6b7a9da741c1f71486dacf2bf203de4555ceb6f45eee109938e29bdbb70487a67f40aa51a6a10fca7ee04b89d87e3e4f11a0a99cfbe1be9f
 DIST xfce4-terminal-0.8.6.tar.bz2 952859 BLAKE2B 7f6ed679eb53196d2665003cc2af7543c42c73679f91581ee241c4c1d3d4d34dfd8b78e2a8f3038514727d585b51a2ae11fe20a48a55e9d0b869c6baeb4ecf18 SHA512 96d9c3fab56ad9cd267bd7b33f4d8fb3831200b9507653a69e6872b673ca5e30adffc73ef2f73de6eb858a2817a98b781188a39a4c0d79298699711c49f8be97
+DIST xfce4-terminal-0.8.7.tar.bz2 889667 BLAKE2B 9b3864dab50f3fb6a5b0119053ad2fad52d2054d2356eda5e7b51abb3a5a8582c3da12eec43b08c538892d297752decdda7140b178b31948222bf913cf759986 SHA512 84c9876aedda5ab635447a332344756ae3a953c6f5267c2275c1f293e7ab34b874b15924abac5ad6e0bd874085138179f90032ffbc9d1cc622172ad757f33dc2

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.ebuild b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.ebuild
new file mode 100644
index 00000000000..f541e059abd
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="utempter"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+	>=x11-libs/gtk+-3.20.8:3=
+	x11-libs/libX11:=
+	>=x11-libs/vte-0.38:2.91=
+	>=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+	utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+	dev-libs/libxml2
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+	local myconf=(
+		$(use_with utempter)
+	)
+
+	econf "${myconf[@]}"
+}


             reply	other threads:[~2018-02-25 20:04 UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-25 20:04 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-14  4:22 [gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/ Michał Górny
2024-03-13 23:57 Sam James
2024-03-12 21:24 Arthur Zamarin
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-02-29 14:44 Michał Górny
2024-02-05 18:11 Michał Górny
2023-12-30  1:26 Ionen Wolkens
2023-12-22 15:36 Arthur Zamarin
2023-12-22  5:14 Ionen Wolkens
2023-12-16  3:06 Michał Górny
2023-12-02 10:53 Arthur Zamarin
2023-12-02  9:50 Michał Górny
2023-12-02  9:48 Arthur Zamarin
2023-12-02  9:45 Arthur Zamarin
2023-12-02  9:34 Michał Górny
2023-11-15 16:35 Arthur Zamarin
2023-10-14 13:05 Michał Górny
2023-10-06 19:05 Michał Górny
2023-10-06 18:11 Arthur Zamarin
2023-10-06 16:04 Sam James
2023-10-06 14:31 Sam James
2023-10-06 14:30 Arthur Zamarin
2023-10-06 14:29 Sam James
2023-08-22 12:04 Michał Górny
2022-08-28  6:49 WANG Xuerui
2022-07-27  6:55 Michał Górny
2022-07-26 18:41 Sam James
2022-07-26  4:46 Sam James
2022-07-26  2:17 Sam James
2022-07-26  2:05 Sam James
2022-07-26  1:36 Sam James
2022-05-22 16:36 Michał Górny
2022-05-13  4:27 Michał Górny
2022-05-05  7:09 Michał Górny
2022-05-05  7:07 Jakov Smolić
2022-04-27 18:21 Arthur Zamarin
2022-04-27 18:08 Arthur Zamarin
2022-04-27 18:04 Arthur Zamarin
2022-04-27 11:21 Jakov Smolić
2022-04-27 11:21 Jakov Smolić
2022-04-20 17:24 Michał Górny
2022-04-14 12:34 Andreas K. Hüttel
2022-04-01 17:10 Michał Górny
2022-03-24 18:16 Michał Górny
2022-03-05  8:44 Michał Górny
2022-02-10 10:35 Michał Górny
2021-12-10 18:58 Michał Górny
2021-10-17 11:57 Michał Górny
2021-10-17 11:57 Michał Górny
2021-06-02  2:42 Yixun Lan
2021-04-12 23:33 Sam James
2020-12-22 23:35 Michał Górny
2020-07-19 14:19 Michał Górny
2020-05-08 10:46 Agostino Sarubbo
2020-05-06  7:18 Sergei Trofimovich
2020-05-06  7:01 Sergei Trofimovich
2020-05-03 10:12 Agostino Sarubbo
2020-03-30  6:51 Michał Górny
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:34 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-14 19:24 Sergei Trofimovich
2020-03-14 18:05 Mikle Kolyada
2020-03-13 18:54 Agostino Sarubbo
2019-12-30  4:26 Michał Górny
2019-12-27 20:28 Michał Górny
2019-12-27  4:50 Michał Górny
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-10-12 21:00 Sergei Trofimovich
2019-07-03  3:45 Michał Górny
2018-12-02 11:12 Mikle Kolyada
2018-11-27 16:01 Tobias Klausmann
2018-11-24 13:40 Sergei Trofimovich
2018-11-12 13:45 Mikle Kolyada
2018-11-11 19:07 Michał Górny
2018-05-27 20:56 Mikle Kolyada
2018-05-15 15:55 Michał Górny
2018-04-19 21:08 Mikle Kolyada
2018-04-18 21:04 Sergei Trofimovich
2018-04-10 11:32 Tobias Klausmann
2018-04-08 17:28 Aaron Bauman
2018-04-08 15:48 Sergei Trofimovich
2018-03-29  7:18 Michał Górny
2018-03-23 19:53 Markus Meier
2018-03-15 17:14 Michał Górny
2018-03-03 17:48 Tobias Klausmann
2018-02-28 19:10 Michał Górny
2018-02-26  7:16 Michał Górny
2018-02-26  7:16 Michał Górny
2018-01-10 21:22 Sergei Trofimovich
2018-01-08  8:00 Sergei Trofimovich
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 10:42 Mikle Kolyada
2017-07-15 22:23 Michał Górny
2017-06-21 12:17 Agostino Sarubbo
2017-06-21 11:57 Agostino Sarubbo
2017-06-21  4:41 Markus Meier
2017-06-18 14:01 Agostino Sarubbo
2017-06-17 15:58 Sergei Trofimovich
2017-06-09  7:39 Michał Górny
2017-05-15  8:16 Michał Górny
2017-02-06 18:20 Michał Górny
2017-01-10 14:52 Michał Górny
2016-10-31 16:02 Michał Górny
2016-10-31 16:02 Michał Górny
2016-10-20  8:54 Michał Górny
2016-09-07 17:11 Michał Górny
2016-07-30  5:35 Michał Górny
2016-03-04  8:13 Stephen Klimaszewski

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=1519589076.4eaca4d909fbcef620b5b4f531b328687d7141c0.mgorny@gentoo \
    --to=mgorny@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