mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
GAI Leds is a GAI applet that displays the keyboard status leds.
WWW: http://gai.sourceforge.net/applets.html PR: ports/113637 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
This commit is contained in:
parent
f67818bfec
commit
f9f1f75eee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193672
@ -224,6 +224,7 @@
|
||||
SUBDIR += fuser
|
||||
SUBDIR += fvcool
|
||||
SUBDIR += gag
|
||||
SUBDIR += gai-leds
|
||||
SUBDIR += ganglia-monitor-core
|
||||
SUBDIR += ganglia-webfrontend
|
||||
SUBDIR += gapcmon
|
||||
|
37
sysutils/gai-leds/Makefile
Normal file
37
sysutils/gai-leds/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: gai-leds
|
||||
# Date created: 2007-06-12
|
||||
# Whom: Douglas Thrift <douglas@douglasthrift.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gai-leds
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gai
|
||||
|
||||
MAINTAINER= douglas@douglasthrift.net
|
||||
COMMENT= A GAI applet that displays the keyboard status leds
|
||||
|
||||
LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XLIB= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnomeprefix
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \
|
||||
s|share\(/pixmaps\)|share/gnome\1|; \
|
||||
s|:GNOME_|:GAI-|g; \
|
||||
s|\(@APPLET_NAME@\)\(Applet\)|\1-\2|g; \
|
||||
s|\(Applet\)_\(Factory\)|\1-\2|' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|lib\(/bonobo\)|libdata\1|; \
|
||||
s|share\(/pixmaps\)|share/gnome\1|; \
|
||||
s|-O3||' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/gai-leds/distinfo
Normal file
3
sysutils/gai-leds/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gai-leds-0.6.tar.bz2) = 6c60ed40ec69faae477a24867b50ab43
|
||||
SHA256 (gai-leds-0.6.tar.bz2) = d2088aa1da8b4a6545ea111d4e9df02014fad38d4fed7a7f6178e25437a9c524
|
||||
SIZE (gai-leds-0.6.tar.bz2) = 40383
|
3
sysutils/gai-leds/pkg-descr
Normal file
3
sysutils/gai-leds/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
GAI Leds is a GAI applet that displays the keyboard status leds.
|
||||
|
||||
WWW: http://gai.sourceforge.net/applets.html
|
12
sysutils/gai-leds/pkg-plist
Normal file
12
sysutils/gai-leds/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/gai-leds
|
||||
libdata/bonobo/servers/GNOME_gai-ledsApplet.server
|
||||
share/gnome/pixmaps/gai-leds-icon.png
|
||||
share/gnome/pixmaps/gai-leds/capslock_off.png
|
||||
share/gnome/pixmaps/gai-leds/capslock_on.png
|
||||
share/gnome/pixmaps/gai-leds/ledsbg_horz.png
|
||||
share/gnome/pixmaps/gai-leds/ledsbg_vert.png
|
||||
share/gnome/pixmaps/gai-leds/numlock_off.png
|
||||
share/gnome/pixmaps/gai-leds/numlock_on.png
|
||||
share/gnome/pixmaps/gai-leds/scrollock_off.png
|
||||
share/gnome/pixmaps/gai-leds/scrollock_on.png
|
||||
@dirrm share/gnome/pixmaps/gai-leds
|
Loading…
Reference in New Issue
Block a user