aboutsummaryrefslogtreecommitdiff
path: root/deskutils/copyq
Commit message (Collapse)AuthorAgeFilesLines
* deskutils/copyq: Update to 3.6.1Jason E. Hale2018-10-264-82/+84
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=483047
* Fix build with Qt 5.11Jason E. Hale2018-09-071-0/+66
| | | | | | | Obtained from: backported from upstream Notes: svn path=/head/; revision=479193
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=473503
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Mark BROKEN on 9.x: does not build:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=424384
* - Cleanup some syntax and white-spaceKris Moore2016-07-221-7/+7
| | | | | | | Submitted by: danfe Notes: svn path=/head/; revision=418919
* CopyQ is advanced clipboard manager with editing and scripting features.Kris Moore2016-07-213-0/+35
WWW: https://github.com/hluk/CopyQ Notes: svn path=/head/; revision=418889