diff options
author | kwm <kwm@FreeBSD.org> | 2013-06-18 03:05:33 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-06-18 03:05:33 +0800 |
commit | 0389828f780010955c13e8777f7846118f25f7d6 (patch) | |
tree | 9e412219fc97147897f216860857d8ef03310191 /x11 | |
parent | 4ea8d9eecea33a102a307de509104ce0ec92b953 (diff) | |
download | freebsd-ports-gnome-0389828f780010955c13e8777f7846118f25f7d6.tar.gz freebsd-ports-gnome-0389828f780010955c13e8777f7846118f25f7d6.tar.zst freebsd-ports-gnome-0389828f780010955c13e8777f7846118f25f7d6.zip |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/Makefile | 5 | ||||
-rw-r--r-- | x11/yelp/pkg-plist | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 242be90809c3..1188379b5d3f 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -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 diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist index 8d03cbf55244..4321292b2453 100644 --- a/x11/yelp/pkg-plist +++ b/x11/yelp/pkg-plist @@ -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 |