diff options
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/tellico/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/tellico/tellico-2.2.ebuild | 16 |
2 files changed, 14 insertions, 7 deletions
diff --git a/kde-misc/tellico/ChangeLog b/kde-misc/tellico/ChangeLog index c54147c91a98..4b6ea8f7fb6a 100644 --- a/kde-misc/tellico/ChangeLog +++ b/kde-misc/tellico/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/tellico # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.89 2010/02/15 07:34:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.90 2010/05/15 17:18:35 reavertm Exp $ + + 15 May 2010; Maciej Mrozowski <reavertm@gentoo.org> tellico-2.2.ebuild: + Update qimageblitz category, deps cleanup *tellico-2.2 (15 Feb 2010) diff --git a/kde-misc/tellico/tellico-2.2.ebuild b/kde-misc/tellico/tellico-2.2.ebuild index 9b80f7a17f2c..d58884242473 100644 --- a/kde-misc/tellico/tellico-2.2.ebuild +++ b/kde-misc/tellico/tellico-2.2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.2.ebuild,v 1.1 2010/02/15 07:34:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.2.ebuild,v 1.2 2010/05/15 17:18:35 reavertm Exp $ EAPI=2 + KDE_LINGUAS="bg ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu it lt ms nb nds nl nn pl" KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" inherit kde4-base @@ -16,23 +17,26 @@ SLOT="4" KEYWORDS="~amd64 ~ppc ~x86" IUSE="addressbook cddb debug +handbook pdf scanner taglib v4l xmp yaz" -DEPEND="dev-libs/libxml2 +DEPEND=" + dev-libs/libxml2 dev-libs/libxslt - kde-base/qimageblitz + media-libs/qimageblitz x11-libs/qt-dbus:4 addressbook? ( >=kde-base/kdepimlibs-${KDE_MINIMAL} ) cddb? ( >=kde-base/libkcddb-${KDE_MINIMAL} ) pdf? ( >=app-text/poppler-0.12.3-r3[qt4] ) scanner? ( >=kde-base/libksane-${KDE_MINIMAL} ) taglib? ( >=media-libs/taglib-1.5 ) + v4l? ( media-libs/libv4l ) xmp? ( >=media-libs/exempi-2 ) yaz? ( >=dev-libs/yaz-2 ) - v4l? ( media-libs/libv4l )" +" +RDEPEND="${DEPEND}" DOCS="AUTHORS ChangeLog README" src_configure() { - mycmakeargs+=( + mycmakeargs=( $(cmake-utils_use_enable v4l WEBCAM) $(cmake-utils_use_with xmp Exempi) $(cmake-utils_use_with scanner KSane) @@ -41,7 +45,7 @@ src_configure() { $(cmake-utils_use_with pdf PopplerQt4) $(cmake-utils_use_with taglib) $(cmake-utils_use_with yaz) - ) + ) kde4-base_src_configure } |