diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-13 06:32:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-13 06:32:18 +0000 |
commit | e0bc3ae119a14eb09ede41670b37cb12544e06ef (patch) | |
tree | 80c64b28efc87dcbc7d272fc65e4f740d3e272c4 /chat | |
parent | 895a5e4b93b98ee3d290e1eea1eedea8dbbe5cbc (diff) | |
download | pkgsrc-e0bc3ae119a14eb09ede41670b37cb12544e06ef.tar.gz |
Import xchat-systray-integration-2.4.0 from pkgsrc-wip.
Plugin for IRC client X-Chat which adds an icon in your systray that
flashes when you got highlighted message. Configurable events and
actions. Integrates with KDE, GNOME and Xfce4.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat-systray-integration/DESCR | 3 | ||||
-rw-r--r-- | chat/xchat-systray-integration/Makefile | 29 | ||||
-rw-r--r-- | chat/xchat-systray-integration/PLIST | 2 | ||||
-rw-r--r-- | chat/xchat-systray-integration/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/chat/xchat-systray-integration/DESCR b/chat/xchat-systray-integration/DESCR new file mode 100644 index 00000000000..f5520fe9320 --- /dev/null +++ b/chat/xchat-systray-integration/DESCR @@ -0,0 +1,3 @@ +Plugin for IRC client X-Chat which adds an icon in your systray that +flashes when you got highlighted message. Configurable events and +actions. Integrates with KDE, GNOME and Xfce4. diff --git a/chat/xchat-systray-integration/Makefile b/chat/xchat-systray-integration/Makefile new file mode 100644 index 00000000000..0c29d87087d --- /dev/null +++ b/chat/xchat-systray-integration/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/13 06:32:18 minskim Exp $ + +DISTNAME= xchat-systray-integration-2.4.0-src +PKGNAME= ${DISTNAME:S/-src//} +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchat2-plugins/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://blight.altervista.org/index.php?act=Systray +COMMENT= Systray icon plugin for X-Chat + +DEPENDS= xchat>=2.0:../../chat/xchat2 + +WRKSRC= ${WRKDIR}/${PKGNAME} +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make + +SUBST_CLASSES+= cflags +SUBST_MESSAGE.cflags= "Fixing CFLAGS." +SUBST_STAGE.cflags= post-patch +SUBST_FILES.cflags= Makefile +SUBST_SED.cflags= -e 's|CFLAGS = -O2 -Wall|CFLAGS = ${CFLAGS}|g' + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/systray.so ${LOCALBASE}/lib/xchat/plugins/ + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/xchat-systray-integration/PLIST b/chat/xchat-systray-integration/PLIST new file mode 100644 index 00000000000..a4a29243116 --- /dev/null +++ b/chat/xchat-systray-integration/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/13 06:32:18 minskim Exp $ +lib/xchat/plugins/systray.so diff --git a/chat/xchat-systray-integration/distinfo b/chat/xchat-systray-integration/distinfo new file mode 100644 index 00000000000..b15adcb7ba7 --- /dev/null +++ b/chat/xchat-systray-integration/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/13 06:32:18 minskim Exp $ + +SHA1 (xchat-systray-integration-2.4.0-src.tar.gz) = fd7326ca53e81c142b04ebd279b94e2eaa10c3b6 +Size (xchat-systray-integration-2.4.0-src.tar.gz) = 42250 bytes |