Skip to content

Commit

Permalink
{xsel => xclip}
Browse files Browse the repository at this point in the history
xsel was choking on large copies.
See kfish/xsel#33
  • Loading branch information
StanAngeloff committed Nov 8, 2022
1 parent f0daf07 commit 395c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion longitude.playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@
- { name: "Reset connection to allow shell changes", meta: reset_connection }

# 1200. rxvt-unicode
- { name: "rxvt-unicode: Install prerequisites", become: yes, apt: { pkg: [cvs, libperl-dev, libx11-dev, libxft-dev, xdotool, xsel], state: present }, tags: [rxvt, urxvt] }
- { name: "rxvt-unicode: Install prerequisites", become: yes, apt: { pkg: [cvs, libperl-dev, libx11-dev, libxft-dev, xdotool, xclip], state: present }, tags: [rxvt, urxvt] }
- { name: "rxvt-unicode: Check installation", become: yes, command: "ls /opt/rxvt-unicode-{{ rxvt_unicode_version }}", register: rxvt_unicode_install_query, changed_when: no, failed_when: no, tags: [rxvt, urxvt] }
- { name: "rxvt-unicode: Download CVS source", command: "cvs -q -z3 -d :pserver:[email protected]/schmorpforge checkout -D \"{{ rxvt_unicode_cvs_date }}\" rxvt-unicode", args: { chdir: '/tmp' }, when: "rxvt_unicode_install_query.rc > 0", tags: [rxvt, urxvt] }
- { name: "rxvt-unicode: Download patches", get_url: { url: "{{ item.1.url }}", dest: "/tmp/rxvt-unicode-{{ item.0 }}.patch", checksum: "{{ item.1.checksum }}" }, with_indexed_items: "{{ rxvt_unicode_patches }}", when: "rxvt_unicode_install_query.rc > 0", tags: [rxvt, urxvt] }
Expand Down

0 comments on commit 395c111

Please sign in to comment.