pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
copyq: add COMMIT_MSG
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Thu Feb 13 14:27:09 2025 +0100
Changeset: 9ca1dc4c875664f771e6473a7ebdaac2f8108bb8
Modified Files:
copyq/Makefile
Added Files:
copyq/COMMIT_MSG
Removed Files:
copyq/TODO
Log Message:
copyq: add COMMIT_MSG
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ca1dc4c875664f771e6473a7ebdaac2f8108bb8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
copyq/COMMIT_MSG | 1 +
copyq/Makefile | 6 ++++--
copyq/TODO | 1 -
3 files changed, 5 insertions(+), 3 deletions(-)
diffs:
diff --git a/copyq/COMMIT_MSG b/copyq/COMMIT_MSG
new file mode 100644
index 0000000000..faf1be0e5e
--- /dev/null
+++ b/copyq/COMMIT_MSG
@@ -0,0 +1 @@
+x11/copyq: moved to Qt6
diff --git a/copyq/Makefile b/copyq/Makefile
index a46e0af93e..c31824e50b 100644
--- a/copyq/Makefile
+++ b/copyq/Makefile
@@ -9,7 +9,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= kikadf.01%gmail.com@localhost
HOMEPAGE= https://hluk.github.io/CopyQ
-COMMENT= Qt5 based clipboard manager
+COMMENT= Qt based clipboard manager
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++
@@ -17,10 +17,12 @@ WRKSRC= ${WRKDIR}/${GH_PROJECT}-${PKGVERSION_NOREV}
CMAKE_CONFIGURE_ARGS+=-DWITH_QT6=ON
.include "../../devel/cmake/build.mk"
+
+BUILDLINK_API_DEPENDS.extra-cmake-modules+= extra-cmake-modules>=5.19.0
.include "../../devel/extra-cmake-modules/buildlink3.mk"
.include "../../devel/kf6-knotifications/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../misc/kf6-kstatusnotifieritem/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/qt6-qtbase/buildlink3.mk"
-.include "../../wip/kf6-kstatusnotifieritem/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/copyq/TODO b/copyq/TODO
deleted file mode 100644
index 9db4a523fc..0000000000
--- a/copyq/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Wait to import wip/kf6-kstatusnotifieritem to pkgsrc
Home |
Main Index |
Thread Index |
Old Index