This is an automated email from the git hooks/post-receive script.

nodens-guest pushed a commit to branch master
in repository openpgp-applet.

commit 88e90dde7ce47f8084d1d510ab4b42e16add5871
Author: intrigeri <intrig...@boum.org>
Date:   Mon Aug 29 10:51:07 2016 +0000

    Drop dependency on xclip: GTK+ 3 is now able to set the clipboard's content 
correctly.
---
 README             | 2 --
 bin/openpgp-applet | 9 ---------
 dist.ini           | 1 -
 3 files changed, 12 deletions(-)

diff --git a/README b/README
index 26b48c2..3938568 100644
--- a/README
+++ b/README
@@ -19,8 +19,6 @@ terminal interaction unless explicitly run from there, it 
relies in practice on
 some kind of GnuPG agent such as Pinentry, Seahorse 2.x or GNOME Keyring 3.x to
 manage passphrase input.
 
-'xclip' (http://xclip.sourceforge.net) is used to get input from clipboard.
-
 Full user documentation, with screenshots, is available at
 https://tails.boum.org/doc/encryption_and_privacy/gpgapplet/
 
diff --git a/bin/openpgp-applet b/bin/openpgp-applet
index 0b0ba7b..4c481fe 100755
--- a/bin/openpgp-applet
+++ b/bin/openpgp-applet
@@ -23,9 +23,6 @@ offer terminal interaction unless explicitly run from there, 
it relies
 in practice on some kind of GnuPG agent such as pinentry, Seahorse 2.x
 or GNOME keyring 3.x to manage passphrase input.
 
-'xclip' (http://xclip.sourceforge.net) is used to get input from clipboard.
-
-
 =head1 SEE ALSO
 
 User documentation, with screenshots, can be found on 
https://tails.boum.org/doc/encryption_and_privacy/gpgapplet/
@@ -327,12 +324,6 @@ sub set_clipboards_text {
     foreach (all_clipboards()) {
         $_->set_text($encoded_text,-1);
     }
-    # FIXME-GTK3 - still true with gtk3 ?
-    # GTK fails setting the primary selection above, so let's use xclip :/
-    # xclip needs encoded text.
-    open(my $xclip, '|-', 'xclip') or die "Error opening pipe to xclip";
-    print $xclip $encoded_text or die "Error copying data to X clipboard";
-    close $xclip or die "Error closing pipe to xclip";
 }
 
 sub get_status {
diff --git a/dist.ini b/dist.ini
index 41f8d2d..9dcd61e 100644
--- a/dist.ini
+++ b/dist.ini
@@ -27,7 +27,6 @@ Moo = 0.50
 Test::Most = 0.22
 
 [RequiresExternal]
-requires = xclip
 
 [MetaJSON]
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/openpgp-applet.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to