svn commit: r493030 - in head/sysutils: . xfce4-kbdleds-plugin

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 16 07:40:05 UTC 2019


Author: yuri
Date: Sat Feb 16 07:40:02 2019
New Revision: 493030
URL: https://svnweb.freebsd.org/changeset/ports/493030

Log:
  New port: sysutils/xfce4-kbdleds-plugin: Xfce keyboard LEDs panel plugin

Added:
  head/sysutils/xfce4-kbdleds-plugin/
  head/sysutils/xfce4-kbdleds-plugin/Makefile   (contents, props changed)
  head/sysutils/xfce4-kbdleds-plugin/distinfo   (contents, props changed)
  head/sysutils/xfce4-kbdleds-plugin/pkg-descr   (contents, props changed)
  head/sysutils/xfce4-kbdleds-plugin/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Feb 16 04:50:46 2019	(r493029)
+++ head/sysutils/Makefile	Sat Feb 16 07:40:02 2019	(r493030)
@@ -1507,6 +1507,7 @@
     SUBDIR += xfce4-diskperf-plugin
     SUBDIR += xfce4-fsguard-plugin
     SUBDIR += xfce4-genmon-plugin
+    SUBDIR += xfce4-kbdleds-plugin
     SUBDIR += xfce4-mount-plugin
     SUBDIR += xfce4-netload-plugin
     SUBDIR += xfce4-power-manager

Added: head/sysutils/xfce4-kbdleds-plugin/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/xfce4-kbdleds-plugin/Makefile	Sat Feb 16 07:40:02 2019	(r493030)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME=	kbdleds-plugin
+DISTVERSION=	0.0.6
+CATEGORIES=	sysutils xfce
+MASTER_SITES=	XFCE/src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R}
+PKGNAMEPREFIX=	xfce4-
+DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DIST_SUBDIR=	xfce4
+
+MAINTAINER=	xfce at FreeBSD.org
+COMMENT=	Xfce keyboard LEDs panel plugin
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
+USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
+GNU_CONFIGURE=	yes
+USE_GNOME=	cairo gdkpixbuf2 glib20 gtk20 intltool pango
+USE_XORG=	ice sm x11
+USE_XFCE=	panel
+INSTALLS_ICONS=	yes
+
+OPTIONS_DEFINE=		NLS
+OPTIONS_SUB=		yes
+
+NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=		gettext-runtime
+
+.include <bsd.port.mk>

Added: head/sysutils/xfce4-kbdleds-plugin/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/xfce4-kbdleds-plugin/distinfo	Sat Feb 16 07:40:02 2019	(r493030)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550296650
+SHA256 (xfce4/xfce4-kbdleds-plugin-0.0.6.tar.bz2) = 6d280ad7207bcb9cc87c279dc3ab9084fd93325e87f67858e8917729b50201cd
+SIZE (xfce4/xfce4-kbdleds-plugin-0.0.6.tar.bz2) = 265889

Added: head/sysutils/xfce4-kbdleds-plugin/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/xfce4-kbdleds-plugin/pkg-descr	Sat Feb 16 07:40:02 2019	(r493030)
@@ -0,0 +1,4 @@
+This plugin shows the state of your keyboard LEDs: Caps, Scroll and
+Num Lock in Xfce panel.
+
+WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin

Added: head/sysutils/xfce4-kbdleds-plugin/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/xfce4-kbdleds-plugin/pkg-plist	Sat Feb 16 07:40:02 2019	(r493030)
@@ -0,0 +1,6 @@
+lib/xfce4/panel-plugins/xfce4-kbdleds-plugin
+share/icons/hicolor/48x48/apps/kbdleds-plugin.png
+share/icons/hicolor/scalable/apps/kbdleds-plugin.svg
+%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-kbdleds-plugin.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-kbdleds-plugin.mo
+share/xfce4/panel-plugins/kbdleds.desktop


More information about the svn-ports-all mailing list