pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qlipper: add draft package



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Sep 14 07:26:02 2024 +0200
Changeset:	ca2132458a01deb6f61526d885d5191baeb83b66

Modified Files:
	Makefile
Added Files:
	qlipper/DESCR
	qlipper/Makefile
	qlipper/PLIST
	qlipper/distinfo

Log Message:
qlipper: add draft package

This is an user request and untested.
User to report back build issues and help progress the package.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ca2132458a01deb6f61526d885d5191baeb83b66

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 qlipper/DESCR    |  9 +++++++++
 qlipper/Makefile | 22 ++++++++++++++++++++++
 qlipper/PLIST    |  4 ++++
 qlipper/distinfo |  5 +++++
 5 files changed, 41 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 0245843ff1..6afc69c019 100644
--- a/Makefile
+++ b/Makefile
@@ -4885,6 +4885,7 @@ SUBDIR+=	qiew
 SUBDIR+=	qimgv
 SUBDIR+=	qira
 SUBDIR+=	qlcplus
+SUBDIR+=	qlipper
 SUBDIR+=	qmc2
 SUBDIR+=	qmediamanager
 SUBDIR+=	qn-x11
diff --git a/qlipper/DESCR b/qlipper/DESCR
new file mode 100644
index 0000000000..55d6a4873d
--- /dev/null
+++ b/qlipper/DESCR
@@ -0,0 +1,9 @@
+Lightweight and cross-platform clipboard history applet.
+
+This application is a part of QtDesktop project so you can download prebuilt
+binary packages from its repository.
+
+It's improved version of original Qlipper which is available only as a download
+from qt-apps.org.
+
+This SW can be used on Linux, BSD, MS Windows, and Mac OS X.
diff --git a/qlipper/Makefile b/qlipper/Makefile
new file mode 100644
index 0000000000..cffd8d3a3f
--- /dev/null
+++ b/qlipper/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	qlipper-5.1.2
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=pvanek/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/pvanek/qlipper/
+COMMENT=	Cross-platform clipboard history applet
+LICENSE=	gnu-gpl-v2
+
+USE_TOOLS+=	pkg-config perl
+USE_LANGUAGES=	c c++
+
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
+
+TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qlipper/PLIST b/qlipper/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/qlipper/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/qlipper/distinfo b/qlipper/distinfo
new file mode 100644
index 0000000000..e730f77378
--- /dev/null
+++ b/qlipper/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (qlipper/5.1.2.tar.gz) = 6427200953aeb15ed836e668e5e28f4e753994765b043d19bc56be924d12238f
+SHA512 (qlipper/5.1.2.tar.gz) = 1ad49424855abf5f446026856178291b6ed8c1152338013f2228bbe5a923bc2e989754fe41e8b03f069f815c3850073eb1063842b5f40462005693a9029b187b
+Size (qlipper/5.1.2.tar.gz) = 104652 bytes


Home | Main Index | Thread Index | Old Index