View | Details | Raw Unified | Return to bug 229282
Collapse All | Expand All

(-)x11/lxqt-globalkeys/Makefile (+21 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	lxqt-globalkeys
5
PORTVERSION=	0.13.0
6
CATEGORIES=	x11
7
MASTER_SITES=	LXQT
8
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	Global keyboard shortcuts registration
11
12
LICENSE=	LGPL21+
13
14
USES=	cmake:outsource compiler:c++11-lib kde:5 lxqt pkgconfig tar:xz
15
USE_QT5=	buildtools_build qmake_build core dbus gui linguisttools \
16
	svg widgets x11extras xml
17
USE_KDE=	windowsystem
18
USE_LXQT=	buildtools lxqt
19
USE_XORG=	ice sm x11 xext
20
21
.include <bsd.port.mk>
(-)x11/lxqt-globalkeys/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527328595
2
SHA256 (lxqt/lxqt-globalkeys-0.13.0.tar.xz) = ed6dc56e0374939caeb44380ef4a8765b097761be7381dfedbf79f089764dbbf
3
SIZE (lxqt/lxqt-globalkeys-0.13.0.tar.xz) = 53128
(-)x11/lxqt-globalkeys/pkg-descr (+4 lines)
Line 0 Link Here
1
Daemon and library for global keyboard shortcuts registration for the LXQt
2
desktop.
3
4
WWW: http://lxqt.org/
(-)x11/lxqt-globalkeys/pkg-plist (+31 lines)
Line 0 Link Here
1
bin/lxqt-config-globalkeyshortcuts
2
bin/lxqt-globalkeysd
3
include/lxqt-globalkeys-ui/LXQtGlobalKeysUi/ShortcutSelector
4
include/lxqt-globalkeys-ui/shortcut_selector.h
5
include/lxqt-globalkeys-ui/shortcutselector.h
6
include/lxqt-globalkeys/LXQtGlobalKeys/Action
7
include/lxqt-globalkeys/LXQtGlobalKeys/Client
8
include/lxqt-globalkeys/LXQtGlobalKeys/LXQtGlobalKeys
9
include/lxqt-globalkeys/action.h
10
include/lxqt-globalkeys/client.h
11
include/lxqt-globalkeys/lxqt-globalkeys.h
12
include/lxqt-globalkeys/lxqtglobalkeys.h
13
lib/liblxqt-globalkeys-ui.so
14
lib/liblxqt-globalkeys-ui.so.0
15
lib/liblxqt-globalkeys-ui.so.%%VERSION%%
16
lib/liblxqt-globalkeys.so
17
lib/liblxqt-globalkeys.so.0
18
lib/liblxqt-globalkeys.so.%%VERSION%%
19
libdata/pkgconfig/lxqt-globalkeys-ui.pc
20
libdata/pkgconfig/lxqt-globalkeys.pc
21
etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop
22
etc/xdg/lxqt/globalkeyshortcuts.conf
23
share/applications/lxqt-config-globalkeyshortcuts.desktop
24
share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-config-version.cmake
25
share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-config.cmake
26
share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-targets-%%CMAKE_BUILD_TYPE%%.cmake
27
share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-targets.cmake
28
share/cmake/lxqt-globalkeys/lxqt-globalkeys-config-version.cmake
29
share/cmake/lxqt-globalkeys/lxqt-globalkeys-config.cmake
30
share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets-%%CMAKE_BUILD_TYPE%%.cmake
31
share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets.cmake

Return to bug 229282