aboutsummaryrefslogtreecommitdiff
path: root/x11/lumina
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/lumina: Update to 1.6.0 and Take MAINTAINER'shipLoïc Bartoletti2020-02-221-2/+2
| | | | | | | | | | | | | | | | | | | | - Update to 1.6.0 - Take MAINTAINER'ship - Add missing USE_GL - Fix order of options in Makefiles Changelog: - Lumina: https://github.com/lumina-desktop/lumina/compare/v1.5.0...v1.6.0 - Lumina-pdf: https://github.com/lumina-desktop/lumina-pdf/compare/v1.5.0...v1.6.0 - Lumina-calculator: https://github.com/lumina-desktop/lumina-calculator/compare/v1.5.0...v1.6.0 PR: 243895 Reviewed by: mat, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D23603 Notes: svn path=/head/; revision=526736
* x11/lumina: upgrade 1.4.1 -> 1.5.0Kurt Jaeger2019-09-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | - Remove deskutils/lumina-notify (upstreamed) https://github.com/lumina-desktop/lumina/commit/89ad0095d7da09158778b5afae9beeaa0bd98d38 - Remove deskutils/lumina-xdg-entry (upstreamed) https://github.com/lumina-desktop/lumina/commit/0069a052e1cbef588e8f93a31314965b0c2af68a - Fix variables order (pet portlint) - Alphabetize USE_QT - Update knob to use options helpers - Remove GH_TAGNAME (except for deskutils/lumina-pdf and deskutils/lumina-calculator which haven't release tag) - Change GH_ACCOUNT from "trueos" to "lumina-desktop" - Add a new port deskutils/lumina-photo - Change I18N option to well know NLS option PR: 240749 Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> Approved by: JT Pennington <jt@ixsystems.com> (maintainer) Differential Revision: D21749 Notes: svn path=/head/; revision=512720
* 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
* - Update WWWDmitry Marakasov2019-01-031-7/+7
| | | | | | | | | - Cleanup pkg-descr Approved by: portmgr blanket Notes: svn path=/head/; revision=489143
* - Update lumina-textedit to 1.4.1.Marcelo Araujo2017-12-222-5/+5
| | | | | | | | | | | | - Pass maintainership to submitter. PR: ports/224308 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456961
* - Update x11/lumina to 1.3.0Kris Moore2017-09-185-906/+20
| | | | | | | | | | | - Bring in Lumina utilities as their own ports PR: 220387 Submitted by: Ken Moore <ken@pcbsd.org> Sponsored by: iXsystems Notes: svn path=/head/; revision=450057
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Drop x11-themes/kde4-icons-oxygen in favor of x11-themes/kf5-oxygen-icons5.Raphael Kubo da Costa2017-04-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Despite the name, kf5-oxygen-icons5 does not depend on Qt5 and just contains the Oxygen icon set without any architecture-dependent files. As such, we can make all ports depend on it and remove kde4-icons-oxygen altogether and avoid having two conflicting ports for KDE4 and KF5. x11-themes/kf5-oxygen-icons5 was adjusted to have its dependencies reduced even further: - The dependencies on qt5-core and qt5-testlib were removed, as they were only needed to build tests. - We're also passing some CMake arguments to avoid looking for qt5-core altogether. With the changes above, the only port kf5-oxygen-icons5 depends on at runtime is devel/kf5-extra-cmake-modules, which itself does not depend on anything else. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D10237 Notes: svn path=/head/; revision=437622
* - Fix pkg-plist expansionKris Moore2017-01-241-805/+805
| | | | | | | Reported by: Nikolai Lifanov <lifanov@> Notes: svn path=/head/; revision=432388
* - Update to 1.2.0-p1Kris Moore2017-01-243-50/+834
| | | | | | | | PR: 215913 Submitted by: Ken Moore <ken@ixsystems.com> Notes: svn path=/head/; revision=432382
* Remove wrongly used QT-related plist-subs from plistTobias C. Berner2016-10-281-4/+4
| | | | | | | | | | | %%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the Qt binaries and libraries respectively -- they are only 'bin' and 'lib' by chance, and should not be used that way. Approved by: portmgr (blanket), rakuco (mentor) Notes: svn path=/head/; revision=424832
* - Update to 1.1.0-p1Kris Moore2016-10-263-20/+24
| | | | | | | | PR: 213802 Submitted by: Lars Engels <lme@freebsd.org> Notes: svn path=/head/; revision=424709
* - Switch to using DISTVERSION (Thanks koobs!)Kris Moore2016-08-091-2/+1
| | | | Notes: svn path=/head/; revision=419929
* - Update to 1.0.0-Release-p1Kris Moore2016-08-093-7/+11
| | | | Notes: svn path=/head/; revision=419928
* - Update to 1.0.0-BETA2Kris Moore2016-07-255-65/+73
| | | | | | | - Sync options with upstream TrueOS ports repo Notes: svn path=/head/; revision=419061
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Distfile was re-rolledKris Moore2016-05-063-6/+7
| | | | | | | | | - Update depends - Improve pkg-descr - Bump PORTREV Notes: svn path=/head/; revision=414704
* - Update x11/lumina and x11/lumina-i18n to 0.9.0Kris Moore2016-05-033-10/+15
| | | | Notes: svn path=/head/; revision=414540
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Chase upstream 0.8.8_2Kris Moore2016-03-042-4/+4
| | | | | | | - Bump PORTREV Notes: svn path=/head/; revision=410144
* - Upstream bumped 0.8.8 with some minor bugfixes, chase themKris Moore2016-02-192-3/+4
| | | | | | | - Bump PORTREV Notes: svn path=/head/; revision=409196
* - Update to 0.8.8Kris Moore2016-02-103-31/+33
| | | | | | | http://lumina-desktop.org/lumina-desktop-0-8-8-released/ Notes: svn path=/head/; revision=408656
* - Update to Lumina 0.8.7Kris Moore2015-10-265-16/+33
| | | | Notes: svn path=/head/; revision=400187
* Cleanup some abusive use of GH_TAGNAME.Mathieu Arnold2015-08-042-3/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=393516
* - Update to 0.8.6Kris Moore2015-08-033-9/+6
| | | | | | | - Update WWW: to new website url Notes: svn path=/head/; revision=393481
* - Update to 0.8.5Kris Moore2015-07-153-564/+9
| | | | Notes: svn path=/head/; revision=392136
* - Remove old GH_COMMIT tagKris Moore2015-04-302-7/+7
| | | | | | | | | | - Restore PORTEPOCH - Pet portlint Reported by: many Notes: svn path=/head/; revision=385073
* - Update to 0.8.4Kris Moore2015-04-303-10/+71
| | | | Notes: svn path=/head/; revision=385072
* - Update to 0.8.3Kris Moore2015-03-303-5/+70
| | | | Notes: svn path=/head/; revision=382768
* - Update to 0.8.2Kris Moore2015-02-183-5/+80
| | | | Notes: svn path=/head/; revision=379316
* - Update to 0.8.1Kris Moore2015-01-223-5/+6
| | | | Notes: svn path=/head/; revision=377667
* - Update to 0.8.0Kris Moore2015-01-064-13/+13
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=376431
* Cleanup plistAntoine Brodin2014-11-241-5/+0
| | | | Notes: svn path=/head/; revision=373367
* - Update to 0.7.2Kris Moore2014-11-203-5/+74
| | | | Notes: svn path=/head/; revision=372930
* - Update to 0.7.1Kris Moore2014-10-292-4/+4
| | | | Notes: svn path=/head/; revision=371704
* - Update to 0.7.0-1413916751Kris Moore2014-10-222-6/+7
| | | | Notes: svn path=/head/; revision=371340
* - Update to 0.7.0-1413399783Kris Moore2014-10-153-4/+5
| | | | | | | - Fixes a few missing files from a bad git merge Notes: svn path=/head/; revision=370947
* - Update to 0.7.0Kris Moore2014-10-153-5/+8
| | | | Notes: svn path=/head/; revision=370922
* - Update Lumina to 0.6.3Kris Moore2014-09-222-6/+6
| | | | Notes: svn path=/head/; revision=368992
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Remove obsolete USE_CDRTOOLSKris Moore2014-09-051-1/+0
| | | | Notes: svn path=/head/; revision=367319
* Opps, remove restriction to FBSD 10.0 and laterKris Moore2014-09-041-7/+1
| | | | | | | Pointy Hat: kmoore Notes: svn path=/head/; revision=367292
* - Add x11/lumina 0.6.2Kris Moore2014-09-044-0/+395
Lumina-DE is a lightweight, BSD licensed desktop environment designed specifically for use on FreeBSD WWW: https://github.com/pcbsd/lumina Notes: svn path=/head/; revision=367290