From 6253ec7595b588bf5ba15da9daddec67c8dc4144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Wed, 28 Jul 2021 11:30:59 +0200 Subject: Update sci-astronomy/siril and fix errors --- sci-astronomy/siril/metadata.xml | 2 +- sci-astronomy/siril/siril-0.99.10.1.ebuild | 7 +++---- sci-astronomy/siril/siril-9999.ebuild | 14 ++++++-------- 3 files changed, 10 insertions(+), 13 deletions(-) (limited to 'sci-astronomy') diff --git a/sci-astronomy/siril/metadata.xml b/sci-astronomy/siril/metadata.xml index fca8134..95bb9bf 100644 --- a/sci-astronomy/siril/metadata.xml +++ b/sci-astronomy/siril/metadata.xml @@ -9,6 +9,6 @@ Enable support for ISO/IEC 23008-12:2017 HEIF/HEIC image format using media-libs/libheif - Enable support for World Coordinate System library using sci-astronomy/wcslib + Enable support for World Coordinate System library using sci-astronomy/wcslib diff --git a/sci-astronomy/siril/siril-0.99.10.1.ebuild b/sci-astronomy/siril/siril-0.99.10.1.ebuild index c7957a6..f067df1 100644 --- a/sci-astronomy/siril/siril-0.99.10.1.ebuild +++ b/sci-astronomy/siril/siril-0.99.10.1.ebuild @@ -25,8 +25,8 @@ RDEPEND=" png? ( media-libs/libpng ) raw? ( media-libs/libraw ) tiff? ( media-libs/tiff ) - wcs? ( sci-astronomy/wcslib ) -" + wcs? ( sci-astronomy/wcslib )" + DEPEND=" ${RDEPEND} x11-libs/gtk+:3= @@ -36,8 +36,7 @@ DEPEND=" dev-libs/libconfig dev-libs/json-glib media-libs/opencv - media-gfx/exiv2 -" + media-gfx/exiv2" DOCS=( README.md NEWS ChangeLog ) diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild index 15cc97a..8ba7743 100644 --- a/sci-astronomy/siril/siril-9999.ebuild +++ b/sci-astronomy/siril/siril-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,8 +12,7 @@ EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="curl ffmpeg gnuplot heif jpeg png raw tiff" -WORKDIR= +IUSE="curl ffmpeg gnuplot heif jpeg png raw tiff wcs" RDEPEND=" curl? ( net-misc/curl ) @@ -39,14 +38,13 @@ DEPEND=" DOCS=( README.md NEWS ChangeLog ) - pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } -- cgit v1.2.3