diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-18 23:04:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-20 17:11:06 +0100 |
commit | 9c03c1917d5e45ada008dce8bf0c014c5cad1c5f (patch) | |
tree | 06f06fa56e947d00afe586ee0425fb6e853fcc72 | |
parent | kde-apps/okular: Switch tests.patch to upstreamed change (diff) | |
download | kde-9c03c1917d5e45ada008dce8bf0c014c5cad1c5f.tar.gz kde-9c03c1917d5e45ada008dce8bf0c014c5cad1c5f.tar.bz2 kde-9c03c1917d5e45ada008dce8bf0c014c5cad1c5f.zip |
kde-apps/okular: Drop unused cmake arg
Upstream commits:
c29f0fec549f44e0473d06813736bf445d108fd0 (silently dropped)
460cf6123e5ec0a68e8292e2c11d6ea615b119fe
4887768972df198efdc306a3f9d3b5ca3e4589e4 (final dep cleanup)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/okular/okular-24.11.80.ebuild | 3 | ||||
-rw-r--r-- | kde-apps/okular/okular-24.12.49.9999.ebuild | 3 | ||||
-rw-r--r-- | kde-apps/okular/okular-9999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/kde-apps/okular/okular-24.11.80.ebuild b/kde-apps/okular/okular-24.11.80.ebuild index a25e464c69..f03a3e0afa 100644 --- a/kde-apps/okular/okular-24.11.80.ebuild +++ b/kde-apps/okular/okular-24.11.80.ebuild @@ -70,8 +70,7 @@ PATCHES=( src_configure() { local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_LibZip=ON - -DFORCE_NOT_REQUIRED_DEPENDENCIES="KF6DocTools;LibZip;KF6Wallet;DjVuLibre;EPub;Discount;QMobipocket6;Poppler;LibSpectre;KF6Purpose;Qt6TextToSpeech;TIFF;" + -DFORCE_NOT_REQUIRED_DEPENDENCIES="KF6DocTools;KF6Wallet;DjVuLibre;EPub;Discount;QMobipocket6;Poppler;LibSpectre;KF6Purpose;Qt6TextToSpeech;TIFF;" -DOKULAR_UI=$(usex qml "both" "desktop") $(cmake_use_find_package crypt KF6Wallet) $(cmake_use_find_package djvu DjVuLibre) diff --git a/kde-apps/okular/okular-24.12.49.9999.ebuild b/kde-apps/okular/okular-24.12.49.9999.ebuild index 025198dde1..da66c3b5fe 100644 --- a/kde-apps/okular/okular-24.12.49.9999.ebuild +++ b/kde-apps/okular/okular-24.12.49.9999.ebuild @@ -70,8 +70,7 @@ PATCHES=( src_configure() { local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_LibZip=ON - -DFORCE_NOT_REQUIRED_DEPENDENCIES="KF6DocTools;LibZip;KF6Wallet;DjVuLibre;EPub;Discount;QMobipocket6;Poppler;LibSpectre;KF6Purpose;Qt6TextToSpeech;TIFF;" + -DFORCE_NOT_REQUIRED_DEPENDENCIES="KF6DocTools;KF6Wallet;DjVuLibre;EPub;Discount;QMobipocket6;Poppler;LibSpectre;KF6Purpose;Qt6TextToSpeech;TIFF;" -DOKULAR_UI=$(usex qml "both" "desktop") $(cmake_use_find_package crypt KF6Wallet) $(cmake_use_find_package djvu DjVuLibre) diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild index 49e43b4cc1..2a2453e8b0 100644 --- a/kde-apps/okular/okular-9999.ebuild +++ b/kde-apps/okular/okular-9999.ebuild @@ -69,8 +69,7 @@ PATCHES=( src_configure() { local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_LibZip=ON - -DFORCE_NOT_REQUIRED_DEPENDENCIES="KF6DocTools;LibZip;KF6Wallet;DjVuLibre;EPub;Discount;QMobipocket6;Poppler;LibSpectre;KF6Purpose;Qt6TextToSpeech;TIFF;" + -DFORCE_NOT_REQUIRED_DEPENDENCIES="KF6DocTools;KF6Wallet;DjVuLibre;EPub;Discount;QMobipocket6;Poppler;LibSpectre;KF6Purpose;Qt6TextToSpeech;TIFF;" -DOKULAR_UI=$(usex qml "both" "desktop") $(cmake_use_find_package crypt KF6Wallet) $(cmake_use_find_package djvu DjVuLibre) |