aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Smaniotto <smaniotto.nicola@gmail.com>2023-06-02 16:43:59 +0200
committerNicola Smaniotto <smaniotto.nicola@gmail.com>2023-06-02 16:49:51 +0200
commit914f0aa746b8edda5dd618f51297e31b8628c623 (patch)
treea21965f10be0fb4467bbcef517f4938b568bb994 /mpv-plugin
parentdev-python/asyncmy: add 0.2.8, drop 0.2.5 (diff)
downloadguru-914f0aa746b8edda5dd618f51297e31b8628c623.tar.gz
guru-914f0aa746b8edda5dd618f51297e31b8628c623.tar.bz2
guru-914f0aa746b8edda5dd618f51297e31b8628c623.zip
mpv-plugin/SmartCopyPaste: allow wl-clipboard
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Diffstat (limited to 'mpv-plugin')
-rw-r--r--mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild b/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
index 2051621ad1..a202719ec5 100644
--- a/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
+++ b/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
@@ -18,7 +18,10 @@ LICENSE="BSD-2"
KEYWORDS="~amd64"
RDEPEND="
- x11-misc/xclip
+ || (
+ gui-apps/wl-clipboard
+ x11-misc/xclip
+ )
"
S="${WORKDIR}/${MY_PN}-2.2.1/scripts"