diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:34:43 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:34:43 +0000 |
commit | cf54faacbd8ff21f98a0c1708cb814a545e54c02 (patch) | |
tree | 1188cae0dde988b2af53f21401a0910fa9913b57 /kde-base/okular | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-cf54faacbd8ff21f98a0c1708cb814a545e54c02.tar.gz gentoo-2-cf54faacbd8ff21f98a0c1708cb814a545e54c02.tar.bz2 gentoo-2-cf54faacbd8ff21f98a0c1708cb814a545e54c02.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/okular')
-rw-r--r-- | kde-base/okular/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/okular/okular-4.3.2.ebuild | 43 |
2 files changed, 49 insertions, 1 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog index 397fdf828525..b70d2b18a9e8 100644 --- a/kde-base/okular/ChangeLog +++ b/kde-base/okular/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/okular # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.40 2009/09/09 05:07:00 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.41 2009/10/06 20:34:43 alexxy Exp $ + +*okular-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +okular-4.3.2.ebuild: + Version bump 09 Sep 2009; Jonathan Callen <abcd@gentoo.org> okular-4.3.0.ebuild, okular-4.3.1.ebuild: diff --git a/kde-base/okular/okular-4.3.2.ebuild b/kde-base/okular/okular-4.3.2.ebuild new file mode 100644 index 000000000000..2a6b14029e6c --- /dev/null +++ b/kde-base/okular/okular-4.3.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.3.2.ebuild,v 1.1 2009/10/06 20:34:43 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="chm crypt debug djvu ebook +handbook +jpeg +ps +pdf +tiff" + +DEPEND=" + media-libs/freetype + sys-libs/zlib + chm? ( dev-libs/chmlib ) + crypt? ( app-crypt/qca:2 ) + djvu? ( app-text/djvu ) + ebook? ( app-text/ebook-tools ) + jpeg? ( media-libs/jpeg ) + pdf? ( >=virtual/poppler-qt4-0.8.5 ) + ps? ( app-text/libspectre ) + tiff? ( media-libs/tiff ) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libs/mobipocket" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with chm) + $(cmake-utils_use_with crypt QCA2) + $(cmake-utils_use_with djvu DjVuLibre) + $(cmake-utils_use_with ebook EPub) + $(cmake-utils_use_with jpeg) + $(cmake-utils_use_with ps LibSpectre) + $(cmake-utils_use_with pdf PopplerQt4) + $(cmake-utils_use_with pdf Poppler) + $(cmake-utils_use_with tiff)" + + kde4-meta_src_configure +} |