# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= desktop-file-utils VERSION= 0.27 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.27.tar.xz:main DF_INDEX= 1 SPKGS[standard]= complete primary man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= 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.primary] 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] a0817df39ce385b6621880407c56f1f298168c040c2032cedf88d5b76affe836 80808 desktop-file-utils-0.27.tar.xz [FILE:162:manifests/plist.primary] bin/ desktop-file-edit desktop-file-install desktop-file-validate update-desktop-database share/emacs/site-lisp/desktop-entry-mode.el @dir share/applications [FILE:125:manifests/plist.man] share/man/man1/ desktop-file-edit.1.gz desktop-file-install.1.gz desktop-file-validate.1.gz update-desktop-database.1.gz [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