Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > contrib-testing > by-pkgid > a258a532a5dc6415905f7d8c2783ceee > files > 9

parcellite-1.0.2rc5-2.x86_64.rpm

Parcellite - Lightweight GTK+ Clipboard Manager
-------------------------------------------------------------------------------

Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>



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

Parcellite is a lightweight GTK+ clipboard manager. This is a stripped down,
basic-features-only clipboard manager with a small memory footprint for those
who like simplicity. 

Project website: http://parcellite.sourceforge.net/



How to compile and install parcellite
-------------------------------------------------------------------------------

Requirements:
	* gtk+ >= 2.10.0 

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

or from the subversion checkout:
	$ svn co https://parcellite.svn.sourceforge.net/svnroot/parcellite/trunk parcellite
	$ cd parcellite
	$ ./autogen.sh
	$ ./configure
	$ make
	$ sudo make install