From db812912bedf3a9abd4e24a9db087d3212638159 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Fri, 7 Feb 2020 19:35:45 +0100 Subject: sci-chemistry/chemical-mime-data: Drop problematic mime type Bug: https://bugs.gentoo.org/701900 Closes: https://bugs.gentoo.org/707284 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Pacho Ramos --- .../chemical-mime-data-0.1.94-r4.ebuild | 53 ++++++++++++++++++++++ ...me-data-0.1.94-drop-turbomole-vibrational.patch | 20 ++++++++ 2 files changed, 73 insertions(+) create mode 100644 sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild create mode 100644 sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch diff --git a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild new file mode 100644 index 000000000000..ad703d678720 --- /dev/null +++ b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools xdg + +DESCRIPTION="A collection of data files to add support for chemical MIME types" +HOMEPAGE="https://github.com/dleidert/chemical-mime" +SRC_URI="mirror://sourceforge/${PN/-data/}/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +RDEPEND=" + x11-misc/shared-mime-info +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/intltool + dev-util/desktop-file-utils + dev-libs/libxslt + || ( + gnome-base/librsvg + media-gfx/imagemagick[xml,png,svg] + ) + media-gfx/imagemagick[png] + virtual/pkgconfig +" + +PATCHES=( + "${FILESDIR}"/${P}-turbomole.patch + "${FILESDIR}"/${P}-pigz.patch + "${FILESDIR}"/${P}-namespace-svg.patch + "${FILESDIR}"/${P}-rsvg-convert.patch + # https://github.com/dleidert/chemical-mime/issues/1 + "${FILESDIR}"/${P}-drop-turbomole-vibrational.patch +) + +src_prepare() { + xdg_src_prepare + eautoreconf +} + +src_configure() { + econf \ + --disable-update-database \ + --without-gnome-mime \ + --without-pixmaps \ + --without-kde-mime \ + --htmldir=/usr/share/doc/${PF}/html +} diff --git a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch new file mode 100644 index 000000000000..4c25b1a18343 --- /dev/null +++ b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch @@ -0,0 +1,20 @@ +diff -up chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in.turbomole_vibration chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in +--- chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in.turbomole_vibration 2020-01-29 17:32:45.000000000 +0100 ++++ chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in 2020-01-29 17:32:45.000000000 +0100 +@@ -1401,16 +1401,6 @@ + + + +- +- <_comment>Turbomole Vibrational Data File +- +- +- +- +- +- +- +- + + + <_comment>VAMAS document -- cgit v1.2.3-65-gdbad