# HG changeset patch # User Aleksej Bobylev # Date 1522852369 -10800 # Node ID 274a4fcf2b037884903ae1cf51a5b6845d05cfde # Parent 30af4e7aa2391711c03910512daef21dc43d7d9a gimp: tiny edits diff -r 30af4e7aa239 -r 274a4fcf2b03 gimp/receipt --- a/gimp/receipt Wed Apr 04 16:42:47 2018 +0300 +++ b/gimp/receipt Wed Apr 04 17:32:49 2018 +0300 @@ -38,12 +38,12 @@ case $PACKAGE in gimp-brushes) copy gimp/2.0/brushes/ - find $fs -name 'Basic' -exec rm -r '{}' \; # -> main package + rm -r $fs/usr/share/gimp/2.0/brushes/Basic/ # -> main package CAT="graphics|brushes set" DEPENDS="gimp" ;; gimp-console) - copy gimp-console* + copy bin/gimp-console* CAT="graphics|console" DEPENDS="babl pango cairo gimp glib xorg-libX11 xorg-libXau" ;;