mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
pidgin-osd is a pidgin plugin which provides on screen displaying a
new one messages from one of your contacts or other notification messages. WWW: http://freshmeat.net/projects/pidgin-osd PR: ports/141719 Submitted by: Vyacheslav Anikin <anikinsl at gmail.com>
This commit is contained in:
parent
7da032ee63
commit
a6ed3dc784
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246174
@ -118,6 +118,7 @@
|
||||
SUBDIR += pidgin-libnotify
|
||||
SUBDIR += pidgin-manualsize
|
||||
SUBDIR += pidgin-msn-pecan
|
||||
SUBDIR += pidgin-osd
|
||||
SUBDIR += pidgin-pidgimpd
|
||||
SUBDIR += pidgin-rhythmbox
|
||||
SUBDIR += pidgin-sipe
|
||||
|
31
net-im/pidgin-osd/Makefile
Normal file
31
net-im/pidgin-osd/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: pidgin-osd
|
||||
# Date created: 17 Dec 2009
|
||||
# Whom: Vyacheslav Anikin <anikinsl@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pidgin-osd
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= https://babelize.org/download/pidgin-osd/
|
||||
|
||||
MAINTAINER= anikinsl@gmail.com
|
||||
COMMENT= A pidgin plugin for displaying new messages on screen
|
||||
|
||||
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
|
||||
xosd>=2.2.12:${PORTSDIR}/misc/xosd
|
||||
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
|
||||
xosd>=2.2.12:${PORTSDIR}/misc/xosd
|
||||
|
||||
USE_GNOME= pkgconfig glib20
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= lib/pidgin/pidgin-osd.so \
|
||||
lib/pidgin/pidgin-osd.la
|
||||
pre-configure:
|
||||
# Module really needs xosd version 2.2.12 or greater.
|
||||
${REINPLACE_CMD} -e 's,2\.2\.14,2.2.12,g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-im/pidgin-osd/distinfo
Normal file
3
net-im/pidgin-osd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pidgin-osd-0.1.0.tar.bz2) = 2135633cb2f6340865b525d3e22322f0
|
||||
SHA256 (pidgin-osd-0.1.0.tar.bz2) = 90581732c4e9f72fd60eba27acaac944e0a8d96f32f9def32e7ab7f7e3d300f3
|
||||
SIZE (pidgin-osd-0.1.0.tar.bz2) = 220619
|
5
net-im/pidgin-osd/pkg-descr
Normal file
5
net-im/pidgin-osd/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
pidgin-osd is a pidgin plugin which provides on screen displaying a
|
||||
new one messages from one of your contacts or other notification
|
||||
messages.
|
||||
|
||||
WWW: http://freshmeat.net/projects/pidgin-osd
|
Loading…
Reference in New Issue
Block a user