pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
copyq: commited to pkgsrc
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Sun Aug 24 18:20:59 2025 +0200
Changeset: 920815824a8771fb46f49417bcc6da5bc81b0e74
Modified Files:
Makefile
Removed Files:
copyq/COMMIT_MSG
copyq/DESCR
copyq/Makefile
copyq/PLIST
copyq/distinfo
Log Message:
copyq: commited to pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=920815824a8771fb46f49417bcc6da5bc81b0e74
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 | 52 ------------------------------------------
copyq/DESCR | 2 --
copyq/Makefile | 27 ----------------------
copyq/PLIST | 69 --------------------------------------------------------
copyq/distinfo | 5 ----
6 files changed, 156 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 798c3ed0e0..9b5bb20cb1 100644
--- a/Makefile
+++ b/Makefile
@@ -582,7 +582,6 @@ SUBDIR+= contacts
SUBDIR+= convertall
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 80c0ee5fb0..0000000000
--- a/copyq/COMMIT_MSG
+++ /dev/null
@@ -1,52 +0,0 @@
-x11/copyq: update to 11.0.0
-
-* Added
-- Adds support for dark/light window title scheme.
-- New frameless_window option (#2570) toggles the main
- window frame and title bar (if supported by the window manager):
- copyq toggleConfig frameless_window
-- Adds support for localizing command names in the command INI files (#3032):
- [Command]
- Name = ...
- Name_cs = ...
- Name_fr = ...
- Name_pt_BR = ...
- Name_pt = ...
-- Adds support for showing preview for more image formats (namely ico and webp).
-- Adds support for more complex network requests in scripts. New NetworkRequest
- class can be used to set custom headers, HTTP method, number of allowed
- redirects and timeout.
-
-* Changed
-- Avoids hiding the main window on backspace (#3107).
-- Enables Vi/Emacs navigation (#3012) in menus, and Ctrl+[ in Vi and Ctrl+G in
- Emacs to work in many other places as Esc key (for example, to hide menus,
- dialogs). Users can override shortcuts, but not some reserved ones in specific
- cases (mainly, if the item list or a menu has focus).
-- Selections and current items/rows/data in scripts now only relate to the tab
- selected with tab(...) in scripts (this is still by default the selected tab
- when the command started). Affected script functions:
- move()
- setData()
- removeData()
- selectedItems()
- selectedItemData()
- setSelectedItemData()
- setSelectedItemsData()
- currentItem()
- ItemSelection().current()
-- Drops unnecessary timeouts when executing commands and actions from scripts.
-- Avoids fetching and passing clipboard to action()/execute() if the commands
- do not contains %1 placeholder. This can improve performance.
-
-* Fixed
-- Fixes dialog(): custom size, layout and resizing (#3003).
-- Fixes overriding filter/search string with filter() (previously the new value
- was appended to the current filter).
-- Fixes refocusing the item after editing its notes.
-- Synchronize plugin: Fixes missing data in the last item when tab is full.
-- Windows: Fixes the icon for uninstaller (#2864).
-- Fixes build for Qt 6.9 and above.
-- Fixes potentially misconfigured log file path at app start (#3087).
-- Linux: Avoids auto-hiding the main window when moved on some window managers
- (#3119).
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 b433d6963a..0000000000
--- a/copyq/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2025/08/13 12:46:08 kikadf Exp $
-
-DISTNAME= copyq-11.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 028b7754c1..0000000000
--- a/copyq/PLIST
+++ /dev/null
@@ -1,69 +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_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_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 65bc442816..0000000000
--- a/copyq/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2025/08/13 12:46:08 kikadf Exp $
-
-BLAKE2s (copyq-11.0.0.tar.gz) = d6ff0d61654fecb724f7894c930b00eb14875f8a8b9c015e9aa6057fad3cf6e7
-SHA512 (copyq-11.0.0.tar.gz) = 7a215ab9603db2c6f118be38926c193fbed10ca29118643627e856350e7ae1489524666483bf17fe3ea2a3163f95ecf88e5f2342ae102f37c77d8174ace3bf5f
-Size (copyq-11.0.0.tar.gz) = 3495493 bytes
Home |
Main Index |
Thread Index |
Old Index