Commit Graph

13 Commits

Author SHA1 Message Date
Tobias Kortkamp
70f653112f deskutils/copyq: Update to 3.8.0
- Assign to myself
- Improve pkg-descr while here

Changes:	https://github.com/hluk/CopyQ/releases/tag/v3.8.0
2019-04-20 20:11:01 +00:00
Fernando Apesteguía
437f457db2 deskutils/copyq: update to 3.7.3
ChangeLog (https://github.com/hluk/CopyQ/releases/tag/v3.7.3)

* Search and item selection reset when main window is closed
* Updated icons (Font Awesome 5.6.3)
* Tray icon animation is not triggered if no automatic commands are
  run.
* Improved color themes on some systems
* Omit auto-hiding main window when it has a dialog open
* Fix transparency of some icons
* Fix size of menu when open on different screen
* Fix window geometry restore and rendering issues
* Fix auto-hide main window (e.g. on Gnome
  when using Activities)
* X11: Fix small tray icon on Gnome
* X11: Fix icon mask file name according to standard ("copyq_mask")

Reported by:	portscout
2019-02-04 17:16:06 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Fernando Apesteguía
1412b3aac1 deskutils/copyq: update to 3.7.2
While here, add USE_LDCONFIG.

Too many changes since 3.6.1 to list them here.

ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v3.7.2

Reported by:	portscout
2019-01-06 15:41:07 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Jason E. Hale
78f82ea2d9 deskutils/copyq: Update to 3.6.1
- Switch to CMake build
- Install data (themes, icons, translations) and optional plugins
- Fix LICENSE and add LICENSE_FILE
- Reset maintainer (no response for 15 months)

PR:		221100
Submitted by:	<bsd@bontempi.net> (update request); jhale (patch)
Approved by:	maintainer timeout (15 months)
2018-10-26 20:00:42 +00:00
Jason E. Hale
dc39415f3f Fix build with Qt 5.11
Obtained from:	backported from upstream
2018-09-07 14:12:29 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Dmitry Marakasov
d68e511f31 - Mark BROKEN on 9.x: does not build:
scriptable/fileclass.cpp: In constructor 'FileClass::FileClass(const QString&, QScriptEngine*)':
scriptable/fileclass.cpp:27: error: class 'FileClass' does not have any field named 'ScriptableClass'
scriptable/fileclass.cpp:28: error: no matching function for call to 'ScriptableClass<QFile, FilePrototype>::ScriptableClass()'
scriptable/scriptableclass.h:63: note: candidates are: ScriptableClass<Object, ObjectPrototype>::ScriptableClass(QScriptEngine*) [with Object = QFile, ObjectPrototype = FilePrototype]
scriptable/scriptableclass.h:59: note:                 ScriptableClass<QFile, FilePrototype>::ScriptableClass(const ScriptableClass<QFile, FilePrototype>&)
scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance(const QString&)':
scriptable/fileclass.cpp:34: error: 'template<class Object, class ObjectPrototype> class ScriptableClass' used without template parameters
scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance()':
scriptable/fileclass.cpp:39: error: 'template<class Object, class ObjectPrototype> class ScriptableClass' used without template parameters

Approved by:	portmgr blanket
2016-10-21 08:24:24 +00:00
Kris Moore
5a0df4959a - Cleanup some syntax and white-space
Submitted by: danfe
2016-07-22 13:17:44 +00:00
Kris Moore
780c9ecaf3 CopyQ is advanced clipboard manager with editing and scripting features.
WWW: https://github.com/hluk/CopyQ
2016-07-21 18:47:55 +00:00