diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /kde-apps/okular | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'kde-apps/okular')
-rw-r--r-- | kde-apps/okular/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/okular/metadata.xml | 11 | ||||
-rw-r--r-- | kde-apps/okular/okular-4.14.3.ebuild | 57 |
3 files changed, 69 insertions, 0 deletions
diff --git a/kde-apps/okular/Manifest b/kde-apps/okular/Manifest new file mode 100644 index 000000000000..c9d1abfa4dcf --- /dev/null +++ b/kde-apps/okular/Manifest @@ -0,0 +1 @@ +DIST okular-4.14.3.tar.xz 1574360 SHA256 e6e2125f3ea5d3d5295dfac658814e6c424af710ec330cc74192863977385c46 SHA512 a32b3e3f0591d6d20caf37bb98eb15d1c4cef5e55238c459d55e753e9d9d6b0afebad6d2548fdfdffc99779d477f4a991038c47d841a322db8e44a39378f165a WHIRLPOOL ea011fe7cbf29372d0fc51f98c8dd4e6b9e2f5ef8a0bd9cdafce8eb08f90f773040c99e920835bf6b4cd2a724098be8d4183cd109c944b820290b1c3a3cf2fde diff --git a/kde-apps/okular/metadata.xml b/kde-apps/okular/metadata.xml new file mode 100644 index 000000000000..d12e0cd3ee99 --- /dev/null +++ b/kde-apps/okular/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <use> + <flag name="chm">Enable support for Microsoft Compiled HTML Help files</flag> + <flag name="dpi">DPI detection support for PDF rendering via <pkg>x11-libs/libkscreen</pkg></flag> + <flag name="ebook">Add E-Book support</flag> + <flag name="mobi">Add mobipocket support</flag> + </use> + <herd>kde</herd> +</pkgmetadata> diff --git a/kde-apps/okular/okular-4.14.3.ebuild b/kde-apps/okular/okular-4.14.3.ebuild new file mode 100644 index 000000000000..028b92322829 --- /dev/null +++ b/kde-apps/okular/okular-4.14.3.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" + +#VIRTUALX_REQUIRED=test +RESTRICT=test +# test 2: parttest hangs + +inherit kde4-base + +DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4" +HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff" + +DEPEND=" + media-libs/freetype + media-libs/qimageblitz + sys-libs/zlib + chm? ( dev-libs/chmlib ) + crypt? ( app-crypt/qca:2[qt4(+)] ) + djvu? ( app-text/djvu ) + dpi? ( x11-libs/libkscreen:4 ) + ebook? ( app-text/ebook-tools ) + jpeg? ( + $(add_kdeapps_dep libkexiv2) + virtual/jpeg:0 + ) + mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) + pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) + postscript? ( app-text/libspectre ) + tiff? ( media-libs/tiff ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with chm) + $(cmake-utils_use_with crypt QCA2) + $(cmake-utils_use_with djvu DjVuLibre) + $(cmake-utils_use_with dpi LibKScreen) + $(cmake-utils_use_with ebook EPub) + $(cmake-utils_use_with jpeg) + $(cmake-utils_use_with jpeg Kexiv2) + $(cmake-utils_use_with mobi QMobiPocket) + $(cmake-utils_use_with postscript LibSpectre) + $(cmake-utils_use_with pdf PopplerQt4) + $(cmake-utils_use_with pdf Poppler) + $(cmake-utils_use_with tiff) + ) + + kde4-base_src_configure +} |