summaryrefslogtreecommitdiff
path: root/media-gfx/fotoxx/fotoxx-15.05.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/fotoxx/fotoxx-15.05.ebuild')
-rw-r--r--media-gfx/fotoxx/fotoxx-15.05.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/media-gfx/fotoxx/fotoxx-15.05.ebuild b/media-gfx/fotoxx/fotoxx-15.05.ebuild
deleted file mode 100644
index b15710b39828..000000000000
--- a/media-gfx/fotoxx/fotoxx-15.05.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop toolchain-funcs xdg-utils
-
-DESCRIPTION="Program for improving image files made with a digital camera"
-HOMEPAGE="https://www.kornelix.net/fotoxx/fotoxx.html"
-SRC_URI="http://www.kornelix.com/uploads/1/3/0/3/13035936/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="
- media-libs/libpng
- media-libs/tiff
- media-libs/lcms:2
- x11-libs/gtk+:3"
-RDEPEND="${DEPEND}
- media-gfx/ufraw[gtk]
- media-gfx/dcraw
- media-libs/exiftool
- x11-misc/xdg-utils"
-
-PATCHES=(
- "${FILESDIR}"/${P}-docdir.patch
- "${FILESDIR}"/${P}-gcc-11.patch
-)
-
-src_compile() {
- tc-export CXX
- emake
-}
-
-src_install() {
- # For the Help menu items to work, *.html must be in /usr/share/doc/${PF},
- # and README, changelog, translations, edit-menus, KB-shortcuts must not be compressed
- emake DESTDIR="${D}" install
- newmenu desktop ${PN}.desktop
- rm -f "${D}"/usr/share/doc/${PF}/*.man || die
- docompress -x /usr/share/doc
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
-}