wok-6.x diff granite/receipt @ rev 21870
busybox/command_not_found: use $PATH (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 11:06:27 2019 +0200 (2019-09-25) |
parents | 4ec0694bfc21 |
children | 1bd2c6414e5a |
line diff
1.1 --- a/granite/receipt Fri May 23 04:30:03 2014 +0300 1.2 +++ b/granite/receipt Wed Sep 25 11:06:27 2019 +0200 1.3 @@ -18,6 +18,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|~Notebook|~DynamicNotebook|' lib/Widgets/DynamicNotebook.vala 1.8 + sed -i 's|ListSt|Gtk.&|;s|ove (|&ref |' lib/Widgets/ContractorView.vala 1.9 + 1.10 # gee-1.0 is old while gee-0.8 is latest ;) 1.11 sed -i 's|gee-1.0|gee-0.8|g; s|Gee-1.0|Gee-0.8|g' \ 1.12 $(grep -li gee-1.0 $(find . -type f))