Page MenuHomeFreeBSD

Add port of latte-dock
ClosedPublic

Authored by adridg on Nov 13 2017, 11:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 12 2024, 9:04 AM
Unknown Object (File)
Feb 12 2024, 9:04 AM
Unknown Object (File)
Feb 12 2024, 9:04 AM
Unknown Object (File)
Feb 12 2024, 9:04 AM
Unknown Object (File)
Feb 12 2024, 9:04 AM
Unknown Object (File)
Feb 12 2024, 9:04 AM
Unknown Object (File)
Feb 12 2024, 1:36 AM
Unknown Object (File)
Feb 4 2024, 2:15 PM
Subscribers

Details

Summary

Latte-dock is an alternative launcher / task manager for Qt- and Plasma-
based desktops.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12809
Build 13076: arc lint + arc unit

Event Timeline

deskutils/latte-dock/Makefile
18

^ line breaks

19

I would prefer

USE_QT5= core dbus gui network qml quick widgets x11extras xml \
                 buildtools_build qmake_build
deskutils/latte-dock/Makefile
13

I had this for the git-port of it:
LICENSE_FILE= ${WRKSRC}/COPYING

is the LICENSE file not present in the official release?

Line breaks, polish LICENSE data.

deskutils/latte-dock/Makefile
18

^ according to portlint, you should invest in gettext stocks

deskutils/latte-dock/pkg-plist
3

%%QT_QMLDIR%%/org/kde/latte/liblattedockplugin.so

adridg added inline comments.
deskutils/latte-dock/Makefile
18

This is one of those weird cases where my portlint doesn't tell me that. And there was also sayonara, remember, where I added gettext-runtime (because of portlint) and then removed it later because it turned out ot be a false positive and something else was pulling it in already.

deskutils/latte-dock/Makefile
18
-A          Turn on all additional checks.

-C          Pedantic committer flag.  This is equivalent to -abcmt.

Pet the human portlint. Update WWW to point to KDE.

Apart from that little += issue it's good to go.

deskutils/latte-dock/Makefile
15

^= not +=

This revision is now accepted and ready to land.Nov 17 2017, 7:16 PM
This revision was automatically updated to reflect the committed changes.
head/deskutils/latte-dock/Makefile
6–7 ↗(On Diff #35392)
MASTER_SITES=        KDE/stable/latte-dock

Don't use MASTER_SITE_SUBDIR.