mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Add USES=libtool and INSTALL_TARGET=install-strip
Obtained from: gnome-dev
This commit is contained in:
parent
f73d4ccc9e
commit
d1cc87c394
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366925
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= file-roller
|
||||
PORTVERSION= 2.32.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers gnome
|
||||
MASTER_SITES= GNOME
|
||||
@ -16,22 +16,24 @@ COMMENT= Archive manager for zip files, tar, etc
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
|
||||
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2
|
||||
USES= desktop-file-utils gettext gmake libtool \
|
||||
pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gnomeprefix intlhack gnomedocutils gtk20 gconf2
|
||||
USE_XORG= sm
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= gnomeprefix intlhack gnomedocutils gtk20 gconf2
|
||||
USE_LDCONFIG= yes
|
||||
GNOME_DESKTOP_VERSION=2
|
||||
USE_XORG= sm
|
||||
GNU_CONFIGURE= yes
|
||||
OPTIONS_SUB= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --disable-packagekit
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTDOCS= AUTHORS NEWS README TODO ChangeLog
|
||||
GCONF_SCHEMAS= file-roller.schemas
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFINE= DOCS NAUTILUS
|
||||
NAUTILUS_DESC= Enable Nautilus extension
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/file-roller
|
||||
%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-fileroller.la
|
||||
%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-fileroller.so
|
||||
libexec/file-roller/isoinfo.sh
|
||||
libexec/file-roller/rpm2cpio
|
||||
|
Loading…
Reference in New Issue
Block a user