wok-undigest rev 1041

poppler-qt4-apps: update wanted
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 14 23:13:39 2013 +0000 (2013-10-14)
parents 26716db40c0a
children 4cf759289ccc
files poppler-qt4-apps/receipt
line diff
     1.1 --- a/poppler-qt4-apps/receipt	Mon Oct 14 23:06:22 2013 +0000
     1.2 +++ b/poppler-qt4-apps/receipt	Mon Oct 14 23:13:39 2013 +0000
     1.3 @@ -5,10 +5,12 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Poppler utilities to manipulate PDF file."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -WANTED="poppler-qt4"
     1.8 +LICENSE="GPL2"
     1.9 +WANTED="poppler"
    1.10 +WEB_SITE="http://poppler.freedesktop.org/"
    1.11 +
    1.12  DEPENDS="fontconfig poppler-qt4 cairo zlib libpng gcc-lib-base libQtCore \
    1.13  libQtXml libQtGui"
    1.14 -WEB_SITE="http://poppler.freedesktop.org/"
    1.15  
    1.16  PROVIDE="poppler-apps"
    1.17  
    1.18 @@ -16,7 +18,7 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr
    1.22 -	cp -a $_pkg/usr/bin $fs/usr
    1.23 +	cp -a $install/usr/bin $fs/usr
    1.24  	if [ -f $fs/usr/bin/poppler-glib-demo ]; then
    1.25  		rm -rf $fs/usr/bin/poppler-glib-demo
    1.26  	fi