diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-11 17:17:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-11 18:14:22 +0100 |
commit | 85faab2e366afa6293f3c9781866f04631fc6213 (patch) | |
tree | 38279f6f2d8718267d122dfac04798f46f87232c /kde-apps/thumbnailers | |
parent | profiles/package.mask: remove obsolete media-radio/wspr entry (diff) | |
download | gentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.gz gentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.bz2 gentoo-85faab2e366afa6293f3c9781866f04631fc6213.zip |
kde-apps: Add KDE Applications 17.12.1
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/thumbnailers')
-rw-r--r-- | kde-apps/thumbnailers/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/thumbnailers/thumbnailers-17.12.1.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest index 875f829f5da7..26490b158def 100644 --- a/kde-apps/thumbnailers/Manifest +++ b/kde-apps/thumbnailers/Manifest @@ -1,2 +1,3 @@ DIST kdegraphics-thumbnailers-17.08.3.tar.xz 41488 BLAKE2B 415204552ee63ca69d656d36b30daceaa53519c72cc923eede2dc77be12008d8338198d46a3a2da15e02790c72890321878e194c597daf8194a58229647f9b2f SHA512 25c533cfbf0e515fb8167143c724e877e4ed7a2100a1c0625cd53b10969a9127ae0b1f9e1a42abd076258525737a3862e7cc11bc31401551d9cdc5473c188485 DIST kdegraphics-thumbnailers-17.12.0.tar.xz 41496 BLAKE2B c8a459b746c8e399974ad01c59b102b6f342661901f15534667f63de1f66043c23dbe000fdf68d14b6477c51676895d87a62295a347b5234f80402015f7c35c9 SHA512 e8cef7468dbdbe64299f0c9fa41e6a8d1c67ac6540b683c7c62709d0cbbf4ab93307696de4ccbaa1df7821bca98f380e686cdd340b2bda7f2c8efc9a10c9475b +DIST kdegraphics-thumbnailers-17.12.1.tar.xz 41492 BLAKE2B f554c025f54250e586b960ba139270480a1a5801e261659e15be9f8c38165243e2dda6f465b79b7ab336e235a39b9b6c39c20e933d7f9d6ddb62c82b8b2159fb SHA512 d5ffba0def6dad6f36b2690c353947a4d6d34d94a27faef92ae45ea762b489ed863603a6dd6923a4918d26cdde0c0a796575394a277c644dbceeb4ca58c6895a diff --git a/kde-apps/thumbnailers/thumbnailers-17.12.1.ebuild b/kde-apps/thumbnailers/thumbnailers-17.12.1.ebuild new file mode 100644 index 000000000000..ff1362dbc75b --- /dev/null +++ b/kde-apps/thumbnailers/thumbnailers-17.12.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4=false +KMNAME="kdegraphics-thumbnailers" +inherit kde5 + +DESCRIPTION="Thumbnail generators for PDF/PS and RAW files" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="raw" + +DEPEND=" + $(add_frameworks_dep kio) + $(add_qt_dep qtgui) + raw? ( + $(add_kdeapps_dep libkdcraw) + $(add_kdeapps_dep libkexiv2) + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package raw KF5KExiv2) + $(cmake-utils_use_find_package raw KF5KDcraw) + ) + + kde5_src_configure +} |