Go to file
Pierre Pronchery e1eb4d059c Register an empty "tests" target
Obviously this should actually run some tests eventually.
2020-11-19 01:25:48 +01:00
.tx ClipIt-1.4.2-20110906001 2011-09-06 15:03:00 +03:00
data Actually install the desktop files 2020-01-02 23:06:29 +01:00
doc ClipIt-1.4.1-20110527003 2011-05-27 10:31:05 +03:00
m4 ClipIt-1.4.1-20110604001 2011-06-04 17:50:15 +03:00
po Also rename the desktop entries for translations 2020-01-02 05:18:39 +01:00
src Further integrate into the DeforaOS desktop 2019-12-18 06:27:19 +01:00
.gitignore Rename clipit(1) to clipboard(1) 2016-05-08 18:50:20 +02:00
AUTHORS Add myself to the AUTHORS list 2019-12-18 06:27:01 +01:00
autogen.sh ClipIt-1.4.1-20110527002 2011-05-27 09:59:35 +03:00
ChangeLog ClipIt-1.4.3-20151110002 2015-11-10 16:40:07 +02:00
commit ClipIt-1.4.3-20151110002 2015-11-10 16:40:07 +02:00
configure.ac Update the package name 2019-12-18 06:30:25 +01:00
COPYING ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
INSTALL ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
Makefile.am Register an empty "tests" target 2020-11-19 01:25:48 +01:00
NEWS ClipIt-1.4.3-20151110002 2015-11-10 16:40:07 +02:00
README Add optional support for GTK+3. 2015-12-10 17:34:25 +01:00
update-po ClipIt-1.4.2-20120302002 2012-03-02 22:21:05 +02:00

ClipIt - Lightweight GTK+ Clipboard Manager
-------------------------------------------------------------------------------

Copyright (C) 2010-2012 by Cristian Henzel <oss@rspwn.com>
Copyright (C) 2011 by Eugene Nikolsky <pluton.od@gmail.com>

forked from parcellite, which is
Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>



Introduction
-------------------------------------------------------------------------------

ClipIt is a lightweight GTK+ clipboard manager.

Project website: https://github.com/shantzu/ClipIt



How to compile and install clipit
-------------------------------------------------------------------------------

Requirements:
	* gtk+ >= 2.10.0 (>= 3.0 for gtk+3)
	* xdotool - for automatic paste functionality

Download the clipit source code, then:
	$ tar zxvf clipit-x.y.z.tar.gz
	$ cd clipit-x.y.z
	$ ./autogen.sh
	$ ./configure
	$ make
	$ sudo make install