# HG changeset patch # User Pascal Bellard # Date 1583680808 -3600 # Node ID 6e908e172c45187a6f5e23c47decee157839b8b8 # Parent b3301ae192ef24168eb66c2803cadd65acf22aab lxpanel-dev: add some private files to build waterline-plugin-multiload diff -r b3301ae192ef -r 6e908e172c45 lxpanel-dev/receipt --- a/lxpanel-dev/receipt Sun Mar 08 13:54:20 2020 +0100 +++ b/lxpanel-dev/receipt Sun Mar 08 16:20:08 2020 +0100 @@ -19,4 +19,9 @@ mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib + + # add some private files to build waterline-plugin-multiload + cp $src/src/private.h $fs/usr/include/lxpanel/ + cp $src/src/lxpanelctl.h $fs/usr/include/lxpanel/ + cp $src/src/ev.h $fs/usr/include/lxpanel/ } diff -r b3301ae192ef -r 6e908e172c45 php-auth-pam/receipt --- a/php-auth-pam/receipt Sun Mar 08 13:54:20 2020 +0100 +++ b/php-auth-pam/receipt Sun Mar 08 16:20:08 2020 +0100 @@ -16,9 +16,6 @@ # Rules to configure and make the package. compile_rules() { - test -d ${PACKAGE}-${VERSION} \ - || make ${PACKAGE}-${VERSION}.orig ${PACKAGE}-${VERSION} - cd $src phpize patch -p1 < $stuff/php-auth-pam-Makefile.global0.4.u || exit 1 sed -i 's/^function_entry/zend_&/;s/pval /zval /' pam_auth.c # php 5.4 @@ -80,9 +77,3 @@ lighttpd lighttpd.pid EOT } - - -clean_wok() -{ - test -d ${PACKAGE}-${VERSION} && rm -rf ${PACKAGE}-${VERSION} -}