Port details |
- lumina-xdg-entry XDG desktop entry creator from the Lumina Desktop
- 1.3.0_2 deskutils
=0 1.3.0_2Version of this port present on the latest quarterly branch.
- Maintainer: kmoore@FreeBSD.org
- Port Added: 2017-09-18 17:47:07
- Last Update: 2019-09-24 17:00:31
- SVN Revision: 512723
- License: BSD3CLAUSE
- WWW:
- https://lumina-desktop.org/
- Description:
- XDG desktop entry creator from the Lumina Desktop.
WWW: https://lumina-desktop.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lumina-xdg-entry>0:deskutils/lumina-xdg-entry
- No installation instructions:
- This port has been deleted.
- PKGNAME: lumina-xdg-entry
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1498830118
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- moc : devel/qt5-buildtools
- linguist : devel/qt5-linguist
- qmake : devel/qt5-qmake
- Library dependencies:
-
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5Network.so : net/qt5-network
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5X11Extras.so : x11/qt5-x11extras
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lumina-xdg-entry-1.3.0_2:
I18N=on: Install localization files
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- compiler:c++11-lang qmake qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0_2 24 Sep 2019 17:00:31 |
pi |
x11/lumina: fix build on gcc platforms, re-adding USES=compiler:c++11-lang
- and deleting the two ports I should have deleted in the previous commit
PR: 240749
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
1.3.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.3.0_1 16 Jan 2019 11:13:45 |
tijl |
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 (Only the first 15 lines of the commit message are shown above ) |
1.3.0 25 Dec 2018 09:30:20 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
1.3.0 22 Dec 2018 02:10:21 |
linimon |
This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.
While here, pet portlint.
PR: 234245
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.3.0 28 Jun 2018 17:39:55 |
tcberner |
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 |
1.3.0 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
1.3.0 20 Sep 2017 14:16:35 |
kmoore |
- Fix Lumina ports to use DISTVERSIONSUFFIX properly and not mis-interpret the
-p1
PR: 222452
Submitted by: Ken Moore <ken@pcbsd.org>
Sponsored by: iXsystems |
1.3.0.p1 18 Sep 2017 17:45:33 |
kmoore |
- Update x11/lumina to 1.3.0
- Bring in Lumina utilities as their own ports
PR: 220387
Submitted by: Ken Moore <ken@pcbsd.org>
Sponsored by: iXsystems |