commit: 1539246b3803fe9d3323df6257ba4065fd37c0d6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 22:00:25 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 22:03:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=1539246b
kde-misc/tellico: Import 2.3.11 from before slot 4 removal Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-misc/tellico/metadata.xml | 16 ++++++---- kde-misc/tellico/tellico-2.3.11.ebuild | 57 ++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 6 deletions(-) diff --git a/kde-misc/tellico/metadata.xml b/kde-misc/tellico/metadata.xml index d1fed9ed..9ed14484 100644 --- a/kde-misc/tellico/metadata.xml +++ b/kde-misc/tellico/metadata.xml @@ -1,10 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription lang="en"> -Tellico is a KDE application for organizing your collections. It provides -default templates for books, bibliographies, videos, music, video games, coins, -stamps, trading cards, comic books, and wines. -</longdescription> + <!-- maintainer-needed --> + <longdescription lang="en"> + Tellico is a KDE application for organizing your collections. It provides + default templates for books, bibliographies, videos, music, video games, coins, + stamps, trading cards, comic books, and wines. + </longdescription> + <use> + <flag name="addressbook">Add support for kdepim addressbook (kabc)</flag> + <flag name="yaz">Add support for the Z39.50 Protocol for Information Retrieval (YAZ)</flag> + </use> </pkgmetadata> diff --git a/kde-misc/tellico/tellico-2.3.11.ebuild b/kde-misc/tellico/tellico-2.3.11.ebuild new file mode 100644 index 00000000..fd2dd8a2 --- /dev/null +++ b/kde-misc/tellico/tellico-2.3.11.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +KDE_MINIMAL="4.13.1" +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="A collection manager for the KDE environment" +HOMEPAGE="http://tellico-project.org/" +SRC_URI="http://tellico-project.org/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="addressbook cddb debug pdf scanner taglib v4l xmp yaz" + +RDEPEND=" + dev-libs/libxml2 + dev-libs/libxslt + dev-libs/qjson + dev-qt/qtdbus:4 + media-libs/qimageblitz + addressbook? ( $(add_kdeapps_dep kdepimlibs) ) + cddb? ( $(add_kdeapps_dep libkcddb) ) + pdf? ( app-text/poppler[qt4] ) + scanner? ( $(add_kdeapps_dep libksane) ) + taglib? ( >=media-libs/taglib-1.5 ) + v4l? ( >=media-libs/libv4l-0.8.3 ) + xmp? ( >=media-libs/exempi-2 ) + yaz? ( >=dev-libs/yaz-2:0 ) +" +DEPEND="${RDEPEND} + sys-devel/gettext +" + +# tests need network access and well-defined server responses +RESTRICT="test" + +DOCS=( AUTHORS ChangeLog README ) + +src_configure() { + local mycmakeargs=( + -DWITH_Nepomuk=OFF + $(cmake-utils_use_with addressbook KdepimLibs) + $(cmake-utils_use_with cddb KdeMultimedia) + $(cmake-utils_use_with pdf PopplerQt4) + $(cmake-utils_use_with scanner KSane) + $(cmake-utils_use_with taglib) + $(cmake-utils_use_enable v4l WEBCAM) + $(cmake-utils_use_with xmp Exempi) + $(cmake-utils_use_with yaz) + ) + + kde4-base_src_configure +}
