mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
32
net-im/gaim-hotkeys/Makefile
Normal file
32
net-im/gaim-hotkeys/Makefile
Normal 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>
|
3
net-im/gaim-hotkeys/distinfo
Normal file
3
net-im/gaim-hotkeys/distinfo
Normal 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
|
6
net-im/gaim-hotkeys/pkg-descr
Normal file
6
net-im/gaim-hotkeys/pkg-descr
Normal 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/
|
32
net-im/pidgin-hotkeys/Makefile
Normal file
32
net-im/pidgin-hotkeys/Makefile
Normal 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>
|
3
net-im/pidgin-hotkeys/distinfo
Normal file
3
net-im/pidgin-hotkeys/distinfo
Normal 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
|
6
net-im/pidgin-hotkeys/pkg-descr
Normal file
6
net-im/pidgin-hotkeys/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue