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)
Mon, Jan 6, 1:52 AM
Unknown Object (File)
Dec 9 2024, 10:24 PM
Unknown Object (File)
Dec 7 2024, 3:39 PM
Unknown Object (File)
Nov 28 2024, 3:31 AM
Unknown Object (File)
Nov 28 2024, 2:56 AM
Unknown Object (File)
Nov 28 2024, 1:27 AM
Unknown Object (File)
Nov 15 2024, 3:19 AM
Unknown Object (File)
Oct 6 2024, 12:48 AM
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 12727
Build 12996: arc lint + arc unit

Event Timeline

deskutils/latte-dock/Makefile
17

^ line breaks

18

I would prefer

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

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
16

^= 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.