aboutsummaryrefslogtreecommitdiff
path: root/deskutils/latte-dock
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* kutils/latte-dock update to latest upstream,Adriaan de Groot2020-04-122-4/+4
| | | | | | | | | | Release notes: https://psifidotos.blogspot.com/2020/04/latte-bug-fix-release-v0911.html One fix is for "classic systray", so if you use telegram-desktop and latte, things are now better. Notes: svn path=/head/; revision=531504
* deskutils/latte-dock: update to 0.9.10Tobias C. Berner2020-03-282-4/+4
| | | | Notes: svn path=/head/; revision=529744
* Update deskutils/latte-dock to latest upstream release, 0.9.9Adriaan de Groot2020-02-262-4/+4
| | | | | | | | | | | | Release notes at https://psifidotos.blogspot.com/2020/02/latte-bug-fix-release-v099.html There's a critical configuration fix (new users especially, didn't get a correct config file) and an important UI fix. (Note "critical" here is for functionality, not security) Notes: svn path=/head/; revision=527225
* deskutils/latte-dock: update to 0.9.8.1Tobias C. Berner2020-01-292-4/+4
| | | | Notes: svn path=/head/; revision=524561
* deskutils/latte-dock: update to 0.9.8Tobias C. Berner2020-01-262-4/+4
| | | | Notes: svn path=/head/; revision=524169
* Update deskutils/latte-dock to latest upstream releaseAdriaan de Groot2019-12-312-4/+4
| | | | | | | | | | | | | There was a 0.9.6 which showed up briefly, skip to 0.9.7 released yesterday. Release notes are at https://psifidotos.blogspot.com/2019/12/latte-bug-fix-release-v097.html There's a handful of bug fixes and prep-work for Qt 5.14 (which isn't on our radar for KDE-FreeBSD yet). Notes: svn path=/head/; revision=521653
* deskutils/latte-dock: update to 0.9.5Tobias C. Berner2019-12-083-4/+7
| | | | Notes: svn path=/head/; revision=519282
* Add USES=xorg USES=gl, ports categories dNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'd'. Notes: svn path=/head/; revision=516748
* Update deskutils/latte-dock to latest upstream.Adriaan de Groot2019-10-282-4/+4
| | | | | | | | | | | | Release announcement: https://psifidotos.blogspot.com/2019/10/latte-bug-fix-release-v094.html Notable: - some UI improvements - autostart fixes which I'm not sure apply to us at all Notes: svn path=/head/; revision=515869
* deskutils/latte-dock: update to 0.9.3Tobias C. Berner2019-09-303-10/+6
| | | | Notes: svn path=/head/; revision=513398
* deskutils/latte-dock: update to 0.9.2Tobias C. Berner2019-09-064-15/+10
| | | | Notes: svn path=/head/; revision=511298
* desktuils/latte-dock: update to 0.9.1Tobias C. Berner2019-08-285-130/+201
| | | | Notes: svn path=/head/; revision=510101
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* deskutils/latte-dock: update to 0.8.9Tobias C. Berner2019-06-293-4/+6
| | | | Notes: svn path=/head/; revision=505325
* Update deskutils/latte-dock to latest upstream release, 0.8.8Adriaan de Groot2019-04-162-4/+4
| | | | | | | | | From the release notes: - Fixes: multi-screen fix: unload properly explicit screen docks when their screen is not available any more Notes: svn path=/head/; revision=499080
* Support GCC architectures, add compiler:c++11-langAdriaan de Groot2019-04-051-1/+1
| | | | | | | | | | Same kind of fix as all the other KDE-related GCC fixes. PR: 237044 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=497963
* deskutils/latte-dock: update to 0.8.7Tobias C. Berner2019-03-022-4/+4
| | | | Notes: svn path=/head/; revision=494362
* Update deskutils/latte-dock to latest release.Adriaan de Groot2019-02-172-4/+4
| | | | | | | | | Fixes: - fix previews that broke after kde frameworks 5.55 update - fix shortcuts behavior from plasma applets when using "Multiple" layouts Notes: svn path=/head/; revision=493170
* deskutils/latte-dock: update to 0.8.5Tobias C. Berner2019-01-273-5/+5
| | | | Notes: svn path=/head/; revision=491341
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* deskutils/latte-dock: update to 0.8.4Tobias C. Berner2018-12-293-4/+5
| | | | Notes: svn path=/head/; revision=488667
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=488341
* deskutils/latte-dock: update to 0.8.3Tobias C. Berner2018-12-022-5/+4
| | | | Notes: svn path=/head/; revision=486402
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativeTobias C. Berner2018-11-041-1/+2
| | | | | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751 Notes: svn path=/head/; revision=484140
* Update deskutils/latte-dock to latest release.Adriaan de Groot2018-10-282-5/+5
| | | | | | | | | https://psifidotos.blogspot.com/2018/10/latte-bug-fix-release-v082.html Main change is for multi-screen environments, and some bugfixing. Notes: svn path=/head/; revision=483310
* Update desktuils/latte-dock to 0.8.1Tobias C. Berner2018-09-174-33/+21
| | | | Notes: svn path=/head/; revision=479943
* Update deskutils/latte-dock to 0.8.0Tobias C. Berner2018-08-014-16/+93
| | | | Notes: svn path=/head/; revision=476173
* 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
* Update deskutils/latte-dock to 0.7.5Tobias C. Berner2018-04-283-4/+9
| | | | Notes: svn path=/head/; revision=468524
* Update desktuils/latte-dock to 0.7.4Tobias C. Berner2018-03-093-89/+94
| | | | Notes: svn path=/head/; revision=463987
* Update deskutils/latte-dock to latest upstream release, 0.7.3Adriaan de Groot2018-01-123-9/+24
| | | | | | | | | | http://psifidotos.blogspot.nl/2018/01/latte-bug-fix-release-v073-and-some-news.html Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D13841 Notes: svn path=/head/; revision=458879
* Don't use MASTER_SITE_SUBDIR when it is not needed.Mathieu Arnold2017-11-241-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454828
* Add latte-dock, an alternative launcher / taskbar from the KDE community.Adriaan de Groot2017-11-174-0/+250
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13075 Notes: svn path=/head/; revision=454392