summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-05 00:21:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-05 01:02:59 +0200
commit6d55350b89630e366023c9800f8a8c8f1710d449 (patch)
treeff4b35220b28264b3492d70bc87db65e6b0d052d /media-gfx
parentmedia-gfx/fotoxx: fdo-mime -> xdg-utils (diff)
downloadgentoo-6d55350b89630e366023c9800f8a8c8f1710d449.tar.gz
gentoo-6d55350b89630e366023c9800f8a8c8f1710d449.tar.bz2
gentoo-6d55350b89630e366023c9800f8a8c8f1710d449.zip
media-gfx/fotoxx: Sort DEPENDs, s/PF/P/, missing || die
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/fotoxx/fotoxx-15.04.1.ebuild12
-rw-r--r--media-gfx/fotoxx/fotoxx-15.05.ebuild12
2 files changed, 10 insertions, 14 deletions
diff --git a/media-gfx/fotoxx/fotoxx-15.04.1.ebuild b/media-gfx/fotoxx/fotoxx-15.04.1.ebuild
index 7f07dc6d0c3d..5ef117c20f77 100644
--- a/media-gfx/fotoxx/fotoxx-15.04.1.ebuild
+++ b/media-gfx/fotoxx/fotoxx-15.04.1.ebuild
@@ -15,19 +15,17 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- x11-libs/gtk+:3
media-libs/libpng
media-libs/tiff
- media-libs/lcms:2"
+ media-libs/lcms:2
+ x11-libs/gtk+:3"
RDEPEND="${DEPEND}
- media-libs/exiftool
media-gfx/ufraw[gtk]
media-gfx/dcraw
+ media-libs/exiftool
x11-misc/xdg-utils"
-PATCHES=(
- "${FILESDIR}"/${PF}.patch
-)
+PATCHES=( "${FILESDIR}"/${P}.patch )
src_compile() {
tc-export CXX
@@ -39,7 +37,7 @@ src_install() {
# 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
+ rm -f "${D}"/usr/share/doc/${PF}/*.man || die
docompress -x /usr/share/doc
}
diff --git a/media-gfx/fotoxx/fotoxx-15.05.ebuild b/media-gfx/fotoxx/fotoxx-15.05.ebuild
index 7f07dc6d0c3d..5ef117c20f77 100644
--- a/media-gfx/fotoxx/fotoxx-15.05.ebuild
+++ b/media-gfx/fotoxx/fotoxx-15.05.ebuild
@@ -15,19 +15,17 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- x11-libs/gtk+:3
media-libs/libpng
media-libs/tiff
- media-libs/lcms:2"
+ media-libs/lcms:2
+ x11-libs/gtk+:3"
RDEPEND="${DEPEND}
- media-libs/exiftool
media-gfx/ufraw[gtk]
media-gfx/dcraw
+ media-libs/exiftool
x11-misc/xdg-utils"
-PATCHES=(
- "${FILESDIR}"/${PF}.patch
-)
+PATCHES=( "${FILESDIR}"/${P}.patch )
src_compile() {
tc-export CXX
@@ -39,7 +37,7 @@ src_install() {
# 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
+ rm -f "${D}"/usr/share/doc/${PF}/*.man || die
docompress -x /usr/share/doc
}