diff options
Diffstat (limited to 'media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild')
-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 } |