- Update to 0.9.6
PR: 178584 Submitted by: Ports Fury
This commit is contained in:
parent
ac6d3964e4
commit
043bc9aea1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318240
4 changed files with 36 additions and 21 deletions
|
@ -2,31 +2,44 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= g2ipmsg
|
||||
PORTVERSION= 0.9.3
|
||||
PORTREVISION= 7
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= http://www.ipmsg.org/archive/ \
|
||||
${MASTER_SITE_LOCAL} \
|
||||
http://people.FreeBSD.org/~nork/distfiles/
|
||||
MASTER_SITE_SUBDIR= nork
|
||||
DIST_SUBDIR= gnome2
|
||||
MASTER_SITES= http://ipmsg.org/archive/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A popup style message communication tool for GNOME2
|
||||
COMMENT= Popup style message communication tool for GNOME2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix pkgconfig gettext iconv
|
||||
USE_GNOME= gnomeprefix intlhack intltool \
|
||||
libgnomeui libbonobo desktopfileutils gnomepanel
|
||||
LICENSE= GPLv2 # (or later)
|
||||
|
||||
OPTIONS_DEFINE= GNOMEPANEL
|
||||
OPTIONS_DEFAULT= GNOMEPANEL
|
||||
GNOMEPANEL_DESC= GNOME Panel Applet
|
||||
|
||||
USES= gettext pathfix pkgconfig
|
||||
USE_GNOME= desktopfileutils gnomeprefix libgnomeui
|
||||
USE_GSTREAMER= vorbis
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-doxygen-doc \
|
||||
--enable-systray \
|
||||
--with-ssl=${OPENSSLBASE}
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= --enable-systray --with-ssl=${OPENSSLBASE}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
GCONF_SCHEMAS= g2ipmsg.schemas
|
||||
|
||||
LDFLAGS+= "-L${LOCALBASE}/lib"
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGNOMEPANEL}
|
||||
USE_GNOME+= gnomepanel
|
||||
PLIST_SUB+= GNOMEPANEL=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-applet
|
||||
PLIST_SUB+= GNOMEPANEL="@comment "
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@update-desktop-database
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gnome2/g2ipmsg-0.9.3.tar.gz) = aa61dac0c08eaa3d437b44ec28e11ef2852bd4ecf0452281e5ca200d8a911b19
|
||||
SIZE (gnome2/g2ipmsg-0.9.3.tar.gz) = 442872
|
||||
SHA256 (g2ipmsg-0.9.6.tar.gz) = 8a59064f42633982b11010ad44f22aa826e3c473e69eb14af43992a21ed61e7d
|
||||
SIZE (g2ipmsg-0.9.6.tar.gz) = 521263
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
IP Messenger is a pop up style message communication software for
|
||||
multi platforms. It is based on TCP/IP(UDP).
|
||||
|
||||
Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and
|
||||
Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and
|
||||
all source is open to public.
|
||||
|
||||
WWW: http://www.ipmsg.org/index.html.en
|
||||
WWW: http://ipmsg.org/index.html.en
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
bin/g2ipmsg
|
||||
bin/g2ipmsg_applet
|
||||
%%GNOMEPANEL%%bin/g2ipmsg_applet
|
||||
libdata/bonobo/servers/g2ipmsg.server
|
||||
share/applications/g2ipmsg.desktop
|
||||
share/locale/ja/LC_MESSAGES/g2ipmsg.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/g2ipmsg.mo
|
||||
share/gnome-2.0/ui/g2ipmsg.xml
|
||||
share/pixmaps/ipmsg.png
|
||||
share/pixmaps/g2ipmsg/ipmsg.png
|
||||
share/pixmaps/g2ipmsg/ipmsg.xpm
|
||||
share/pixmaps/g2ipmsg/ipmsgrev.xpm
|
||||
share/pixmaps/ipmsg.png
|
||||
share/sounds/g2ipmsg/g2ipmsg.ogg
|
||||
share/locale/ja/LC_MESSAGES/g2ipmsg.mo
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@dirrm share/sounds/g2ipmsg
|
||||
|
|
Loading…
Reference in a new issue