Coder Social home page Coder Social logo

alexgabi / parcellite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rickyrockrat/parcellite

0.0 0.0 0.0 1.23 MB

License: GNU General Public License v3.0

Shell 12.77% Python 0.36% Perl 31.11% C 40.58% Makefile 0.47% M4 14.65% sed 0.06%

parcellite's Introduction

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

Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <[email protected]>
Copyright (C) 2009-2022 Doug Springer <[email protected]>


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 
	* 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):
	$ make -f Makefile.simple
	$ 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.

parcellite's People

Contributors

alexgabi avatar davidmp1 avatar ls4154 avatar nikoss avatar rickyrockrat avatar thejohnfreeman avatar theosotr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.