From owner-svn-ports-head@freebsd.org Mon Jun 25 00:47:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FA1E101C4F9; Mon, 25 Jun 2018 00:47:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A41EC83A5F; Mon, 25 Jun 2018 00:47:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6527B261B5; Mon, 25 Jun 2018 00:47:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5P0l3e3096659; Mon, 25 Jun 2018 00:47:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5P0l2Ii096652; Mon, 25 Jun 2018 00:47:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201806250047.w5P0l2Ii096652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 25 Jun 2018 00:47:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473286 - in head/x11: . lxqt-globalkeys X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/x11: . lxqt-globalkeys X-SVN-Commit-Revision: 473286 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 00:47:04 -0000 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 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@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 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