# HG changeset patch # User Pascal Bellard # Date 1570289636 -7200 # Node ID b367a52d48729cf4e514cfa32f18499e66af8dcb # Parent 10c5947d7b5c7f560ce312c37127d71f8e3e2095 Add pcem (again) diff -r 10c5947d7b5c -r b367a52d4872 pcem/receipt --- a/pcem/receipt Sat Oct 05 16:15:48 2019 +0200 +++ b/pcem/receipt Sat Oct 05 17:33:56 2019 +0200 @@ -30,4 +30,6 @@ genpkg_rules() { cp -a $install/* $fs/ + mkdir -p $install/usr/share/doc + cp $src/readme.txt $install/usr/share/doc } diff -r 10c5947d7b5c -r b367a52d4872 qtgain/receipt --- a/qtgain/receipt Sat Oct 05 16:15:48 2019 +0200 +++ b/qtgain/receipt Sat Oct 05 17:33:56 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="paul@slitaz.org" LICENSE="GPL2" TARBALL="56842-QtGain.tar.lzma" -WEB_SITE="http://qt-apps.org/content/show.php/QtGain?content=56842" +WEB_SITE="https://www.linux-apps.com/content/show.php/QtGain?content=56842" WGET_URL="http://qt-apps.org/CONTENT/content-files/$TARBALL" DEPENDS="libQtCore libQtGui libQtNetwork"