pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
copyq: remove, used for updating x11/copyq
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Apr 20 23:10:15 2025 +0200
Changeset: 5d2a6dbd75393b91a26ba19ff17886e6ba6b92e9
Modified Files:
Makefile
Removed Files:
copyq/COMMIT_MSG
copyq/DESCR
copyq/Makefile
copyq/PLIST
copyq/distinfo
Log Message:
copyq: remove, used for updating x11/copyq
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5d2a6dbd75393b91a26ba19ff17886e6ba6b92e9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 11 ++++++----
copyq/COMMIT_MSG | 42 -----------------------------------
copyq/DESCR | 2 --
copyq/Makefile | 27 -----------------------
copyq/PLIST | 67 --------------------------------------------------------
copyq/distinfo | 5 -----
6 files changed, 7 insertions(+), 147 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index e847dc50f2..9e4c3ff461 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-
# $NetBSD$
COMMENT= Work-in-progress packages
@@ -579,7 +578,6 @@ SUBDIR+= contacts
SUBDIR+= convertall
SUBDIR+= cool-retro-term
SUBDIR+= cops
-SUBDIR+= copyq
SUBDIR+= copytape
SUBDIR+= coreclr-git
SUBDIR+= corefx-git
@@ -1188,6 +1186,8 @@ SUBDIR+= gcc10snapshot
SUBDIR+= gcc12
SUBDIR+= gcc12-darwin
SUBDIR+= gcc13
+SUBDIR+= gcc13-gnat
+SUBDIR+= gcc13-gnat-libs
SUBDIR+= gcc14
SUBDIR+= gcc14-gnat
SUBDIR+= gcc14-gnat-libs
@@ -2045,7 +2045,7 @@ SUBDIR+= libgda-bdb
SUBDIR+= libgda-ldap
SUBDIR+= libgda-mdb
SUBDIR+= libgda-odbc
-#SUBDIR+= libgda-sqlite3 # PR pkg/45845
+SUBDIR+= libgda-sqlite3
SUBDIR+= libgda-xbase
SUBDIR+= libgda4
SUBDIR+= libgfbgraph
@@ -4232,6 +4232,7 @@ SUBDIR+= py-netcdf
SUBDIR+= py-netflowvizu
SUBDIR+= py-nethsm
SUBDIR+= py-netmiko
+SUBDIR+= py-netsnmp-cffi
SUBDIR+= py-neumann
SUBDIR+= py-neupy
SUBDIR+= py-neurolab
@@ -4518,7 +4519,7 @@ SUBDIR+= py-qrng
SUBDIR+= py-qstylizer
SUBDIR+= py-qsymm
SUBDIR+= py-qt-thread-updater
-SUBDIR+= py-qt6-qtwebengine
+SUBDIR+= py-qt6-webengine
SUBDIR+= py-qtawesome
SUBDIR+= py-qtconsole
SUBDIR+= py-qtpy
@@ -4677,6 +4678,7 @@ SUBDIR+= py-smell
SUBDIR+= py-smi
SUBDIR+= py-smop
SUBDIR+= py-snmp
+SUBDIR+= py-snmp5024
SUBDIR+= py-sode
SUBDIR+= py-sofa
SUBDIR+= py-solpy
@@ -6146,6 +6148,7 @@ SUBDIR+= zetacoin
SUBDIR+= zf
SUBDIR+= zig-git
SUBDIR+= zimpl
+SUBDIR+= zino
SUBDIR+= zip-devel
SUBDIR+= ziparchive
SUBDIR+= zipios
diff --git a/copyq/COMMIT_MSG b/copyq/COMMIT_MSG
deleted file mode 100644
index 463fd1fe97..0000000000
--- a/copyq/COMMIT_MSG
+++ /dev/null
@@ -1,42 +0,0 @@
-x11/copyq: update to 10.0.0
-
-* Added:
-- Emacs navigation key-bindings support.
-- Adds support for setting urgency and persistency to notifications.
- Script function notification() takes new arguments: '.urgency' (low,
- normal, high, critical), '.persistent' (toggle persistent notification)
-
-* Changed:
-- Updates icon font from Font-Awesome 6.7.2.
-- On Windows, the main window is shown when starting the application
- using the program icon (#2965).
-- Calling exit() script function prints "Terminating server" on stderr
- instead of stdout.
-
-* Fixed:
-- Fixes item selection with Ctrl+Space (#2850).
-- Fixes confirming exit if any commands are running.
-- Fixes selecting specific row on search (#2770).
-- Clipboard data cloning will be now aborted if the data changes during
- the process. This avoids using incomplete data in rare cases.
-- Fixes contrast of the selected row number color (#2887). The row
- number text color of selected item is set to the same color as item
- text by default. This can be overridden via "Edit Theme" button using
- option num_sel_fg.
-- Fixes internal editor syntax highlighting for numbers containing
- separators (for example 100_000, 0x1234_abcd) and avoids incorrectly
- highlighting multiple lines as regular expression in some cases.
-- On GNOME (Wayland session), the clipboard monitor and provider
- processes run in XWayland mode because GNOME does not support Wayland
- data control protocol. This behavior can be skipped by settings
- QT_QPA_PLATFORM environment variable to "wayland" (or other value).
-- On Wayland compositors, fixes unnecessary application start delay if
- clipboard access (the data control protocol) is not supported.
-- On Linux, the "Ignore items with no or single character" predefined
- command properly avoids synchronizing empty text or single character.
-- On Linux, fixes waiting on keyboard modifiers release when
- synchronizing selection.
-- Avoids recursive item preview updates when using display commands.
-- Avoids removing items if drag'n'drop action fails.
-- Wayland: Fixes crash if getting owned clipboard data.
-- Wayland: Fixes setting UTF-8 text on broken GNOME's XWayland.
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 4479be8deb..0000000000
--- a/copyq/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2025/04/17 21:52:54 wiz Exp $
-
-DISTNAME= copyq-10.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
-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-qtwayland/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 "../../mk/bsd.pkg.mk"
diff --git a/copyq/PLIST b/copyq/PLIST
deleted file mode 100644
index d06ce4f9db..0000000000
--- a/copyq/PLIST
+++ /dev/null
@@ -1,67 +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/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/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_fa.qm
-share/copyq/translations/copyq_fi.qm
-share/copyq/translations/copyq_fr.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_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_zh_CN.qm
-share/copyq/translations/copyq_zh_TW.qm
-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.appdata.xml
diff --git a/copyq/distinfo b/copyq/distinfo
deleted file mode 100644
index fc22724974..0000000000
--- a/copyq/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2025/01/22 12:10:06 wiz Exp $
-
-BLAKE2s (copyq-10.0.0.tar.gz) = f42a4ec20e297e03e085fd62ec73f47ec9534fcf977ada4bd25ebdd37bb34b7b
-SHA512 (copyq-10.0.0.tar.gz) = e53254f2394b062955484bc176c002168a64b580159915bfab07f53a9227371821c4f8c7d66fab9a477c4613e5d50f47c19038a52828fa459f5a086ae64dba42
-Size (copyq-10.0.0.tar.gz) = 3456331 bytes
Home |
Main Index |
Thread Index |
Old Index