
Receipt for package "desktop-file-utils"
# SliTaz package receipt. PACKAGE="desktop-file-utils" VERSION="0.26" CATEGORY="system-tools" SHORT_DESC="Utilities for .desktop files (update-desktop-database)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" DEPENDS="glib glibc-base pcre" BUILD_DEPENDS="glib-dev meson pkg-config" SPLIT="desktop-file-utils-extra" HOST_ARCH="i486 x86_64" current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ sed '/utils-/!d;s|.*utils-||;s|.tar.*||' | sed '$!d' } # Rules to configure and make the package. compile_rules() { meson _build \ --prefix=/usr && ninja -C _build && ninja -C _build install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_files update-desktop-database }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)