File: README

package info (click to toggle)
offix-clipboard 2.4-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 256 kB
  • ctags: 157
  • sloc: ansic: 800; sh: 202; makefile: 45
file content (42 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download | duplicates (2)
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
To install in /usr/local/:
--------------------------
* type ./configure (or ./configure --prefix=/some/where/else)
* type make
* type make install
* strip the binaries if you want: 
    strip /usr/local/bin/clipboard (or strip /some/where/else/bin/clipboard)
* remove the sources 

Configure extra options:
------------------------
use these if configure is not able to find your libXpm	
  --with-xpm-inc=value    where to find xpm include
  --with-xpm-lib=value    where to find xpm library

Notes: 
------
	1) You probably need gcc and X11R6 to compile. It may be necessary 
to use GNU make.

Maintainer: 	Csar A. R. Crusius (c.crusius@ieee.org) 

Contributions are most welcome!
	
You'll find more information at the OffiX home page:

   http://www.inf.ufrgs.br/~ahentz/OffiX (Official Site) 
   http://leb.net/~offix (USA)
   http://cnj.digex.net/~pcks/OffiX (USA) 

=============================================================================
CLIPBOARD 1.0
=============================================================================

Just a patch to the standard xclipboard program. You can drop things on
the clipboard window and they will be inserted into the current clipboard.

TO DO LIST
----------
* Icon drop. It's a very easy task, I just don't know what should be
  the icon drop behaviour - open a new clipboard (=new button) or
  add to the current one?