# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= desktop-file-utils VERSION= 0.26 KEYWORDS= sysutils VARIANTS= standard SDESC[standard]= Utilities for manipulating .desktop files HOMEPAGE= https://www.freedesktop.org/wiki/Software/desktop-file-utils/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= http://freedesktop.org/software/desktop-file-utils/releases/ DISTFILE[1]= desktop-file-utils-0.26.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= gettext-runtime gmake pkgconfig meson GNOME_COMPONENTS= glib FPC_EQUIVALENT= devel/desktop-file-utils CONFIGURE_ENV= EMACS="no" SUB_FILES= pkg-deinstall-single SUB_LIST= MIMEDIRS="{{LOCALBASE}}/share/applications" VAR_OPSYS[sunos]= LDFLAGS=-lintl post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/emacs/site-lisp \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/misc/desktop-entry-mode.el \ ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/desktop-entry-mode.el [FILE:719:descriptions/desc.single] desktop-file-utils contains a few command line utilities for working with desktop entries: desktop-file-validate : validates a desktop file and prints warnings/errors about desktop entry specification violations. desktop-file-install : installs a desktop file to the applications directory, optionally munging it a bit in transit. update-desktop-database : updates the database containing a cache of MIME types handled by desktop files. It requires GLib to compile, because the implementation requires Unicode utilities and such. [FILE:109:distinfo] b26dbde79ea72c8c84fb7f9d870ffd857381d049a86d25e0038c4cef4c747309 83132 desktop-file-utils-0.26.tar.xz [FILE:287:manifests/plist.single] bin/ desktop-file-edit desktop-file-install desktop-file-validate update-desktop-database share/emacs/site-lisp/desktop-entry-mode.el share/man/man1/ desktop-file-edit.1.gz desktop-file-install.1.gz desktop-file-validate.1.gz update-desktop-database.1.gz @dir share/applications [FILE:228:files/pkg-deinstall-single.in] #!/bin/sh # # Remove leftover mimeinfo.cache files. if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi for mdir in %%MIMEDIRS%%; do if [ -f ${mdir}/mimeinfo.cache ]; then rm -f ${mdir}/mimeinfo.cache fi done exit 0 [FILE:170:files/pkg-install-single] #!/bin/sh # # Initialize the desktop directories and MIME cache. if [ "$2" != "POST-INSTALL" ]; then exit 0 fi ${PKG_PREFIX}/bin/update-desktop-database -q exit 0