Date: Tue, 18 Feb 2014 21:06:31 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344958 - head/net/g2ipmsg Message-ID: <201402182106.s1IL6VCk047897@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Feb 18 21:06:31 2014 New Revision: 344958 URL: http://svnweb.freebsd.org/changeset/ports/344958 QAT: https://qat.redports.org/buildarchive/r344958/ Log: Remove gnome-panel 2.x support. While here stagify, switch to USES=gmake, remove desktopfileutils it not needed. Modified: head/net/g2ipmsg/Makefile head/net/g2ipmsg/pkg-plist Modified: head/net/g2ipmsg/Makefile ============================================================================== --- head/net/g2ipmsg/Makefile Tue Feb 18 20:58:11 2014 (r344957) +++ head/net/g2ipmsg/Makefile Tue Feb 18 21:06:31 2014 (r344958) @@ -3,6 +3,7 @@ PORTNAME= g2ipmsg PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= http://ipmsg.org/archive/ @@ -11,18 +12,14 @@ COMMENT= Popup style message communicati LICENSE= GPLv2 # (or later) -OPTIONS_DEFINE= GNOMEPANEL -OPTIONS_DEFAULT= GNOMEPANEL -GNOMEPANEL_DESC= GNOME Panel Applet - -USES= gettext pathfix pkgconfig -USE_GNOME= desktopfileutils gnomeprefix libgnomeui +USES= gettext gmake pathfix pkgconfig +USE_GNOME= gnomeprefix libgnomeui USE_GSTREAMER= vorbis USE_OPENSSL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen-doc \ --enable-systray \ + --disable-applet \ --with-ssl=${OPENSSLBASE} CPPFLAGS+= -I${LOCALBASE}/include @@ -30,18 +27,4 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= g2ipmsg.schemas -NO_STAGE= yes -.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 - .include <bsd.port.mk> Modified: head/net/g2ipmsg/pkg-plist ============================================================================== --- head/net/g2ipmsg/pkg-plist Tue Feb 18 20:58:11 2014 (r344957) +++ head/net/g2ipmsg/pkg-plist Tue Feb 18 21:06:31 2014 (r344958) @@ -1,5 +1,4 @@ bin/g2ipmsg -%%GNOMEPANEL%%bin/g2ipmsg_applet libdata/bonobo/servers/g2ipmsg.server share/applications/g2ipmsg.desktop share/locale/ja/LC_MESSAGES/g2ipmsg.mo @@ -10,7 +9,5 @@ share/pixmaps/g2ipmsg/ipmsg.xpm share/pixmaps/g2ipmsg/ipmsgrev.xpm share/pixmaps/ipmsg.png share/sounds/g2ipmsg/g2ipmsg.ogg -@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 @dirrm share/pixmaps/g2ipmsg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402182106.s1IL6VCk047897>