the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: desktop-file-utils
Version: 0.14
Revision: 1
Depends: <<
glib2-shlibs (>= 2.12.0-1),
libgettext3-shlibs,
libiconv,
xdg-base
<<
BuildDepends: <<
glib2-dev (>= 2.12.0-1),
libgettext3-dev,
libiconv-dev,
pkgconfig
<<
Source: http://freedesktop.org/software/desktop-file-utils/releases/%n-%v.tar.gz
Source-MD5: e0b5057a4e3166f34635ac6f27c712c0
ConfigureParams: --disable-dependency-tracking --with-lispdir=%p/share/emacs/site-lisp/%n
CompileScript: <<
EMACS=no ./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
mkdir -m0755 -p %i/share/emacs/site-lisp
install -m0644 misc//desktop-entry-mode.el %i/share/emacs/site-lisp
mkdir -m0755 -p %i/share/applications
<<
PostInstScript: <<
export XDG_DATA_DIRS=%p/share
export XDG_DATA_HOME=%p/share
if [ "$1" = "configure" ]; then
[ -x %p/bin/update-desktop-database ] && update-desktop-database
fi
<<
PreRmScript: <<
rm -f %p/share/applications/mimeinfo.cache
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: Utilities for manipulating desktop files
DescDetail: <<
desktop-file-utils are a set of utilities to manipulate desktop files.
It comprises:
* update-desktop-database: update the desktop-MIME mapping
* desktop-file-validate: validates a desktop file and prints
warnings/errors about spec violations.
* desktop-file-install: installs a desktop file to the applications
directory, optionally munging it a bit in transit.
<<
DescPort: <<
Disable compiling of lisp files. Manually install it where we want it.
<<
DescPackaging: <<
Add PostInstScript script to update desktop-database (make sure not
to access user-specific data if sudo'ed)
Must have applications dir, otherwise update-desktop-database crashes
<<
License: GPL
Maintainer: The Gnome Core Team
Homepage: http://www.gnome.org/
Package: desktop-file-utils
Version: 0.15
Revision: 1
Depends: <<
glib2-shlibs (>= 2.18.0-1),
libgettext3-shlibs,
libiconv,
xdg-base
<<
BuildDepends: <<
glib2-dev (>= 2.18.0-1),
libgettext3-dev,
libiconv-dev,
pkgconfig (>= 0.23)
<<
Source: http://freedesktop.org/software/desktop-file-utils/releases/%n-%v.tar.gz
Source-MD5: 2fe8ebe222fc33cd4a959415495b7eed
ConfigureParams: --disable-dependency-tracking --with-lispdir=%p/share/emacs/site-lisp/%n
CompileScript: <<
EMACS=no ./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
mkdir -m0755 -p %i/share/emacs/site-lisp
install -m0644 misc//desktop-entry-mode.el %i/share/emacs/site-lisp
mkdir -m0755 -p %i/share/applications
<<
PostInstScript: <<
export XDG_DATA_DIRS=%p/share
export XDG_DATA_HOME=%p/share
if [ "$1" = "configure" ]; then
[ -x %p/bin/update-desktop-database ] && update-desktop-database
fi
<<
PreRmScript: <<
rm -f %p/share/applications/mimeinfo.cache
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: Utilities for manipulating desktop files
DescDetail: <<
desktop-file-utils are a set of utilities to manipulate desktop files.
It comprises:
* update-desktop-database: update the desktop-MIME mapping
* desktop-file-validate: validates a desktop file and prints
warnings/errors about spec violations.
* desktop-file-install: installs a desktop file to the applications
directory, optionally munging it a bit in transit.
<<
DescPort: <<
Disable compiling of lisp files. Manually install it where we want it.
<<
DescPackaging: <<
Add PostInstScript script to update desktop-database (make sure not
to access user-specific data if sudo'ed)
Must have applications dir, otherwise update-desktop-database crashes
<<
License: GPL
Maintainer: The Gnome Core Team
Homepage: http://www.gnome.org/