Menu

Tree [ff8830] master /
 History

HTTPS access


File Date Author Commit
 data 2024-07-11 RickyRockRat RickyRockRat [ff8830] Remove Autotools, rename Makefile.simple to Mak...
 deb 2014-09-30 RickyRockRat RickyRockRat [ccb846] Remove Andrew from email list to fix 'malformed...
 doc 2024-07-11 RickyRockRat RickyRockRat [ff8830] Remove Autotools, rename Makefile.simple to Mak...
 m4 2009-07-06 Gilberto Miralla Gilberto Miralla [379a7b]
 po 2024-07-11 RickyRockRat RickyRockRat [ff8830] Remove Autotools, rename Makefile.simple to Mak...
 rpm 2024-07-11 RickyRockRat RickyRockRat [ff8830] Remove Autotools, rename Makefile.simple to Mak...
 src 2024-07-11 RickyRockRat RickyRockRat [ff8830] Remove Autotools, rename Makefile.simple to Mak...
 .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-07-11 RickyRockRat RickyRockRat [ff8830] Remove Autotools, rename Makefile.simple to Mak...
 INSTALL 2014-06-19 RickyRockRat RickyRockRat [fe487b] Fix typo
 Makefile 2024-07-11 RickyRockRat RickyRockRat [ff8830] Remove Autotools, rename Makefile.simple to Mak...
 NEWS 2013-01-09 RickyRockRat RickyRockRat [857015] Updates from eons ago
 README 2024-07-11 RickyRockRat RickyRockRat [ff8830] Remove Autotools, rename Makefile.simple to Mak...
 TODO 2014-08-06 RickyRockRat RickyRockRat [c44a77] Fixed many warnings
 appsuck.sh 2022-05-10 RickyRockRat RickyRockRat [c6f7d1] simple.config.h working
 build-debpkg.sh 2013-10-15 RickyRockRat RickyRockRat [f9590d] Try 2 on bug 105
 config.rpath 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 depcomp 2008-08-10 Gilberto Miralla Gilberto Miralla [e66a90]
 extract_strings.sh 2013-08-14 RickyRockRat RickyRockRat [36faa3] 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 2013-07-11 RickyRockRat RickyRockRat [59e680] Changed DEBUG_UPDATE def so it removes associat...
 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.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.