From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
Date: Tue, 28 Apr 2020 07:44:32 +0000 (UTC) [thread overview]
Message-ID: <1588059845.910c87875ec5ad18ea03f425c61f1e508ef10457.juippis@gentoo> (raw)
commit: 910c87875ec5ad18ea03f425c61f1e508ef10457
Author: Ewoud Kohl van Wijngaarden <ewoud <AT> kohlvanwijngaarden <DOT> nl>
AuthorDate: Tue Apr 21 20:57:31 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 07:44:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910c8787
x11-terms/roxterm: Bump to 3.9.3
Closes: https://bugs.gentoo.org/581272
Closes: https://bugs.gentoo.org/718548
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ewoud Kohl van Wijngaarden <ewoud <AT> kohlvanwijngaarden.nl>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-terms/roxterm/Manifest | 1 +
x11-terms/roxterm/roxterm-3.9.3.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index 2984ef800a2..4c180bf9a55 100644
--- a/x11-terms/roxterm/Manifest
+++ b/x11-terms/roxterm/Manifest
@@ -1 +1,2 @@
DIST roxterm-3.1.5.tar.xz 309892 BLAKE2B 11ede6d870a2aa96bfff4974ab33ac4814802f6b08e684f9367e3e268adc113be2b0c92eb337447f8d20a687c7be5f414854cf1f75831ef6c38f4d78d3897317 SHA512 f07989331b1cf915e94582bfceff8cb87f20613eb272ccc502fb49c7508a1330cfa3b137c59f300b8541595aed541867c1b0aad36809e7e9a326f7119fde2acd
+DIST roxterm-3.9.3.tar.gz 527056 BLAKE2B 442b9ee2605dd2b5e817ec792cab718eeed7aeacdd5a34582df780ee7fb970299985a49fda146c56dfa242d3a34098673fdcdbf7af96f1ab9e7c4340f08d78d9 SHA512 d3e29575a9985c8c967d9fa2b73d7dfd45cc13334b29c759219a90a3e0299c4d253a15e969be8c85c9aa12b1fddd390830fdb3ae99fea49d37a849e9881bd087
diff --git a/x11-terms/roxterm/roxterm-3.9.3.ebuild b/x11-terms/roxterm/roxterm-3.9.3.ebuild
new file mode 100644
index 00000000000..af6a540bc9c
--- /dev/null
+++ b/x11-terms/roxterm/roxterm-3.9.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
+HOMEPAGE="https://github.com/realh/roxterm"
+SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-3"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/dbus-glib
+ dev-libs/glib:2
+ dev-libs/libpcre2
+ sys-apps/dbus
+ x11-libs/gtk+:3
+ x11-libs/vte:2.91[vanilla]"
+# vanilla vte due to https://github.com/realh/roxterm/issues/222
+DEPEND="${RDEPEND}
+ dev-libs/libxslt"
+BDEPEND="virtual/pkgconfig"
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
next reply other threads:[~2020-04-28 7:45 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 7:44 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-25 12:42 [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/ Jakov Smolić
2022-06-29 16:09 Matt Turner
2021-01-18 11:36 David Seifert
2021-01-10 21:59 Sam James
2021-01-10 21:58 Sam James
2020-09-13 23:49 Sam James
2020-09-13 23:47 Sam James
2020-09-13 23:47 Sam James
2020-09-13 23:47 Sam James
2020-08-17 13:50 Agostino Sarubbo
2020-08-16 14:50 Agostino Sarubbo
2020-04-28 7:44 Joonas Niilola
2020-04-14 8:35 Joonas Niilola
2018-02-16 14:13 Pacho Ramos
2018-02-11 11:36 Michał Górny
2017-04-22 12:24 Pacho Ramos
2017-02-11 19:47 David Seifert
2017-01-15 11:20 Pacho Ramos
2017-01-04 16:56 Agostino Sarubbo
2016-12-17 12:43 Pacho Ramos
2015-12-14 22:22 Michał Górny
2015-11-11 8:12 Ian Delaney
2015-10-04 8:05 Ian Delaney
2015-09-26 15:15 Ian Delaney
2015-09-11 14:35 Manuel Rüger
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=1588059845.910c87875ec5ad18ea03f425c61f1e508ef10457.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