diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-03 22:28:21 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-03 22:28:21 +0000 |
commit | c3776c0474ebc247402bccf61a88d045b2d290f6 (patch) | |
tree | c47f35b83be119cba9e9e5ccdefc40de281ab41d /x11-terms/qterminal/qterminal-0.8.0.ebuild | |
parent | f2f982c439292afc878c351e49d81194a902f5e2 (diff) |
x11-libs/qtermwidget && x11-terms/qterminal : version bump (0.7.1 -> 0.8.0)
Diffstat (limited to 'x11-terms/qterminal/qterminal-0.8.0.ebuild')
-rw-r--r-- | x11-terms/qterminal/qterminal-0.8.0.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/x11-terms/qterminal/qterminal-0.8.0.ebuild b/x11-terms/qterminal/qterminal-0.8.0.ebuild new file mode 100644 index 00000000..7092e899 --- /dev/null +++ b/x11-terms/qterminal/qterminal-0.8.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils gnome2-utils + +DESCRIPTION="Qt-based multitab terminal emulator" +HOMEPAGE="https://github.com/lxde/qterminal" +SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~arm x86" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 + ~x11-libs/qtermwidget-${PV} +" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/${P}-no-liblxqt.patch" ) + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |