freebsd-ports/deskutils/latte-dock/Makefile
Adriaan de Groot 4e80ccf1a4 deskutils/latte-dock: update to 0.9.12, latest upstream release
The existing latte-dock release, 0.9.11, isn't compatible
with upcoming KDE Plasma 5.22, so there's been a new
sort-of-release
	https://psifidotos.blogspot.com/2021/05/latte-bug-fix-release-v0912.html

This release is compatible with the Plasma release in FreeBSD
ports and also comes with some new translations.
2021-05-19 14:16:19 +02:00

25 lines
773 B
Makefile

PORTNAME= latte-dock
DISTVERSION= 0.9.12
CATEGORIES= deskutils kde
MASTER_SITES= KDE/stable/latte-dock
MAINTAINER= kde@FreeBSD.org
COMMENT= Launcher for Qt and Plasma desktops
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxcb-util.so:x11/xcb-util
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= activities archive attica auth codecs config configwidgets \
coreaddons crash dbusaddons globalaccel guiaddons i18n \
iconthemes libksysguard kdeclarative newstuff notifications \
package plasma-framework service wayland widgetsaddons \
windowsystem xmlgui \
ecm_build
USE_QT= core dbus declarative gui network widgets x11extras xml \
buildtools_build qmake_build
USE_XORG= ice sm x11 xcb xext
.include <bsd.port.mk>