pkgsrc-WIP-changes archive

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

copyq: remove, imported



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Fri Mar 27 12:10:39 2026 +0100
Changeset:	922fcadf2238fc28cf9e93baedee2672dcef8694

Modified Files:
	Makefile
Removed Files:
	copyq/COMMIT_MSG
	copyq/DESCR
	copyq/Makefile
	copyq/PLIST
	copyq/distinfo
	copyq/patches/patch-CMakeLists.txt

Log Message:
copyq: remove, imported

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

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

diffstat:
 Makefile                           |  1 -
 copyq/COMMIT_MSG                   | 55 ---------------------------
 copyq/DESCR                        |  2 -
 copyq/Makefile                     | 32 ----------------
 copyq/PLIST                        | 76 --------------------------------------
 copyq/distinfo                     |  6 ---
 copyq/patches/patch-CMakeLists.txt | 14 -------
 7 files changed, 186 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index cade679128..40d19e26b0 100644
--- a/Makefile
+++ b/Makefile
@@ -601,7 +601,6 @@ SUBDIR+=	convertall
 SUBDIR+=	convos
 SUBDIR+=	cool-retro-term
 SUBDIR+=	cops
-SUBDIR+=	copyq
 SUBDIR+=	copytape
 SUBDIR+=	coreclr-git
 SUBDIR+=	corefx-git
