svn commit: r366631 - head/deskutils/gnome-main-menu
Tijl Coosemans
tijl at FreeBSD.org
Sat Aug 30 15:27:09 UTC 2014
Author: tijl
Date: Sat Aug 30 15:27:07 2014
New Revision: 366631
URL: http://svnweb.freebsd.org/changeset/ports/366631
QAT: https://qat.redports.org/buildarchive/r366631/
Log:
- Add USES=libtool and INSTALL_TARGET=install-strip
- Replace gnomehack with pathfix
Modified:
head/deskutils/gnome-main-menu/Makefile
head/deskutils/gnome-main-menu/pkg-plist
Modified: head/deskutils/gnome-main-menu/Makefile
==============================================================================
--- head/deskutils/gnome-main-menu/Makefile Sat Aug 30 15:24:52 2014 (r366630)
+++ head/deskutils/gnome-main-menu/Makefile Sat Aug 30 15:27:07 2014 (r366631)
@@ -3,7 +3,7 @@
PORTNAME= gnome-main-menu
PORTVERSION= 0.9.12
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -13,12 +13,12 @@ COMMENT= Provides easy access to sets of
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
-USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \
- libgnomeui
-USES= gettext gmake pkgconfig tar:bzip2
+USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME= gnomeprefix gnomepanel intlhack eel2 gnomedesktop libgnomeui
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
-LIBS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
GCONF_SCHEMAS= application-browser.schemas slab.schemas
Modified: head/deskutils/gnome-main-menu/pkg-plist
==============================================================================
--- head/deskutils/gnome-main-menu/pkg-plist Sat Aug 30 15:24:52 2014 (r366630)
+++ head/deskutils/gnome-main-menu/pkg-plist Sat Aug 30 15:27:07 2014 (r366631)
@@ -20,9 +20,9 @@ include/slab/slab-section.h
include/slab/system-tile.h
include/slab/tile.h
lib/libslab.a
-lib/libslab.la
lib/libslab.so
-lib/libslab.so.1
+lib/libslab.so.0
+lib/libslab.so.0.1.2
libdata/bonobo/servers/GNOME_MainMenu.server
libdata/pkgconfig/libslab.pc
libexec/main-menu
More information about the svn-ports-all
mailing list