desktop-file-utils: update to 0.17.
This commit is contained in:
parent
f5842311cc
commit
cfbd59429c
2 changed files with 18 additions and 6 deletions
12
srcpkgs/desktop-file-utils/INSTALL
Normal file
12
srcpkgs/desktop-file-utils/INSTALL
Normal file
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# This script re-runs update-desktop-database if package is being updated.
|
||||
#
|
||||
|
||||
if [ "${UPDATE}" = "yes" ]; then
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
echo "Updating desktop MIME database..."
|
||||
usr/bin/update-desktop-database usr/share/applications
|
||||
;;
|
||||
esac
|
||||
fi
|
|
@ -1,18 +1,18 @@
|
|||
# Template build file for 'desktop-file-utils'.
|
||||
pkgname=desktop-file-utils
|
||||
version=0.15
|
||||
revision=1
|
||||
distfiles="http://freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
|
||||
version=0.17
|
||||
distfiles="http://freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Utilities to manage desktop entries"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=c463d851fb057acd53800cfc4f8ae39dcbcad7f03b4bd547288e95b6de53b022
|
||||
checksum=f1028fe6060575af4431cddc4c98dcf72bcdd3942b5fd5458ba36f5ab0ce3c0b
|
||||
long_desc="
|
||||
desktop-file-utils contains a couple of command line utilities for working
|
||||
with desktop entries and the applications database. More specifically,
|
||||
it contains the update-desktop-database utility, used to rebuild the database
|
||||
that connects MIME types to applications."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency full glibc
|
||||
Add_dependency full glib
|
||||
Add_dependency build glib-devel
|
||||
|
|
Loading…
Reference in a new issue