diff --git a/copyq/COMMIT_MSG b/copyq/COMMIT_MSG
deleted file mode 100644
index 5707a805af..0000000000
--- a/copyq/COMMIT_MSG
+++ /dev/null
@@ -1,55 +0,0 @@
-x11/copyq: update to 14.0.0
-
-Added
-- Tab encryption support. Allows encrypting all tab data on disk using a single
-  custom password. Common keychain software to store the password can be also
-  enabled with password expiration (locking tabs).
-- Note for packagers: This requires QCA and QtKeychain libraries, but it can be
-  disabled at build time with CMake options WITH_QCA_ENCRYPTION and
-  WITH_KEYCHAIN (#2617).
-- Audio playback via playSound() script function for playing WAV, MP3 and
-  FLAC files.
-- Note for packagers: This requires miniaudio library, but it can be disabled
-  at build time with CMake option WITH_AUDIO.
-- New script function stats() for gathering runtime statistics (memory usage,
-  UI elements, tab state, loaded plugins, running actions).
-- Nord themes. Thanks to @ArtyomBabiy.
-- Theme is applied to the About dialog (#3296).
-- Log directory can be changed using COPYQ_LOG_DIR environment variable
-  (if COPYQ_LOG_FILE is not used).
-- GNOME: Clipboard monitoring support using a custom GNOME extension
-  (#2342, #1243).
-- X11: Portal for global shortcuts can be enabled with COPYQ_USE_PORTAL
-  environment variable.
-
-Changed
-- Long texts in the editor are no longer syntax-highlighted to avoid
-  slowdowns (#3340).
-- ItemSelection() and selectItems() preserve the original selection
-  order (#3271).
-- "Show the tray menu" command is excluded from the tray menu (#3353).
-- Content dialog now shows data for the first format when opened (#3404).
-- Option close_on_unfocus_extra_delay_ms can now be changed via config() (#3286).
-- Use COPYQ_LOG_FILE for logging into single file without adding extra suffix
-  for process PID.
-- Tests are no longer part of the application (#3274).
-- X11: Reduced blocking calls when showing the main window, improving
-  responsiveness after idle (#2877).
-
-Fixed
-- Fixes pinned item duplication on clipboard re-read (#3131, #3042).
-- Fixes potential data loss on partial tab rename failure during drag-and-drop.
-- Fixes drag-and-drop expanding collapsed tab groups.
-- Fixes window becoming invisible when started minimized (#3440).
-- Fixes showAt() when the main window is maximized; restores original
-  geometry afterward (#3412, #3384).
-- Fixes hiding the main window from the tray menu (#3352).
-- Fixes overriding selection data in automatic commands (#3324).
-- Fixes "Hide from screenshots" option state in Preferences.
-- Fixes reading environment variables in correct encoding.
-- Fixes copy/paste error handling (#3428).
-- Synchronize plugin: Fixes updating items after they are moved (#3424).
-- macOS: Fixes tray menu not appearing and crash on paste.
-- Windows: Fixes copy/paste with the Win modifier held (#3398).
-- Windows: Fixes default installation folder for single-user mode (#3358).
-- Windows: Fixes overriding custom COPYQ_LOG_FILE.
diff --git a/copyq/DESCR b/copyq/DESCR
deleted file mode 100644
index d289f99bb0..0000000000
--- a/copyq/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-CopyQ is an advanced clipboard manager with powerful editing
-and scripting features.
diff --git a/copyq/Makefile b/copyq/Makefile
deleted file mode 100644
index ed32dd73a2..0000000000
--- a/copyq/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2026/02/06 10:06:12 wiz Exp $
-
-DISTNAME=	copyq-14.0.0
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=hluk/}
-GH_PROJECT=	CopyQ
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	kikadf.01%gmail.com@localhost
-HOMEPAGE=	https://hluk.github.io/CopyQ
-COMMENT=	Qt based clipboard manager
-LICENSE=	gnu-gpl-v3
-
-USE_LANGUAGES=		c c++
-WRKSRC=			${WRKDIR}/${GH_PROJECT}-${PKGVERSION_NOREV}
-CMAKE_CONFIGURE_ARGS+=	-DWITH_QT6=ON
-CMAKE_CONFIGURE_ARGS+=	-DWITH_AUDIO=OFF
-USE_TOOLS+=		pkg-config
-
-.include "../../devel/cmake/build.mk"
-.include "../../devel/extra-cmake-modules/buildlink3.mk"
-.include "../../devel/kf6-knotifications/buildlink3.mk"
-.include "../../devel/qt6-qttools/buildlink3.mk"
-.include "../../devel/qt6-qtwayland/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../misc/kf6-kstatusnotifieritem/buildlink3.mk"
-.include "../../security/qca2-qt6/buildlink3.mk"
-.include "../../security/qt6-qtkeychain/buildlink3.mk"
-.include "../../x11/kf6-kguiaddons/buildlink3.mk"
-.include "../../x11/libXtst/buildlink3.mk"
-.include "../../x11/qt6-qtbase/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/copyq/PLIST b/copyq/PLIST
deleted file mode 100644
index cce00b9730..0000000000
--- a/copyq/PLIST
+++ /dev/null
@@ -1,76 +0,0 @@
-@comment $NetBSD$
-bin/copyq
-lib/copyq/plugins/libitemencrypted.so
-lib/copyq/plugins/libitemfakevim.so
-lib/copyq/plugins/libitemimage.so
-lib/copyq/plugins/libitemnotes.so
-lib/copyq/plugins/libitempinned.so
-lib/copyq/plugins/libitemsync.so
-lib/copyq/plugins/libitemtags.so
-lib/copyq/plugins/libitemtext.so
-man/man1/copyq.1
-share/applications/com.github.hluk.copyq.desktop
-share/bash-completion/completions/copyq
-share/copyq/themes/black.ini
-share/copyq/themes/dark.ini
-share/copyq/themes/forest.ini
-share/copyq/themes/items.css
-share/copyq/themes/light.ini
-share/copyq/themes/main_window.css
-share/copyq/themes/main_window_simple.css
-share/copyq/themes/menu.css
-share/copyq/themes/nord.ini
-share/copyq/themes/nord_light.ini
-share/copyq/themes/notification.css
-share/copyq/themes/paper.ini
-share/copyq/themes/simple.ini
-share/copyq/themes/solarized-dark.ini
-share/copyq/themes/solarized-light.ini
-share/copyq/themes/tooltip.css
-share/copyq/themes/wine.ini
-share/copyq/translations/copyq_ar.qm
-share/copyq/translations/copyq_ca.qm
-share/copyq/translations/copyq_cs.qm
-share/copyq/translations/copyq_da.qm
-share/copyq/translations/copyq_de.qm
-share/copyq/translations/copyq_el.qm
-share/copyq/translations/copyq_es.qm
-share/copyq/translations/copyq_et.qm
-share/copyq/translations/copyq_fa.qm
-share/copyq/translations/copyq_fi.qm
-share/copyq/translations/copyq_fr.qm
-share/copyq/translations/copyq_ga.qm
-share/copyq/translations/copyq_he.qm
-share/copyq/translations/copyq_hr.qm
-share/copyq/translations/copyq_hu.qm
-share/copyq/translations/copyq_id.qm
-share/copyq/translations/copyq_it.qm
-share/copyq/translations/copyq_ja.qm
-share/copyq/translations/copyq_kab.qm
-share/copyq/translations/copyq_ko.qm
-share/copyq/translations/copyq_lt.qm
-share/copyq/translations/copyq_nb.qm
-share/copyq/translations/copyq_nl.qm
-share/copyq/translations/copyq_pl.qm
-share/copyq/translations/copyq_pt_BR.qm
-share/copyq/translations/copyq_pt_PT.qm
-share/copyq/translations/copyq_ru.qm
-share/copyq/translations/copyq_sk.qm
-share/copyq/translations/copyq_sv.qm
-share/copyq/translations/copyq_tr.qm
-share/copyq/translations/copyq_uk.qm
-share/copyq/translations/copyq_vi.qm
-share/copyq/translations/copyq_zh_CN.qm
-share/copyq/translations/copyq_zh_TW.qm
-share/gnome-shell/extensions/copyq-clipboard%hluk.github.com@localhost/extension.js
-share/gnome-shell/extensions/copyq-clipboard%hluk.github.com@localhost/metadata.json
-share/icons/hicolor/128x128/apps/copyq.png
-share/icons/hicolor/16x16/apps/copyq.png
-share/icons/hicolor/22x22/apps/copyq.png
-share/icons/hicolor/24x24/apps/copyq.png
-share/icons/hicolor/32x32/apps/copyq.png
-share/icons/hicolor/48x48/apps/copyq.png
-share/icons/hicolor/64x64/apps/copyq.png
-share/icons/hicolor/scalable/apps/copyq.svg
-share/icons/hicolor/scalable/apps/copyq_mask.svg
-share/metainfo/com.github.hluk.copyq.metainfo.xml
diff --git a/copyq/distinfo b/copyq/distinfo
deleted file mode 100644
index f82cce4d76..0000000000
--- a/copyq/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.7 2025/11/24 07:57:11 wiz Exp $
-
-BLAKE2s (copyq-14.0.0.tar.gz) = ec55759f23cdca2c8230008f6a5e3022718626f94f55a58f5d50807f7c0d75cb
-SHA512 (copyq-14.0.0.tar.gz) = ddbbd489bc3e703b2c93743308fa2ec88d6eb563002428ce5436504c2ffa9dcd569629d9e7a1ad60d81dc9c15da8e2acb5de5224060c24ae6570fb40ef12e8cf
-Size (copyq-14.0.0.tar.gz) = 3670542 bytes
-SHA1 (patch-CMakeLists.txt) = 1a114ef64c117215420e919543ef8b73372b12ba
diff --git a/copyq/patches/patch-CMakeLists.txt b/copyq/patches/patch-CMakeLists.txt
deleted file mode 100644
index e7047b5075..0000000000
--- a/copyq/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2025/11/24 07:57:11 wiz Exp $
-
-Fix build with qt6 6.10.
-
---- CMakeLists.txt.orig	2025-10-22 07:58:33.000000000 +0000
-+++ CMakeLists.txt
-@@ -46,6 +46,7 @@ set(CMAKE_AUTOMOC ON)
- OPTION(WITH_QT6 "Enable Qt 6" ON)
- if (WITH_QT6)
-     set(QT_DEFAULT_MAJOR_VERSION 6)
-+    find_package(Qt6 COMPONENTS GuiPrivate REQUIRED)
-     find_package(Qt6Widgets 6.1.0 REQUIRED)
-     set(copyq_qt Qt6)
-     add_definitions( -DQT_DEPRECATED_WARNINGS_SINCE=0x051500 )


Home | Main Index | Thread Index | Old Index