svn commit: r473286 - in head/x11: . lxqt-globalkeys

Steve Wills swills at FreeBSD.org
Mon Jun 25 00:47:04 UTC 2018


Author: swills
Date: Mon Jun 25 00:47:02 2018
New Revision: 473286
URL: https://svnweb.freebsd.org/changeset/ports/473286

Log:
  x11/lxqt-globalkeys: create port
  
  Daemon and library for global keyboard shortcuts registration for the LXQt
  desktop.
  
  WWW: http://lxqt.org/
  
  PR:		229282
  Submitted by:	Jesper Schmitz Mouridsen <jesper at schmitz.computer>

Added:
  head/x11/lxqt-globalkeys/
  head/x11/lxqt-globalkeys/Makefile   (contents, props changed)
  head/x11/lxqt-globalkeys/distinfo   (contents, props changed)
  head/x11/lxqt-globalkeys/pkg-descr   (contents, props changed)
  head/x11/lxqt-globalkeys/pkg-plist   (contents, props changed)
Modified:
  head/x11/Makefile   (contents, props changed)

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Mon Jun 25 00:11:19 2018	(r473285)
+++ head/x11/Makefile	Mon Jun 25 00:47:02 2018	(r473286)
@@ -226,6 +226,7 @@
     SUBDIR += lxhotkey
     SUBDIR += lxmenu-data
     SUBDIR += lxpanel
+    SUBDIR += lxqt-globalkeys
     SUBDIR += lxqt-l10n
     SUBDIR += lxrandr
     SUBDIR += mate

Added: head/x11/lxqt-globalkeys/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lxqt-globalkeys/Makefile	Mon Jun 25 00:47:02 2018	(r473286)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	lxqt-globalkeys
+PORTVERSION=	0.13.0
+CATEGORIES=	x11
+MASTER_SITES=	LXQT
+
+MAINTAINER=	jesper at schmitz.computer
+COMMENT=	Global keyboard shortcuts registration
+
+LICENSE=	LGPL21+
+
+USES=		cmake:outsource compiler:c++11-lib kde:5 lxqt pkgconfig tar:xz
+USE_QT5=	buildtools_build qmake_build core dbus gui linguisttools \
+		svg widgets x11extras xml
+USE_KDE=	windowsystem
+USE_LXQT=	buildtools lxqt
+USE_XORG=	ice sm x11 xext
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/x11/lxqt-globalkeys/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lxqt-globalkeys/distinfo	Mon Jun 25 00:47:02 2018	(r473286)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527328595
+SHA256 (lxqt/lxqt-globalkeys-0.13.0.tar.xz) = ed6dc56e0374939caeb44380ef4a8765b097761be7381dfedbf79f089764dbbf
+SIZE (lxqt/lxqt-globalkeys-0.13.0.tar.xz) = 53128

Added: head/x11/lxqt-globalkeys/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lxqt-globalkeys/pkg-descr	Mon Jun 25 00:47:02 2018	(r473286)
@@ -0,0 +1,4 @@
+Daemon and library for global keyboard shortcuts registration for the LXQt
+desktop.
+
+WWW: http://lxqt.org/

Added: head/x11/lxqt-globalkeys/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lxqt-globalkeys/pkg-plist	Mon Jun 25 00:47:02 2018	(r473286)
@@ -0,0 +1,31 @@
+bin/lxqt-config-globalkeyshortcuts
+bin/lxqt-globalkeysd
+include/lxqt-globalkeys-ui/LXQtGlobalKeysUi/ShortcutSelector
+include/lxqt-globalkeys-ui/shortcut_selector.h
+include/lxqt-globalkeys-ui/shortcutselector.h
+include/lxqt-globalkeys/LXQtGlobalKeys/Action
+include/lxqt-globalkeys/LXQtGlobalKeys/Client
+include/lxqt-globalkeys/LXQtGlobalKeys/LXQtGlobalKeys
+include/lxqt-globalkeys/action.h
+include/lxqt-globalkeys/client.h
+include/lxqt-globalkeys/lxqt-globalkeys.h
+include/lxqt-globalkeys/lxqtglobalkeys.h
+lib/liblxqt-globalkeys-ui.so
+lib/liblxqt-globalkeys-ui.so.0
+lib/liblxqt-globalkeys-ui.so.%%VERSION%%
+lib/liblxqt-globalkeys.so
+lib/liblxqt-globalkeys.so.0
+lib/liblxqt-globalkeys.so.%%VERSION%%
+libdata/pkgconfig/lxqt-globalkeys-ui.pc
+libdata/pkgconfig/lxqt-globalkeys.pc
+etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop
+etc/xdg/lxqt/globalkeyshortcuts.conf
+share/applications/lxqt-config-globalkeyshortcuts.desktop
+share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-config-version.cmake
+share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-config.cmake
+share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-targets-%%CMAKE_BUILD_TYPE%%.cmake
+share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-targets.cmake
+share/cmake/lxqt-globalkeys/lxqt-globalkeys-config-version.cmake
+share/cmake/lxqt-globalkeys/lxqt-globalkeys-config.cmake
+share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets-%%CMAKE_BUILD_TYPE%%.cmake
+share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets.cmake


More information about the svn-ports-all mailing list