Menu

Tree [bf2b96] master /
 History

HTTPS access


File Date Author Commit
 data 2022-05-10 RickyRockRat RickyRockRat [3f3395] Add keywords to desktop file
 deb 2014-09-30 RickyRockRat RickyRockRat [076b42] Remove Andrew from email list to fix 'malformed...
 doc 2022-02-09 RickyRockRat RickyRockRat [112a62] last pass on Makefile.simple. Missed manpage
 m4 2009-07-06 Gilberto Miralla Gilberto Miralla [379a7b]
 po 2023-07-31 alexgabi alexgabi [4c0fb1] Add basque translation (eu.po)
 rpm 2023-12-31 RickyRockRat RickyRockRat [bd22e3] Update spec to 1.2.3
 src 2024-02-06 RickyRockRat RickyRockRat [0752c5] Add sanity checks for when systray is at top
 .gitignore 2017-01-23 RickyRockRat RickyRockRat [3b0f10] Adding files to ignore for git
 ABOUT-NLS 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 AUTHORS 2010-12-20 RickyRockRat RickyRockRat [abf3bc] Added rickyrockrat
 COPYING 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 ChangeLog 2024-02-13 RickyRockRat RickyRockRat [bf2b96] updated docs
 INSTALL 2014-06-19 RickyRockRat RickyRockRat [6921f0] Fix typo
 Makefile.am 2011-03-02 RickyRockRat RickyRockRat [793a16] Changed build order so
 Makefile.simple 2024-02-06 RickyRockRat RickyRockRat [c9088e] Fix new doc share target
 NEWS 2013-01-09 RickyRockRat RickyRockRat [857015] Updates from eons ago
 README 2024-02-13 RickyRockRat RickyRockRat [bf2b96] updated docs
 TODO 2014-08-06 RickyRockRat RickyRockRat [c44a77] Fixed many warnings
 appsuck.sh 2022-05-10 RickyRockRat RickyRockRat [c6f7d1] simple.config.h working
 autogen.sh 2008-12-17 Gilberto Miralla Gilberto Miralla [8cf2d2]
 build-debpkg.sh 2013-10-15 RickyRockRat RickyRockRat [f9590d] Try 2 on bug 105
 config.rpath 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 configure.ac 2017-01-24 RickyRockRat RickyRockRat [d7a40c] Call rename scmversion.sh
 depcomp 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 extract_strings.sh 2013-08-14 RickyRockRat RickyRockRat [b707c2] Fixed duplicate empty string in translation, .p...
 install-sh 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 intltool-extract 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 intltool-extract.in 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 intltool-merge 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 intltool-merge.in 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 intltool-update 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 intltool-update.in 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 missing 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 rel.common 2017-01-24 RickyRockRat RickyRockRat [e5e728] updated acceptable ppa build list
 rel.deb.sh 2017-01-24 RickyRockRat RickyRockRat [5d92c4] First pass at git interface
 rel.ppa.sh 2017-01-24 RickyRockRat RickyRockRat [6dc71d] Fix ppa script so it gives us a clue.
 rel.sh 2017-01-24 RickyRockRat RickyRockRat [aa3923] Fix renamed svn->scm cmd
 scmversion.sh 2017-01-24 RickyRockRat RickyRockRat [34a6bc] rename to scmversion.sh
 simple.common 2022-05-10 RickyRockRat RickyRockRat [c6f7d1] simple.config.h working
 svnversion.sh 2017-01-24 RickyRockRat RickyRockRat [34a6bc] rename to scmversion.sh
 uninstall-pre-0.5.py 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]

Read Me

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.4.0 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 -f Makefile.simple VERSION=1.2.3
	$ sudo make -f Makefile.simple install prefix=/usr/local
	$ OR make -f Makefile.simple install DESTDIR=/tmp/myinstall prefix=/usr/local

if you want autotools:
	$ ./autogen.sh
# See note below on OpenBSD
	$ ./configure
	$ 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.

MongoDB Logo MongoDB