View | Details | Raw Unified | Return to bug 229313 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/qlipper/Makefile (+23 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	qlipper
5
PORTVERSION=	5.1.1
6
CATEGORIES=	deskutils
7
8
MAINTAINER=	jesper@schmitz.computer
9
COMMENT=	Lightweight clipboard history applet
10
11
LICENSE=	GPLv2
12
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	pvanek
15
GH_TAGNAME=	ae468df
16
17
USES=	cmake:outsource compiler:c++11-lang gettext
18
USE_QT5=	buildtools_build qmake_build core gui linguisttools \
19
	network widgets
20
USE_XORG=	x11
21
INSTALLS_ICONS=	yes
22
23
.include <bsd.port.mk>
(-)deskutils/qlipper/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1529711284
2
SHA256 (pvanek-qlipper-5.1.1-ae468df_GH0.tar.gz) = 4f78ac5691778cea4263b4b786384affddb3950f6c7a584e3192ee0f05775484
3
SIZE (pvanek-qlipper-5.1.1-ae468df_GH0.tar.gz) = 94292
(-)deskutils/qlipper/pkg-descr (+8 lines)
Line 0 Link Here
1
A Lightweight clipboard history applet using the Qt framework. It provides
2
the following features:
3
* Saves clipboard history entries and restores them
4
* Lightweight
5
* Systray docking app
6
* Few requirements
7
8
WWW: https://github.com/pvanek/qlipper
(-)deskutils/qlipper/pkg-plist (+7 lines)
Line 0 Link Here
1
bin/qlipper
2
share/applications/qlipper.desktop
3
share/icons/hicolor/128x128/apps/qlipper.png
4
%%DATADIR%%/translations/qlipper_cs.qm
5
%%DATADIR%%/translations/qlipper_de.qm
6
%%DATADIR%%/translations/qlipper_it.qm
7
%%DATADIR%%/translations/qlipper_sr.qm

Return to bug 229313