mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Yelp has a MimeType line in its share/applications desktop file so add
USES=desktop-file-utils. Remove Custom G_CHARSET_ALIAS since charset.alias now lives where ports expect it to be. And remove shared-mime-info commands from plist, the only mime yelp uses is mime type of files that it gets via glib. Bump portrevision.
This commit is contained in:
parent
c86fd234ca
commit
a21de85869
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321145
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= yelp
|
||||
PORTVERSION= 2.30.2
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= LOCAL/kwm
|
||||
DISTNAME= ${PORTNAME}-webkit-${PORTVERSION}
|
||||
@ -20,7 +20,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
|
||||
|
||||
CONFLICTS= yelp-3.[0-9]*
|
||||
|
||||
USES= gettext
|
||||
USES= desktop-file-utils gettext
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= ice
|
||||
USE_GMAKE= yes
|
||||
@ -29,7 +29,6 @@ GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
|
||||
|
||||
GCONF_SCHEMAS= yelp.schemas
|
||||
|
||||
|
@ -199,5 +199,3 @@ share/locale/zu/LC_MESSAGES/yelp.mo
|
||||
@dirrmtry share/locale/ast
|
||||
@dirrmtry share/locale/as/LC_MESSAGES
|
||||
@dirrmtry share/locale/as
|
||||
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user