- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
f0f47eeb45
commit
08c500993f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366914
2 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= gnome-utils
|
||||
PORTVERSION= 2.32.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
@ -20,15 +20,16 @@ CONFLICTS= baobob-3.[0-9]* gnome-dictionary-3.[0-9]* \
|
|||
gnome-font-viewer-3.[0-9]* gnome-screenshot-3.[0-9]* \
|
||||
gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]*
|
||||
|
||||
USES= gettext gmake pkgconfig tar:bzip2
|
||||
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
|
||||
INSTALLS_OMF= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gnomeprefix intlhack gnomepanel
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-maintainer-flags=no
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \
|
||||
gnome-search-tool.schemas baobab.schemas \
|
||||
|
|
|
@ -18,9 +18,9 @@ include/gdict-1.0/gdict/gdict-utils.h
|
|||
include/gdict-1.0/gdict/gdict-version.h
|
||||
include/gdict-1.0/gdict/gdict.h
|
||||
lib/libgdict-1.0.a
|
||||
lib/libgdict-1.0.la
|
||||
lib/libgdict-1.0.so
|
||||
lib/libgdict-1.0.so.6
|
||||
lib/libgdict-1.0.so.6.0.7
|
||||
libdata/bonobo/servers/GNOME_DictionaryApplet.server
|
||||
libdata/pkgconfig/gdict-1.0.pc
|
||||
libexec/gnome-dictionary-applet
|
||||
|
|
Loading…
Reference in a new issue