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
|
Source: slop
Section: x11
Priority: optional
Maintainer: Jakob Haufe <sur5r@debian.org>
Build-Depends: debhelper-compat ( =13),
Build-Depends-Arch: cmake (>= 3.1.3~),
libegl1-mesa-dev,
libglew-dev,
libglm-dev,
libicu-dev,
libxext-dev,
libxrender-dev,
pkgconf,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/naelstrof/slop
Vcs-Git: https://salsa.debian.org/debian/slop.git
Vcs-Browser: https://salsa.debian.org/debian/slop
Package: slop
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: queries for a selection from the user and prints the region to stdout
slop (Select Operation) is an application that queries for a
selection from the user and prints the region to stdout. It grabs the
mouse and turns it into a crosshair, lets the user click and drag to
make a selection (or click on a window) while drawing a pretty box
around it, then finally prints the selection's dimensions to stdout.
.
Features:
.
* Hovering over a window will cause a selection rectangle to appear
over it.
* Clicking on a window makes slop return the dimensions of the
window.
* Clicking and dragging causes a selection rectangle to appear,
renders pretty well (compared to scrot). And will return the
dimensions of that rectangle in absolute screen coords.
* On startup it turns your cursor into a crosshair, then adjusts the
cursor into angles as you drag the selection rectangle.
* Supports simple arguments:
* Change selection rectangle border size.
* Select X display.
* Set padding size, even negative padding sizes!
* Set click tolerance for if you have a shaky mouse.
* Set the color of the selection rectangles to match your theme!
(Even supports transparency!)
* Remove window decorations from selections.
* Supports OpenGL hardware acceleration.
* Supports textured themes.
* Supports programmable shaders.
* Supports a magnifying glass.
Package: libslopy-dev
Section: libdevel
Architecture: any
Depends: libslopy7.7 (= ${binary:Version}),
${misc:Depends},
Description: queries for a selection from the user and prints the region to stdout
slop (Select Operation) is an application that queries for a
selection from the user and prints the region to stdout. It grabs the
mouse and turns it into a crosshair, lets the user click and drag to
make a selection (or click on a window) while drawing a pretty box
around it, then finally prints the selection's dimensions to stdout.
.
This package contains the development files.
Package: libslopy7.7
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: queries for a selection from the user and prints the region to stdout
slop (Select Operation) is an application that queries for a
selection from the user and prints the region to stdout. It grabs the
mouse and turns it into a crosshair, lets the user click and drag to
make a selection (or click on a window) while drawing a pretty box
around it, then finally prints the selection's dimensions to stdout.
.
This package contains the shared library.
|