diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-17 21:27:50 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-17 21:28:47 +0100 |
| commit | d5c0532b42cba5e2470752e15454f833040ef1b0 (patch) | |
| tree | b2b56a96f013eec5602a911874876c7e1f897c94 | |
| parent | 8e415870a14a91622c39a07c8163e89eef70391c (diff) | |
| download | kde-d5c0532b42cba5e2470752e15454f833040ef1b0.tar.gz kde-d5c0532b42cba5e2470752e15454f833040ef1b0.tar.bz2 kde-d5c0532b42cba5e2470752e15454f833040ef1b0.zip | |
kde-apps/thumbnailers: Fix IUSE=raw cmake args
Upstream commits:
4ff02c403475154a6fd6b05873a635818e05d9ae
2c545e7a703d53c07ef7b35bf9016e6ca7ef0f52
Bug: https://bugs.gentoo.org/924620
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/thumbnailers/thumbnailers-24.01.95.ebuild | 6 | ||||
| -rw-r--r-- | kde-apps/thumbnailers/thumbnailers-24.02.49.9999.ebuild | 4 | ||||
| -rw-r--r-- | kde-apps/thumbnailers/thumbnailers-9999.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/kde-apps/thumbnailers/thumbnailers-24.01.95.ebuild b/kde-apps/thumbnailers/thumbnailers-24.01.95.ebuild index 0a7e20bc4b3..f14ca1b82a2 100644 --- a/kde-apps/thumbnailers/thumbnailers-24.01.95.ebuild +++ b/kde-apps/thumbnailers/thumbnailers-24.01.95.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Thumbnail generators for Mobipocket, PDF/PS and RAW files" LICENSE="GPL-2+" SLOT="6" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64" IUSE="mobi raw" DEPEND=" @@ -31,8 +31,8 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( -DDISABLE_MOBIPOCKET=$(usex !mobi) - $(cmake_use_find_package raw KF6KExiv2) - $(cmake_use_find_package raw KF6KDcraw) + $(cmake_use_find_package raw KExiv2Qt6) + $(cmake_use_find_package raw KDcrawQt6) ) ecm_src_configure diff --git a/kde-apps/thumbnailers/thumbnailers-24.02.49.9999.ebuild b/kde-apps/thumbnailers/thumbnailers-24.02.49.9999.ebuild index d538922709a..695b2679850 100644 --- a/kde-apps/thumbnailers/thumbnailers-24.02.49.9999.ebuild +++ b/kde-apps/thumbnailers/thumbnailers-24.02.49.9999.ebuild @@ -31,8 +31,8 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( -DDISABLE_MOBIPOCKET=$(usex !mobi) - $(cmake_use_find_package raw KF6KExiv2) - $(cmake_use_find_package raw KF6KDcraw) + $(cmake_use_find_package raw KExiv2Qt6) + $(cmake_use_find_package raw KDcrawQt6) ) ecm_src_configure diff --git a/kde-apps/thumbnailers/thumbnailers-9999.ebuild b/kde-apps/thumbnailers/thumbnailers-9999.ebuild index d538922709a..695b2679850 100644 --- a/kde-apps/thumbnailers/thumbnailers-9999.ebuild +++ b/kde-apps/thumbnailers/thumbnailers-9999.ebuild @@ -31,8 +31,8 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( -DDISABLE_MOBIPOCKET=$(usex !mobi) - $(cmake_use_find_package raw KF6KExiv2) - $(cmake_use_find_package raw KF6KDcraw) + $(cmake_use_find_package raw KExiv2Qt6) + $(cmake_use_find_package raw KDcrawQt6) ) ecm_src_configure |
