# HG changeset patch # User Pascal Bellard # Date 1510092241 -3600 # Node ID cb984de687da502d569c76f280639d1afa3626e9 # Parent ca2af6b7abba4680f8f6622441dc704899733ef7 inkscape; update deps diff -r ca2af6b7abba -r cb984de687da inkscape/receipt --- a/inkscape/receipt Tue Nov 07 22:43:04 2017 +0100 +++ b/inkscape/receipt Tue Nov 07 23:04:01 2017 +0100 @@ -54,7 +54,10 @@ ;; inkscape) copy @std @rm - DEPENDS="" + DEPENDS="gc gtk+ libxslt libsigc++ glibmm gtkmm \ + libxml2 libpng popt xorg-libXdamage gsl aspell \ + libgiomm lcms gtkspell libgomp poppler \ + gcc-lib-base" TAGS="image vector editor svg" ;; esac diff -r ca2af6b7abba -r cb984de687da slim-pam/receipt --- a/slim-pam/receipt Tue Nov 07 22:43:04 2017 +0100 +++ b/slim-pam/receipt Tue Nov 07 23:04:01 2017 +0100 @@ -22,7 +22,7 @@ # Rules to configure and make the package. compile_rules() { - patch -p1 < $WOK/$SOURCE/stuff/$SOURCE-$VERSION.patch || return 1 + patch -p1 < $WOK/$SOURCE/stuff/patches/$SOURCE-$VERSION.patch || return 1 mkdir build; cd build cmake \ -DCMAKE_INSTALL_PREFIX=/usr \