Skip to content

Commit

Permalink
kde-frameworks/purpose: Avoid additional conflicts with IUSE kaccounts
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 8, 2024
1 parent 9c0cef8 commit a97d209
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kde-frameworks/purpose/purpose-5.114.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ src_install() {
rm "${D}"/usr/share/icons/hicolor/128x128/apps/{reviewboard,phabricator}-purpose.png \
"${D}"/usr/share/icons/hicolor/16x16/apps/{reviewboard,phabricator}-purpose.png \
|| die
if use kaccounts; then
rm "${D}"/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service \
|| die
fi
fi
}

Expand Down
4 changes: 4 additions & 0 deletions kde-frameworks/purpose/purpose-5.239.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ src_install() {
rm "${D}"/usr/share/icons/hicolor/128x128/apps/{reviewboard,phabricator}-purpose.png \
"${D}"/usr/share/icons/hicolor/16x16/apps/{reviewboard,phabricator}-purpose.png \
|| die
if use kaccounts; then
rm "${D}"/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service \
|| die
fi
fi
}

Expand Down

0 comments on commit a97d209

Please sign in to comment.