svn commit: r441824 - in head/x11: . gxkb

Alexey Dokuchaev danfe at FreeBSD.org
Sat May 27 03:16:42 UTC 2017


Author: danfe
Date: Sat May 27 03:16:40 2017
New Revision: 441824
URL: https://svnweb.freebsd.org/changeset/ports/441824

Log:
  Add another GTK+ 2.0 based X11 keyboard layout indicator and switcher.
  
  WWW: http://sourceforge.net/projects/gxkb/
  
  TIMESTAMP (gxkb-0.7.9.tar.gz) = 1490048003

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

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Sat May 27 00:43:10 2017	(r441823)
+++ head/x11/Makefile	Sat May 27 03:16:40 2017	(r441824)
@@ -99,6 +99,7 @@
     SUBDIR += gtkchtheme
     SUBDIR += gtkterm2
     SUBDIR += guake
+    SUBDIR += gxkb
     SUBDIR += hs-X11
     SUBDIR += hs-X11-xft
     SUBDIR += hs-xmobar

Added: head/x11/gxkb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/gxkb/Makefile	Sat May 27 03:16:40 2017	(r441824)
@@ -0,0 +1,32 @@
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gxkb
+PORTVERSION=	0.7.9
+CATEGORIES=	x11
+MASTER_SITES=	SF/${PORTNAME}
+
+MAINTAINER=	danfe at FreeBSD.org
+COMMENT=	X11 keyboard layout indicator and switcher
+
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libxklavier.so:x11/libxklavier \
+		libwnck-1.so:x11-toolkits/libwnck
+
+USES=		pkgconfig
+GNU_CONFIGURE=	yes
+USE_GNOME=	gdkpixbuf2 glib20 gtk20
+
+PORTDOCS=	AUTHORS NEWS
+
+OPTIONS_DEFINE=	DOCS
+
+post-patch-DOCS-on:
+	@${REINPLACE_CMD} -e '/^doc_DATA/s, C[^ ]*,,g' \
+		${WRKSRC}/doc/Makefile.in
+
+post-patch-DOCS-off:
+	@${REINPLACE_CMD} -e '/^SUBDIRS/s, doc,,' ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>

Added: head/x11/gxkb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/gxkb/distinfo	Sat May 27 03:16:40 2017	(r441824)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1490048003
+SHA256 (gxkb-0.7.9.tar.gz) = 63a980403417eab83de7175beeece1544ebe1f49e5dd812fb55148a22cf7f035
+SIZE (gxkb-0.7.9.tar.gz) = 172819

Added: head/x11/gxkb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/gxkb/pkg-descr	Sat May 27 03:16:40 2017	(r441824)
@@ -0,0 +1,9 @@
+gxkb is a little indicator applet which allows one to quickly switch
+between different keyboard layouts in X11.  A flag corresponding to
+the country of the active layout is shown in the indicator area.
+
+The applet is written in C and uses GTK+ 2.0 library (and therefore
+does not depend on any GNOME components) and can maintain separate
+per-window or per-window layouts.
+
+WWW: http://sourceforge.net/projects/gxkb/

Added: head/x11/gxkb/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/gxkb/pkg-plist	Sat May 27 03:16:40 2017	(r441824)
@@ -0,0 +1,37 @@
+bin/gxkb
+man/man1/gxkb.1.gz
+share/applications/gxkb.desktop
+%%DATADIR%%/flags/am.png
+%%DATADIR%%/flags/bg.png
+%%DATADIR%%/flags/by.png
+%%DATADIR%%/flags/cz.png
+%%DATADIR%%/flags/de.png
+%%DATADIR%%/flags/ee.png
+%%DATADIR%%/flags/es.png
+%%DATADIR%%/flags/fi.png
+%%DATADIR%%/flags/fr.png
+%%DATADIR%%/flags/gb.png
+%%DATADIR%%/flags/ge.png
+%%DATADIR%%/flags/gr.png
+%%DATADIR%%/flags/hr.png
+%%DATADIR%%/flags/hu.png
+%%DATADIR%%/flags/is.png
+%%DATADIR%%/flags/it.png
+%%DATADIR%%/flags/kz.png
+%%DATADIR%%/flags/lt.png
+%%DATADIR%%/flags/lv.png
+%%DATADIR%%/flags/no.png
+%%DATADIR%%/flags/pl.png
+%%DATADIR%%/flags/pt.png
+%%DATADIR%%/flags/ro.png
+%%DATADIR%%/flags/ru.png
+%%DATADIR%%/flags/se.png
+%%DATADIR%%/flags/si.png
+%%DATADIR%%/flags/sk.png
+%%DATADIR%%/flags/sr.png
+%%DATADIR%%/flags/ua.png
+%%DATADIR%%/flags/us.png
+%%DATADIR%%/flags/uz.png
+%%DATADIR%%/flags/zz.png
+%%DATADIR%%/logo.png
+share/pixmaps/gxkb.xpm


More information about the svn-ports-all mailing list