diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 22:46:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 23:17:40 +0100 |
commit | 829edf66860c8fe1c0dd9aba600a956acbe6371c (patch) | |
tree | abd72a9fbd49fc0c35e493261d1725e4e719ce83 /kde-misc | |
parent | kde-misc/plasma-applet-network-monitor: update EAPI 7 -> 8 (diff) | |
download | gentoo-829edf66860c8fe1c0dd9aba600a956acbe6371c.tar.gz gentoo-829edf66860c8fe1c0dd9aba600a956acbe6371c.tar.bz2 gentoo-829edf66860c8fe1c0dd9aba600a956acbe6371c.zip |
kde-misc/openofficeorg-thumbnail: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild index 37412f3eeaa1..c845d223c4e5 100644 --- a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild +++ b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_P="OpenOfficeorgThumbnail-${PV}" KFMIN=5.60.0 @@ -11,6 +11,7 @@ inherit ecm DESCRIPTION="Thumbnail-plugin that generates thumbnails for ODF files" HOMEPAGE="https://www.kde-apps.org/content/show.php?content=110864" SRC_URI="http://arielch.fedorapeople.org/devel/src/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="LGPL-3" SLOT="5" @@ -24,6 +25,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -S=${WORKDIR}/${MY_P} - PATCHES=( "${FILESDIR}"/${P}-kf5-support.patch ) |