1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
Source: copyq
Section: utils
Priority: optional
Maintainer: Boyuan Yang <byang@debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
extra-cmake-modules,
Build-Depends-Arch:
libkf5notifications-dev,
libqt5svg5-dev,
libqt5waylandclient5-dev,
libqt5x11extras5-dev,
libwayland-dev,
libxfixes-dev,
libxtst-dev,
qtbase5-private-dev,
qtdeclarative5-dev,
qttools5-dev,
qttools5-dev-tools,
qtwayland5,
qtwayland5-dev-tools,
Build-Depends-Indep:
python3-sphinx,
python3-sphinx-rtd-theme,
python3:any,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://hluk.github.io/CopyQ/
Vcs-Browser: https://salsa.debian.org/debian/copyq
Vcs-Git: https://salsa.debian.org/debian/copyq.git
Package: copyq
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
copyq-plugins (= ${binary:Version}),
libqt5svg5,
Suggests:
copyq-doc,
Description: Advanced clipboard manager with editing and scripting features
CopyQ monitors system clipboard and saves its content in customized tabs.
Saved clipboard can be later copied and pasted directly into any application.
.
Items can be:
* edited with internal editor or with preferred text editor,
* moved to other tabs,
* drag'n'dropped to applications,
* marked with tag or a note,
* passed to or changed by custom commands,
* or simply removed.
.
Features:
* Support for Linux, Windows and OS X 10.9+
* Store text, HTML, images or any other custom formats
* Quickly browse and filter items in clipboard history
* Sort, create, edit, remove, copy/paste, drag'n'drop items in tabs
* Add notes or tags to items
* System-wide shortcuts with customizable commands
* Paste items with shortcut or from tray or main window
* Fully customizable appearance
* Advanced command-line interface and scripting
* Ignore clipboard copied from some windows or containing some text
* Support for simple Vim-like editor and shortcuts
* Many more features
Package: copyq-doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Section: doc
Multi-Arch: foreign
Description: Documentation and examples for CopyQ - HTML format
CopyQ monitors system clipboard and saves its content in customized tabs.
Saved clipboard can be later copied and pasted directly into any application.
.
This contains the documentation in HTML format.
Package: copyq-plugins
Architecture: any
Depends:
copyq (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Plugins for CopyQ
CopyQ monitors system clipboard and saves its content in customized tabs.
Saved clipboard can be later copied and pasted directly into any application.
.
This package contains plugins that add various item types support and features
to CopyQ, including:
* Text with Highlighting
* Images
* Web Pages
* Various Data
* Notes
* Encryption
* FakeVim Editor
* Synchronize Items to Disk
* Item Tags
* Pinned Items
|