wok-current rev 18239
Update tags for backup
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 26 17:30:32 2015 +0200 (2015-07-26) |
parents | 0294a9dd5215 |
children | 37202ba4d7cd |
files | backintime/receipt backuppc/receipt cups/stuff/var/www/tazpanel/menu.d/hardware/cups fake-sane/receipt luckybackup/receipt partclone/receipt sane-backends/stuff/tazpanel/sane.cgi sbackup/receipt |
line diff
1.1 --- a/backintime/receipt Sat Jul 25 13:58:53 2015 +0200 1.2 +++ b/backintime/receipt Sun Jul 26 17:30:32 2015 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 WEB_SITE="http://backintime.le-web.org/" 1.5 TARBALL="$PACKAGE-${VERSION}_src.tar.gz" 1.6 WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL" 1.7 +TAGS="backup" 1.8 1.9 DEPENDS="python rsync" 1.10 BUILD_DEPENDS="$DEPENDS meld" # python-glade2 python-gnome2
2.1 --- a/backuppc/receipt Sat Jul 25 13:58:53 2015 +0200 2.2 +++ b/backuppc/receipt Sun Jul 26 17:30:32 2015 +0200 2.3 @@ -12,6 +12,7 @@ 2.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.5 SUGGESTED="par2" 2.6 CONFIG_FILES="/etc/BackupPC/config.pl" 2.7 +TAGS="backup" 2.8 2.9 DEPENDS="tar perl-file-rsync perl perl-compress-raw-zlib perl-archive-zip \ 2.10 rsync bzip2 perl-xml-rss perl-net-ftp \
3.1 --- a/cups/stuff/var/www/tazpanel/menu.d/hardware/cups Sat Jul 25 13:58:53 2015 +0200 3.2 +++ b/cups/stuff/var/www/tazpanel/menu.d/hardware/cups Sun Jul 26 17:30:32 2015 +0200 3.3 @@ -1,3 +1,4 @@ 3.4 +. lib/libtazpanel 3.5 cat <<EOT 3.6 <li><a data-icon="text" href="http://${HTTP_HOST%:*}:631/">$(_ "Printer") (CUPS)</a></li> 3.7 EOT
4.1 --- a/fake-sane/receipt Sat Jul 25 13:58:53 2015 +0200 4.2 +++ b/fake-sane/receipt Sun Jul 26 17:30:32 2015 +0200 4.3 @@ -3,7 +3,7 @@ 4.4 PACKAGE="fake-sane" 4.5 VERSION="1.0" 4.6 CATEGORY="system-tools" 4.7 -SHORT_DESC="Fake scanomage output for sane.cgi." 4.8 +SHORT_DESC="Fake scanimage output for sane.cgi." 4.9 MAINTAINER="pascal.bellard@slitaz.org" 4.10 LICENSE="BSD" 4.11 WEB_SITE="http://www.slitaz.org/"
5.1 --- a/luckybackup/receipt Sat Jul 25 13:58:53 2015 +0200 5.2 +++ b/luckybackup/receipt Sun Jul 26 17:30:32 2015 +0200 5.3 @@ -9,6 +9,7 @@ 5.4 WEB_SITE="http://luckybackup.sourceforge.net/" 5.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.6 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/source/$TARBALL" 5.7 +TAGS="backup" 5.8 5.9 DEPENDS="libQtCore libQtNetwork libQtGui" 5.10 BUILD_DEPENDS="Qt4-dev qmake"
6.1 --- a/partclone/receipt Sat Jul 25 13:58:53 2015 +0200 6.2 +++ b/partclone/receipt Sun Jul 26 17:30:32 2015 +0200 6.3 @@ -9,6 +9,7 @@ 6.4 WEB_SITE="http://partclone.org/" 6.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 6.7 +TAGS="backup" 6.8 6.9 DEPENDS="ncursesw ntfs-3g e2fsprogs" 6.10 BUILD_DEPENDS="util-linux-uuid-dev libxslt e2fsprogs-dev \
7.1 --- a/sane-backends/stuff/tazpanel/sane.cgi Sat Jul 25 13:58:53 2015 +0200 7.2 +++ b/sane-backends/stuff/tazpanel/sane.cgi Sun Jul 26 17:30:32 2015 +0200 7.3 @@ -151,6 +151,9 @@ 7.4 xhtml_header 7.5 [ -n "$error" ] && msg warn "$error" 7.6 [ -n "$info" ] && msg tip "$info" 7.7 +[ "$(which convert 2> /dev/null)" ] || 7.8 +msg tip "$(_ "You should install %s to preview images." \ 7.9 + "<a href=\"/user/pkgs.cgi?info=imagemagick\">imagemagick</a>")" 7.10 if [ -z "$device" ]; then 7.11 [ -s sane-fake.log ] && all="$(sed 's/|/\n/g' sane-fake.log)" || 7.12 all="$(scanimage -f '%d,%v %m|' | sed 's/|/\n/g')"
8.1 --- a/sbackup/receipt Sat Jul 25 13:58:53 2015 +0200 8.2 +++ b/sbackup/receipt Sun Jul 26 17:30:32 2015 +0200 8.3 @@ -9,6 +9,7 @@ 8.4 WEB_SITE="http://sourceforge.net/projects/sbackup/" 8.5 TARBALL="${PACKAGE}_$VERSION.tar.gz" 8.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 8.7 +TAGS="backup" 8.8 8.9 DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \ 8.10 curlftpfs desktop-file-utils"