A gaim plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for

togglling buddy list and reading queued message. When "Toggle List" hotkey is
enabled, it makes the buddy list hidden from your taskbar and task switcher
(similar to ICQ).

WWW:	http://sourceforge.net/projects/gaim-hotkeys/
This commit is contained in:
Renato Botelho 2006-11-23 18:20:42 +00:00
parent 144fb16b91
commit e65446a1f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177914
7 changed files with 83 additions and 0 deletions

View file

@ -27,6 +27,7 @@
SUBDIR += gaim-devel
SUBDIR += gaim-extprefs
SUBDIR += gaim-guifications
SUBDIR += gaim-hotkeys
SUBDIR += gaim-ignorance
SUBDIR += gaim-latex
SUBDIR += gaim-openq

View file

@ -0,0 +1,32 @@
# New ports collection makefile for: gaim-hotkeys
# Date created: 2006-11-23
# Whom: garga
#
# $FreeBSD$
#
PORTNAME= gaim-hotkeys
PORTVERSION= 0.2.2
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= garga@FreeBSD.org
COMMENT= A gaim plugin that allows user to assign global hotkeys
LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libgaim
BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel
USE_GNOME= pkgconfig gtk20
GNU_CONFIGURE= yes
PLIST_FILES= lib/gaim/hotkeys.so \
lib/gaim/hotkeys.la
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= net-im/libgaim doesn't build on 4.x
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (gaim-hotkeys-0.2.2.tar.gz) = 9c413e3e1a4a56f004792794a277cae0
SHA256 (gaim-hotkeys-0.2.2.tar.gz) = 2004a89f45af5fc8eb01c53a3def935a59e9ee296bafe26e755fb4bcecda6239
SIZE (gaim-hotkeys-0.2.2.tar.gz) = 341544

View file

@ -0,0 +1,6 @@
A gaim plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for
togglling buddy list and reading queued message. When "Toggle List" hotkey is
enabled, it makes the buddy list hidden from your taskbar and task switcher
(similar to ICQ).
WWW: http://sourceforge.net/projects/gaim-hotkeys/

View file

@ -0,0 +1,32 @@
# New ports collection makefile for: gaim-hotkeys
# Date created: 2006-11-23
# Whom: garga
#
# $FreeBSD$
#
PORTNAME= gaim-hotkeys
PORTVERSION= 0.2.2
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= garga@FreeBSD.org
COMMENT= A gaim plugin that allows user to assign global hotkeys
LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libgaim
BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel
USE_GNOME= pkgconfig gtk20
GNU_CONFIGURE= yes
PLIST_FILES= lib/gaim/hotkeys.so \
lib/gaim/hotkeys.la
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= net-im/libgaim doesn't build on 4.x
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (gaim-hotkeys-0.2.2.tar.gz) = 9c413e3e1a4a56f004792794a277cae0
SHA256 (gaim-hotkeys-0.2.2.tar.gz) = 2004a89f45af5fc8eb01c53a3def935a59e9ee296bafe26e755fb4bcecda6239
SIZE (gaim-hotkeys-0.2.2.tar.gz) = 341544

View file

@ -0,0 +1,6 @@
A gaim plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for
togglling buddy list and reading queued message. When "Toggle List" hotkey is
enabled, it makes the buddy list hidden from your taskbar and task switcher
(similar to ICQ).
WWW: http://sourceforge.net/projects/gaim-hotkeys/