Skip to content

Commit

Permalink
kde-apps/okular: Drop unused cmake arg
Browse files Browse the repository at this point in the history
Upstream commits:
c29f0fec549f44e0473d06813736bf445d108fd0 (silently dropped)
460cf6123e5ec0a68e8292e2c11d6ea615b119fe
4887768972df198efdc306a3f9d3b5ca3e4589e4 (final dep cleanup)

Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 20, 2024
1 parent ff49342 commit 9c03c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions kde-apps/okular/okular-24.11.80.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions kde-apps/okular/okular-24.12.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions kde-apps/okular/okular-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9c03c19

Please sign in to comment.