diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2022-04-19 01:30:43 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-15 00:12:21 +0000 |
commit | f8368afd06db412a8dba7c8ff3406dd7c60b1695 (patch) | |
tree | 21242e7e2ffc6882ff3de2a825c8bd351f70a9ef /x11-terms/qterminal | |
parent | x11-libs/qtermwidget: add version 1.1.0 (diff) | |
download | gentoo-f8368afd06db412a8dba7c8ff3406dd7c60b1695.tar.gz gentoo-f8368afd06db412a8dba7c8ff3406dd7c60b1695.tar.bz2 gentoo-f8368afd06db412a8dba7c8ff3406dd7c60b1695.zip |
x11-terms/qterminal: update dependencies/patches
The 0.16.1-appdata.patch no longer applies, nor is it needed after the
upstream commit 69ce22c9114 [1].
1. https://github.com/lxqt/qterminal/commit/69ce22c91144e1811498c5f8f94
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-terms/qterminal')
-rw-r--r-- | x11-terms/qterminal/qterminal-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild index 34e20dcedd2a..894a3242fa81 100644 --- a/x11-terms/qterminal/qterminal-9999.ebuild +++ b/x11-terms/qterminal/qterminal-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ fi LICENSE="GPL-2 GPL-2+" SLOT="0" -BDEPEND=">=dev-util/lxqt-build-tools-0.10.0" +BDEPEND=">=dev-util/lxqt-build-tools-0.11.0" DEPEND=" >=dev-qt/qtcore-5.15:5 >=dev-qt/qtdbus-5.15:5 @@ -31,8 +31,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/qterminal-0.16.1-appdata.patch" ) - pkg_postinst() { xdg_icon_cache_update } |