wok diff xpad/receipt @ rev 22631
updated davfs2 (1.5.4 -> 1.5.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 13 08:55:12 2020 +0100 (2020-01-13) |
parents | 1ceb477b8f7e |
children | 1bd2c6414e5a |
line diff
1.1 --- a/xpad/receipt Sun Feb 10 17:55:46 2013 +0000 1.2 +++ b/xpad/receipt Mon Jan 13 08:55:12 2020 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Sticky note application for X" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 WEB_SITE="https://launchpad.net/xpad" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL" 1.11 @@ -26,6 +27,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share/icons/hicolor/48x48/apps/ 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 cp -a $stuff/xpad.png $fs/usr/share/icons/hicolor/48x48/apps/ 1.18 }