desktop-file-utils: new deps style.
--HG-- extra : convert_revision : 7c033b169a0294857a7709d98e93ab0045391dc5
This commit is contained in:
parent
746d8650e1
commit
679093d20f
1 changed files with 8 additions and 4 deletions
|
@ -1,15 +1,19 @@
|
||||||
# Template build file for 'desktop-file-utils'.
|
# Template build file for 'desktop-file-utils'.
|
||||||
pkgname=desktop-file-utils
|
pkgname=desktop-file-utils
|
||||||
version=0.15
|
version=0.15
|
||||||
distfiles="
|
distfiles="http://freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
|
||||||
http://freedesktop.org/software/desktop-file-utils/releases/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
||||||
short_desc="Utilities to manage desktop entries"
|
short_desc="Utilities to manage desktop entries"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ab6fc0bc116d6ec338ef2699b96d57698d4a1d03
|
checksum=c463d851fb057acd53800cfc4f8ae39dcbcad7f03b4bd547288e95b6de53b022
|
||||||
long_desc="
|
long_desc="
|
||||||
desktop-file-utils contains a couple of command line utilities for working
|
desktop-file-utils contains a couple of command line utilities for working
|
||||||
with desktop entries and the applications database. More specifically,
|
with desktop entries and the applications database. More specifically,
|
||||||
it contains the update-desktop-database utility, used to rebuild the database
|
it contains the update-desktop-database utility, used to rebuild the database
|
||||||
that connects MIME types to applications."
|
that connects MIME types to applications."
|
||||||
|
|
||||||
|
triggers="update-desktopdb"
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full glib
|
||||||
|
|
Loading…
Add table
Reference in a new issue