![]() + Fixed: Removed some unneeded files from both the archive and git. + Fixed: Changed git versioning scheme. Changes to be committed: modified: ChangeLog modified: Makefile.am modified: Makefile.in deleted: autom4te.cache/output.0 deleted: autom4te.cache/output.1 deleted: autom4te.cache/requests deleted: autom4te.cache/traces.0 deleted: autom4te.cache/traces.1 deleted: po/Makefile.in.in~ deleted: po/Makevars.template deleted: po/Rules-quot deleted: po/boldquot.sed deleted: po/en@boldquot.header deleted: po/en@quot.header deleted: po/insert-header.sin deleted: po/quot.sed deleted: po/remove-potcdate.sin |
||
---|---|---|
data | ||
doc | ||
m4 | ||
po | ||
src | ||
ABOUT-NLS | ||
aclocal.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.rpath | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
intltool-extract.in | ||
intltool-merge.in | ||
intltool-update.in | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
NEWS | ||
README | ||
TODO |
ClipIt - Lightweight GTK+ Clipboard Manager ------------------------------------------------------------------------------- Copyright (C) 2010 by Cristian Henzel <oss@rspwn.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: http://clipit.rspwn.com/ How to compile and install clipit ------------------------------------------------------------------------------- Requirements: * gtk+ >= 2.10.0 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