wok-next diff gmrun/receipt @ rev 20673

font-manager: dev package is empty, update deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 16:56:15 2018 +0300 (2018-05-11)
parents c4e53a39395a
children f48456621a9d
line diff
     1.1 --- a/gmrun/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/gmrun/receipt	Fri May 11 16:56:15 2018 +0300
     1.3 @@ -16,15 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    cd $src
     1.8 -    while read file; do
     1.9 -        [ -f done.$file ] && continue
    1.10 -        echo "Apply $file..."
    1.11 -        patch -p1 < $stuff/$file || return 1
    1.12 -        touch done.$file
    1.13 -    done <<EOT
    1.14 -gmrun-0.9.2-gcc43.patch
    1.15 -EOT
    1.16      ./configure --prefix=/usr \
    1.17          $CONFIGURE_ARGS &&
    1.18      make &&