# HG changeset patch # User Pascal Bellard # Date 1507801045 -7200 # Node ID 17542efd96c8547524f995dd7f82d6166dd90a53 # Parent 24582c87ebcc6c1919e6802bdb93146404409490 gperiodic: update bdeps diff -r 24582c87ebcc -r 17542efd96c8 gperiodic/receipt --- a/gperiodic/receipt Thu Oct 12 11:28:58 2017 +0200 +++ b/gperiodic/receipt Thu Oct 12 11:37:25 2017 +0200 @@ -11,12 +11,11 @@ WGET_URL="http://www.frantz.fi/software/$TARBALL" DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev" +BUILD_DEPENDS="gtk+-dev gettext-tools" # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's| GtkTooltips| struct _GtkTooltips|' gperiodic.h make }