wok-next diff desktop-file-utils/receipt @ rev 21357
updated gimp (2.10.14 -> 2.10.18)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 11 13:55:06 2020 +0100 (2020-04-11) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/desktop-file-utils/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/desktop-file-utils/receipt Sat Apr 11 13:55:06 2020 +0100 1.3 @@ -10,10 +10,22 @@ 1.4 1.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.6 WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" 1.7 +TARBALL_SHA1="10e9df65fdf2b896ce4d5f16616ea0df7c01d8f8" 1.8 1.9 BUILD_DEPENDS="glib-dev glib-static" 1.10 SPLIT="desktop-file-validate-static $PACKAGE-extra" 1.11 1.12 +COPY_std="bin/update-desktop-database" 1.13 +COPY_desktop_file_validate_static="sbin/" 1.14 +COPY_extra="@std @rm" 1.15 + 1.16 +CAT_desktop_file_validate_static="system tools|static desktop-file-validate" 1.17 +CAT_extra="system-tools|extra utils" 1.18 + 1.19 +DEPENDS_std="glib" 1.20 +DEPENDS_desktop_file_validate_static=" " 1.21 +DEPENDS_extra="glib" 1.22 + 1.23 compile_rules() { 1.24 ./configure $CONFIGURE_ARGS && 1.25 make && 1.26 @@ -27,23 +39,3 @@ 1.27 make && 1.28 make bin_PROGRAMS=desktop-file-validate LN_S=echo install 1.29 } 1.30 - 1.31 -genpkg_rules() { 1.32 - val='desktop-file-validate' 1.33 - case $PACKAGE in 1.34 - desktop-file-utils) 1.35 - copy bin/update-desktop-database 1.36 - DEPENDS="glib" 1.37 - ;; 1.38 - *-static) 1.39 - copy sbin/ 1.40 - CAT="system tools|static desktop-file-validate" 1.41 - DEPENDS=" " 1.42 - ;; 1.43 - *-extra) 1.44 - copy @std @rm 1.45 - CAT="system-tools|extra utils" 1.46 - DEPENDS="glib" 1.47 - ;; 1.48 - esac 1.49 -}