wok-next diff grsync/receipt @ rev 21527

updated bootchart (0.9 -> 1.20)
author Hans-G?nter Theisgen
date Fri Jun 19 15:06:45 2020 +0100 (2020-06-19)
parents d5aab818505e
children
line diff
     1.1 --- a/grsync/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/grsync/receipt	Fri Jun 19 15:06:45 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://www.opbyte.it/release/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="gtk2-dev xorg-xorgproto perl-xml-parser intltool"
     1.8 +BUILD_DEPENDS="gtk2-dev xorgproto perl-xml-parser intltool"
     1.9  
    1.10  compile_rules() {
    1.11  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.12 @@ -34,5 +34,5 @@
    1.13  	cp -a $install/usr/share/grsync $fs/usr/share
    1.14  	sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch
    1.15  	chmod +x $fs/usr/bin/*
    1.16 -	DEPENDS="gtk2 rsync xorg-libXdamage acl"
    1.17 +	DEPENDS="gtk2 rsync libxdamage acl"
    1.18  }