diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-21 21:24:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-21 21:45:38 +0200 |
commit | 8a36f1b16707776f89d0cbd3f32e51b1214968c9 (patch) | |
tree | 14b3637e2febd2ba12a6dc441387aae07c2dfc88 /app-text | |
parent | x11-misc/sddm: Drop old (diff) | |
download | gentoo-8a36f1b16707776f89d0cbd3f32e51b1214968c9.tar.gz gentoo-8a36f1b16707776f89d0cbd3f32e51b1214968c9.tar.bz2 gentoo-8a36f1b16707776f89d0cbd3f32e51b1214968c9.zip |
app-text/libqxp: New package
Required by app-office/libreoffice-6.
Thanks-to: cyrillic <cyrilmaley@hotmail.com>
Gentoo-bug: 629834
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libqxp/Manifest | 1 | ||||
-rw-r--r-- | app-text/libqxp/libqxp-0.0.0.ebuild | 37 | ||||
-rw-r--r-- | app-text/libqxp/metadata.xml | 11 |
3 files changed, 49 insertions, 0 deletions
diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest new file mode 100644 index 000000000000..1ad9581492d7 --- /dev/null +++ b/app-text/libqxp/Manifest @@ -0,0 +1 @@ +DIST libqxp-0.0.0.tar.xz 337292 SHA256 0dd32afbf1c889debc28848b260c1bdc0eba5f57504476b787e164f7c59776d5 SHA512 c92cb6298ea4643e29145732ff3b6df806f2d30c86ab4967e445dcbc8c43b6d9fdd17c30a3e6131b4f0f2a42135caa0137b61aac2ab2722528a08e1fd6c02df9 WHIRLPOOL b24aa8205ab11792f189dc1862f54afafe2b7fbbbd45487ec5a212afa3946de5f1372af59ff0c05332d7b77763b112ae95de017b24d472221015655d719e7093 diff --git a/app-text/libqxp/libqxp-0.0.0.ebuild b/app-text/libqxp/libqxp-0.0.0.ebuild new file mode 100644 index 000000000000..f38c8f335ab0 --- /dev/null +++ b/app-text/libqxp/libqxp-0.0.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Library parsing QuarkXpress documents" +HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}" +SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug doc test tools" + +RDEPEND=" + dev-libs/librevenge + dev-libs/icu:= +" +DEPEND="${RDEPEND} + dev-libs/boost + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_configure() { + econf \ + --disable-weffc \ + $(use_enable debug) \ + $(use_with doc docs) \ + $(use_enable test tests) \ + $(use_enable tools) +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} diff --git a/app-text/libqxp/metadata.xml b/app-text/libqxp/metadata.xml new file mode 100644 index 000000000000..e99ec98e14f8 --- /dev/null +++ b/app-text/libqxp/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>office@gentoo.org</email> + <name>Gentoo Office project</name> + </maintainer> + <use> + <flag name="tools">Build file conversion tools</flag> + </use> +</pkgmetadata> |