Date: Fri, 22 Aug 2014 13:10:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365648 - head/deskutils/global-menu Message-ID: <201408221310.s7MDArLR034874@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 22 13:10:53 2014 New Revision: 365648 URL: http://svnweb.freebsd.org/changeset/ports/365648 QAT: https://qat.redports.org/buildarchive/r365648/ Log: - Fix whitespace - Switch to USES=libtool, drop .la files - Stagify - Convert USE_BZIP2 to USES - Fix plist Modified: head/deskutils/global-menu/Makefile head/deskutils/global-menu/pkg-plist Modified: head/deskutils/global-menu/Makefile ============================================================================== --- head/deskutils/global-menu/Makefile Fri Aug 22 13:09:39 2014 (r365647) +++ head/deskutils/global-menu/Makefile Fri Aug 22 13:10:53 2014 (r365648) @@ -1,33 +1,33 @@ # Created by: Gustavo Perez # $FreeBSD$ -PORTNAME= gnome-globalmenu -PORTVERSION= 0.7.10 -PORTREVISION= 3 -CATEGORIES= deskutils -MASTER_SITES= http://gnome2-globalmenu.googlecode.com/files/ +PORTNAME= gnome-globalmenu +PORTVERSION= 0.7.10 +PORTREVISION= 4 +CATEGORIES= deskutils +MASTER_SITES= http://gnome2-globalmenu.googlecode.com/files/ MAINTAINER= ports@FreeBSD.org -COMMENT= Global menu for gnome +COMMENT= Global menu for gnome -LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify -USE_GNOME= gnomepanel gnomedesktop +USE_GNOME= gnomepanel gnomedesktop -USE_BZIP2= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USES= gmake pkgconfig -USE_AUTOTOOLS= libtool automake:env autoheader:env -INSTALLS_ICONS= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USES= gmake libtool pkgconfig tar:bzip2 +USE_AUTOTOOLS= automake:env autoheader:env +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +GCONF_SCHEMAS= gnome-globalmenu.schemas + OPTIONS_DEFINE= XFCE4_PANEL NLS XFCE4_PANEL_DESC= Xfce panel applet -NO_STAGE= yes - BROKEN_sparc64= Leaves files behind on deinstall on sparc64 .include <bsd.port.options.mk> @@ -49,13 +49,9 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -MAN1= gnome-globalmenu.1 - -GCONF_SCHEMAS= gnome-globalmenu.schemas - post-install: - @${INSTALL_DATA} ${WRKSRC}/applet/GlobalMenu_PanelApplet.server \ - ${LOCALBASE}/libdata/bonobo/servers - @${CAT} ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/bonobo/servers + ${INSTALL_DATA} ${WRKSRC}/applet/GlobalMenu_PanelApplet.server \ + ${STAGEDIR}${PREFIX}/libdata/bonobo/servers .include <bsd.port.mk> Modified: head/deskutils/global-menu/pkg-plist ============================================================================== --- head/deskutils/global-menu/pkg-plist Fri Aug 22 13:09:39 2014 (r365647) +++ head/deskutils/global-menu/pkg-plist Fri Aug 22 13:10:53 2014 (r365648) @@ -1,16 +1,15 @@ bin/globalmenu-settings include/gnome-globalmenu/globalmenu-server.h lib/bonobo/servers/GlobalMenu_PanelApplet.server -lib/libglobalmenu-server.la lib/libglobalmenu-server.so lib/libglobalmenu-server.so.3 +lib/libglobalmenu-server.so.3.0.0 libdata/pkgconfig/globalmenu-server.pc libdata/bonobo/servers/GlobalMenu_PanelApplet.server lib/gtk-2.0/modules/libglobalmenu-plugin.so -lib/gtk-2.0/modules/libglobalmenu-plugin.la lib/gtk-2.0/modules/libglobalmenu-gnome-panel.so -lib/gtk-2.0/modules/libglobalmenu-gnome-panel.la libexec/GlobalMenu.PanelApplet +man/man1/gnome-globalmenu.1.gz %%DOCSDIR%%/README %%DOCSDIR%%/COPYING %%DOCSDIR%%/ChangeLog @@ -49,9 +48,5 @@ share/locale/uk/LC_MESSAGES/gnome-global share/locale/zh_CN/LC_MESSAGES/gnome-globalmenu.mo share/pixmaps/globalmenu.png @dirrm include/gnome-globalmenu -@dirrmtry etc/gconf/gconf.xml.defaults -@dirrmtry etc/gconf/schemas -@dirrmtry etc/gconf @dirrmtry lib/bonobo/servers -@dirrmtry libdata/bonobo/servers @dirrm %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408221310.s7MDArLR034874>