mirror of https://git.FreeBSD.org/ports.git
x11-fm/caja: remove unwanted files from the package
Since 6dd8c17a36
mime files have been
added to the plist, they are not supposed to be bundled in any package,
they are files which are generated by, and which life cycle is deal with
by the trigger provided by the shared-mime-info package.
As a result pkg check -s, keeps reporting those files have been altered.
PR: 277769
This commit is contained in:
parent
ec95d32414
commit
6b0dfac421
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= caja
|
||||
PORTVERSION= 1.28.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-fm mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
@ -31,7 +31,8 @@ USE_GNOME= cairo gtk30 gnomeprefix intltool introspection:build libxml2 \
|
|||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS= --disable-packagekit
|
||||
CONFIGURE_ARGS= --disable-packagekit \
|
||||
--disable-update-mimedb
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GLIB_SCHEMAS= org.mate.caja.gschema.xml \
|
||||
|
|
|
@ -237,20 +237,7 @@ share/man/man1/caja-connect-server.1.gz
|
|||
share/man/man1/caja-file-management-properties.1.gz
|
||||
share/man/man1/caja.1.gz
|
||||
share/metainfo/caja.appdata.xml
|
||||
share/mime/XMLnamespaces
|
||||
share/mime/aliases
|
||||
share/mime/application/x-mate-saved-search.xml
|
||||
share/mime/generic-icons
|
||||
share/mime/globs
|
||||
share/mime/globs2
|
||||
share/mime/icons
|
||||
share/mime/magic
|
||||
share/mime/mime.cache
|
||||
share/mime/packages/caja.xml
|
||||
share/mime/subclasses
|
||||
share/mime/treemagic
|
||||
share/mime/types
|
||||
share/mime/version
|
||||
share/pixmaps/caja/audio.svg
|
||||
share/pixmaps/caja/backgrounds.png
|
||||
share/pixmaps/caja/chit_frame.png
|
||||
|
|
Loading…
Reference in New Issue