2006-04-27 15:42:13 +00:00
|
|
|
# Description: Command-line utilities for working with desktop entries
|
2020-06-01 09:47:47 -05:00
|
|
|
# URL: https://www.freedesktop.org/software/desktop-file-utils/
|
2018-01-03 11:21:59 -06:00
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
2022-10-06 22:31:29 -05:00
|
|
|
# Depends on: glib pkgconf meson
|
2006-04-27 15:42:13 +00:00
|
|
|
|
|
|
|
name=desktop-file-utils
|
2023-10-11 20:02:43 -05:00
|
|
|
version=0.27
|
2018-01-03 11:21:59 -06:00
|
|
|
release=1
|
2012-10-15 13:40:05 +02:00
|
|
|
source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.xz)
|
2006-04-27 15:42:13 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2020-06-20 18:11:18 -05:00
|
|
|
meson _build --prefix=/usr
|
|
|
|
DESTDIR=$PKG ninja -C _build install
|
2020-01-12 16:44:09 -06:00
|
|
|
rm -r $PKG/usr/share/emacs
|
2006-04-27 15:42:13 +00:00
|
|
|
}
|