mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add gkrellm-xkb, X keyboard layout indicator plugin for GKrellm.
PR: 53690 Submitted by: Pav Lucistnik <pav@oook.cz>
This commit is contained in:
parent
4b362afb9a
commit
457cbb6d9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83861
@ -92,6 +92,7 @@
|
||||
SUBDIR += git
|
||||
SUBDIR += gkrellm-gamma
|
||||
SUBDIR += gkrellm-reminder
|
||||
SUBDIR += gkrellm-xkb
|
||||
SUBDIR += gkrellmaflag
|
||||
SUBDIR += gkrellmbgchg
|
||||
SUBDIR += gkrellmfmonitor
|
||||
|
23
misc/gkrellm-xkb/Makefile
Normal file
23
misc/gkrellm-xkb/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: gkrellm-xkb
|
||||
# Date Created: Jun 24 2003
|
||||
# Whom: Pav Lucistnik <pav@oook.cz>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gkrellm-xkb
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.sweb.cz/tripie/gkrellm/xkb/dist/
|
||||
|
||||
MAINTAINER= pav@oook.cz
|
||||
COMMENT= X keyboard layout plugin for GKrellM
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
||||
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins
|
||||
ALL_TARGET= xkb.so
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/gkrellm-xkb/distinfo
Normal file
1
misc/gkrellm-xkb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gkrellm-xkb-1.00.tar.gz) = 666091f10d3f45f9412c4efaeff73051
|
4
misc/gkrellm-xkb/pkg-descr
Normal file
4
misc/gkrellm-xkb/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
gkrellm-xkb is a plugin for gkrellm which displays a small country
|
||||
flag indicating currently active national keyboard layout.
|
||||
|
||||
WWW: http://www.sweb.cz/tripie/gkrellm/xkb/
|
1
misc/gkrellm-xkb/pkg-plist
Normal file
1
misc/gkrellm-xkb/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
libexec/gkrellm2/plugins/xkb.so
|
Loading…
Reference in New Issue
Block a user