Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pexmee/parcellite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

997 Commits

Repository files navigation

Parcellite - Lightweight GTK+ Clipboard Manager
-------------------------------------------------------------------------------
Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>
Copyright (C) 2009-2024 Doug Springer <gpib@rickyrockrat.net>
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/
or https://github.com/rickyrockrat/parcellite
Release 1.2.5 for addition to Alpine Linux. See the Changelog.
How to compile and install parcellite
-------------------------------------------------------------------------------
Requirements:
	* gtk+ >= 2.10.0 
	* intltool
	* libglib
Download the parcellite source code, then:
	$ tar zxvf parcellite-x.y.z.tar.gz
	$ cd parcellite-x.y.z
No Autotools (just make and install it): Assuming you are on tag 1.2.3:
	$ make VERSION=1.2.3
	$ sudo make install prefix=/usr/local
	$ OR make install DESTDIR=/tmp/myinstall prefix=/usr/local
# See note below on OpenBSD
	$ make
	$ sudo make install
OpenBSD notes:
Thanks to Lawrence Teo for this tidbit on BSD.
	
For OpenBSD, you will need to use GNU make instead of BSD make (complains about .desktop files). 
GNU make is usually available on BSD systems by installing the "gmake" package.
the configure script needs to be invoked as follows on OpenBSD:
 LIBS="`pkg-config --libs gtk+-2.0`" ./configure
If not, configure will report that the gtk >= 2.10.0 requirement is not met on OpenBSD.
Release instructions:
1) run rel.sh - it copies the trunk to the tag the script asks the developer for.
2) If 1 doesn't work, rel.deb.sh can be run to complete the .deb builds.
3) run rel.ppa.sh to build & dput code to the ppa.
All scripts are run from a checked-out svn trunk directory (i.e. same directory as this file).
To update the pot file, run extract_strings.sh in the trunk directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • C 40.6%
  • Perl 31.0%
  • M4 13.8%
  • Shell 12.5%
  • Makefile 1.6%
  • Python 0.4%
  • sed 0.1%

AltStyle によって変換されたページ (->オリジナル) /