mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: sysutils/xfce4-kbdleds-plugin: Xfce keyboard LEDs panel plugin
This commit is contained in:
parent
1d3dabbf4b
commit
00ee536d0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493030
5 changed files with 47 additions and 0 deletions
|
@ -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
|
||||
|
|
33
sysutils/xfce4-kbdleds-plugin/Makefile
Normal file
33
sysutils/xfce4-kbdleds-plugin/Makefile
Normal file
|
@ -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@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>
|
3
sysutils/xfce4-kbdleds-plugin/distinfo
Normal file
3
sysutils/xfce4-kbdleds-plugin/distinfo
Normal file
|
@ -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
|
4
sysutils/xfce4-kbdleds-plugin/pkg-descr
Normal file
4
sysutils/xfce4-kbdleds-plugin/pkg-descr
Normal file
|
@ -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
|
6
sysutils/xfce4-kbdleds-plugin/pkg-plist
Normal file
6
sysutils/xfce4-kbdleds-plugin/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue