x11-terms/xfce4-terminal: Bump to 0.8.9.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-27 21:24:28 +01:00
parent a84b0cb20d
commit a11cecfa19
2 changed files with 38 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST xfce4-terminal-0.8.8.tar.bz2 938843 BLAKE2B ae7beb611744d7f2cc168cf1c938f5c49add4fb4691f95cfd8f88959f380aa1e3ff11181f08529a9825273a5da7fd9ab5f45de6e3f78eb5b7f224d8044592c5b SHA512 0ceb130f0a0ceaa0a30a808fb7ff5070f75a84ef460c99799b267e5ecb1e0c15ef29558f78949d9a8968bfc50efebabc0f32dfc426a1db7ee6d225c6fdbf7645
DIST xfce4-terminal-0.8.9.1.tar.bz2 943603 BLAKE2B ba8521c2e80e8979f1585eb5d9696c31c057a6ae1a9f468c8fe2e97f3a4fa5d494648b349b6c75a115918492d1b46177cf23d712d92345cab74551d68e054ea4 SHA512 c1a68300604d1db205ac52b51dfea38031dfd92b31f7530705ac6bc875c9b4f9819bdf05bca23cbfddd87f7899488ee4dab4c897ceb96efc41a44acfc298ed22
DIST xfce4-terminal-0.8.9.tar.bz2 943101 BLAKE2B 87dea9b1882f0245c9449d105d8ded215c5dc62a28f7abff0c6222f3b071b8f4cacad578fff86c57f0896c86aec04f00b800bbbf0853a25ebdc0c75d24df5708 SHA512 6d3225395bcb7706bb0452a7102d5fdfa404d018909987c824ca90e4fb8765aec7ffbb6534df18020c7c9dd9c860aeca0686e755f10e1855c870ef953d857397

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eapi7-ver
DESCRIPTION="A terminal emulator for the Xfce desktop environment"
HOMEPAGE="https://docs.xfce.org/apps/terminal/start"
SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="utempter"
RDEPEND=">=dev-libs/glib-2.38: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[@]}"
}