wok rev 18210

fix broken: Up cups-filters(1.0.71)&patch, qpdfview, evas_generic_loaders
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jul 16 04:37:47 2015 +0200 (2015-07-16)
parents feb2e0c63d21
children 1077d0ba3616
files cups-filters/receipt evas_generic_loaders/receipt qpdfview/receipt
line diff
     1.1 --- a/cups-filters/receipt	Thu Jul 16 01:48:33 2015 +0200
     1.2 +++ b/cups-filters/receipt	Thu Jul 16 04:37:47 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cups-filters"
     1.7 -VERSION="1.0.67"
     1.8 +VERSION="1.0.71"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="OpenPrinting CUPS Filters"
    1.11  MAINTAINER="mojo@slitaz.org"
    1.12 @@ -17,6 +17,9 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +    wget http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/diff/7371
    1.17 +    patch -p0 -i 7371
    1.18 +
    1.19  	./configure \
    1.20               --prefix=/usr \
    1.21               --sysconfdir=/etc \
     2.1 --- a/evas_generic_loaders/receipt	Thu Jul 16 01:48:33 2015 +0200
     2.2 +++ b/evas_generic_loaders/receipt	Thu Jul 16 04:37:47 2015 +0200
     2.3 @@ -19,6 +19,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +    sed '/Anti/d' -i src/bin/pdf/main.cpp
     2.8  	./configure $CONFIGURE_ARGS &&
     2.9      make $MAKEFLAGS all && make install
    2.10  }
     3.1 --- a/qpdfview/receipt	Thu Jul 16 01:48:33 2015 +0200
     3.2 +++ b/qpdfview/receipt	Thu Jul 16 04:37:47 2015 +0200
     3.3 @@ -14,7 +14,7 @@
     3.4  DEPENDS="libcups djvulibre libQtDBus libQtSql libQtSvg libgnutls file \
     3.5  libspectre poppler-qt4"
     3.6  BUILD_DEPENDS="qmake Qt4-dev libspectre-dev poppler-qt4-dev djvulibre-dev \
     3.7 -libmagic-dev cups-dev zlib-dev wget"
     3.8 +libmagic-dev cups-dev zlib-dev wget poppler-qt4"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()