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. WWW: http://parcellite.sourceforge.net PR: ports/134255 Submitted by: Joey Mingrone <joey at mingrone.org>
This commit is contained in:
parent
bebbccbd4b
commit
32e96ae044
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233656
6 changed files with 70 additions and 0 deletions
|
@ -193,6 +193,7 @@
|
|||
SUBDIR += p5-Goo
|
||||
SUBDIR += p5-ZConf-Runner
|
||||
SUBDIR += pal
|
||||
SUBDIR += parcellite
|
||||
SUBDIR += phpgroupware
|
||||
SUBDIR += phpicalendar
|
||||
SUBDIR += phprojekt
|
||||
|
|
30
deskutils/parcellite/Makefile
Normal file
30
deskutils/parcellite/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: parcellite
|
||||
# Date created: 29 April 2009
|
||||
# Whom: Joey Mingrone <joey@mingrone.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= parcellite
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= joey@mingrone.org
|
||||
COMMENT= A lightweight GTK+ clipboard manager
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
MAN1= parcellite.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/parcellite/distinfo
Normal file
3
deskutils/parcellite/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (parcellite-0.9.1.tar.gz) = 099d1ccc9fa1e59d3e3b19b77a90a8fb
|
||||
SHA256 (parcellite-0.9.1.tar.gz) = 37a438bfc58f953acf327d72adcb6c6e7940c2794b27c451187ece6398486464
|
||||
SIZE (parcellite-0.9.1.tar.gz) = 260434
|
19
deskutils/parcellite/files/patch-po_Makefile.in.in
Normal file
19
deskutils/parcellite/files/patch-po_Makefile.in.in
Normal file
|
@ -0,0 +1,19 @@
|
|||
*** po/Makefile.in.in.orig Tue May 5 19:45:52 2009
|
||||
--- po/Makefile.in.in Tue May 5 19:46:58 2009
|
||||
***************
|
||||
*** 34,40 ****
|
||||
datarootdir = @datarootdir@
|
||||
libdir = @libdir@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
! itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||
subdir = po
|
||||
install_sh = @install_sh@
|
||||
# Automake >= 1.8 provides @mkdir_p@.
|
||||
--- 34,40 ----
|
||||
datarootdir = @datarootdir@
|
||||
libdir = @libdir@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
! itlocaledir = $(datarootdir)/locale
|
||||
subdir = po
|
||||
install_sh = @install_sh@
|
||||
# Automake >= 1.8 provides @mkdir_p@.
|
5
deskutils/parcellite/pkg-descr
Normal file
5
deskutils/parcellite/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
||||
|
||||
WWW: http://parcellite.sourceforge.net
|
12
deskutils/parcellite/pkg-plist
Normal file
12
deskutils/parcellite/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
|||
bin/parcellite
|
||||
etc/xdg/autostart/parcellite-startup.desktop
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/parcellite.mo
|
||||
share/applications/parcellite.desktop
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry etc/xdg/autostart/
|
||||
@dirrmtry etc/xdg/
|
Loading…
Reference in a new issue