notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
2024-11-06 brought a new category: filesystems. Sadly, the website did not process it well. I''m working on that. It may take a few days.
Port details
lumina-xdg-entry XDG desktop entry creator from the Lumina Desktop
1.3.0_2 deskutils Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.0_2Version of this port present on the latest quarterly branch.
Maintainer: kmoore@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. /usr/local/share/licenses/lumina-xdg-entry-1.3.0_2/catalog.mk
  2. /usr/local/share/licenses/lumina-xdg-entry-1.3.0_2/LICENSE
  3. /usr/local/share/licenses/lumina-xdg-entry-1.3.0_2/BSD3CLAUSE
  4. bin/lumina-xdg-entry
  5. share/applications/lumina-xdg-entry.desktop
Collapse this list.
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. moc : devel/qt5-buildtools
  2. linguist : devel/qt5-linguist
  3. qmake : devel/qt5-qmake
Library dependencies:
  1. libQt5Concurrent.so : devel/qt5-concurrent
  2. libQt5Core.so : devel/qt5-core
  3. libQt5Gui.so : x11-toolkits/qt5-gui
  4. libQt5Multimedia.so : multimedia/qt5-multimedia
  5. libQt5Network.so : net/qt5-network
  6. libQt5Svg.so : graphics/qt5-svg
  7. libQt5Widgets.so : x11-toolkits/qt5-widgets
  8. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/trueos/lumina/tar.gz/v1.3.0-p1?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.0_2
24 Sep 2019 17:00:31
Revision:512723Original commit files touched by this commit
pi search for other commits by this committer
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
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:490472Original commit files touched by this commit
tijl search for other commits by this committer
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 View all of this commit message)
1.3.0
25 Dec 2018 09:30:20
Revision:488305Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
1.3.0
22 Dec 2018 02:10:21
Revision:488048Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:473503Original commit files touched by this commit
tcberner search for other commits by this committer
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
Revision:453381Original commit files touched by this commit
olgeni search for other commits by this committer
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
Revision:450205Original commit files touched by this commit
kmoore search for other commits by this committer
- 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
Revision:450057Original commit files touched by this commit
kmoore search for other commits by this committer
- 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

Number of commits found: 9