diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-15 12:47:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-28 16:29:22 +0200 |
commit | bd9e2c050a41d1bf2547242bd9501d8cf0413291 (patch) | |
tree | 740cae4aaf791697ffcdc1d0c75dcc3c6b35c255 /media-video/ffdiaporama | |
parent | media-sound/audacious: Drop 4.0.3 and 4.0.4 (diff) | |
download | gentoo-bd9e2c050a41d1bf2547242bd9501d8cf0413291.tar.gz gentoo-bd9e2c050a41d1bf2547242bd9501d8cf0413291.tar.bz2 gentoo-bd9e2c050a41d1bf2547242bd9501d8cf0413291.zip |
media-video/ffdiaporama: EAPI-7 bump, drop gnome2-utils
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/ffdiaporama')
-rw-r--r-- | media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild b/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild index 78ec3bfd11d4..18f8f9737310 100644 --- a/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild +++ b/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit gnome2-utils qmake-utils xdg-utils +EAPI=7 MY_PV=${PV%_pre20140701} BIN_PV=${MY_PV}.devel.2014.0701 RSC_PV=${MY_PV}.devel.2014.0503 TMT_PV=1.0.2014.0125 +inherit qmake-utils xdg-utils + DESCRIPTION="Movie creator from photos and video clips" HOMEPAGE="https://ffdiaporama.tuxfamily.org" SRC_URI="https://download.tuxfamily.org/${PN}/Packages/Devel/${PN}_bin_${BIN_PV}.tar.gz @@ -18,8 +18,7 @@ SRC_URI="https://download.tuxfamily.org/${PN}/Packages/Devel/${PN}_bin_${BIN_PV} https://dev.gentoo.org/~jstein/dist/ffdiaporama-2.2-ffmpeg-4.0.patch texturemate? ( https://download.tuxfamily.org/${PN}/Packages/Stable/${PN}_texturemate_${TMT_PV}.tar.gz )" -LICENSE="GPL-2 - texturemate? ( CC-BY-3.0 )" +LICENSE="GPL-2 texturemate? ( CC-BY-3.0 )" SLOT="0" KEYWORDS="amd64 x86" IUSE="openclipart texturemate" @@ -67,11 +66,11 @@ src_install() { pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update xdg_mimeinfo_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } |