Date: Tue, 24 Jan 2017 21:49:05 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432395 - in head/x11: . lxhotkey Message-ID: <201701242149.v0OLn5ci037666@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701242149.v0OLn5ci037666>