From owner-svn-ports-head@freebsd.org Tue Jan 24 21:49:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B324CC0FFB; Tue, 24 Jan 2017 21:49:07 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id 45F0D15FB; Tue, 24 Jan 2017 21:49:07 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0OLn60L037671; Tue, 24 Jan 2017 21:49:06 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0OLn5ci037666; Tue, 24 Jan 2017 21:49:05 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201701242149.v0OLn5ci037666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 24 Jan 2017 21:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432395 - in head/x11: . lxhotkey X-SVN-Group: ports-head 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.23 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: Tue, 24 Jan 2017 21:49:07 -0000 Author: olivierd Date: Tue Jan 24 21:49:05 2017 New Revision: 432395 URL: https://svnweb.freebsd.org/changeset/ports/432395 Log: LXHotkey is an universal application for the Lightweight X11 Desktop Environment (LXDE) which allows view and change global keyboard shortcuts for Window Manager actions, including ones to start applications. WWW: http://www.lxde.org/ Added: head/x11/lxhotkey/ head/x11/lxhotkey/Makefile (contents, props changed) head/x11/lxhotkey/distinfo (contents, props changed) head/x11/lxhotkey/pkg-descr (contents, props changed) head/x11/lxhotkey/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Tue Jan 24 21:46:39 2017 (r432394) +++ head/x11/Makefile Tue Jan 24 21:49:05 2017 (r432395) @@ -205,6 +205,7 @@ SUBDIR += lumina-i18n SUBDIR += lupe SUBDIR += lxde-meta + SUBDIR += lxhotkey SUBDIR += lxmenu-data SUBDIR += lxpanel SUBDIR += lxqt-l10n Added: head/x11/lxhotkey/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lxhotkey/Makefile Tue Jan 24 21:49:05 2017 (r432395) @@ -0,0 +1,31 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lxhotkey +PORTVERSION= 0.1.0 +CATEGORIES= x11 +MASTER_SITES= SF/lxde/LXHotkey/ + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= Keyboard shortcuts settings + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfm-extra.so:x11/libfm-extra \ + libfm.so:x11/libfm \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libunistring.so:devel/libunistring + +USES= gettext-tools gmake pathfix pkgconfig tar:xz +GNU_CONFIGURE= yes +USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 +USE_XORG= x11 + +CONFIGURE_ARGS= --with-gtk=2 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxhotkey/*.so + +.include Added: head/x11/lxhotkey/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lxhotkey/distinfo Tue Jan 24 21:49:05 2017 (r432395) @@ -0,0 +1,3 @@ +TIMESTAMP = 1485195764 +SHA256 (lxhotkey-0.1.0.tar.xz) = 35dd6c75790e3a986fbb931c12838b3a554ad23597dd3878de8d6f49c3129748 +SIZE (lxhotkey-0.1.0.tar.xz) = 271836 Added: head/x11/lxhotkey/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lxhotkey/pkg-descr Tue Jan 24 21:49:05 2017 (r432395) @@ -0,0 +1,5 @@ +LXHotkey is an universal application for the Lightweight X11 Desktop +Environment (LXDE) which allows view and change global keyboard shortcuts +for Window Manager actions, including ones to start applications. + +WWW: http://www.lxde.org/ Added: head/x11/lxhotkey/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lxhotkey/pkg-plist Tue Jan 24 21:49:05 2017 (r432395) @@ -0,0 +1,15 @@ +bin/lxhotkey +include/lxhotkey/lxhotkey.h +lib/locale/cs/LC_MESSAGES/lxhotkey.mo +lib/locale/gl/LC_MESSAGES/lxhotkey.mo +lib/locale/nl/LC_MESSAGES/lxhotkey.mo +lib/locale/pt/LC_MESSAGES/lxhotkey.mo +lib/locale/ru/LC_MESSAGES/lxhotkey.mo +lib/locale/sr/LC_MESSAGES/lxhotkey.mo +lib/locale/sr@latin/LC_MESSAGES/lxhotkey.mo +lib/locale/uk/LC_MESSAGES/lxhotkey.mo +lib/lxhotkey/gtk.so +lib/lxhotkey/ob.so +libdata/pkgconfig/lxhotkey.pc +man/man1/lxhotkey.1.gz +share/applications/lxhotkey-gtk.desktop