wok-next rev 20265
inkscape; update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 07 23:04:01 2017 +0100 (2017-11-07) |
parents | ca2af6b7abba |
children | a28a36a49541 |
files | inkscape/receipt slim-pam/receipt |
line diff
1.1 --- a/inkscape/receipt Tue Nov 07 22:43:04 2017 +0100 1.2 +++ b/inkscape/receipt Tue Nov 07 23:04:01 2017 +0100 1.3 @@ -54,7 +54,10 @@ 1.4 ;; 1.5 inkscape) 1.6 copy @std @rm 1.7 - DEPENDS="" 1.8 + DEPENDS="gc gtk+ libxslt libsigc++ glibmm gtkmm \ 1.9 + libxml2 libpng popt xorg-libXdamage gsl aspell \ 1.10 + libgiomm lcms gtkspell libgomp poppler \ 1.11 + gcc-lib-base" 1.12 TAGS="image vector editor svg" 1.13 ;; 1.14 esac
2.1 --- a/slim-pam/receipt Tue Nov 07 22:43:04 2017 +0100 2.2 +++ b/slim-pam/receipt Tue Nov 07 23:04:01 2017 +0100 2.3 @@ -22,7 +22,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - patch -p1 < $WOK/$SOURCE/stuff/$SOURCE-$VERSION.patch || return 1 2.8 + patch -p1 < $WOK/$SOURCE/stuff/patches/$SOURCE-$VERSION.patch || return 1 2.9 mkdir build; cd build 2.10 cmake \ 2.11 -DCMAKE_INSTALL_PREFIX=/usr \