pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add lxqt-clip
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Fri May 8 12:51:05 2026 +0200
Changeset: 486fcd04f1b9a90156eaedfa1416e7eb293cc89d
Modified Files:
Makefile
Added Files:
lxqt-clip/DESCR
lxqt-clip/Makefile
lxqt-clip/PLIST
lxqt-clip/distinfo
Removed Files:
qlipper/DESCR
qlipper/Makefile
qlipper/PLIST
qlipper/distinfo
Log Message:
Add lxqt-clip
See https://github.com/lxqt/lxqt/discussions/2372#discussioncomment-16851376
qlipper is now being integrated into LXQt and has been renamed to lxqt-clip.
There is no release, yet. Makefile can be simplified once there's a release.
Build a package from the latest git-hash for now.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=486fcd04f1b9a90156eaedfa1416e7eb293cc89d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
lxqt-clip/DESCR | 3 +++
lxqt-clip/Makefile | 31 +++++++++++++++++++++++++++++++
lxqt-clip/PLIST | 16 ++++++++++++++++
lxqt-clip/distinfo | 6 ++++++
qlipper/DESCR | 9 ---------
qlipper/Makefile | 23 -----------------------
qlipper/PLIST | 13 -------------
qlipper/distinfo | 5 -----
9 files changed, 57 insertions(+), 51 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 1b01548b25..67f6334c56 100644
--- a/Makefile
+++ b/Makefile
@@ -2297,6 +2297,7 @@ SUBDIR+= lwc
SUBDIR+= lwtools
SUBDIR+= lxdm
SUBDIR+= lxmusic
+SUBDIR+= lxqt-clip
SUBDIR+= lzs-lkm
SUBDIR+= m4ri
SUBDIR+= mac-icon-standard
@@ -5086,7 +5087,6 @@ SUBDIR+= qiew
SUBDIR+= qimgv
SUBDIR+= qira
SUBDIR+= qlcplus
-SUBDIR+= qlipper
SUBDIR+= qman
SUBDIR+= qmc2
SUBDIR+= qmediamanager
diff --git a/lxqt-clip/DESCR b/lxqt-clip/DESCR
new file mode 100644
index 0000000000..547b4f4b84
--- /dev/null
+++ b/lxqt-clip/DESCR
@@ -0,0 +1,3 @@
+Lightweight clipboard history applet by LXQt.
+
+Based on original Qlipper, https://github.com/pvanek/qlipper.
diff --git a/lxqt-clip/Makefile b/lxqt-clip/Makefile
new file mode 100644
index 0000000000..18eb08402e
--- /dev/null
+++ b/lxqt-clip/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+#.include "../../meta-pkgs/lxqt/Makefile.common"
+
+DISTNAME= lxqt-clip-2.4.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
+#GITHUB_RELEASE= ${PKGVERSION_NOREV}
+#EXTRACT_SUFX= .tar.xz
+GITHUB_TAG= cbf818b0aaa9523e7cdb8b58e0d3951660aae916
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/
+COMMENT= Clipboard history applet
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= pkg-config perl
+USE_LANGUAGES= c c++
+USE_CXX_FEATURES= c++20
+
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}
+
+#TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
+
+.include "../../devel/cmake/build.mk"
+.include "../../devel/qt6-qttools/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../x11/kf6-kguiaddons/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-clip/PLIST b/lxqt-clip/PLIST
new file mode 100644
index 0000000000..40a65009fb
--- /dev/null
+++ b/lxqt-clip/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+bin/lxqt-clip
+share/applications/lxqt-clip.desktop
+share/icons/hicolor/128x128/apps/lxqt-clip.png
+share/lxqt/lxqt-clip/translations/lxqt-clip_ca.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_cs.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_de.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_es.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_it.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_ja.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_lt.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_pl.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_pt.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_sr.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_sv.qm
+share/lxqt/lxqt-clip/translations/lxqt-clip_zh_CN.qm
diff --git a/lxqt-clip/distinfo b/lxqt-clip/distinfo
new file mode 100644
index 0000000000..f397f335b2
--- /dev/null
+++ b/lxqt-clip/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+BLAKE2s (lxqt-clip-2.4.0-cbf818b0aaa9523e7cdb8b58e0d3951660aae916.tar.gz) = ebbe4c9a78974081302cd82d1be77f73ac6c1cf74a6145f4620fbdfa8c6408b5
+SHA512 (lxqt-clip-2.4.0-cbf818b0aaa9523e7cdb8b58e0d3951660aae916.tar.gz) = b7130f2e94824fcd5bfd478c16639485c93cf13a70d649695413352621fac33cb0a51f4cc3475632726c9c545c82dbc4c5cc2f6fc0b8370a68004806502baedf
+Size (lxqt-clip-2.4.0-cbf818b0aaa9523e7cdb8b58e0d3951660aae916.tar.gz) = 97158 bytes
+SHA1 (patch-CMakeLists.txt) = d593ab73c49c638faa65f79194a60037ba704a08
diff --git a/qlipper/DESCR b/qlipper/DESCR
deleted file mode 100644
index 55d6a4873d..0000000000
--- a/qlipper/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index dcb3a40e7f..0000000000
--- a/qlipper/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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 "../../devel/cmake/build.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/qlipper/PLIST b/qlipper/PLIST
deleted file mode 100644
index 7844d750e5..0000000000
--- a/qlipper/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD$
-bin/qlipper
-share/applications/qlipper.desktop
-share/icons/hicolor/128x128/apps/qlipper.png
-share/qlipper/translations/qlipper_ca.qm
-share/qlipper/translations/qlipper_cs.qm
-share/qlipper/translations/qlipper_de.qm
-share/qlipper/translations/qlipper_es.qm
-share/qlipper/translations/qlipper_it.qm
-share/qlipper/translations/qlipper_lt.qm
-share/qlipper/translations/qlipper_pl.qm
-share/qlipper/translations/qlipper_sr.qm
-share/qlipper/translations/qlipper_zh_CN.qm
diff --git a/qlipper/distinfo b/qlipper/distinfo
deleted file mode 100644
index 83e0f167a4..0000000000
--- a/qlipper/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$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