wok-current diff desktop-file-utils/receipt @ rev 24569
sokojs: add shrink.sh (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 26 18:46:53 2022 +0000 (2022-02-26) |
parents | 7e911016a644 |
children | bd8ebca6ea25 |
line diff
1.1 --- a/desktop-file-utils/receipt Tue Jul 06 11:01:20 2021 +0000 1.2 +++ b/desktop-file-utils/receipt Sat Feb 26 18:46:53 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="desktop-file-utils" 1.7 -VERSION="0.24" 1.8 +VERSION="0.26" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Utilities for .desktop files (update-desktop-database)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -11,8 +11,8 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" 1.15 1.16 -DEPENDS="glib glibc-base pcre" 1.17 -BUILD_DEPENDS="glib-dev pkg-config" 1.18 +DEPENDS="gcc83-lib-base glib glibc-base pcre" 1.19 +BUILD_DEPENDS="gcc83 glib-dev meson pkg-config" 1.20 1.21 SPLIT="desktop-file-utils-extra" 1.22 1.23 @@ -25,9 +25,13 @@ 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - ./configure $CONFIGURE_ARGS && 1.28 - make && 1.29 - make install 1.30 + export CC=gcc-83 1.31 + export CXX=g++-83 1.32 + 1.33 + meson _build \ 1.34 + --prefix=/usr && 1.35 + ninja -C _build && 1.36 + ninja -C _build install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg.