Skip to content

Commit

Permalink
- Add USES=libtool and INSTALL_TARGET=install-strip
Browse files Browse the repository at this point in the history
- Replace gnomehack with pathfix
  • Loading branch information
TijlCoosemans committed Aug 30, 2014
1 parent f1f3046 commit a288e84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions deskutils/gnome-main-menu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,12 +13,12 @@ COMMENT= Provides easy access to sets of GNOME applications

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

Expand Down
4 changes: 2 additions & 2 deletions deskutils/gnome-main-menu/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a288e84

Please sign in to comment.